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 TypeMethodDescriptionvoidvoidclone()Clone, eg when you want to actually make use of one of these.booleanintgetSize()Size of the data section of the text property (2 or 4 bytes)intgetValue()Fetch the value of the text property (meaning is specific to each different kind of text property)inthashCode()voidparseProperty(byte[] data, int offset) Parses the tabstops from TxMasterStyle recordstatic List<HSLFTabStop>toString()voidstatic voidwriteTabStops(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:TextPropFetch the value of the text property (meaning is specific to each different kind of text property) -
getSize
public int getSize()Description copied from class:TextPropSize of the data section of the text property (2 or 4 bytes) -
getTabStops
-
clearTabs
public void clearTabs() -
addTabStop
-
clone
Description copied from class:TextPropClone, eg when you want to actually make use of one of these. -
hashCode
public int hashCode() -
equals
-
toString
-