class HexaPDF:: Content:: NamedValue
Parent | Object |
---|
Associates a name with a value, used by various graphics state parameters.
Attributes
The name for the value.
The value itself.
Public Class Methods
Creates a new NamedValue
object and freezes it.
Public Instance Methods
The object is equal to other
if either the name or the value is equal to other
, or if the other object is a NamedValue
object with the same name and value.
Returns the value.