Class PlaceholderFlag
java.lang.Object
com.independentsoft.office.drawing.extensions.PlaceholderFlag
- All Implemented Interfaces:
IExtensionContent
Represents the Mac Office placeholder flag extension
(
ma14:placeholderFlag)
(uri {FAA26D3D-D897-4be2-8F04-BA451C77F1D7}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new placeholder flag.PlaceholderFlag(InternalXMLStreamReader reader)Instantiates a new placeholder flag. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PlaceholderFlag
public PlaceholderFlag()Instantiates a new placeholder flag. -
PlaceholderFlag
Instantiates a new placeholder 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
-