public abstract class IllustrationElement extends StructureElement implements IAdjustPosition
Represents a base class for illustration structure elements in logical structure.
| Modifier and Type | Method and Description |
|---|---|
void |
adjustPosition(PositionSettings positionSettings)
Adjust position.
|
void |
setImage(String imageSrc)
Appends image to current illustration element.
|
void |
setImage(String imageSrc,
double imageResolution)
Appends image to current illustration element.
|
void |
setImage(String imageSrc,
double imageWidth,
double imageHeight)
Appends image to current illustration element.
|
changeParentElement, changeParentElement, clearId, generateId, getActualText, getAlternativeText, getAttributes, getDefaultAttributeOwner, getExpansionText, getID, getLanguage, getPage, getS, getStructureType, getTitle, remove, removeAndMoveItsChildObjectsToItsParent, removeAndMoveItsChildObjectsToItsParent, setActualText, setAlternativeText, setExpansionText, setId, setLanguage, setParentElement, setTag, setTitle, tag, tag, tag, tag, tag, toStringappendChild, appendChild, clearChilds, findElements, findElements, getChildElements, getElementEngine, getParentElement, getTaggedContent, getTrailer, insertChild, insertChild, preSave, removeChildpublic void setImage(String imageSrc)
Appends image to current illustration element.
imageSrc - Image source.public void setImage(String imageSrc, double imageResolution)
Appends image to current illustration element.
imageSrc - Image source.imageResolution - (Optional) Image Resolution. Default: 300 DPI.public final void adjustPosition(PositionSettings positionSettings)
IAdjustPositionAdjust position.
adjustPosition in interface IAdjustPositionpositionSettings - Position settingspublic void setImage(String imageSrc, double imageWidth, double imageHeight)
Appends image to current illustration element.
imageSrc - Image source.imageWidth - Image width.imageHeight - Image height.Copyright © 2025 Aspose. All Rights Reserved.