public abstract class CosPdfPrimitive extends Object implements ICosPdfPrimitive
This class represents base public type CosPdfPrimitive.
| Constructor and Description |
|---|
CosPdfPrimitive() |
| Modifier and Type | Method and Description |
|---|---|
CosPdfBoolean |
toCosPdfBoolean()
Tries cast this instance to
CosPdfBoolean. |
CosPdfDictionary |
toCosPdfDictionary()
Tries cast this instance to
CosPdfDictionary. |
CosPdfName |
toCosPdfName()
Tries cast this instance to
CosPdfName. |
CosPdfNumber |
toCosPdfNumber()
Tries cast this instance to
CosPdfNumber. |
CosPdfString |
toCosPdfString()
Tries cast this instance to
CosPdfString. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic CosPdfNumber toCosPdfNumber()
Tries cast this instance to CosPdfNumber.
toCosPdfNumber in interface ICosPdfPrimitiveCosPdfNumber else CosPdfNumber.public CosPdfName toCosPdfName()
Tries cast this instance to CosPdfName.
toCosPdfName in interface ICosPdfPrimitiveCosPdfName else CosPdfName.public CosPdfString toCosPdfString()
Tries cast this instance to CosPdfString.
toCosPdfString in interface ICosPdfPrimitiveCosPdfString else CosPdfString.public CosPdfBoolean toCosPdfBoolean()
Tries cast this instance to CosPdfBoolean.
toCosPdfBoolean in interface ICosPdfPrimitiveCosPdfBoolean else CosPdfBoolean.public CosPdfDictionary toCosPdfDictionary()
Tries cast this instance to CosPdfDictionary.
toCosPdfDictionary in interface ICosPdfPrimitiveCosPdfDictionary else CosPdfDictionary.Copyright © 2025 Aspose. All Rights Reserved.