public class Page extends BaseObject
| Constructor and Description |
|---|
Page(String source,
SourceType type)
Instantiates a new Page.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCommandAsList(Pdf pdf)
Gets command as list.
|
String |
getFilePath()
Gets file path.
|
String |
getSource()
Gets source.
|
SourceType |
getType()
Gets type.
|
void |
setFilePath(String filePath)
Sets file path.
|
String |
SetObjectIdentifier()
Set object identifier string.
|
void |
setSource(String source)
Sets source.
|
void |
setType(SourceType type)
Sets type.
|
addParam, getObjectIdentifierpublic Page(String source, SourceType type)
source - the sourcetype - the typepublic String SetObjectIdentifier()
BaseObjectSetObjectIdentifier in class BaseObjectpublic List<String> getCommandAsList(Pdf pdf) throws IOException
BaseObjectgetCommandAsList in class BaseObjectpdf - the pdfIOException - the io exceptionpublic String getSource()
public void setSource(String source)
source - the sourcepublic SourceType getType()
public void setType(SourceType type)
type - the typepublic String getFilePath()
public void setFilePath(String filePath)
filePath - the file pathCopyright © 2023. All rights reserved.