Uses of Class
org.docx4j.sharedtypes.STOnOff
| Package | Description |
|---|---|
| org.docx4j.math | |
| org.docx4j.sharedtypes | |
| org.docx4j.wml |
-
Uses of STOnOff in org.docx4j.math
Fields in org.docx4j.math declared as STOnOff Modifier and Type Field Description protected STOnOffCTOnOff. valMethods in org.docx4j.math that return STOnOff Modifier and Type Method Description STOnOffCTOnOff. getVal()Gets the value of the val property.Methods in org.docx4j.math with parameters of type STOnOff Modifier and Type Method Description voidCTOnOff. setVal(STOnOff value)Sets the value of the val property. -
Uses of STOnOff in org.docx4j.sharedtypes
Methods in org.docx4j.sharedtypes that return STOnOff Modifier and Type Method Description static STOnOffSTOnOff. fromValue(java.lang.String v)static STOnOffSTOnOff. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STOnOff[]STOnOff. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of STOnOff in org.docx4j.wml
Fields in org.docx4j.wml declared as STOnOff Modifier and Type Field Description protected STOnOffCTTblLook. firstColumnprotected STOnOffCTTblLook. firstRowprotected STOnOffCTTblLook. lastColumnprotected STOnOffCTTblLook. lastRowprotected STOnOffCTTblLook. noHBandprotected STOnOffCTTblLook. noVBandMethods in org.docx4j.wml that return STOnOff Modifier and Type Method Description STOnOffCTTblLook. getFirstColumn()Gets the value of the firstColumn property.STOnOffCTTblLook. getFirstRow()Gets the value of the firstRow property.STOnOffCTTblLook. getLastColumn()Gets the value of the lastColumn property.STOnOffCTTblLook. getLastRow()Gets the value of the lastRow property.STOnOffCTTblLook. getNoHBand()Gets the value of the noHBand property.STOnOffCTTblLook. getNoVBand()Gets the value of the noVBand property.Methods in org.docx4j.wml with parameters of type STOnOff Modifier and Type Method Description voidCTTblLook. 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.