Class Classification
java.lang.Object
com.independentsoft.office.drawing.extensions.Classification
- All Implemented Interfaces:
IExtensionContent
Represents the classification-shape extension (
aclsh:classification)
that marks a shape as the outcome of a sensitivity classification
(uri {5AE41FA2-C0FF-4470-9BD4-5FADCA87CBE2}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new classification.Classification(InternalXMLStreamReader reader)Instantiates a new classification. -
Method Summary
Modifier and TypeMethodDescriptionclone()Clone.Gets the classification outcome type.voidsetClassificationOutcomeType(String classificationOutcomeType)Sets the classification outcome type.toString()
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Classification
public Classification()Instantiates a new classification. -
Classification
Instantiates a new classification.- 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
-
getClassificationOutcomeType
Gets the classification outcome type.- Returns:
- the classification outcome type
-
setClassificationOutcomeType
Sets the classification outcome type.- Parameters:
classificationOutcomeType- the new classification outcome type
-