Class HSLFTabStopPropCollection

  • All Implemented Interfaces:
    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​(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
      • clearTabs

        public void clearTabs()
      • addTabStop

        public void addTabStop​(HSLFTabStop ts)