org.apache.poi.hslf.model.textproperties
Class TabStopPropCollection

java.lang.Object
  extended by org.apache.poi.hslf.model.textproperties.TextProp
      extended by org.apache.poi.hslf.model.textproperties.TabStopPropCollection
All Implemented Interfaces:
java.lang.Cloneable

public class TabStopPropCollection
extends TextProp

Container for tabstop lists


Nested Class Summary
static class TabStopPropCollection.TabStop
           
static class TabStopPropCollection.TabStopType
           
 
Constructor Summary
TabStopPropCollection()
           
 
Method Summary
 TabStopPropCollection clone()
          Clone, eg when you want to actually make use of one of these.
 int getSize()
          Size of the data section of the text property (2 or 4 bytes)
 void parseProperty(byte[] data, int offset)
          Parses the tabstops from TxMasterStyle record
 
Methods inherited from class org.apache.poi.hslf.model.textproperties.TextProp
equals, getMask, getName, getValue, getWriteMask, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabStopPropCollection

public TabStopPropCollection()
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

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

clone

public TabStopPropCollection clone()
Description copied from class: TextProp
Clone, eg when you want to actually make use of one of these.

Overrides:
clone in class TextProp


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.