Class TextPFException9

java.lang.Object
org.apache.poi.hslf.model.textproperties.TextPFException9
All Implemented Interfaces:
GenericRecord

public class TextPFException9 extends Object implements 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 Details

    • TextPFException9

      public TextPFException9(byte[] source, int startIndex)
  • Method Details