Class HSLFTabStopPropCollection
java.lang.Object
org.apache.poi.hslf.model.textproperties.TextProp
org.apache.poi.hslf.model.textproperties.HSLFTabStopPropCollection
- All Implemented Interfaces:
Cloneable
Container for tabstop lists
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clone()
Clone, eg when you want to actually make use of one of these.boolean
int
getSize()
Size of the data section of the text property (2 or 4 bytes)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 recordstatic List<HSLFTabStop>
toString()
void
static void
writeTabStops
(LittleEndianOutput leo, List<HSLFTabStop> tabStops) Methods inherited from class org.apache.poi.hslf.model.textproperties.TextProp
getMask, getName, getWriteMask, setValue
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
HSLFTabStopPropCollection
public HSLFTabStopPropCollection() -
HSLFTabStopPropCollection
-
-
Method Details
-
parseProperty
public void parseProperty(byte[] data, int offset) Parses the tabstops from TxMasterStyle record- Parameters:
data
- the data streamoffset
- the offset within the data
-
readTabStops
-
writeProperty
-
writeTabStops
-
getValue
public int getValue()Description copied from class:TextProp
Fetch the value of the text property (meaning is specific to each different kind of text property) -
getSize
public int getSize()Description copied from class:TextProp
Size of the data section of the text property (2 or 4 bytes) -
getTabStops
-
clearTabs
public void clearTabs() -
addTabStop
-
clone
Description copied from class:TextProp
Clone, eg when you want to actually make use of one of these. -
hashCode
public int hashCode() -
equals
-
toString
-