RelationshipDescriptor

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.

Description

RelationshipDescriptor is a class in the Aspose.Cells FOSS library for Java that exposes 8 methods and 4 properties for programmatic use.

Core capabilities include: string; string; string. These operations enable developers to integrate relationshipdescriptor functionality directly into Java applications.

The class also provides the id property (returns the id), the type property (returns the type), the target property (returns the target).

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.

See Also

 English