Uses of Enum
org.docx4j.wml.STDisplacedByCustomXml
Packages that use STDisplacedByCustomXml
-
Uses of STDisplacedByCustomXml in org.docx4j.wml
Fields in org.docx4j.wml declared as STDisplacedByCustomXmlModifier and TypeFieldDescriptionprotected STDisplacedByCustomXmlCommentRangeEnd.displacedByCustomXmlprotected STDisplacedByCustomXmlCommentRangeStart.displacedByCustomXmlprotected STDisplacedByCustomXmlCTMarkupRange.displacedByCustomXmlprotected STDisplacedByCustomXmlCTMoveFromRangeEnd.displacedByCustomXmlprotected STDisplacedByCustomXmlCTMoveToRangeEnd.displacedByCustomXmlprotected STDisplacedByCustomXmlCTPerm.displacedByCustomXmlprotected STDisplacedByCustomXmlCTTrackChangeRange.displacedByCustomXmlMethods in org.docx4j.wml that return STDisplacedByCustomXmlModifier and TypeMethodDescriptionstatic STDisplacedByCustomXmlCommentRangeEnd.getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.CommentRangeStart.getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.CTMarkupRange.getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.CTMoveFromRangeEnd.getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.CTMoveToRangeEnd.getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.CTPerm.getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.CTTrackChangeRange.getDisplacedByCustomXml()Gets the value of the displacedByCustomXml property.static STDisplacedByCustomXmlReturns 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 STDisplacedByCustomXmlModifier and TypeMethodDescriptionvoidCommentRangeEnd.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.