org.apache.poi.hslf.model.textproperties
Class WrapFlagsTextProp

java.lang.Object
  extended by org.apache.poi.hslf.model.textproperties.TextProp
      extended by org.apache.poi.hslf.model.textproperties.BitMaskTextProp
          extended by org.apache.poi.hslf.model.textproperties.WrapFlagsTextProp
All Implemented Interfaces:
java.lang.Cloneable

public class WrapFlagsTextProp
extends BitMaskTextProp


Field Summary
static int CHAR_WRAP_IDX
           
static java.lang.String NAME
           
static int OVERFLOW_IDX
           
static int WORD_WRAO_IDX
           
 
Fields inherited from class org.apache.poi.hslf.model.textproperties.BitMaskTextProp
logger
 
Constructor Summary
WrapFlagsTextProp()
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hslf.model.textproperties.BitMaskTextProp
clone, cloneAll, getSubPropMatches, getSubPropNames, getSubValue, getValue, getWriteMask, setSubValue, setValue, setValueWithMask, setWriteMask
 
Methods inherited from class org.apache.poi.hslf.model.textproperties.TextProp
equals, getMask, getName, getSize, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CHAR_WRAP_IDX

public static final int CHAR_WRAP_IDX
See Also:
Constant Field Values

WORD_WRAO_IDX

public static final int WORD_WRAO_IDX
See Also:
Constant Field Values

OVERFLOW_IDX

public static final int OVERFLOW_IDX
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

WrapFlagsTextProp

public WrapFlagsTextProp()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.