Uses of Enum
org.docx4j.wml.STAnnotationVMerge
Packages that use STAnnotationVMerge
-
Uses of STAnnotationVMerge in org.docx4j.wml
Fields in org.docx4j.wml declared as STAnnotationVMergeModifier and TypeFieldDescriptionprotected STAnnotationVMergeCTCellMergeTrackChange.vMergeprotected STAnnotationVMergeCTCellMergeTrackChange.vMergeOrigMethods in org.docx4j.wml that return STAnnotationVMergeModifier and TypeMethodDescriptionstatic STAnnotationVMergeCTCellMergeTrackChange.getVMerge()Gets the value of the vMerge property.CTCellMergeTrackChange.getVMergeOrig()Gets the value of the vMergeOrig property.static STAnnotationVMergeReturns the enum constant of this type with the specified name.static STAnnotationVMerge[]STAnnotationVMerge.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 STAnnotationVMergeModifier and TypeMethodDescriptionvoidCTCellMergeTrackChange.setVMerge(STAnnotationVMerge value) Sets the value of the vMerge property.voidCTCellMergeTrackChange.setVMergeOrig(STAnnotationVMerge value) Sets the value of the vMergeOrig property.