Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public sealed class Presentation : _Presentation
Public NotInheritable Class Presentation
	Inherits _Presentation
public ref class Presentation sealed : public _Presentation
[<SealedAttribute>]
type Presentation =  
    class
        inherit _Presentation
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Presentation()()()()
Initializes a new instance of the Presentation class
Presentation(Stream, FileFormat)
Initializes a new instance of the Presentation class
Presentation(String, FileFormat)
Initializes a new instance of the Presentation class
AddDigitalSignature(X509Certificate2, String, DateTime)
AutoCompressPictures
BookmarkIdSeed
CommentAuthors
DateTimeVisible
DefaultTextStyle
DeleteMacros()()()()
DFlag
Dispose()()()() (Inherited from PptObject.)
DocumentProperty
EmbedTrueTypeFonts
Encrypt(String)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FindSlide(Int32)
FirstSlideNumber
FooterVisible
FormatAndVersion
GetBytes()()()() (Overrides _Presentation..::..GetBytes()()()().)
GetDigitalSignatures()()()()
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetStream()()()() (Overrides _Presentation..::..GetStream()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GrayLevelForPrint
HandoutMaster
HasMacros
Images
IsDigitallySigned
IsNoteRetained
LoadFromFile(String) (Overrides _Presentation..::..LoadFromFile(String).)
LoadFromFile(String, FileFormat) (Overrides _Presentation..::..LoadFromFile(String, FileFormat).)
LoadFromFile(String, String) (Overrides _Presentation..::..LoadFromFile(String, String).)
LoadFromFile(String, FileFormat, String) (Overrides _Presentation..::..LoadFromFile(String, FileFormat, String).)
LoadFromStream(Stream, FileFormat) (Overrides _Presentation..::..LoadFromStream(Stream, FileFormat).)
Masters
NotesMaster
NotesSlideSize
OrderForPrint
Parent (Inherited from PptObject.)
Print(PrinterSettings)
Print(String)
Print(PresentationPrintDocument)
Print(PrinterSettings, String)
Protect(String)
RemoveAllDigitalSignatures()()()()
RemoveEncryption()()()()
RemoveProtect()()()()
SaveSubsetFonts
SaveToFile(Stream, FileFormat) (Overrides _Presentation..::..SaveToFile(Stream, FileFormat).)
SaveToFile(String, FileFormat) (Overrides _Presentation..::..SaveToFile(String, FileFormat).)
SaveToHtmlOption
SaveToHttpResponse(String, FileFormat, HttpResponse)
SaveToHttpResponse(String, FileFormat, HttpResponse, Boolean)
SaveToPdfOption
SaveToSVG()()()()
SectionList
SelectSlidesForPrint(array<String>[]()[][])
ServerZoom
SetCustomFontsFolder(String)
SetDateTime(DateTime)
SetDateTime(DateTime, String)
SetDateTimeVisible(Boolean) Obsolete.
SetFooterText(String)
SetFooterVisible(Boolean) Obsolete.
SetPageSize(Single, Single, Boolean)
SetSlideNoVisible(Boolean) Obsolete.
ShowAnimation
ShowLoop
ShowNarration
ShowType
SlideCountPerPageForPrint
SlideFrameForPrint
SlideNumberVisible
Slides
SlideSize
StrictFirstAndLastCharacters
TagsList
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UseTimings
Videos
WavAudios

Inheritance Hierarchy

System..::..Object
  Spire.Presentation..::..PptObject
    Spire.Presentation..::.._Presentation
      Spire.Presentation..::..Presentation

See Also