Package com.independentsoft.office.vml
Class FillExtendedProperties
java.lang.Object
com.independentsoft.office.vml.FillExtendedProperties
- All Implemented Interfaces:
IContentElement,IVmlElement
The Class FillExtendedProperties.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new fill extended properties.Instantiates a new fill extended properties. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension handling behavior.getType()Gets the type.voidsetExtensionHandlingBehavior(ExtensionHandlingBehavior extensionHandlingBehavior)Sets the extension handling behavior.voidSets the type.toString()
-
Constructor Details
-
FillExtendedProperties
public FillExtendedProperties()Instantiates a new fill extended properties. -
FillExtendedProperties
Instantiates a new fill extended properties.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIVmlElement- Overrides:
clonein classObject
-
toString
-
getExtensionHandlingBehavior
Gets the extension handling behavior.- Returns:
- the extension handling behavior
-
setExtensionHandlingBehavior
Sets the extension handling behavior.- Parameters:
extensionHandlingBehavior- the new extension handling behavior
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-