|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.model.textproperties.TextProp
org.apache.poi.hslf.model.textproperties.TabStopPropCollection
public class TabStopPropCollection
Container for tabstop lists
Nested Class Summary | |
---|---|
static class |
TabStopPropCollection.TabStop
|
static class |
TabStopPropCollection.TabStopType
|
Field Summary |
---|
Fields inherited from class org.apache.poi.hslf.model.textproperties.TextProp |
---|
dataValue, maskInHeader, propName, sizeOfDataBlock |
Constructor Summary | |
---|---|
TabStopPropCollection()
|
Method Summary | |
---|---|
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 |
---|
clone, equals, getMask, getName, getValue, getWriteMask, hashCode, setValue |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TabStopPropCollection()
Method Detail |
---|
public void parseProperty(byte[] data, int offset)
data
- the data streamoffset
- the offset within the datapublic int getSize()
TextProp
getSize
in class TextProp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |