@Internal public class HSLFTabStopPropCollection extends TextProp
| Constructor and Description |
|---|
HSLFTabStopPropCollection() |
HSLFTabStopPropCollection(HSLFTabStopPropCollection other) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTabStop(HSLFTabStop ts) |
void |
clearTabs() |
HSLFTabStopPropCollection |
copy()
Clone, eg when you want to actually make use of one of these.
|
boolean |
equals(Object obj) |
Map<String,Supplier<?>> |
getGenericProperties() |
int |
getSize()
Size of the data section of the text property (2 or 4 bytes)
|
List<HSLFTabStop> |
getTabStops() |
int |
getValue()
Fetch the value of the text property (meaning is specific to
each different kind of text property)
|
int |
hashCode() |
void |
parseProperty(byte[] data,
int offset)
Parses the tabstops from TxMasterStyle record
|
static List<HSLFTabStop> |
readTabStops(LittleEndianInput lei) |
String |
toString() |
void |
writeProperty(OutputStream out) |
static void |
writeTabStops(LittleEndianOutput leo,
List<HSLFTabStop> tabStops) |
getMask, getName, getWriteMask, setValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic static final String NAME
public HSLFTabStopPropCollection()
public HSLFTabStopPropCollection(HSLFTabStopPropCollection other)
public void parseProperty(byte[] data,
int offset)
data - the data streamoffset - the offset within the datapublic static List<HSLFTabStop> readTabStops(LittleEndianInput lei)
public void writeProperty(OutputStream out)
public static void writeTabStops(LittleEndianOutput leo, List<HSLFTabStop> tabStops)
public int getValue()
TextProppublic int getSize()
TextProppublic List<HSLFTabStop> getTabStops()
public void clearTabs()
public void addTabStop(HSLFTabStop ts)
public HSLFTabStopPropCollection copy()
TextPropcopy in interface Duplicatablecopy in class TextProppublic Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordgetGenericProperties in class TextProp