public class BackgroundArtifact extends Artifact
Artifact.ArtifactSubtype, Artifact.ArtifactType
Constructor and Description |
---|
BackgroundArtifact()
Initializes BackgroundArtifact object.
|
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor()
Gets bacground color of background artifact
|
InputStream |
getBackgroundImage()
Gets bacground image of background artifact
|
com.aspose.ms.System.IO.Stream |
getBackgroundImageInternal()
For internal usage only
|
void |
setBackgroundColor(Color value)
Sets bacground color of background artifact
|
void |
setBackgroundImage(InputStream value)
Sets bacground image of background artifact
|
beginUpdates, dispose, getArtifactHorizontalAlignment, getArtifactVerticalAlignment, getBottomMargin, getContents, getCustomSubtype, getCustomType, getForm, getImage, getLeftMargin, getOpacity, getPosition, getRectangle, getRightMargin, getRotation, getSubtype, getText, getTopMargin, getType, getValue, isBackground, removeValue, saveUpdates, setArtifactHorizontalAlignment, setArtifactVerticalAlignment, setBackground, setBottomMargin, setCustomSubtype, setCustomType, setImage, setImage, setLeftMargin, setLinesAndState, setOpacity, setPdfPage, setPosition, setRightMargin, setRotation, setSubtype, setText, setText, setTextAndState, setTopMargin, setType, setValue
public BackgroundArtifact()
Initializes BackgroundArtifact object.
public Color getBackgroundColor()
Gets bacground color of background artifact
public void setBackgroundColor(Color value)
Sets bacground color of background artifact
value
- Color valuepublic InputStream getBackgroundImage()
Gets bacground image of background artifact
public com.aspose.ms.System.IO.Stream getBackgroundImageInternal()
For internal usage only
public void setBackgroundImage(InputStream value)
Sets bacground image of background artifact
value
- InputStream object