Uses of Class
org.docx4j.dml.CTRelativeRect
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTRelativeRect in org.docx4j.dml
Fields in org.docx4j.dml declared as CTRelativeRect Modifier and Type Field Description protected CTRelativeRectCTStretchInfoProperties. fillRectprotected CTRelativeRectCTPathShadeProperties. fillToRectprotected CTRelativeRectCTBlipFillProperties. srcRectprotected CTRelativeRectCTGradientFillProperties. tileRectMethods in org.docx4j.dml that return CTRelativeRect Modifier and Type Method Description CTRelativeRectObjectFactory. createCTRelativeRect()Create an instance ofCTRelativeRectCTRelativeRectCTStretchInfoProperties. getFillRect()Gets the value of the fillRect property.CTRelativeRectCTPathShadeProperties. getFillToRect()Gets the value of the fillToRect property.CTRelativeRectCTBlipFillProperties. getSrcRect()Gets the value of the srcRect property.CTRelativeRectCTGradientFillProperties. getTileRect()Gets the value of the tileRect property.Methods in org.docx4j.dml with parameters of type CTRelativeRect Modifier and Type Method Description voidCTStretchInfoProperties. 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.