public abstract class BaseObject extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(Param param,
Param... params)
Add param.
|
List<String> |
getCommandAsList(Pdf pdf)
Gets command as list.
|
String |
getObjectIdentifier()
Gets object identifier.
|
abstract String |
SetObjectIdentifier()
Set object identifier string.
|
public abstract String SetObjectIdentifier()
public String getObjectIdentifier()
public void addParam(Param param, Param... params)
param - the paramparams - the paramspublic List<String> getCommandAsList(Pdf pdf) throws IOException
pdf - the pdfIOException - the io exceptionCopyright © 2023. All rights reserved.