Uses of Class
org.docx4j.dml.CTBlip
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d | |
| org.docx4j.com.microsoft.schemas.office.webextensions.webextension_2010_11 | |
| org.docx4j.dml |
-
Uses of CTBlip in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d declared as CTBlip Modifier and Type Field Description protected CTBlipCTModel3DRaster. blipMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d that return CTBlip Modifier and Type Method Description CTBlipCTModel3DRaster. getBlip()Gets the value of the blip property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2017.model3d with parameters of type CTBlip Modifier and Type Method Description voidCTModel3DRaster. setBlip(CTBlip value)Sets the value of the blip property. -
Uses of CTBlip in org.docx4j.com.microsoft.schemas.office.webextensions.webextension_2010_11
Fields in org.docx4j.com.microsoft.schemas.office.webextensions.webextension_2010_11 declared as CTBlip Modifier and Type Field Description protected CTBlipCTOsfWebExtension. snapshotMethods in org.docx4j.com.microsoft.schemas.office.webextensions.webextension_2010_11 that return CTBlip Modifier and Type Method Description CTBlipCTOsfWebExtension. getSnapshot()Gets the value of the snapshot property.Methods in org.docx4j.com.microsoft.schemas.office.webextensions.webextension_2010_11 with parameters of type CTBlip Modifier and Type Method Description voidCTOsfWebExtension. setSnapshot(CTBlip value)Sets the value of the snapshot property. -
Uses of CTBlip in org.docx4j.dml
Fields in org.docx4j.dml declared as CTBlip Modifier and Type Field Description protected CTBlipCTBlipFillProperties. blipprotected CTBlipCTTextBlipBullet. blipMethods in org.docx4j.dml that return CTBlip Modifier and Type Method Description CTBlipObjectFactory. createCTBlip()Create an instance ofCTBlipCTBlipCTBlipFillProperties. getBlip()Gets the value of the blip property.CTBlipCTTextBlipBullet. getBlip()Gets the value of the blip property.Methods in org.docx4j.dml that return types with arguments of type CTBlip Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTBlip>ObjectFactory. createBlip(CTBlip value)Methods in org.docx4j.dml with parameters of type CTBlip Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTBlip>ObjectFactory. createBlip(CTBlip value)voidCTBlipFillProperties. setBlip(CTBlip value)Sets the value of the blip property.voidCTTextBlipBullet. setBlip(CTBlip value)Sets the value of the blip property.