Uses of Class
org.docx4j.vml.officedrawing.CTStrokeChild
Packages that use CTStrokeChild
-
Uses of CTStrokeChild in org.docx4j.vml
Fields in org.docx4j.vml declared as CTStrokeChildModifier and TypeFieldDescriptionprotected CTStrokeChildCTStroke.bottomprotected CTStrokeChildCTStroke.columnprotected CTStrokeChildCTStroke.leftprotected CTStrokeChildCTStroke.rightprotected CTStrokeChildCTStroke.topMethods in org.docx4j.vml that return CTStrokeChildModifier and TypeMethodDescriptionCTStroke.getBottom()Gets the value of the bottom property.CTStroke.getColumn()Gets the value of the column property.CTStroke.getLeft()Gets the value of the left property.CTStroke.getRight()Gets the value of the right property.CTStroke.getTop()Gets the value of the top property.Methods in org.docx4j.vml with parameters of type CTStrokeChildModifier and TypeMethodDescriptionvoidCTStroke.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 CTStrokeChildModifier and TypeMethodDescriptionObjectFactory.createCTStrokeChild()Create an instance ofCTStrokeChildMethods in org.docx4j.vml.officedrawing that return types with arguments of type CTStrokeChildModifier and TypeMethodDescriptionjakarta.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 CTStrokeChildModifier and TypeMethodDescriptionjakarta.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)