Uses of Enum
org.docx4j.sharedtypes.STOnOff
Packages that use STOnOff
-
Uses of STOnOff in org.docx4j.math
Fields in org.docx4j.math declared as STOnOffMethods in org.docx4j.math that return STOnOffMethods in org.docx4j.math with parameters of type STOnOff -
Uses of STOnOff in org.docx4j.wml
Fields in org.docx4j.wml declared as STOnOffModifier and TypeFieldDescriptionprotected STOnOffCTTblLook.firstColumnprotected STOnOffCTTblLook.firstRowprotected STOnOffCTTblLook.lastColumnprotected STOnOffCTTblLook.lastRowprotected STOnOffCTTblLook.noHBandprotected STOnOffCTTblLook.noVBandMethods in org.docx4j.wml that return STOnOffModifier and TypeMethodDescriptionCTTblLook.getFirstColumn()Gets the value of the firstColumn property.CTTblLook.getFirstRow()Gets the value of the firstRow property.CTTblLook.getLastColumn()Gets the value of the lastColumn property.CTTblLook.getLastRow()Gets the value of the lastRow property.CTTblLook.getNoHBand()Gets the value of the noHBand property.CTTblLook.getNoVBand()Gets the value of the noVBand property.Methods in org.docx4j.wml with parameters of type STOnOffModifier and TypeMethodDescriptionvoidCTTblLook.setFirstColumn(STOnOff value) Sets the value of the firstColumn property.voidCTTblLook.setFirstRow(STOnOff value) Sets the value of the firstRow property.voidCTTblLook.setLastColumn(STOnOff value) Sets the value of the lastColumn property.voidCTTblLook.setLastRow(STOnOff value) Sets the value of the lastRow property.voidCTTblLook.setNoHBand(STOnOff value) Sets the value of the noHBand property.voidCTTblLook.setNoVBand(STOnOff value) Sets the value of the noVBand property.