public class ASBoolean extends ASObject
| Constructor and Description |
|---|
ASBoolean(boolean value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFalse()
Returns true if this boolean object represent false else false.
|
boolean |
isTrue()
Returns true if this boolean object represent true else false.
|
String |
toString() |
void |
write(OutputByteStream outputByteStream)
Writes the ASObject to the given OutputStream in the format expected by the PDF Spec.
|
public boolean isTrue()
public boolean isFalse()
public void write(OutputByteStream outputByteStream) throws PDFIOException
ASObjectwrite in class ASObjectoutputByteStream - OutputByteStream to write to.PDFIOException - exception from OutputStreamCopyright © 2010 - 2020 Adobe. All Rights Reserved