Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
HPS.Publish.DocumentKey Class Reference
Inheritance diagram for HPS.Publish.DocumentKey:
HPS.Sprocket HPS.Object

Public Member Functions

override void Dispose ()
 
 DocumentKey (HPS.Publish.DocumentKey in_that)
 
override HPS.Type ObjectType ()
 
virtual void Assign (HPS.Publish.DocumentKey in_that)
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
bool Equals (HPS.Publish.DocumentKey in_that)
 
void Delete ()
 
HPS.Publish.DocumentKey AddPage (HPS.Publish.PageKit in_page)
 
HPS.Publish.DocumentKey AddPages (HPS.Publish.PageKit[] in_pages)
 
HPS.Publish.DocumentKey SetInformation (string in_title, string in_author, string in_subject, string in_creator)
 
HPS.Publish.DocumentKey SetPasswords (string in_user_password, string in_owner_password)
 
HPS.Publish.DocumentKey AddJavaScript (string in_script_name, string in_source, HPS.Publish.Source.Type in_type)
 
HPS.Publish.DocumentKey AddJavaScript (string in_script_name, string in_source)
 
HPS.Publish.DocumentKey AddJavaScript (string[] in_script_names, string[] in_sources, HPS.Publish.Source.Type[] in_types)
 
HPS.Publish.DocumentKey AddAttachment (string in_filename, string in_description)
 
HPS.Publish.DocumentKey AddAttachments (string[] in_filenames, string[] in_descriptions)
 
HPS.Publish.DocumentKey AddIconImage (string in_name, HPS.Publish.ImageKit in_image)
 
HPS.Publish.DocumentKey AddIconImages (string[] in_names, HPS.Publish.ImageKit[] in_images)
 
HPS.Publish.DocumentKey SetPermissions (HPS.Publish.Permission.Type[] in_permissions)
 
ulong GetPageCount ()
 
HPS.Publish.DocumentKey RemovePage (ulong in_index)
 
HPS.Publish.DocumentKey RemovePages (ulong in_start, ulong in_count)
 
HPS.Publish.DocumentKey RemovePages (ulong[] in_indices)
 
HPS.Publish.DocumentKey RemoveAllPages ()
 
HPS.Publish.PageControl GetPageControl (ulong in_index)
 
- Public Member Functions inherited from HPS.Sprocket
 Sprocket (HPS.Sprocket in_that)
 
- Public Member Functions inherited from HPS.Object
IntPtr GetClassID ()
 
 Object (HPS.Object in_that)
 
HPS.Type Type ()
 
virtual bool Empty ()
 
virtual void Reset ()
 
bool HasType (HPS.Type in_mask)
 
IntPtr GetInstanceID ()
 

Static Public Member Functions

static bool operator== (HPS.Publish.DocumentKey a, HPS.Publish.DocumentKey b)
 
static bool operator!= (HPS.Publish.DocumentKey a, HPS.Publish.DocumentKey b)
 
- Static Public Member Functions inherited from HPS.Object
static IntPtr ClassID< T > ()
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Object
virtual IntPtr GetNonDirectorClassID ()
 

Additional Inherited Members

- Public Types inherited from HPS.Sprocket
enum  UpdateType { Synchronous = 0, Asynchronous = 1 }
 
- Protected Attributes inherited from HPS.Object
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

The documentation for this class was generated from the following file: