Package org.docx4j.org.apache.poi.hpsf
Class Section.PropertyListEntry
java.lang.Object
org.docx4j.org.apache.poi.hpsf.Section.PropertyListEntry
- All Implemented Interfaces:
Comparable<Section.PropertyListEntry>
- Enclosing class:
- Section
static class Section.PropertyListEntry
extends Object
implements Comparable<Section.PropertyListEntry>
Represents an entry in the property list and holds a property's ID and its offset from the section's beginning.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintCompares thisSection.PropertyListEntrywith another one by their offsets.toString()
-
Field Details
-
id
int id -
offset
int offset -
length
int length
-
-
Constructor Details
-
PropertyListEntry
PropertyListEntry()
-
-
Method Details
-
compareTo
Compares this
Section.PropertyListEntrywith another one by their offsets. ASection.PropertyListEntryis "smaller" than another one if its offset from the section's begin is smaller.- Specified by:
compareToin interfaceComparable<Section.PropertyListEntry>- See Also:
-
toString
-