RelationshipDescriptor
Overview
RelationshipDescriptor is a class in Aspose.Cells FOSS for Java.
Represents a relationship descriptor in the XLSX package.
This class provides 8 methods for working with RelationshipDescriptor objects in Java programs.
Available methods include: getId, getIsExternal, getTarget, getType, setId, setIsExternal, setTarget, setType.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: id, isExternal, target, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
id | String | Read | Returns the id. |
type | String | Read | Returns the type. |
target | String | Read | Returns the target. |
isExternal | boolean | Read | Returns the external. |
Methods
| Signature | Description |
|---|---|
getId() → String | Returns the id. |
setId(id: String) | Sets the id. |
getType() → String | Returns the type. |
setType(type: String) | Sets the type. |
getTarget() → String | Returns the target. |
setTarget(target: String) | Sets the target. |
getIsExternal() → boolean | Returns the external. |
setIsExternal(isExternal: boolean) | Sets the external. |