public class DocumentResource extends Object
Summary description for DocumentResource.
Modifier and Type | Field and Description |
---|---|
com.aspose.ms.System.Collections.Hashtable |
blendTable
Keep blending image object reference
|
Modifier and Type | Method and Description |
---|---|
GraphicState |
getAntiGstate() |
ColorSpaceResourceData |
getColorspace(int index) |
int |
getColorspaceCapacity()
Represents an int value that indicates currently allocated size of colorspaces.
|
int |
getColorspaceNumber()
Represents an int value that Indicates colorspace number.
|
PdfFont |
getFont(int index)
Gets a font member from the fonts array.
|
int |
getFontsCapacity()
Represents an int value that indicates currently allocated size.
|
int |
getFontsNumber()
Represents an int value that indicates next available font number.
|
FunctionData |
getFunction(int index)
Gets a function member from the function array.
|
int |
getFunctionCapacity()
Represents an int value that indicates currently allocated size of function.
|
ImageData |
getImage(int index)
Gets a image from the image array.
|
int |
getImageCapacity()
Represents an int value that indicates currently allocated size of image.
|
PatternData |
getPattern(int index)
Gets a pattern member from the pattern array.
|
int |
getPatternCapacity()
Represents an int value that indicates currently allocated size of pattern.
|
int |
getPatternNumber()
Represents an int value that indicates next available pattern number.
|
XobjectData |
getXobject(int index)
Gets a XobjectData member that indecates xobject.
|
void |
initializeColorspaces(int length)
Initializes colorspace array according to given length.
|
void |
initializeFonts(int length)
Initializes the fonts array according to given length.
|
void |
initializeFunctions(int length)
Initializes functions array according to given length.
|
void |
initializeImages(int length)
Initialize image array according to given length.
|
void |
initializePatterns(int length)
Initializes patterns array according to given length.
|
void |
setColorspace(int index,
ColorSpaceResourceData colorspace)
Sets a colorspace int the colorspace array.
|
void |
setColorspaceCapacity(int value) |
void |
setColorspaceNumber(int value) |
void |
setFont(int index,
PdfFont font)
Sets a font member in the fonts array.
|
void |
setFontsCapacity(int value) |
void |
setFontsNumber(int value) |
void |
setFontsPointer(int value) |
void |
setFunction(int index,
FunctionData function)
Sets a function member in the function array.
|
void |
setFunctionCapacity(int value) |
void |
setFunctionNumber(int value) |
void |
setGState(GraphicState gState)
Set a GraphicState into the list.
|
void |
setImage(int index,
ImageData image)
Sets a image in the image array.
|
void |
setImageCapacity(int value) |
void |
setPattern(int index,
PatternData pattern)
Sets a pattern member in the pattern array.
|
void |
setPatternCapacity(int value) |
void |
setPatternNumber(int value) |
void |
setXobject(int index,
XobjectData xobj) |
public com.aspose.ms.System.Collections.Hashtable blendTable
Keep blending image object reference
public void initializeFonts(int length)
Initializes the fonts array according to given length.
length
- public PdfFont getFont(int index)
Gets a font member from the fonts array.
index
- The position of the member to be get in the array.public void setFont(int index, PdfFont font)
Sets a font member in the fonts array.
index
- The position of the member to be get in the array.font
- The font member to set.public void setFontsPointer(int value)
public int getFontsCapacity()
Represents an int value that indicates currently allocated size.
public void setFontsCapacity(int value)
public int getFontsNumber()
Represents an int value that indicates next available font number.
public void setFontsNumber(int value)
public void initializePatterns(int length)
Initializes patterns array according to given length.
length
- The length of the array.public PatternData getPattern(int index)
Gets a pattern member from the pattern array.
index
- The position of the member to be get in the array.public void setPattern(int index, PatternData pattern)
Sets a pattern member in the pattern array.
index
- The position of the member to be get in the array.pattern
- The pattern to set.public int getPatternCapacity()
Represents an int value that indicates currently allocated size of pattern.
public void setPatternCapacity(int value)
public int getPatternNumber()
Represents an int value that indicates next available pattern number.
public void setPatternNumber(int value)
public void initializeImages(int length)
Initialize image array according to given length.
length
- public ImageData getImage(int index)
Gets a image from the image array.
index
- The position of the member to be get in the array.public void setImage(int index, ImageData image)
Sets a image in the image array.
index
- The position of the member to be get in the array.image
- The image to set.public int getImageCapacity()
Represents an int value that indicates currently allocated size of image.
public void setImageCapacity(int value)
public void initializeColorspaces(int length)
Initializes colorspace array according to given length.
length
- public ColorSpaceResourceData getColorspace(int index)
index
- The position of the member to be get in the array.public void setColorspace(int index, ColorSpaceResourceData colorspace)
Sets a colorspace int the colorspace array.
index
- The position of the member to be get in the array.colorspace
- public int getColorspaceCapacity()
Represents an int value that indicates currently allocated size of colorspaces.
public void setColorspaceCapacity(int value)
public int getColorspaceNumber()
Represents an int value that Indicates colorspace number.
public void setColorspaceNumber(int value)
public XobjectData getXobject(int index)
Gets a XobjectData member that indecates xobject.
index
- The position of the member to be get in the array.public void setXobject(int index, XobjectData xobj)
index
- The position of the member to be get in the array.xobj
- public GraphicState getAntiGstate()
public void setGState(GraphicState gState)
Set a GraphicState into the list.
gState
- public void initializeFunctions(int length)
Initializes functions array according to given length.
length
- The length of the array.public FunctionData getFunction(int index)
Gets a function member from the function array.
index
- The position of the member to be get in the array.public void setFunction(int index, FunctionData function)
Sets a function member in the function array.
index
- The position of the member to be get in the array.function
- The function to set.public int getFunctionCapacity()
Represents an int value that indicates currently allocated size of function.
public void setFunctionCapacity(int value)
public void setFunctionNumber(int value)
Copyright © 2016 Aspose. All Rights Reserved.