FileDocCategorySizeDatePackage
ParagraphFlagsTextProp.javaAPI DocApache Poi 3.0.11631Thu May 31 18:45:28 BST 2007org.apache.poi.hslf.model.textproperties

ParagraphFlagsTextProp

public class ParagraphFlagsTextProp extends BitMaskTextProp
Definition for the common paragraph text property bitset.
author
Yegor Kozlov

Fields Summary
public static final int
BULLET_IDX
public static final int
BULLET_HARDFONT_IDX
public static final int
BULLET_HARDCOLOR_IDX
public static final int
BULLET_HARDSIZE_IDX
public static String
NAME
Constructors Summary
public ParagraphFlagsTextProp()


	  
		super(2,  0xF, NAME, new String[] {
					"bullet",
                    "bullet.hardfont",
					"bullet.hardcolor",
                    "bullet.hardsize"}
		);
	
Methods Summary