public class Page extends Object
Summary description for Page.
Modifier and Type | Method and Description |
---|---|
ColorState |
getColorState(int index) |
int |
getContents() |
int |
getContentsLengthID() |
GraphicsState |
getGraphState(int index) |
float |
getHeight()
Represents an int value that indicates current page's height .
|
int |
getNextContent() |
int |
getProcset() |
int |
getResID()
Represents an int value that indicates id of this page's res dict.
|
int |
getSaveLevel() |
int |
getStartContentsPos()
Represents an int value that indicates the start offset of contents
section.
|
TextState |
getTextState(int index)
Gets text state from the state array.
|
int |
getThumbID()
Represents an int value that indicates id of this page's thumb.
|
void |
setColorState(int index,
ColorState state) |
void |
setContents(int value) |
void |
setContentsLengthID(int value) |
void |
setDuration(float value) |
void |
setGraphState(int index,
GraphicsState state) |
void |
setHeight(float value) |
void |
setModel(int value) |
void |
setNextContent(int value) |
void |
setPageRotatingAngle(int value) |
void |
setProcset(int value) |
void |
setResID(int value) |
void |
setSaveLevel(int value) |
void |
setStartContentsPos(int value) |
void |
setTextState(int index,
TextState state)
Sets a text state in the array.
|
void |
setThumbID(int value) |
void |
setTransition(int value) |
void |
setWidth(float value) |
public int getStartContentsPos()
Represents an int value that indicates the start offset of contents section.
public void setStartContentsPos(int value)
public int getResID()
Represents an int value that indicates id of this page's res dict.
public void setResID(int value)
public void setWidth(float value)
public float getHeight()
Represents an int value that indicates current page's height .
public void setHeight(float value)
public int getThumbID()
Represents an int value that indicates id of this page's thumb.
public void setThumbID(int value)
public int getContents()
public void setContents(int value)
public void setTransition(int value)
public void setDuration(float value)
public TextState getTextState(int index)
Gets text state from the state array.
index
- The position of the member to be get in the array.public void setTextState(int index, TextState state)
Sets a text state in the array.
index
- The position of the member to be get in the array.state
- The text state to set.public GraphicsState getGraphState(int index)
@return @param index The position of the member to be get in the array.
public void setGraphState(int index, GraphicsState state)
@param index The position of the member to be get in the array.
state
- public ColorState getColorState(int index)
@return @param index The position of the member to be get in the array.
public void setColorState(int index, ColorState state)
@param index The position of the member to be get in the array.
state
- public int getSaveLevel()
public void setSaveLevel(int value)
public void setModel(int value)
public int getNextContent()
public void setNextContent(int value)
public int getContentsLengthID()
public void setContentsLengthID(int value)
public int getProcset()
public void setProcset(int value)
public void setPageRotatingAngle(int value)
Copyright © 2016 Aspose. All Rights Reserved.