Package org.apache.poi.xddf.usermodel
Class XDDFPictureFillProperties
java.lang.Object
org.apache.poi.xddf.usermodel.XDDFPictureFillProperties
- All Implemented Interfaces:
XDDFFillProperties
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XDDFPictureFillProperties
(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties properties) -
Method Summary
Modifier and TypeMethodDescriptiongetDpi()
org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties
void
void
setPicture
(XDDFPicture picture) void
setRotatingWithShape
(Boolean rotating) void
setSourceRectangle
(XDDFRelativeRectangle rectangle) void
setStretchInfoProperties
(XDDFStretchInfoProperties properties) void
setTileInfoProperties
(XDDFTileInfoProperties properties)
-
Constructor Details
-
XDDFPictureFillProperties
public XDDFPictureFillProperties() -
XDDFPictureFillProperties
protected XDDFPictureFillProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties properties)
-
-
Method Details
-
getXmlObject
@Internal public org.openxmlformats.schemas.drawingml.x2006.main.CTBlipFillProperties getXmlObject() -
getPicture
-
setPicture
-
isRotatingWithShape
-
setRotatingWithShape
-
getDpi
-
setDpi
-
getSourceRectangle
-
setSourceRectangle
-
getStetchInfoProperties
-
setStretchInfoProperties
-
getTileInfoProperties
-
setTileInfoProperties
-