Class CosName
- java.lang.Object
-
- com.adobe.internal.pdftoolkit.core.cos.CosObject
-
- com.adobe.internal.pdftoolkit.core.cos.CosScalar
-
- com.adobe.internal.pdftoolkit.core.cos.CosName
-
public class CosName extends CosScalar
Represents a COS name object as defined in section 3.2.4 of the PDF Reference Manual version 1.4.
-
-
Field Summary
-
Fields inherited from class com.adobe.internal.pdftoolkit.core.cos.CosObject
DIRECT, INDIRECT, t_Array, t_Boolean, t_Dictionary, t_KeyAbsent, t_Name, t_Null, t_Numeric, t_ObjectRef, t_Stream, t_String
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(CosObject value)This method returns true if both CosNames have same ASName inside.intgetType()return the type of this CosObjectjava.lang.ObjectgetValue()ASNamenameValue()Returns the atom that is represented by the COS name object.java.lang.StringtoString()-
Methods inherited from class com.adobe.internal.pdftoolkit.core.cos.CosObject
booleanValue, doubleValue, equals, getDocument, getObjEOF, getObjGen, getObjNum, getObjPos, getObjRevision, getStreamManager, hexStringValue, intValue, isCompressed, isDirty, isIndirect, longValue, numberValue, stringValue, textValue
-
-
-
-
Method Detail
-
getType
public int getType()
return the type of this CosObject
-
nameValue
public ASName nameValue()
Returns the atom that is represented by the COS name object.
-
getValue
public java.lang.Object getValue()
-
-