public interface ICosPdfPrimitive
Interface for work with PDF data entity
Modifier and Type | Method and Description |
---|---|
CosPdfBoolean |
toCosPdfBoolean()
Tries cast this instance to
CosPdfBoolean . |
CosPdfName |
toCosPdfName()
Tries cast this instance to
CosPdfName . |
CosPdfNumber |
toCosPdfNumber()
Tries cast this instance to
CosPdfNumber . |
CosPdfString |
toCosPdfString()
Tries cast this instance to
CosPdfString . |
String |
toString()
String representation of instance ICosPdfPrimitive . |
CosPdfName toCosPdfName()
Tries cast this instance to CosPdfName
.
CosPdfName
else CosPdfName
.CosPdfString toCosPdfString()
Tries cast this instance to CosPdfString
.
CosPdfString
else CosPdfString
.CosPdfBoolean toCosPdfBoolean()
Tries cast this instance to CosPdfBoolean
.
CosPdfBoolean
else CosPdfBoolean
.CosPdfNumber toCosPdfNumber()
Tries cast this instance to CosPdfNumber
.
CosPdfNumber
else CosPdfNumber
.String toString()
String
representation of instance ICosPdfPrimitive
.
toString
in class Object
String
representation of instance ICosPdfPrimitive
.Copyright © 2023 Aspose. All Rights Reserved.