Uses of Class
org.docx4j.vml.officedrawing.CTStrokeChild
| Package | Description |
|---|---|
| org.docx4j.vml | |
| org.docx4j.vml.officedrawing |
-
Uses of CTStrokeChild in org.docx4j.vml
Fields in org.docx4j.vml declared as CTStrokeChild Modifier and Type Field Description protected CTStrokeChildCTStroke. bottomprotected CTStrokeChildCTStroke. columnprotected CTStrokeChildCTStroke. leftprotected CTStrokeChildCTStroke. rightprotected CTStrokeChildCTStroke. topMethods in org.docx4j.vml that return CTStrokeChild Modifier and Type Method Description CTStrokeChildCTStroke. getBottom()Gets the value of the bottom property.CTStrokeChildCTStroke. getColumn()Gets the value of the column property.CTStrokeChildCTStroke. getLeft()Gets the value of the left property.CTStrokeChildCTStroke. getRight()Gets the value of the right property.CTStrokeChildCTStroke. getTop()Gets the value of the top property.Methods in org.docx4j.vml with parameters of type CTStrokeChild Modifier and Type Method Description voidCTStroke. setBottom(CTStrokeChild value)Sets the value of the bottom property.voidCTStroke. setColumn(CTStrokeChild value)Sets the value of the column property.voidCTStroke. setLeft(CTStrokeChild value)Sets the value of the left property.voidCTStroke. setRight(CTStrokeChild value)Sets the value of the right property.voidCTStroke. setTop(CTStrokeChild value)Sets the value of the top property. -
Uses of CTStrokeChild in org.docx4j.vml.officedrawing
Methods in org.docx4j.vml.officedrawing that return CTStrokeChild Modifier and Type Method Description CTStrokeChildObjectFactory. createCTStrokeChild()Create an instance ofCTStrokeChildMethods in org.docx4j.vml.officedrawing that return types with arguments of type CTStrokeChild Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createBottom(CTStrokeChild value)jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createColumn(CTStrokeChild value)jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createLeft(CTStrokeChild value)jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createRight(CTStrokeChild value)jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createTop(CTStrokeChild value)Methods in org.docx4j.vml.officedrawing with parameters of type CTStrokeChild Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createBottom(CTStrokeChild value)jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createColumn(CTStrokeChild value)jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createLeft(CTStrokeChild value)jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createRight(CTStrokeChild value)jakarta.xml.bind.JAXBElement<CTStrokeChild>ObjectFactory. createTop(CTStrokeChild value)