Class TextPFException9
java.lang.Object
org.apache.poi.hslf.model.textproperties.TextPFException9
- All Implemented Interfaces:
GenericRecord
This structure store text autonumber scheme and start number.
If a paragraph has an autonumber(fBulletHasAutoNumber = 0x0001) but start number and scheme are empty,
this means the default values will be used: statNumber=1 and sheme=ANM_ArabicPeriod
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
TextPFException9
public TextPFException9(byte[] source, int startIndex)
-
-
Method Details
-
getBulletBlipRef
-
getfBulletHasAutoNumber
-
getAutoNumberScheme
-
getAutoNumberStartNumber
-
getRecordLength
public int getRecordLength() -
toString
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-