org.apache.poi.hslf.model.textproperties
Class TabStopPropCollection
java.lang.Object
org.apache.poi.hslf.model.textproperties.TextProp
org.apache.poi.hslf.model.textproperties.TabStopPropCollection
- All Implemented Interfaces:
- java.lang.Cloneable
public class TabStopPropCollection
- extends TextProp
Container for tabstop lists
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
TabStopPropCollection
public TabStopPropCollection()
parseProperty
public void parseProperty(byte[] data,
int offset)
- Parses the tabstops from TxMasterStyle record
- Parameters:
data
- the data streamoffset
- 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.