| 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.
| 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.
|
||
| CosNameValue | () |
| Product availability: PDFL |
| Platform availability: Macintosh, Windows, UNIX |
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: PDFL |
| Platform availability: Macintosh, Windows, UNIX |
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: PDFL |
| Platform availability: Macintosh, Windows, UNIX |
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: 2121 |