PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / getID Method
In This Topic
    getID Method
    In This Topic
    Gets the ID of this structure element.
    The string shall be unique among all elements in the document's structure hierarchy.
    Syntax
    public java.lang.String getID()

    Return Value

    A string designating this structure element.
    See Also