Layer | COS_Layer |
Object | CosName |
A name is a sequence of non-white space characters. In code, a name is preceded
by the forward slash (/
) character indicating that it is a string literal,
for example: /AName
. See Section 3.2.4 in the PDF Reference
for details.
Define | ||
---|---|---|
CosNewNameFromString |
Method | ||
---|---|---|
ASAtom CosNameValue(CosObj obj)
Gets the value of a name object.
|
||
Creates a new name object associated with the specified document and having the specified value.
|
||
Creates a new name object associated with the specified document and having the specified value.
|
CosNewNameFromString |
Product availability: Acrobat, Reader |
Platform availability: Macintosh, Windows, UNIX |
#define CosNewNameFromString CosCallMacro(CosNewNameFromString, 7)
File: CosCalls.h |
Line: 453 |
CosNameValue | () |
Product availability: All |
Platform availability: All |
Gets the value of a name object.
Parameters
obj — |
The An exception is raised if |
See Also
Since
File: CosProcs.h |
Line: 532 |
CosNewName | () |
Product availability: All |
Platform availability: All |
Creates a new name object associated with the specified document and having the specified value.
Parameters
dP — | ||
indirect — | If |
|
name — | The |
The newly created name Cos object. |
See Also
Since
File: CosProcs.h |
Line: 217 |
CosNewNameFromString | () |
Product availability: All |
Platform availability: All |
Creates a new name object associated with the specified document and having the specified value.
Parameters
dP — | ||
indirect — | If |
|
namestring — | The name to create. This routine will not create an |
The newly created name Cos object. |
See Also
Since
File: CosProcs.h |
Line: 2122 |