Uses of Enum Class
org.docx4j.wml.STTblOverlap
Packages that use STTblOverlap
-
Uses of STTblOverlap in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return STTblOverlapModifier and TypeMethodDescriptionstatic STTblOverlapStyleUtil.apply(STTblOverlap source, STTblOverlap destination) http://webapp.docx4java.org/OnlineDemo/ecma376/WordML/ST_TblOverlap.htmlMethods in org.docx4j.model.styles with parameters of type STTblOverlapModifier and TypeMethodDescriptionstatic STTblOverlapStyleUtil.apply(STTblOverlap source, STTblOverlap destination) http://webapp.docx4java.org/OnlineDemo/ecma376/WordML/ST_TblOverlap.htmlstatic booleanStyleUtil.areEqual(STTblOverlap val1, STTblOverlap val2) -
Uses of STTblOverlap in org.docx4j.wml
Fields in org.docx4j.wml declared as STTblOverlapMethods in org.docx4j.wml that return STTblOverlapModifier and TypeMethodDescriptionstatic STTblOverlapCTTblOverlap.getVal()Gets the value of the val property.static STTblOverlapReturns the enum constant of this class with the specified name.static STTblOverlap[]STTblOverlap.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.wml with parameters of type STTblOverlapModifier and TypeMethodDescriptionvoidCTTblOverlap.setVal(STTblOverlap value) Sets the value of the val property.