Class HSLFTabStopPropCollection

  • All Implemented Interfaces:
    java.lang.Cloneable

    @Internal
    public class HSLFTabStopPropCollection
    extends TextProp
    Container for tabstop lists
    • Constructor Detail

      • HSLFTabStopPropCollection

        public HSLFTabStopPropCollection()
    • Method Detail

      • parseProperty

        public void parseProperty​(byte[] data,
                                  int offset)
        Parses the tabstops from TxMasterStyle record
        Parameters:
        data - the data stream
        offset - the offset within the data
      • writeProperty

        public void writeProperty​(java.io.OutputStream out)
      • getValue

        public int getValue()
        Description copied from class: TextProp
        Fetch the value of the text property (meaning is specific to each different kind of text property)
        Overrides:
        getValue in class TextProp
      • getSize

        public int getSize()
        Description copied from class: TextProp
        Size of the data section of the text property (2 or 4 bytes)
        Overrides:
        getSize in class TextProp
      • getTabStops

        public java.util.List<HSLFTabStop> getTabStops()
      • clearTabs

        public void clearTabs()
      • addTabStop

        public void addTabStop​(HSLFTabStop ts)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class TextProp
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class TextProp