Uses of Class
org.docx4j.wml.CTLongHexNumber
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTLongHexNumber in org.docx4j.wml
Fields in org.docx4j.wml declared as CTLongHexNumber Modifier and Type Field Description protected CTLongHexNumberNumbering.AbstractNum. nsidprotected CTLongHexNumberStyle. rsidprotected CTLongHexNumberCTDocRsids. rsidRootprotected CTLongHexNumberNumbering.AbstractNum. tmplFields in org.docx4j.wml with type parameters of type CTLongHexNumber Modifier and Type Field Description protected java.util.List<CTLongHexNumber>CTDocRsids. rsidMethods in org.docx4j.wml that return CTLongHexNumber Modifier and Type Method Description CTLongHexNumberObjectFactory. createCTLongHexNumber()Create an instance ofCTLongHexNumberCTLongHexNumberNumbering.AbstractNum. getNsid()Gets the value of the nsid property.CTLongHexNumberStyle. getRsid()Gets the value of the rsid property.CTLongHexNumberCTDocRsids. getRsidRoot()Gets the value of the rsidRoot property.CTLongHexNumberNumbering.AbstractNum. getTmpl()Gets the value of the tmpl property.Methods in org.docx4j.wml that return types with arguments of type CTLongHexNumber Modifier and Type Method Description java.util.List<CTLongHexNumber>CTDocRsids. getRsid()Gets the value of the rsid property.Methods in org.docx4j.wml with parameters of type CTLongHexNumber Modifier and Type Method Description voidNumbering.AbstractNum. setNsid(CTLongHexNumber value)Sets the value of the nsid property.voidStyle. setRsid(CTLongHexNumber value)Sets the value of the rsid property.voidCTDocRsids. setRsidRoot(CTLongHexNumber value)Sets the value of the rsidRoot property.voidNumbering.AbstractNum. setTmpl(CTLongHexNumber value)Sets the value of the tmpl property.