Uses of Class
org.docx4j.wml.STDisplacedByCustomXml
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of STDisplacedByCustomXml in org.docx4j.wml
Fields in org.docx4j.wml declared as STDisplacedByCustomXml Modifier and Type Field Description protected STDisplacedByCustomXmlCommentRangeEnd. displacedByCustomXmlprotected STDisplacedByCustomXmlCommentRangeStart. displacedByCustomXmlprotected STDisplacedByCustomXmlCTMarkupRange. displacedByCustomXmlprotected STDisplacedByCustomXmlCTMoveFromRangeEnd. displacedByCustomXmlprotected STDisplacedByCustomXmlCTMoveToRangeEnd. displacedByCustomXmlprotected STDisplacedByCustomXmlCTPerm. displacedByCustomXmlprotected STDisplacedByCustomXmlCTTrackChangeRange. displacedByCustomXmlMethods in org.docx4j.wml that return STDisplacedByCustomXml Modifier and Type Method Description static STDisplacedByCustomXmlSTDisplacedByCustomXml. fromValue(java.lang.String v)STDisplacedByCustomXmlCommentRangeEnd. getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.STDisplacedByCustomXmlCommentRangeStart. getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.STDisplacedByCustomXmlCTMarkupRange. getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.STDisplacedByCustomXmlCTMoveFromRangeEnd. getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.STDisplacedByCustomXmlCTMoveToRangeEnd. getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.STDisplacedByCustomXmlCTPerm. getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.STDisplacedByCustomXmlCTTrackChangeRange. getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.static STDisplacedByCustomXmlSTDisplacedByCustomXml. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDisplacedByCustomXml[]STDisplacedByCustomXml. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STDisplacedByCustomXml Modifier and Type Method Description voidCommentRangeEnd. setDisplacedByCustomXml(STDisplacedByCustomXml value)Sets the value of the displacedByCustomXml property.voidCommentRangeStart. setDisplacedByCustomXml(STDisplacedByCustomXml value)Sets the value of the displacedByCustomXml property.voidCTMarkupRange. setDisplacedByCustomXml(STDisplacedByCustomXml value)Sets the value of the displacedByCustomXml property.voidCTMoveFromRangeEnd. setDisplacedByCustomXml(STDisplacedByCustomXml value)Sets the value of the displacedByCustomXml property.voidCTMoveToRangeEnd. setDisplacedByCustomXml(STDisplacedByCustomXml value)Sets the value of the displacedByCustomXml property.voidCTPerm. setDisplacedByCustomXml(STDisplacedByCustomXml value)Sets the value of the displacedByCustomXml property.voidCTTrackChangeRange. setDisplacedByCustomXml(STDisplacedByCustomXml value)Sets the value of the displacedByCustomXml property.