public class GXPage extends Object
Constructor and Description |
---|
GXPage() |
Modifier and Type | Method and Description |
---|---|
String |
getLineAt(int index)
Returns the line at the specified index.
|
int |
getLineCount()
Returns the number of lines in the page.
|
Vector |
getLines() |
String |
getOriginalBuffer()
Returns the portion of the buffer that corresponds to the current
page as a string.
|
GXISCSInterface[] |
getSCSElements()
Returns an array of SCS elements that correspond to the current page.
|
int |
getSeqPageNumber()
Returns the sequential number of the page in the current print.
|
boolean |
hasContent()
Return whether the page contains at least one char or not.
|
boolean |
isComplete()
Returns true if the page is complete.
|
boolean |
isEmphasis(String content) |
void |
setComplete() |
void |
setIsWrapTextOnMPP(boolean isWrap) |
public void setIsWrapTextOnMPP(boolean isWrap)
public void setComplete()
public boolean isComplete()
public boolean isEmphasis(String content)
public int getLineCount()
public boolean hasContent()
public String getLineAt(int index)
index
- ranges from 0 to line count?1.public int getSeqPageNumber()
public String getOriginalBuffer()
public GXISCSInterface[] getSCSElements()
public Vector getLines()
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.