Package com.independentsoft.office.word
Class ProofingError
java.lang.Object
com.independentsoft.office.word.ProofingError
- All Implemented Interfaces:
IContentElement,IBlockContent,IBlockElement,IContentRunContent,IParagraphContent,IRunLevelElement,IRunTrackChangeContent,IMathElement,ICellContent,IRowContent
The Class ProofingError.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new proofing error.ProofingError(InternalXMLStreamReader reader)Instantiates a new proofing error. -
Method Summary
Modifier and TypeMethodDescriptionclone()getType()Gets the type.voidsetType(ProofingErrorType type)Sets the type.toString()
-
Constructor Details
-
ProofingError
public ProofingError()Instantiates a new proofing error. -
ProofingError
Instantiates a new proofing error.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIBlockContent- Specified by:
clonein interfaceIBlockElement- Specified by:
clonein interfaceICellContent- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIContentRunContent- Specified by:
clonein interfaceIMathElement- Specified by:
clonein interfaceIParagraphContent- Specified by:
clonein interfaceIRowContent- Specified by:
clonein interfaceIRunLevelElement- Specified by:
clonein interfaceIRunTrackChangeContent- Overrides:
clonein classObject
-
toString
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-