RelationshipDescriptor

RelationshipDescriptor

Overview

RelationshipDescriptor is a class in Aspose.Cells FOSS for Java.

Represents a relationship descriptor in the XLSX package.

Properties

NameTypeAccessDescription
idStringReadReturns the id.
typeStringReadReturns the type.
targetStringReadReturns the target.
isExternalbooleanReadReturns the external.

Methods

SignatureDescription
getId()StringReturns the id.
setId(id: String)Sets the id.
getType()StringReturns the type.
setType(type: String)Sets the type.
getTarget()StringReturns the target.
setTarget(target: String)Sets the target.
getIsExternal()booleanReturns the external.
setIsExternal(isExternal: boolean)Sets the external.