[]
The dictionary of page labeling ranges.
PdfNumberMap<PageLabelingRange>get count(): number;
Gets the number of items in the map.
number
PdfNumberMap.count
get id(): number;
Gets the reference to the object.
number
PdfNumberMap.id
get om(): ObjectManager;
Gets the owner ObjectManager instance.
PdfNumberMap.om
add(key, item): void;
Adds the item with the specified key.
number
The item key.
The item to add.
void
PdfNumberMap.add
clear(): void;
Clears the collection.
void
PdfNumberMap.clear
contains(key): boolean;
Determines whether the specified key is in the collection.
number
boolean
true if the key is in the collection, false otherwise.
PdfNumberMap.contains
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
PdfNumberMap.free
get(key): PageLabelingRange;
Gets the item with the specified key.
number
The key of the item.
PdfNumberMap.get
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void
PdfNumberMap.rebind
remove(key): boolean;
Removes the item with specified key from the collection.
number
The key to remove.
boolean
true if the item with specified key was actually removed, false otherwise.
PdfNumberMap.remove
set(key, item): void;
Sets the item with the specified key.
number
The item key.
The object to set.
void
PdfNumberMap.set