public class TabStopPropCollection extends TextProp
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TabStopPropCollection.TabStop | 
| static class  | TabStopPropCollection.TabStopType | 
| Constructor and Description | 
|---|
| TabStopPropCollection() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
public void parseProperty(byte[] data,
                          int offset)
data - the data streamoffset - the offset within the datapublic int getSize()
TextProppublic TabStopPropCollection clone()
TextPropCopyright 2018 The Apache Software Foundation or its licensors, as applicable.