com.aspose.pdf.tagged.logicalstructure.elements.ils

Class LinkElement

    • Constructor Detail

      • LinkElement

        public LinkElement(TaggedContext taggedContext,
                           com.aspose.pdf.engine.data.IPdfPrimitive pdfEngineEntity)
    • Method Detail

      • getHyperlink

        public final Hyperlink getHyperlink()

        Gets or Sets Hyperlink for Link Element.

        Returns:
        Hyperlink instance
      • setHyperlink

        public final void setHyperlink(Hyperlink value)

        Gets or Sets Hyperlink for Link Element.

        Parameters:
        value - Hyperlink instance
      • getStructureTextState

        public final StructureTextState getStructureTextState()

        Gets /Aspose.Pdf.LogicalStructure.StructureTextState object for current element.

        Value: /Aspose.Pdf.LogicalStructure.StructureTextState object for current element.
        Specified by:
        getStructureTextState in interface ITextElement
        Returns:
        Value: StructureTextState object for text structure element.
      • setText

        public final void setText(String text)

        Appends text content to current text element.

        Specified by:
        setText in interface ITextElement
        Parameters:
        text - Text content.