Uses of Class
org.docx4j.dml.CTRelativeRect
Packages that use CTRelativeRect
-
Uses of CTRelativeRect in org.docx4j.dml
Fields in org.docx4j.dml declared as CTRelativeRectModifier and TypeFieldDescriptionprotected CTRelativeRectCTStretchInfoProperties.fillRectprotected CTRelativeRectCTPathShadeProperties.fillToRectprotected CTRelativeRectCTBlipFillProperties.srcRectprotected CTRelativeRectCTGradientFillProperties.tileRectMethods in org.docx4j.dml that return CTRelativeRectModifier and TypeMethodDescriptionObjectFactory.createCTRelativeRect()Create an instance ofCTRelativeRectCTStretchInfoProperties.getFillRect()Gets the value of the fillRect property.CTPathShadeProperties.getFillToRect()Gets the value of the fillToRect property.CTBlipFillProperties.getSrcRect()Gets the value of the srcRect property.CTGradientFillProperties.getTileRect()Gets the value of the tileRect property.Methods in org.docx4j.dml with parameters of type CTRelativeRectModifier and TypeMethodDescriptionvoidCTStretchInfoProperties.setFillRect(CTRelativeRect value) Sets the value of the fillRect property.voidCTPathShadeProperties.setFillToRect(CTRelativeRect value) Sets the value of the fillToRect property.voidCTBlipFillProperties.setSrcRect(CTRelativeRect value) Sets the value of the srcRect property.voidCTGradientFillProperties.setTileRect(CTRelativeRect value) Sets the value of the tileRect property.