Class WrappingTextBoxFlag
java.lang.Object
com.independentsoft.office.drawing.extensions.WrappingTextBoxFlag
- All Implemented Interfaces:
IExtensionContent
Represents the Mac Office wrapping-text-box flag extension
(
ma14:wrappingTextBoxFlag)
(uri {C572A759-6A51-4108-AA02-DFA0A04FC94B}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new wrapping text box flag.Instantiates a new wrapping text box flag. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
WrappingTextBoxFlag
public WrappingTextBoxFlag()Instantiates a new wrapping text box flag. -
WrappingTextBoxFlag
Instantiates a new wrapping text box flag.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getValue
Gets the value (val). May be null - the attribute is sometimes absent in the wild.- Returns:
- the value
-
setValue
Sets the value (val). May be null - the attribute is sometimes absent in the wild.- Parameters:
value- the new value
-