Uses of Class
org.docx4j.bibliography.CTNameListType
| Package | Description |
|---|---|
| org.docx4j.bibliography |
-
Uses of CTNameListType in org.docx4j.bibliography
Fields in org.docx4j.bibliography declared as CTNameListType Modifier and Type Field Description protected CTNameListTypeCTNameOrCorporateType. nameListprotected CTNameListTypeCTNameType. nameListMethods in org.docx4j.bibliography that return CTNameListType Modifier and Type Method Description CTNameListTypeObjectFactory. createCTNameListType()Create an instance ofCTNameListTypeCTNameListTypeCTNameOrCorporateType. getNameList()Gets the value of the nameList property.CTNameListTypeCTNameType. getNameList()Gets the value of the nameList property.Methods in org.docx4j.bibliography with parameters of type CTNameListType Modifier and Type Method Description voidCTNameOrCorporateType. setNameList(CTNameListType value)Sets the value of the nameList property.voidCTNameType. setNameList(CTNameListType value)Sets the value of the nameList property.