public class Xquot extends PageMarkOperator
Modifier and Type | Field and Description |
---|---|
private PjNumber |
_ac |
private PjNumber |
_aw |
private PjString |
_text |
Constructor and Description |
---|
Xquot(PjNumber aw,
PjNumber ac,
PjString text) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a deep copy of this object.
|
boolean |
equals(java.lang.Object obj) |
PjNumber |
getAC() |
PjNumber |
getAW() |
PjString |
getText() |
long |
writePdf(java.io.OutputStream os)
Writes this object to a file in PDF format.
|
public PjNumber getAW()
public PjNumber getAC()
public PjString getText()
public long writePdf(java.io.OutputStream os) throws java.io.IOException
BaseObject
writePdf
in class BaseObject
java.io.IOException
- if an I/O error occurs.public java.lang.Object clone()
clone
in class BaseObject
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object