Uses of Class
org.docx4j.dml.CTGeomGuideList
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTGeomGuideList in org.docx4j.dml
Fields in org.docx4j.dml declared as CTGeomGuideList Modifier and Type Field Description protected CTGeomGuideListCTCustomGeometry2D. avLstprotected CTGeomGuideListCTPresetGeometry2D. avLstprotected CTGeomGuideListCTPresetTextShape. avLstprotected CTGeomGuideListCTCustomGeometry2D. gdLstMethods in org.docx4j.dml that return CTGeomGuideList Modifier and Type Method Description CTGeomGuideListObjectFactory. createCTGeomGuideList()Create an instance ofCTGeomGuideListCTGeomGuideListCTCustomGeometry2D. getAvLst()Gets the value of the avLst property.CTGeomGuideListCTPresetGeometry2D. getAvLst()Gets the value of the avLst property.CTGeomGuideListCTPresetTextShape. getAvLst()Gets the value of the avLst property.CTGeomGuideListCTCustomGeometry2D. getGdLst()Gets the value of the gdLst property.Methods in org.docx4j.dml with parameters of type CTGeomGuideList Modifier and Type Method Description voidCTCustomGeometry2D. setAvLst(CTGeomGuideList value)Sets the value of the avLst property.voidCTPresetGeometry2D. setAvLst(CTGeomGuideList value)Sets the value of the avLst property.voidCTPresetTextShape. setAvLst(CTGeomGuideList value)Sets the value of the avLst property.voidCTCustomGeometry2D. setGdLst(CTGeomGuideList value)Sets the value of the gdLst property.