<?xml version="1.0" encoding="UTF-8"?>
<doc>
  <assembly>
    <name>GemBox.Presentation</name>
  </assembly>
  <members>
    <!-- Badly formed XML comment ignored for member "M:Polyfills.Polyfill.ToHashSet``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})" -->
    <member name="T:GemBox.Presentation.Action">
      <summary>
            Represents a type that specifies what should happen when the user clicks on a drawing or a text or hovers over a drawing or a text with a pointing device such as a computer mouse.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-hyperlinks/409">Hyperlinks Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Action.ActionType">
      <summary>
            Gets the type of the action.
            </summary>
      <value>
            The type of the action.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Action.Target">
      <summary>
            Gets the target of the action.
            </summary>
      <value>
            The target of the action.
            </value>
      <remarks>
            Value is an instance of a <see cref="T:GemBox.Presentation.CustomSlideShow"/>, if <see cref="P:GemBox.Presentation.Action.ActionType"/> is <see cref="F:GemBox.Presentation.ActionType.HyperlinkToCustomShow"/>;
            instance of a <see cref="T:GemBox.Presentation.Slide"/>, if <see cref="P:GemBox.Presentation.Action.ActionType"/> is <see cref="F:GemBox.Presentation.ActionType.HyperlinkToSlide"/>;
            instance of a <see cref="T:System.String"/>, if <see cref="P:GemBox.Presentation.Action.ActionType"/> is <see cref="F:GemBox.Presentation.ActionType.HyperlinkToWebPage"/>, <see cref="F:GemBox.Presentation.ActionType.HyperlinkToOtherPresentation"/>, <see cref="F:GemBox.Presentation.ActionType.HyperlinkToFile"/>, <see cref="F:GemBox.Presentation.ActionType.RunProgram"/>, <see cref="F:GemBox.Presentation.ActionType.RunMacro"/> or <see cref="F:GemBox.Presentation.ActionType.ObjectAction"/>;
            <see langword="null"/>, for any other <see cref="P:GemBox.Presentation.Action.ActionType"/> value.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.Action.ReturnAfterCustomShow">
      <summary>
        <para>Gets a value indicating whether to return to the current slide show after the specified custom slide show has ended.</para>
        <para>Applicable only if <see cref="P:GemBox.Presentation.Action.ActionType"/> is <see cref="F:GemBox.Presentation.ActionType.HyperlinkToCustomShow"/>.</para>
      </summary>
      <value>
        <see langword="true"/> to return to the current slide show after the specified custom slide show has ended; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Action.OtherPresentationSlideIndex">
      <summary>
        <para>Gets a value that specifies the slide index from which the other presentation slide show should start.</para>
        <para>Applicable only if <see cref="P:GemBox.Presentation.Action.ActionType"/> is <see cref="F:GemBox.Presentation.ActionType.HyperlinkToOtherPresentation"/>.</para>
      </summary>
      <value>
            A value that specifies the slide index from which the other presentation slide show should start.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Action.OtherPresentationSlideTitle">
      <summary>
        <para>Gets a value that specifies the slide title of the first slide in the other presentation slide show.</para>
        <para>Applicable only if <see cref="P:GemBox.Presentation.Action.ActionType"/> is <see cref="F:GemBox.Presentation.ActionType.HyperlinkToOtherPresentation"/>.</para>
      </summary>
      <value>
            A value that specifies the slide title of the first slide in the other presentation slide show.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Action.Sound">
      <summary>
        <para>Gets or sets the sound to be played when the action is activated.</para>
        <para>Default value is <see langword="null"/> indicating that no sound shall be played when the action is activated.</para>
        <para>To remove a sound from this action, set this property to <see langword="null"/>.</para>
      </summary>
      <value>
            The sound to be played when the action is activated.
            </value>
      <remarks>
        <para>Sound is always stored in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>) stream that is embedded in the presentation.</para>
        <para>Do not set any member on the returned <see cref="T:GemBox.Presentation.Media.AudioContent"/> because they are not supported in this context (for example, they won't be saved to a PPTX file).</para>
        <para>To set a sound for the action, either use this property or the <see cref="M:GemBox.Presentation.Action.PlaySound(System.IO.Stream)"/> method.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Action.Highlight">
      <summary>
        <para>Gets or sets a value indicating whether the application should highlight the current drawing or text when it is clicked or hovered over.</para>
        <para>Default value is <see langword="false"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if the application should highlight the current drawing or text when it is clicked or hovered over; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Action.ScreenTip">
      <summary>
        <para>Gets or sets the tooltip that should be displayed when the current drawing or text is hovered over with a pointing device such as a computer mouse.</para>
        <para>Default value is <see cref="F:System.String.Empty"/>.</para>
      </summary>
      <value>
            The tooltip that should be displayed when the current drawing or text is hovered over with a pointing device such as a computer mouse.
            </value>
      <remarks>
            If this property is not set, then the application might display hyperlink text as a tooltip.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.Action.TargetFrame">
      <summary>
        <para>Gets or sets the target frame that is to be used when opening this hyperlink.
            When the hyperlink is activated this property is used to determine if a new window is launched for viewing or if an existing one can be used.</para>
        <para>Default value is <see cref="F:System.String.Empty"/>.</para>
      </summary>
      <value>
            The target frame that is to be used when opening this hyperlink.
            </value>
      <remarks>
            If this property is not set, then the application opens a new window.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.Action.StopPreviousSound">
      <summary>
            Gets or sets a value indicating whether to stop all previous sounds when this action is activated.
            </summary>
      <value>
        <see langword="true"/> to stop all previous sounds when this action is activated; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Action.Set(GemBox.Presentation.ActionType,System.Object[])">
      <summary>
            Sets the action to the current drawing or text.
            </summary>
      <param name="actionType">Type of the action.</param>
      <param name="parameters">The action parameters. See <see cref="T:GemBox.Presentation.ActionType"/> documentation for a list of a required and optional parameters for each type of the action.</param>
      <exception cref="T:System.InvalidOperationException">Specified action is not supported in the current context.</exception>
    </member>
    <member name="M:GemBox.Presentation.Action.PlaySound(System.IO.Stream)">
      <summary>
            Specifies the sound to be played when the action is activated.
            </summary>
      <param name="stream">An audio stream in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>).</param>
      <returns>
            The sound to be played when the action is activated.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="stream"/> is not readable.</exception>
      <remarks>
        <para>Sound is always stored in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>) stream that is embedded in the presentation.</para>
        <para>Do not set any member on the returned <see cref="T:GemBox.Presentation.Media.AudioContent"/> because they are not supported in this context (for example, they won't be saved to a PPTX file).</para>
        <para>To set a sound for the action, either use this method or the <see cref="P:GemBox.Presentation.Action.Sound"/> property.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.Action.PlaySound(System.IO.Stream,System.String)">
      <summary>
            Specifies the sound to be played when the action is activated.
            </summary>
      <param name="stream">An audio stream in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>).</param>
      <param name="soundName">An original name or a given short name used to distinguish this sound from others by providing a human readable name for the attached sound should the user need to identify the sound among others within the UI.</param>
      <returns>
            The sound to be played when the action is activated.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="stream"/> is not readable.</exception>
      <remarks>
        <para>Sound is always stored in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>) stream that is embedded in the presentation.</para>
        <para>Do not set any member on the returned <see cref="T:GemBox.Presentation.Media.AudioContent"/> because they are not supported in this context (for example, they won't be saved to a PPTX file).</para>
        <para>To set a sound for the action, either use this method or the <see cref="P:GemBox.Presentation.Action.Sound"/> property.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.Action.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Action"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Action"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.ActionSettings">
      <summary>
            Represents a type that contains <i>click</i> and <i>hover</i> actions for a specific drawing or text.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-hyperlinks/409">Hyperlinks Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.ActionSettings.Click">
      <summary>
        <para>Gets or sets the action that specifies what should happen when the user clicks on the drawing or text with a pointing device such as a computer mouse.</para>
        <para>To remove a click action from the drawing or text, set this property to <see langword="null"/>.</para>
      </summary>
      <value>
            The action that specifies what should happen when the user clicks on the drawing or text with a pointing device such as a computer mouse.
            </value>
      <exception cref="T:System.InvalidOperationException">Specified action is not supported in the current context.</exception>
      <exception cref="T:System.ArgumentException">Action's target is not contained in the same presentation as the current drawing or text.</exception>
      <remarks>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.Action"/> won't actually be stored in this drawing or text, but the data to which the instance points to will be copied. This enables easy copying of complex properties from one drawing / text to another.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.ActionSettings.Hover">
      <summary>
        <para>Gets or sets the action that specifies what should happen when the user hovers over the drawing or text with a pointing device such as a computer mouse.</para>
        <para>To remove a click action from the drawing or text, set this property to <see langword="null"/>.</para>
      </summary>
      <value>
            The action that specifies what should happen when the user hovers over the drawing or text with a pointing device such as a computer mouse.
            </value>
      <exception cref="T:System.InvalidOperationException">Specified action is not supported in the current context.</exception>
      <exception cref="T:System.ArgumentException">Action's target is not contained in the same presentation as the current drawing or text.</exception>
      <remarks>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.Action"/> won't actually be stored in this drawing or text, but the data to which the instance points to will be copied. This enables easy copying of complex properties from one drawing / text to another.</para>
      </remarks>
    </member>
    <member name="T:GemBox.Presentation.ActionType">
      <summary>
            Represents actions that could happen when the user clicks on a drawing or hovers over a drawing with a pointing device such as a computer mouse.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-hyperlinks/409">Hyperlinks Example</seealso>
    </member>
    <member name="F:GemBox.Presentation.ActionType.None">
      <summary>
        <para>Nothing happens when drawing is clicked or hovered over.</para>
        <para>This action has no parameters.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToNextSlide">
      <summary>
        <para>Slide show jumps to the next slide.</para>
        <para>This action has no parameters.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToPreviousSlide">
      <summary>
        <para>Slide show jumps to the previous slide.</para>
        <para>This action has no parameters.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToFirstSlide">
      <summary>
        <para>Slide show jumps to the first slide.</para>
        <para>This action has no parameters.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToLastSlide">
      <summary>
        <para>Slide show jumps to the last slide.</para>
        <para>This action has no parameters.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToLastSlideViewed">
      <summary>
        <para>Slide show jumps to the last slide viewed.</para>
        <para>This action has no parameters.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToEndShow">
      <summary>
        <para>Ends the slide show.</para>
        <para>This action has no parameters.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToCustomShow">
      <summary>
        <para>Start the specified custom slide show with an option to return to the current slide show after the specified custom slide show has ended.</para>
        <para>This action has the following parameters:</para>
        <para>1. required parameter: instance of a <see cref="T:GemBox.Presentation.CustomSlideShow"/> that specifies the custom slide show that should start. The specified <see cref="T:GemBox.Presentation.CustomSlideShow"/> must be contained in the same <see cref="T:GemBox.Presentation.PresentationDocument"/> as the current <see cref="T:GemBox.Presentation.VisualDrawing"/>; otherwise, exception is thrown.</para>
        <para>2. optional parameter: <see cref="T:System.Boolean"/> value that specifies whether to return to the current slide show after the specified custom slide show has ended (<see langword="true"/> value) or to end the current slide show after the specified custom slide show has ended (<see langword="false"/> value).</para>
        <para>This value is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToSlide">
      <summary>
        <para>Slide show jumps to the specified slide.</para>
        <para>This action has the following parameter:</para>
        <para>1. required parameter: instance of a <see cref="T:GemBox.Presentation.Slide"/> that specifies the slide to which the slide show should jump to. The specified <see cref="T:GemBox.Presentation.Slide"/> must be contained in the same <see cref="T:GemBox.Presentation.PresentationDocument"/> as the current <see cref="T:GemBox.Presentation.VisualDrawing"/>; otherwise, exception is thrown.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToWebPage">
      <summary>
        <para>Opens the specified web page or an application (such as an e-mail client, if specified URL starts with <i>mailto:</i>).</para>
        <para>This action has the following parameter:</para>
        <para>1. required parameter: instance of a <see cref="T:System.String"/> that specifies the URL that should be opened. The specified URL should not be <see langword="null"/> or <see cref="F:System.String.Empty"/>; otherwise, exception is thrown. The specified URL should start with a <see cref="P:System.Uri.Scheme">scheme</see> (such as <i>http://</i>, <i>https://</i>, or <i>mailto:</i>) and should be unescaped.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToOtherPresentation">
      <summary>
        <para>Shows the specified presentation with an option to start other presentation show from the specified slide index and with the specified slide title.</para>
        <para>This action has the following parameters:</para>
        <para>1. required parameter: instance of a <see cref="T:System.String"/> that specifies the path to the presentation that should be shown. The specified path should not be <see langword="null"/> or <see cref="F:System.String.Empty"/>; otherwise, exception is thrown.</para>
        <para>2. optional parameter: <see cref="T:System.Int32"/> value that specifies the slide index from which the other presentation slide show should start.</para>
        <para>2. optional parameter: <see cref="T:System.String"/> value that specifies the slide title of the first slide in the other presentation slide show.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.HyperlinkToFile">
      <summary>
        <para>Opens the specified file.</para>
        <para>This action has the following parameter:</para>
        <para>1. required parameter: instance of a <see cref="T:System.String"/> that specifies the path to the file that should be opened. The specified path should not be <see langword="null"/> or <see cref="F:System.String.Empty"/>; otherwise, exception is thrown.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.RunProgram">
      <summary>
        <para>Runs the specified program.</para>
        <para>This action has the following parameter:</para>
        <para>1. required parameter: instance of a <see cref="T:System.String"/> that specifies the path to the program that should be run. The specified path should not be <see langword="null"/> or <see cref="F:System.String.Empty"/>; otherwise, exception is thrown.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.RunMacro">
      <summary>
        <para>Runs the specified macro (<b>Visual Basic</b> procedure).</para>
        <para>This action has the following parameter:</para>
        <para>1. required parameter: instance of a <see cref="T:System.String"/> that specifies the name to the macro that should be run. The specified name should not be <see langword="null"/> or <see cref="F:System.String.Empty"/>; otherwise, exception is thrown.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.PlayMedia">
      <summary>
        <para>Plays the media (for example, video or audio) associated with the current drawing.</para>
        <para>This action has no parameters.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ActionType.ObjectAction">
      <summary>
        <para>Executes an action (for example, open object or edit object) on an OLE object associated with the current drawing.</para>
        <para>This action has the following parameter:</para>
        <para>1. required parameter: instance of a <see cref="T:System.String"/> that specifies the parameters (for example, 'verb=0' or 'verb=1') of the action that should be executed. The specified parameter should not be <see langword="null"/> or <see cref="F:System.String.Empty"/>; otherwise, exception is thrown.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.AnimatableSlide">
      <summary>
            Represents a base type for all slide types that can be animated.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.AnimatableSlide.SlideId">
      <summary>
            Returns a unique ID number for the specified slide.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.AnimatableSlide.Transition">
      <summary>
            Gets the kind of slide transition that should be used to transition to the current slide from the previous slide.
            </summary>
      <value>
            The kind of slide transition that should be used to transition to the current slide from the previous slide.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slide-transition/501">Slide Transition Example</seealso>
    </member>
    <member name="T:GemBox.Presentation.BuiltInDocumentPropertiesDictionary">
      <summary>
            Represents a dictionary that contains <see cref="T:GemBox.Presentation.BuiltInDocumentProperty"/> key and <see cref="T:System.String"/> value pairs.
            </summary>
      <remarks>
        <para>
          <see cref="T:System.String"/> values cannot be <see langword="null"/> or <see cref="F:System.String.Empty"/>.</para>
        <para>Built-in and custom document properties are contained in <see cref="T:GemBox.Presentation.DocumentProperties"/> class which is used in <see cref="P:GemBox.Presentation.PresentationDocument.DocumentProperties">PresentationDocument.DocumentProperties</see> property.</para>
      </remarks>
      <seealso cref="P:GemBox.Presentation.DocumentProperties.BuiltIn"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-properties/410">Document Properties Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.BuiltInDocumentPropertiesDictionary.ValidateBeforeAdd(GemBox.Presentation.BuiltInDocumentProperty,System.String)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.BuiltInDocumentProperty">
      <summary>
            Enumeration of available built-in document properties.
            </summary>
      <remarks>
        <para>
          <see cref="T:GemBox.Presentation.BuiltInDocumentProperty"/> enumeration is used as a keys in <see cref="T:GemBox.Presentation.BuiltInDocumentPropertiesDictionary"/> dictionary.</para>
        <para>Built-in and custom document properties are contained in <see cref="T:GemBox.Presentation.DocumentProperties"/> class which is used in <see cref="P:GemBox.Presentation.PresentationDocument.DocumentProperties">PresentationDocument.DocumentProperties</see> property.</para>
      </remarks>
      <seealso cref="T:GemBox.Presentation.BuiltInDocumentPropertiesDictionary"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-properties/410">Document Properties Example</seealso>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Title">
      <summary>
            Title of the document.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Author">
      <summary>
            Name of the document's author.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Subject">
      <summary>
            Subject of the document.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Comments">
      <summary>
            Document comments.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.DateContentCreated">
      <summary>
            UTC time of creation of the document.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.DateLastPrinted">
      <summary>
            UTC time on which the document was last printed.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.DateLastSaved">
      <summary>
            UTC time on which the document was last modified/saved.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Category">
      <summary>
            Category of the document.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Status">
      <summary>
            Status of the document.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Keywords">
      <summary>
            Document keywords.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.LastSavedBy">
      <summary>
            Name of the last author.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Manager">
      <summary>
            Manager.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Company">
      <summary>
            Company.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.HyperlinkBase">
      <summary>
            Base hyperlink.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.BuiltInDocumentProperty.Application">
      <summary>
            Application.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.CapsType">
      <summary>
            Represents a text caps (capitalization) type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.CapsType.None">
      <summary>
            No caps are applied to the text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.CapsType.Small">
      <summary>
            Apply small caps to the text. All letters are converted to lower case.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.CapsType.All">
      <summary>
            Apply all caps on the text. All lower case letters are converted to upper case.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Chart">
      <summary>
            Represents a chart.
            </summary>
      <remarks>
        <para>Chart is an element that represents data in graphical form.</para>
        <para>In order to create, edit, or export charts, the GemBox.Spreadsheet library needs to be loaded. Without it, charts will be preserved instead of being loaded.</para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-charts/412">charts</see> example.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-charts/412">Charts example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Chart.ExcelChart">
      <summary>
            Gets the actual chart as an instance of GemBox.Spreadsheet.Charts.ExcelChart.
            </summary>
      <value>
            The actual chart as an instance of GemBox.Spreadsheet.Charts.ExcelChart.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Chart.Frame">
      <summary>
            Gets the frame that contains this chart.
            </summary>
      <value>
            The frame that contains this chart.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Chart.ChartType">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.ChartType"/> of this chart.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.ChartType"/> of this chart.
            </value>
    </member>
    <member name="T:GemBox.Presentation.ChartGrouping">
      <summary>
            Represents the grouping of a chart series for each category in a chart.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartGrouping.Standard">
      <summary>
            Chart series are drawn on the value axis. Not applicable for ColumnChart and BarChart.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartGrouping.Clustered">
      <summary>
            Chart series are drawn next to each other along the category axis. Applicable only for ColumnChart and BarChart.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartGrouping.Stacked">
      <summary>
        <para>Chart series are drawn next to each other on the value axis.</para>
        <para>Use it to compare the contribution of each value to a total across categories.</para>
        <para>
            This value is currently supported only by ColumnChart and BarChart when exporting a chart to PDF, XPS, or image formats. This value is exported as <see cref="F:GemBox.Presentation.ChartGrouping.Standard"/> for all other chart types.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartGrouping.PercentStacked">
      <summary>
        <para>Chart series are drawn next to each other along the value axis and scaled to total 100%.</para>
        <para>Use it to compare the percentage that each value contributes to a total across categories.</para>
        <para>
            This value is currently not supported when exporting a chart to PDF, XPS, or image formats. This value is exported as <see cref="F:GemBox.Presentation.ChartGrouping.Stacked"/> for ColumnChart and BarChart and as <see cref="F:GemBox.Presentation.ChartGrouping.Standard"/> for all other chart types.
            </para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.ChartType">
      <summary>
            Represents a chart type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Column">
      <summary>
            Chart type whose series values are drawn using vertical rectangles.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Bar">
      <summary>
            Chart type whose series values are drawn using horizontal rectangles.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Line">
      <summary>
            Chart type whose series values are drawn using lines.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Area">
      <summary>
            Chart type whose series values are drawn using filled areas.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Pie">
      <summary>
            Chart type whose single series values are drawn as filled arcs in a pie-like form.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Combo">
      <summary>
            Chart type which combines different chart types in a single chart.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Scatter">
      <summary>
            Chart type whose series x and y values are drawn using lines.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Doughnut">
      <summary>
            Chart type whose series values are drawn as filled arcs in a doughtnut-like form.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ChartType.Radar">
      <summary>
            Chart type whose series are drawn as lines or filled areas in a radar-like form.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.CloneContext">
      <summary>
            A context used when cloning objects to maintain object reference mapping or to change a behavior of a cloning process.
            </summary>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.CloneContext.SourcePresentation">
      <summary>
            Gets the source presentation that contains the objects that will be cloned.
            </summary>
      <value>
            The source presentation that contains the objects that will be cloned.
            </value>
    </member>
    <member name="P:GemBox.Presentation.CloneContext.DestinationPresentation">
      <summary>
            Gets the destination presentation where the cloned objects will be contained.
            </summary>
      <value>
            The destination presentation where the cloned objects will be contained.
            </value>
    </member>
    <member name="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)">
      <summary>
            Creates the cloning context that can be used to maintain object reference mapping or to change a behavior of a cloning process.
            </summary>
      <param name="sourcePresentation">The source presentation that contains the objects that will be cloned.</param>
      <param name="destinationPresentation">The destination presentation where the cloned objects will be contained.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.CloneContext"/> type that can be used to maintain object reference mapping or to change a behavior of a cloning process.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="sourcePresentation"/> or <paramref name="destinationPresentation"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)">
      <summary>
            Sets the mapping between the specified <paramref name="source"/> and <paramref name="destination"/> objects.
            </summary>
      <typeparam name="T">Either <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/>.</typeparam>
      <param name="source">The source object.</param>
      <param name="destination">The destination object.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="destination"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">Either <paramref name="source"/> or <paramref name="destination"/> object type is not supported for the mapping operation or objects are not contained in the appropriate <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CloneContext.Get``1(``0)">
      <summary>
            Gets the destination object (either clone or mapped) for the specified source object.
            </summary>
      <typeparam name="T">Either <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/>.</typeparam>
      <param name="source">The source object.</param>
      <returns>the destination object (either clone or mapped) for the specified source object or <see langword="null"/>.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> object type is not supported for the mapping operation or it is not contained in the appropriate <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/>.</exception>
    </member>
    <member name="T:GemBox.Presentation.Collection">
      <summary>
            Represents a base non-generic type for all collection types in the GemBox.Presentation assembly.
            </summary>
      <seealso cref="T:GemBox.Presentation.Collection`1"/>
    </member>
    <member name="P:GemBox.Presentation.Collection.Count">
      <summary>
            Gets the number of items contained in the collection.
            </summary>
      <value>
            The number of items contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Collection.Item(System.Int32)">
      <summary>
            Gets the item at the specified index.
            </summary>
      <value>
            The item at the specified index.
            </value>
      <param name="index">The zero-based index of the item to get.</param>
      <returns>The item at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Collection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Collection.RemoveAt(System.Int32)">
      <summary>
            Removes the item at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the item to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Collection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Collection.Clear">
      <summary>
            Removes all items from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Collection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
      <returns>
            An <see cref="T:System.Collections.IEnumerator"/> for the collection.
            </returns>
    </member>
    <member name="P:GemBox.Presentation.Collection.System#Collections#IList#IsReadOnly">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Collection.System#Collections#IList#IsFixedSize">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Collection.System#Collections#ICollection#IsSynchronized">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Collection.System#Collections#ICollection#SyncRoot">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Collection.System#Collections#IList#Item(System.Int32)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Collection.System#Collections#IList#Insert(System.Int32,System.Object)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Collection.System#Collections#IList#Add(System.Object)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Collection.System#Collections#IList#IndexOf(System.Object)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Collection.System#Collections#IList#Remove(System.Object)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Collection.System#Collections#IList#Contains(System.Object)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Collection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Collection`1">
      <summary>
            Represents a base type for all collection types in the GemBox.Presentation assembly.
            </summary>
      <typeparam name="T">The type of elements in the collection.</typeparam>
    </member>
    <member name="P:GemBox.Presentation.Collection`1.Count">
      <summary>
            Gets the number of <typeparamref name="T"/>s contained in the collection.
            </summary>
      <value>
            The number of <typeparamref name="T"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Collection`1.Item(System.Int32)">
      <summary>
            Gets or sets the <typeparamref name="T"/> at the specified index.
            </summary>
      <value>
            The <typeparamref name="T"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <typeparamref name="T"/> to get or set.</param>
      <returns>The <typeparamref name="T"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Collection`1.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.Insert(System.Int32,`0)">
      <summary>
            Inserts a <typeparamref name="T"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <typeparamref name="T"/> should be inserted.</param>
      <param name="item">The <typeparamref name="T"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Collection`1.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.Add(`0)">
      <summary>
            Adds a <typeparamref name="T"/> to the end of the collection.
            </summary>
      <param name="item">The <typeparamref name="T"/> to be added to the end of the collection.</param>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.RemoveAt(System.Int32)">
      <summary>
            Removes the <typeparamref name="T"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <typeparamref name="T"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Collection`1.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.Contains(`0)">
      <summary>
            Determines whether a <typeparamref name="T"/> is in the collection.
            </summary>
      <param name="item">The <typeparamref name="T"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.IndexOf(`0)">
      <summary>
            Searches for the specified <typeparamref name="T"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <typeparamref name="T"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.Remove(`0)">
      <summary>
            Removes the first occurrence of a specific <typeparamref name="T"/> from the collection.
            </summary>
      <param name="item">The <typeparamref name="T"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.Clear">
      <summary>
            Removes all <typeparamref name="T"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="P:GemBox.Presentation.Collection`1.System#Collections#Generic#ICollection{T}#IsReadOnly">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Collection`1.System#Collections#Generic#IList{T}#Item(System.Int32)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Collection`1.System#Collections#Generic#ICollection{T}#CopyTo(`0[],System.Int32)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Color">
      <summary>
            Represents a color.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Color.FromName(GemBox.Presentation.ColorName)">
      <summary>
            Creates a new color instance from the specified color name.
            </summary>
      <param name="name">The color name.</param>
      <returns>A color instance with the specified name.</returns>
    </member>
    <member name="M:GemBox.Presentation.Color.FromName(GemBox.Presentation.ColorName,System.Double)">
      <summary>
            Creates a new color instance from the specified color name and luminance.
            </summary>
      <param name="name">The color name.</param>
      <param name="luminance">The luminance (-1 = darkest, 0 = none, 1 = lightest).</param>
      <returns>A color instance with the specified name and luminance.</returns>
    </member>
    <member name="M:GemBox.Presentation.Color.FromName(GemBox.Presentation.ColorName,System.Double,System.Double)">
      <summary>
            Creates a new color instance from the specified color name, luminance and transparency.
            </summary>
      <param name="name">The color name.</param>
      <param name="luminance">The luminance (-1 = darkest, 0 = none, 1 = lightest).</param>
      <param name="transparency">The transparency (0 = fully opaque, 1 = fully transparent).</param>
      <returns>A color instance with the specified name, luminance and transparency.</returns>
    </member>
    <member name="M:GemBox.Presentation.Color.FromHexString(System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.Color"/> struct.
            </summary>
      <param name="hex">The string that represents the color in the format #AARRGGBB or #RRGGBB where 
            AA is the byte that represents the alpha component.
            RR is the byte that represents the red component, 
            GG is the byte that represents the green component and 
            BB is the byte that represents the blue component.
            </param>
    </member>
    <member name="M:GemBox.Presentation.Color.FromRgb(System.Int32,System.Int32,System.Int32)">
      <summary>
            Creates a new color instance from the specified Red, Green and Blue components.
            </summary>
      <param name="r">The Red component (from 0 to 255).</param>
      <param name="g">The Green component (from 0 to 255).</param>
      <param name="b">The Blue component (from 0 to 255).</param>
      <returns>A new color instance from the specified Red, Green and Blue components.</returns>
    </member>
    <member name="M:GemBox.Presentation.Color.FromRgb(System.Int32,System.Int32,System.Int32,System.Double)">
      <summary>
            Creates a new color instance from the specified Red, Green and Blue components and transparency.
            </summary>
      <param name="r">The Red component (from 0 to 255).</param>
      <param name="g">The Green component (from 0 to 255).</param>
      <param name="b">The Blue component (from 0 to 255).</param>
      <param name="transparency">The transparency (0 = fully opaque, 1 = fully transparent).</param>
      <returns>A new color instance from the specified Red, Green and Blue components and transparency.</returns>
    </member>
    <member name="M:GemBox.Presentation.Color.FromHsl(System.Int32,System.Int32,System.Int32)">
      <summary>
            Creates a new color instance from the specified Hue, Saturation and Lightness components.
            </summary>
      <param name="h">The Hue component (from 0 to 255).</param>
      <param name="s">The Saturation component (from 0 to 255).</param>
      <param name="l">The Lightness component (from 0 to 255).</param>
      <returns>A new color instance from the specified Hue, Saturation and Lightness components.</returns>
    </member>
    <member name="M:GemBox.Presentation.Color.FromHsl(System.Int32,System.Int32,System.Int32,System.Double)">
      <summary>
            Creates a new color instance from the specified Hue, Saturation and Lightness components and transparency.
            </summary>
      <param name="h">The Hue component (from 0 to 255).</param>
      <param name="s">The Saturation component (from 0 to 255).</param>
      <param name="l">The Lightness component (from 0 to 255).</param>
      <param name="transparency">The transparency (0 = fully opaque, 1 = fully transparent).</param>
      <returns>
            A new color instance from the specified Hue, Saturation and Lightness components and transparency.
            </returns>
    </member>
    <member name="P:GemBox.Presentation.Color.Name">
      <summary>
            Gets the color name.
            </summary>
      <value>
            The color name.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Color.A">
      <summary>
            Gets the color opacity (0 = fully transparent, 255 = fully opaque).
            </summary>
      <value>
            The color opacity.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Color.R">
      <summary>
            Gets the Red component (from 0 to 255).
            </summary>
      <value>
            The Red component.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Color.G">
      <summary>
            Gets the Green component (from 0 to 255).
            </summary>
      <value>
            The Green component.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Color.B">
      <summary>
            Gets the Blue component (from 0 to 255).
            </summary>
      <value>
            The Blue component.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Color.Argb">
      <summary>
            Gets the Opacity, Red, Green and Blue components in a single <see cref="T:System.Int32"/> value.
            </summary>
      <value>
            The Opacity, Red, Green and Blue components in a single <see cref="T:System.Int32"/> value.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Color.Equals(GemBox.Presentation.Color)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.Color"/> is equal to this <see cref="T:GemBox.Presentation.Color"/> instance.
            </summary>
      <param name="other">The other color to compare with this color instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.Color"/> is equal to this <see cref="T:GemBox.Presentation.Color"/> instance; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Color.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.Color"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this color instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.Color"/> and is equal to this <see cref="T:GemBox.Presentation.Color"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Color.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.Color"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.Color"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Color.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Color"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Color"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Color.op_Equality(GemBox.Presentation.Color,GemBox.Presentation.Color)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Color"/>s are equal.
            </summary>
      <param name="first">The first color.</param>
      <param name="second">The second color.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> colors are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Color.op_Inequality(GemBox.Presentation.Color,GemBox.Presentation.Color)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Color"/>s are not equal.
            </summary>
      <param name="first">The first color.</param>
      <param name="second">The second color.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> colors are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.ColorName">
      <summary>
            Represents a color name.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.None">
      <summary>
            The '<b>Empty</b>' color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Custom">
      <summary>
            The '<b>Custom</b>' color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Transparent">
      <summary>
            The '<b>Transparent</b>' color. Values: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.AliceBlue">
      <summary>
            Standard '<b>Alice Blue</b>' color. Values: RGB = 0xF0F8FF, RGB = (240, 248, 255), HSL = (147, 255, 248).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.AntiqueWhite">
      <summary>
            Standard '<b>Antique White</b>' color. Values: RGB = 0xFAEBD7, RGB = (250, 235, 215), HSL = (24, 198, 233).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Aqua">
      <summary>
            Standard '<b>Aqua</b>' color. Values: RGB = 0x00FFFF, RGB = (0, 255, 255), HSL = (128, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Aquamarine">
      <summary>
            Standard '<b>Aquamarine</b>' color. Values: RGB = 0x7FFFD4, RGB = (127, 255, 212), HSL = (113, 255, 191).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Azure">
      <summary>
            Standard '<b>Azure</b>' color. Values: RGB = 0xF0FFFF, RGB = (240, 255, 255), HSL = (128, 255, 248).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Beige">
      <summary>
            Standard '<b>Beige</b>' color. Values: RGB = 0xF5F5DC, RGB = (245, 245, 220), HSL = (43, 142, 233).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Bisque">
      <summary>
            Standard '<b>Bisque</b>' color. Values: RGB = 0xFFE4C4, RGB = (255, 228, 196), HSL = (23, 255, 226).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Black">
      <summary>
            Standard '<b>Black</b>' color. Values: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.BlanchedAlmond">
      <summary>
            Standard '<b>Blanched Almond</b>' color. Values: RGB = 0xFFEBCD, RGB = (255, 235, 205), HSL = (25, 255, 230).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Blue">
      <summary>
            Standard '<b>Blue</b>' color. Values: RGB = 0x0000FF, RGB = (0, 0, 255), HSL = (170, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.BlueViolet">
      <summary>
            Standard '<b>Blue Violet</b>' color. Values: RGB = 0x8A2BE2, RGB = (138, 43, 226), HSL = (192, 194, 135).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Brown">
      <summary>
            Standard '<b>Brown</b>' color. Values: RGB = 0xA52A2A, RGB = (165, 42, 42), HSL = (0, 152, 104).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.BurlyWood">
      <summary>
            Standard '<b>Burly Wood</b>' color. Values: RGB = 0xDEB887, RGB = (222, 184, 135), HSL = (24, 145, 179).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.CadetBlue">
      <summary>
            Standard '<b>Cadet Blue</b>' color. Values: RGB = 0x5F9EA0, RGB = (95, 158, 160), HSL = (129, 65, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Chartreuse">
      <summary>
            Standard '<b>Chartreuse</b>' color. Values: RGB = 0x7FFF00, RGB = (127, 255, 0), HSL = (64, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Chocolate">
      <summary>
            Standard '<b>Chocolate</b>' color. Values: RGB = 0xD2691E, RGB = (210, 105, 30), HSL = (18, 191, 120).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Coral">
      <summary>
            Standard '<b>Coral</b>' color. Values: RGB = 0xFF7F50, RGB = (255, 127, 80), HSL = (11, 255, 168).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.CornflowerBlue">
      <summary>
            Standard '<b>Cornflower Blue</b>' color. Values: RGB = 0x6495ED, RGB = (100, 149, 237), HSL = (155, 202, 169).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Cornsilk">
      <summary>
            Standard '<b>Cornsilk</b>' color. Values: RGB = 0xFFF8DC, RGB = (255, 248, 220), HSL = (34, 255, 238).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Crimson">
      <summary>
            Standard '<b>Crimson</b>' color. Values: RGB = 0xDC143C, RGB = (220, 20, 60), HSL = (247, 213, 120).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkBlue">
      <summary>
            Standard '<b>Dark Blue</b>' color. Values: RGB = 0x00008B, RGB = (0, 0, 139), HSL = (170, 255, 70).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkCyan">
      <summary>
            Standard '<b>Dark Cyan</b>' color. Values: RGB = 0x008B8B, RGB = (0, 139, 139), HSL = (128, 255, 70).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkGoldenrod">
      <summary>
            Standard '<b>Dark Goldenrod</b>' color. Values: RGB = 0xB8860B, RGB = (184, 134, 11), HSL = (30, 226, 98).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkGray">
      <summary>
            Standard '<b>Dark Gray</b>' color. Values: RGB = 0xA9A9A9, RGB = (169, 169, 169), HSL = (0, 0, 169).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkGreen">
      <summary>
            Standard '<b>Dark Green</b>' color. Values: RGB = 0x006400, RGB = (0, 100, 0), HSL = (85, 255, 50).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkKhaki">
      <summary>
            Standard '<b>Dark Khaki</b>' color. Values: RGB = 0xBDB76B, RGB = (189, 183, 107), HSL = (39, 98, 148).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkMagenta">
      <summary>
            Standard '<b>Dark Magenta</b>' color. Values: RGB = 0x8B008B, RGB = (139, 0, 139), HSL = (213, 255, 70).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkOliveGreen">
      <summary>
            Standard '<b>Dark Olive Green</b>' color. Values: RGB = 0x556B2F, RGB = (85, 107, 47), HSL = (58, 99, 77).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkOrange">
      <summary>
            Standard '<b>Dark Orange</b>' color. Values: RGB = 0xFF8C00, RGB = (255, 140, 0), HSL = (23, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkOrchid">
      <summary>
            Standard '<b>Dark Orchid</b>' color. Values: RGB = 0x9932CC, RGB = (153, 50, 204), HSL = (198, 155, 127).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkRed">
      <summary>
            Standard '<b>Dark Red</b>' color. Values: RGB = 0x8B0000, RGB = (139, 0, 0), HSL = (0, 255, 70).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkSalmon">
      <summary>
            Standard '<b>Dark Salmon</b>' color. Values: RGB = 0xE9967A, RGB = (233, 150, 122), HSL = (11, 183, 178).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkSeaGreen">
      <summary>
            Standard '<b>Dark Sea Green</b>' color. Values: RGB = 0x8FBC8F, RGB = (143, 188, 143), HSL = (85, 64, 166).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkSlateBlue">
      <summary>
            Standard '<b>Dark Slate Blue</b>' color. Values: RGB = 0x483D8B, RGB = (72, 61, 139), HSL = (176, 99, 100).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkSlateGray">
      <summary>
            Standard '<b>Dark Slate Gray</b>' color. Values: RGB = 0x2F4F4F, RGB = (47, 79, 79), HSL = (128, 65, 63).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkTurquoise">
      <summary>
            Standard '<b>Dark Turquoise</b>' color. Values: RGB = 0x00CED1, RGB = (0, 206, 209), HSL = (128, 255, 105).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DarkViolet">
      <summary>
            Standard '<b>Dark Violet</b>' color. Values: RGB = 0x9400D3, RGB = (148, 0, 211), HSL = (200, 255, 106).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DeepPink">
      <summary>
            Standard '<b>Deep Pink</b>' color. Values: RGB = 0xFF1493, RGB = (255, 20, 147), HSL = (232, 255, 138).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DeepSkyBlue">
      <summary>
            Standard '<b>Deep Sky Blue</b>' color. Values: RGB = 0x00BFFF, RGB = (0, 191, 255), HSL = (138, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DimGray">
      <summary>
            Standard '<b>Dim Gray</b>' color. Values: RGB = 0x696969, RGB = (105, 105, 105), HSL = (0, 0, 105).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.DodgerBlue">
      <summary>
            Standard '<b>Dodger Blue</b>' color. Values: RGB = 0x1E90FF, RGB = (30, 144, 255), HSL = (148, 255, 143).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Firebrick">
      <summary>
            Standard '<b>Firebrick</b>' color. Values: RGB = 0xB22222, RGB = (178, 34, 34), HSL = (0, 173, 106).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.FloralWhite">
      <summary>
            Standard '<b>Floral White</b>' color. Values: RGB = 0xFFFAF0, RGB = (255, 250, 240), HSL = (28, 255, 248).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ForestGreen">
      <summary>
            Standard '<b>Forest Green</b>' color. Values: RGB = 0x228B22, RGB = (34, 139, 34), HSL = (85, 155, 86).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Gainsboro">
      <summary>
            Standard '<b>Gainsboro</b>' color. Values: RGB = 0xDCDCDC, RGB = (220, 220, 220), HSL = (0, 0, 220).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.GhostWhite">
      <summary>
            Standard '<b>Ghost White</b>' color. Values: RGB = 0xF8F8FF, RGB = (248, 248, 255), HSL = (170, 255, 252).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Gold">
      <summary>
            Standard '<b>Gold</b>' color. Values: RGB = 0xFFD700, RGB = (255, 215, 0), HSL = (36, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Goldenrod">
      <summary>
            Standard '<b>Goldenrod</b>' color. Values: RGB = 0xDAA520, RGB = (218, 165, 32), HSL = (30, 190, 125).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Gray">
      <summary>
            Standard '<b>Gray</b>' color. Values: RGB = 0x808080, RGB = (128, 128, 128), HSL = (0, 0, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Green">
      <summary>
            Standard '<b>Green</b>' color. Values: RGB = 0x008000, RGB = (0, 128, 0), HSL = (85, 255, 64).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.GreenYellow">
      <summary>
            Standard '<b>Green Yellow</b>' color. Values: RGB = 0xADFF2F, RGB = (173, 255, 47), HSL = (59, 255, 151).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Honeydew">
      <summary>
            Standard '<b>Honeydew</b>' color. Values: RGB = 0xF0FFF0, RGB = (240, 255, 240), HSL = (85, 255, 248).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.HotPink">
      <summary>
            Standard '<b>Hot Pink</b>' color. Values: RGB = 0xFF69B4, RGB = (255, 105, 180), HSL = (234, 255, 180).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.IndianRed">
      <summary>
            Standard '<b>Indian Red</b>' color. Values: RGB = 0xCD5C5C, RGB = (205, 92, 92), HSL = (0, 135, 149).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Indigo">
      <summary>
            Standard '<b>Indigo</b>' color. Values: RGB = 0x4B0082, RGB = (75, 0, 130), HSL = (195, 255, 65).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Ivory">
      <summary>
            Standard '<b>Ivory</b>' color. Values: RGB = 0xFFFFF0, RGB = (255, 255, 240), HSL = (43, 255, 248).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Khaki">
      <summary>
            Standard '<b>Khaki</b>' color. Values: RGB = 0xF0E68C, RGB = (240, 230, 140), HSL = (38, 196, 190).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Lavender">
      <summary>
            Standard '<b>Lavender</b>' color. Values: RGB = 0xE6E6FA, RGB = (230, 230, 250), HSL = (170, 170, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LavenderBlush">
      <summary>
            Standard '<b>Lavender Blush</b>' color. Values: RGB = 0xFFF0F5, RGB = (255, 240, 245), HSL = (241, 255, 248).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LawnGreen">
      <summary>
            Standard '<b>Lawn Green</b>' color. Values: RGB = 0x7CFC00, RGB = (124, 252, 0), HSL = (64, 255, 126).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LemonChiffon">
      <summary>
            Standard '<b>Lemon Chiffon</b>' color. Values: RGB = 0xFFFACD, RGB = (255, 250, 205), HSL = (38, 255, 230).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightBlue">
      <summary>
            Standard '<b>Light Blue</b>' color. Values: RGB = 0xADD8E6, RGB = (173, 216, 230), HSL = (138, 136, 202).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightCoral">
      <summary>
            Standard '<b>Light Coral</b>' color. Values: RGB = 0xF08080, RGB = (240, 128, 128), HSL = (0, 201, 184).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightCyan">
      <summary>
            Standard '<b>Light Cyan</b>' color. Values: RGB = 0xE0FFFF, RGB = (224, 255, 255), HSL = (128, 255, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightGoldenrodYellow">
      <summary>
            Standard '<b>Light Goldenrod Yellow</b>' color. Values: RGB = 0xFAFAD2, RGB = (250, 250, 210), HSL = (43, 204, 230).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightGray">
      <summary>
            Standard '<b>Light Gray</b>' color. Values: RGB = 0xD3D3D3, RGB = (211, 211, 211), HSL = (0, 0, 211).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightGreen">
      <summary>
            Standard '<b>Light Green</b>' color. Values: RGB = 0x90EE90, RGB = (144, 238, 144), HSL = (85, 187, 191).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightPink">
      <summary>
            Standard '<b>Light Pink</b>' color. Values: RGB = 0xFFB6C1, RGB = (255, 182, 193), HSL = (249, 255, 219).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightSalmon">
      <summary>
            Standard '<b>Light Salmon</b>' color. Values: RGB = 0xFFA07A, RGB = (255, 160, 122), HSL = (12, 255, 189).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightSeaGreen">
      <summary>
            Standard '<b>Light Sea Green</b>' color. Values: RGB = 0x20B2AA, RGB = (32, 178, 170), HSL = (125, 177, 105).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightSkyBlue">
      <summary>
            Standard '<b>Light Sky Blue</b>' color. Values: RGB = 0x87CEFA, RGB = (135, 206, 250), HSL = (144, 235, 193).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightSlateGray">
      <summary>
            Standard '<b>Light Slate Gray</b>' color. Values: RGB = 0x778899, RGB = (119, 136, 153), HSL = (149, 36, 136).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightSteelBlue">
      <summary>
            Standard '<b>Light Steel Blue</b>' color. Values: RGB = 0xB0C4DE, RGB = (176, 196, 222), HSL = (152, 105, 199).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LightYellow">
      <summary>
            Standard '<b>Light Yellow</b>' color. Values: RGB = 0xFFFFE0, RGB = (255, 255, 224), HSL = (43, 255, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Lime">
      <summary>
            Standard '<b>Lime</b>' color. Values: RGB = 0x00FF00, RGB = (0, 255, 0), HSL = (85, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.LimeGreen">
      <summary>
            Standard '<b>Lime Green</b>' color. Values: RGB = 0x32CD32, RGB = (50, 205, 50), HSL = (85, 155, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Linen">
      <summary>
            Standard '<b>Linen</b>' color. Values: RGB = 0xFAF0E6, RGB = (250, 240, 230), HSL = (21, 170, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Magenta">
      <summary>
            Standard '<b>Magenta</b>' color. Values: RGB = 0xFF00FF, RGB = (255, 0, 255), HSL = (213, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Maroon">
      <summary>
            Standard '<b>Maroon</b>' color. Values: RGB = 0x800000, RGB = (128, 0, 0), HSL = (0, 255, 64).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumAquamarine">
      <summary>
            Standard '<b>Medium Aquamarine</b>' color. Values: RGB = 0x66CDAA, RGB = (102, 205, 170), HSL = (113, 129, 154).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumBlue">
      <summary>
            Standard '<b>Medium Blue</b>' color. Values: RGB = 0x0000CD, RGB = (0, 0, 205), HSL = (170, 255, 103).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumOrchid">
      <summary>
            Standard '<b>Medium Orchid</b>' color. Values: RGB = 0xBA55D3, RGB = (186, 85, 211), HSL = (204, 150, 148).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumPurple">
      <summary>
            Standard '<b>Medium Purple</b>' color. Values: RGB = 0x9370DB, RGB = (147, 112, 219), HSL = (184, 152, 165).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumSeaGreen">
      <summary>
            Standard '<b>Medium Sea Green</b>' color. Values: RGB = 0x3CB371, RGB = (60, 179, 113), HSL = (104, 127, 120).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumSlateBlue">
      <summary>
            Standard '<b>Medium Slate Blue</b>' color. Values: RGB = 0x7B68EE, RGB = (123, 104, 238), HSL = (176, 203, 171).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumSpringGreen">
      <summary>
            Standard '<b>Medium Spring Green</b>' color. Values: RGB = 0x00FA9A, RGB = (0, 250, 154), HSL = (111, 255, 125).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumTurquoise">
      <summary>
            Standard '<b>Medium Turquoise</b>' color. Values: RGB = 0x48D1CC, RGB = (72, 209, 204), HSL = (126, 153, 141).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MediumVioletRed">
      <summary>
            Standard '<b>Medium Violet Red</b>' color. Values: RGB = 0xC71585, RGB = (199, 21, 133), HSL = (228, 206, 110).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MidnightBlue">
      <summary>
            Standard '<b>Midnight Blue</b>' color. Values: RGB = 0x191970, RGB = (25, 25, 112), HSL = (170, 162, 69).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MintCream">
      <summary>
            Standard '<b>Mint Cream</b>' color. Values: RGB = 0xF5FFFA, RGB = (245, 255, 250), HSL = (106, 255, 250).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.MistyRose">
      <summary>
            Standard '<b>Misty Rose</b>' color. Values: RGB = 0xFFE4E1, RGB = (255, 228, 225), HSL = (4, 255, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Moccasin">
      <summary>
            Standard '<b>Moccasin</b>' color. Values: RGB = 0xFFE4B5, RGB = (255, 228, 181), HSL = (27, 255, 218).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.NavajoWhite">
      <summary>
            Standard '<b>Navajo White</b>' color. Values: RGB = 0xFFDEAD, RGB = (255, 222, 173), HSL = (25, 255, 214).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Navy">
      <summary>
            Standard '<b>Navy</b>' color. Values: RGB = 0x000080, RGB = (0, 0, 128), HSL = (170, 255, 64).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.OldLace">
      <summary>
            Standard '<b>Old Lace</b>' color. Values: RGB = 0xFDF5E6, RGB = (253, 245, 230), HSL = (28, 217, 242).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Olive">
      <summary>
            Standard '<b>Olive</b>' color. Values: RGB = 0x808000, RGB = (128, 128, 0), HSL = (43, 255, 64).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.OliveDrab">
      <summary>
            Standard '<b>Olive Drab</b>' color. Values: RGB = 0x6B8E23, RGB = (107, 142, 35), HSL = (56, 154, 89).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Orange">
      <summary>
            Standard '<b>Orange</b>' color. Values: RGB = 0xFFA500, RGB = (255, 165, 0), HSL = (28, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.OrangeRed">
      <summary>
            Standard '<b>Orange Red</b>' color. Values: RGB = 0xFF4500, RGB = (255, 69, 0), HSL = (12, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Orchid">
      <summary>
            Standard '<b>Orchid</b>' color. Values: RGB = 0xDA70D6, RGB = (218, 112, 214), HSL = (214, 150, 165).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.PaleGoldenrod">
      <summary>
            Standard '<b>Pale Goldenrod</b>' color. Values: RGB = 0xEEE8AA, RGB = (238, 232, 170), HSL = (39, 170, 204).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.PaleGreen">
      <summary>
            Standard '<b>Pale Green</b>' color. Values: RGB = 0x98FB98, RGB = (152, 251, 152), HSL = (85, 236, 202).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.PaleTurquoise">
      <summary>
            Standard '<b>Pale Turquoise</b>' color. Values: RGB = 0xAFEEEE, RGB = (175, 238, 238), HSL = (128, 166, 207).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.PaleVioletRed">
      <summary>
            Standard '<b>Pale Violet Red</b>' color. Values: RGB = 0xDB7093, RGB = (219, 112, 147), HSL = (241, 152, 165).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.PapayaWhip">
      <summary>
            Standard '<b>Papaya Whip</b>' color. Values: RGB = 0xFFEFD5, RGB = (255, 239, 213), HSL = (26, 255, 234).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.PeachPuff">
      <summary>
            Standard '<b>Peach Puff</b>' color. Values: RGB = 0xFFDAB9, RGB = (255, 218, 185), HSL = (20, 255, 220).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Peru">
      <summary>
            Standard '<b>Peru</b>' color. Values: RGB = 0xCD853F, RGB = (205, 133, 63), HSL = (21, 150, 134).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Pink">
      <summary>
            Standard '<b>Pink</b>' color. Values: RGB = 0xFFC0CB, RGB = (255, 192, 203), HSL = (248, 255, 224).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Plum">
      <summary>
            Standard '<b>Plum</b>' color. Values: RGB = 0xDDA0DD, RGB = (221, 160, 221), HSL = (213, 121, 191).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.PowderBlue">
      <summary>
            Standard '<b>Powder Blue</b>' color. Values: RGB = 0xB0E0E6, RGB = (176, 224, 230), HSL = (132, 132, 203).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Purple">
      <summary>
            Standard '<b>Purple</b>' color. Values: RGB = 0x800080, RGB = (128, 0, 128), HSL = (213, 255, 64).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Red">
      <summary>
            Standard '<b>Red</b>' color. Values: RGB = 0xFF0000, RGB = (255, 0, 0), HSL = (0, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.RosyBrown">
      <summary>
            Standard '<b>Rosy Brown</b>' color. Values: RGB = 0xBC8F8F, RGB = (188, 143, 143), HSL = (0, 64, 166).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.RoyalBlue">
      <summary>
            Standard '<b>Royal Blue</b>' color. Values: RGB = 0x4169E1, RGB = (65, 105, 225), HSL = (159, 185, 145).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SaddleBrown">
      <summary>
            Standard '<b>Saddle Brown</b>' color. Values: RGB = 0x8B4513, RGB = (139, 69, 19), HSL = (18, 194, 79).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Salmon">
      <summary>
            Standard '<b>Salmon</b>' color. Values: RGB = 0xFA8072, RGB = (250, 128, 114), HSL = (4, 238, 182).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SandyBrown">
      <summary>
            Standard '<b>Sandy Brown</b>' color. Values: RGB = 0xF4A460, RGB = (244, 164, 96), HSL = (20, 222, 170).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SeaGreen">
      <summary>
            Standard '<b>Sea Green</b>' color. Values: RGB = 0x2E8B57, RGB = (46, 139, 87), HSL = (104, 128, 93).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SeaShell">
      <summary>
            Standard '<b>Sea Shell</b>' color. Values: RGB = 0xFFF5EE, RGB = (255, 245, 238), HSL = (18, 255, 247).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Sienna">
      <summary>
            Standard '<b>Sienna</b>' color. Values: RGB = 0xA0522D, RGB = (160, 82, 45), HSL = (14, 143, 103).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Silver">
      <summary>
            Standard '<b>Silver</b>' color. Values: RGB = 0xC0C0C0, RGB = (192, 192, 192), HSL = (0, 0, 192).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SkyBlue">
      <summary>
            Standard '<b>Sky Blue</b>' color. Values: RGB = 0x87CEEB, RGB = (135, 206, 235), HSL = (140, 182, 185).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SlateBlue">
      <summary>
            Standard '<b>Slate Blue</b>' color. Values: RGB = 0x6A5ACD, RGB = (106, 90, 205), HSL = (176, 136, 148).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SlateGray">
      <summary>
            Standard '<b>Slate Gray</b>' color. Values: RGB = 0x708090, RGB = (112, 128, 144), HSL = (149, 32, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Snow">
      <summary>
            Standard '<b>Snow</b>' color. Values: RGB = 0xFFFAFA, RGB = (255, 250, 250), HSL = (0, 255, 253).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SpringGreen">
      <summary>
            Standard '<b>Spring Green</b>' color. Values: RGB = 0x00FF7F, RGB = (0, 255, 127), HSL = (106, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SteelBlue">
      <summary>
            Standard '<b>Steel Blue</b>' color. Values: RGB = 0x4682B4, RGB = (70, 130, 180), HSL = (147, 112, 125).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Tan">
      <summary>
            Standard '<b>Tan</b>' color. Values: RGB = 0xD2B48C, RGB = (210, 180, 140), HSL = (24, 112, 175).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Teal">
      <summary>
            Standard '<b>Teal</b>' color. Values: RGB = 0x008080, RGB = (0, 128, 128), HSL = (128, 255, 64).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Thistle">
      <summary>
            Standard '<b>Thistle</b>' color. Values: RGB = 0xD8BFD8, RGB = (216, 191, 216), HSL = (213, 62, 204).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Tomato">
      <summary>
            Standard '<b>Tomato</b>' color. Values: RGB = 0xFF6347, RGB = (255, 99, 71), HSL = (6, 255, 163).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Turquoise">
      <summary>
            Standard '<b>Turquoise</b>' color. Values: RGB = 0x40E0D0, RGB = (64, 224, 208), HSL = (123, 184, 144).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Violet">
      <summary>
            Standard '<b>Violet</b>' color. Values: RGB = 0xEE82EE, RGB = (238, 130, 238), HSL = (213, 194, 184).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Wheat">
      <summary>
            Standard '<b>Wheat</b>' color. Values: RGB = 0xF5DEB3, RGB = (245, 222, 179), HSL = (28, 196, 212).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.White">
      <summary>
            Standard '<b>White</b>' color. Values: RGB = 0xFFFFFF, RGB = (255, 255, 255), HSL = (0, 0, 255).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.WhiteSmoke">
      <summary>
            Standard '<b>White Smoke</b>' color. Values: RGB = 0xF5F5F5, RGB = (245, 245, 245), HSL = (0, 0, 245).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.Yellow">
      <summary>
            Standard '<b>Yellow</b>' color. Values: RGB = 0xFFFF00, RGB = (255, 255, 0), HSL = (43, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.YellowGreen">
      <summary>
            Standard '<b>Yellow Green</b>' color. Values: RGB = 0x9ACD32, RGB = (154, 205, 50), HSL = (56, 155, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeStyle">
      <summary>
            Theme '<b>Style</b>' color. A color used in theme definitions which means to use the color of the style. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeDark1">
      <summary>
            Theme '<b>Dark 1</b>' color. Main dark color 1. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeLight1">
      <summary>
            Theme '<b>Light 1</b>' color. Main light color 1. Default Office theme values depend on the Office version, in Office 2010: RGB = 0xFFFFFF, RGB = (255, 255, 255), HSL = (0, 0, 255).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeDark2">
      <summary>
            Theme '<b>Dark 2</b>' color. Main dark color 2. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x1F497D, RGB = (31, 73, 125), HSL = (151, 154, 78).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeLight2">
      <summary>
            Theme '<b>Light 2</b>' color. Main light color 2. Default Office theme values depend on the Office version, in Office 2010: RGB = 0xEEECE1, RGB = (238, 236, 225), HSL = (36, 71, 232).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeAccent1">
      <summary>
            Theme '<b>Accent 1</b>' color. Extra theme color 1. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x4F81BD, RGB = (79, 129, 189), HSL = (151, 116, 134).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeAccent2">
      <summary>
            Theme '<b>Accent 2</b>' color. Extra theme color 2. Default Office theme values depend on the Office version, in Office 2010: RGB = 0xC0504D, RGB = (192, 80, 77), HSL = (1, 122, 135).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeAccent3">
      <summary>
            Theme '<b>Accent 3</b>' color. Extra theme color 3. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x9BBB59, RGB = (155, 187, 89), HSL = (56, 107, 138).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeAccent4">
      <summary>
            Theme '<b>Accent 4</b>' color. Extra theme color 4. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x8064A2, RGB = (128, 100, 162), HSL = (189, 64, 131).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeAccent5">
      <summary>
            Theme '<b>Accent 5</b>' color. Extra theme color 5. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x4BACC6, RGB = (75, 172, 198), HSL = (136, 132, 137).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeAccent6">
      <summary>
            Theme '<b>Accent 6</b>' color. Extra theme color 6. Default Office theme values depend on the Office version, in Office 2010: RGB = 0xF79646, RGB = (247, 150, 70), HSL = (19, 234, 159).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeHyperlink">
      <summary>
            Theme '<b>Hyperlink</b>' color. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x0000FF, RGB = (0, 0, 255), HSL = (170, 255, 128).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeFollowedHyperlink">
      <summary>
            Theme '<b>Followed Hyperlink</b>' color. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x800080, RGB = (128, 0, 128), HSL = (213, 255, 64).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeBackground1">
      <summary>
            Theme '<b>Background 1</b>' color. Semantic background color. Default Office theme values depend on the Office version, in Office 2010: RGB = 0xFFFFFF, RGB = (255, 255, 255), HSL = (0, 0, 255).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeText1">
      <summary>
            Theme '<b>Text 1</b>' color. Semantic text color. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeBackground2">
      <summary>
            Theme '<b>Background 2</b>' color. Semantic additional background color. Default Office theme values depend on the Office version, in Office 2010: RGB = 0xEEECE1, RGB = (238, 236, 225), HSL = (36, 71, 232).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.ThemeText2">
      <summary>
            Theme '<b>Text 2</b>' color. Semantic additional text color. Default Office theme values depend on the Office version, in Office 2010: RGB = 0x1F497D, RGB = (31, 73, 125), HSL = (151, 154, 78).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.System3DDark">
      <summary>
            System '<b>3D Dark</b>' color. Specifies a Dark shadow color for three-dimensional display elements. Default Windows system values: RGB = 0x696969, RGB = (105, 105, 105), HSL = (0, 0, 105).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.System3DLight">
      <summary>
            System '<b>3D Light</b>' color. Specifies a Light color for three-dimensional display elements (for edges facing the light source). Default Windows system values: RGB = 0xE3E3E3, RGB = (227, 227, 227), HSL = (0, 0, 227).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemActiveBorder">
      <summary>
            System '<b>Active Border</b>' color. Specifies an Active Window Border Color. Default Windows system values: RGB = 0xB4B4B4, RGB = (180, 180, 180), HSL = (0, 0, 180).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemActiveCaption">
      <summary>
            System '<b>Active Caption</b>' color. Specifies the active window title bar color. In particular the left side color in the color gradient of an active window's title bar if the gradient effect is enabled. Default Windows system values: RGB = 0x99B4D1, RGB = (153, 180, 209), HSL = (150, 96, 181).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemApplicationWorkspace">
      <summary>
            System '<b>Application Workspace</b>' color. Specifies the Background color of multiple document interface (MDI) applications. Default Windows system values: RGB = 0xABABAB, RGB = (171, 171, 171), HSL = (0, 0, 171).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemBackground">
      <summary>
            System '<b>Background</b>' color. Specifies the desktop background color. Default Windows system values: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemButtonFace">
      <summary>
            System '<b>Button Face</b>' color. Specifies the face color for three-dimensional display elements and for dialog box backgrounds. Default Windows system values: RGB = 0xF0F0F0, RGB = (240, 240, 240), HSL = (0, 0, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemButtonHighlight">
      <summary>
            System '<b>Button Highlight</b>' color. Specifies the highlight color for three-dimensional display elements (for edges facing the light source). Default Windows system values: RGB = 0xFFFFFF, RGB = (255, 255, 255), HSL = (0, 0, 255).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemButtonShadow">
      <summary>
            System '<b>Button Shadow</b>' color. Specifies the shadow color for three-dimensional display elements (for edges facing away from the light source). Default Windows system values: RGB = 0xA0A0A0, RGB = (160, 160, 160), HSL = (0, 0, 160).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemButtonText">
      <summary>
            System '<b>Button Text</b>' color. Specifies the color of text on push buttons. Default Windows system values: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemCaptionText">
      <summary>
            System '<b>Caption Text</b>' color. Specifies the color of text in the caption, size box, and scroll bar arrow box. Default Windows system values: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemGradientActiveCaption">
      <summary>
            System '<b>Gradient Active Caption</b>' color. Specifies the right side color in the color gradient of an active window's title bar. Default Windows system values: RGB = 0xB9D1EA, RGB = (185, 209, 234), HSL = (149, 137, 210).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemGradientInactiveCaption">
      <summary>
            System '<b>Gradient Inactive Caption</b>' color. Specifies the right side color in the color gradient of an inactive window's title bar. Default Windows system values: RGB = 0xD7E4F2, RGB = (215, 228, 242), HSL = (150, 130, 228).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemGrayText">
      <summary>
            System '<b>Gray Text</b>' color. Specifies a grayed (disabled) text. This color is set to 0 if the current display driver does not support a solid gray color. Default Windows system values: RGB = 0x6D6D6D, RGB = (109, 109, 109), HSL = (0, 0, 109).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemHighlight">
      <summary>
            System '<b>Highlight</b>' color. Specifies the color of Item(s) selected in a control. Default Windows system values: RGB = 0x3399FF, RGB = (51, 153, 255), HSL = (149, 255, 153).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemHighlightText">
      <summary>
            System '<b>Highlight Text</b>' color. Specifies the text color of item(s) selected in a control. Default Windows system values: RGB = 0xFFFFFF, RGB = (255, 255, 255), HSL = (0, 0, 255).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemHotLight">
      <summary>
            System '<b>Hot Light</b>' color. Specifies the color for a hyperlink or hot-tracked item. Default Windows system values: RGB = 0x0066CC, RGB = (0, 102, 204), HSL = (149, 255, 102).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemInactiveBorder">
      <summary>
            System '<b>Inactive Border</b>' color. Specifies the color of the Inactive window border. Default Windows system values: RGB = 0xF4F7FC, RGB = (244, 247, 252), HSL = (154, 146, 248).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemInactiveCaption">
      <summary>
            System '<b>Inactive Caption</b>' color. Specifies the color of the Inactive window caption. Specifies the left side color in the color gradient of an inactive window's title bar if the gradient effect is enabled. Default Windows system values: RGB = 0xBFCDDB, RGB = (191, 205, 219), HSL = (149, 71, 205).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemInactiveCaptionText">
      <summary>
            System '<b>Inactive Caption Text</b>' color. Specifies the color of text in an inactive caption. Default Windows system values: RGB = 0x434E54, RGB = (67, 78, 84), HSL = (142, 29, 76).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemInfoBack">
      <summary>
            System '<b>Info Back</b>' color. Specifies the background color for tooltip controls. Default Windows system values: RGB = 0xFFFFE1, RGB = (255, 255, 225), HSL = (43, 255, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemInfoText">
      <summary>
            System '<b>Info Text</b>' color. Specifies the text color for tooltip controls. Default Windows system values: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemMenu">
      <summary>
            System '<b>Menu</b>' color. Specifies the menu background color. Default Windows system values: RGB = 0xF0F0F0, RGB = (240, 240, 240), HSL = (0, 0, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemMenuBar">
      <summary>
            System '<b>Menu Bar</b>' color. Specifies the background color for the menu bar when menus appear as flat menus. Default Windows system values: RGB = 0xF0F0F0, RGB = (240, 240, 240), HSL = (0, 0, 240).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemMenuHighlight">
      <summary>
            System '<b>Menu Highlight</b>' color. Specifies the color used to highlight menu items when the menu appears as a flat menu. Default Windows system values: RGB = 0x3399FF, RGB = (51, 153, 255), HSL = (149, 255, 153).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemMenuText">
      <summary>
            System '<b>Menu Text</b>' color. Specifies the color of Text in menus. Default Windows system values: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemScrollBar">
      <summary>
            System '<b>Scroll Bar</b>' color. Specifies the scroll bar gray area color. Default Windows system values: RGB = 0xC8C8C8, RGB = (200, 200, 200), HSL = (0, 0, 200).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemWindow">
      <summary>
            System '<b>Window</b>' color. Specifies window background color. Default Windows system values: RGB = 0xFFFFFF, RGB = (255, 255, 255), HSL = (0, 0, 255).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemWindowFrame">
      <summary>
            System '<b>Window Frame</b>' color. Specifies the window frame color. Default Windows system values: RGB = 0x646464, RGB = (100, 100, 100), HSL = (0, 0, 100).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ColorName.SystemWindowText">
      <summary>
            System '<b>Window Text</b>' color. Specifies the color of text in windows. Default Windows system values: RGB = 0x000000, RGB = (0, 0, 0), HSL = (0, 0, 0).
            </summary>
    </member>
    <member name="T:GemBox.Presentation.ComHelper">
      <summary>
            Contains methods that can be useful for users which are calling GemBox.Presentation component using COM interop.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/create-read-write-powerpoint-classic-asp/1801">Create, read, write PowerPoint files in Classic ASP</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/create-read-write-powerpoint-php/1802">Create, read, write PowerPoint files in PHP</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/create-read-write-powerpoint-python/1803">Create, read, write PowerPoint files in Python</seealso>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.ComHelper"/> class.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.ComSetLicense(System.String)">
      <summary>
            Call this method from your application to set GemBox.Presentation serial key.
            </summary>
      <param name="serialKey">The serial key.</param>
      <remarks>
        <para>You should call this method before using any other class from GemBox.Presentation assembly.</para>
        <para>Key can only be set once (if you try another key, exception will be thrown).</para>
        <para>The best place to call this method is from static constructor of your application's main class.</para>
        <para>Valid serial key has multiple groups of alphanumeric characters, separated with dashes.</para>
        <para>To use the assembly in free limited mode use <b>FREE-LIMITED-KEY</b> as <paramref name="serialKey"/>.</para>
        <para>For more information about GemBox.Presentation evaluation and licensing, see <see href="https://www.gemboxsoftware.com/presentation/examples/free-trial-professional/901" target="_self">evaluation and licensing</see>.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.Load(System.String)">
      <summary>
            Loads a presentation from a file with the specified path.
            </summary>
      <param name="path">The path from which to load a presentation.</param>
      <returns>A loaded presentation.</returns>
      <exception cref="T:System.InvalidOperationException">If file extension is not specified or not supported. If file extension is not recognized, use <see cref="M:GemBox.Presentation.PresentationDocument.Load(System.String,GemBox.Presentation.LoadOptions)"/> method overload instead.</exception>
      <remarks>
            File extension that is extracted from the <paramref name="path"/> is used to create the appropriate <see cref="T:GemBox.Presentation.LoadOptions"/> derived class instance that is then passed to the <see cref="M:GemBox.Presentation.PresentationDocument.Load(System.String,GemBox.Presentation.LoadOptions)"/> method.
            <para>Following file extensions are supported:</para><list type="bullet"><item><description>Microsoft PowerPoint: .pptx, .pptm, .ppsx, .ppsm, .potx, .potm</description></item></list></remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Open and read PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.LoadWithOptions(System.String,System.Object)">
      <summary>
            Loads a presentation from a file with the specified path.
            </summary>
      <param name="path">The path from which to load a presentation.</param>
      <param name="options">The loading options which can be used to define settings for load operation.</param>
      <returns>A loaded presentation.</returns>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Open and read PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.SaveWithOptions(System.Object,System.String,System.Object)">
      <summary>
            Saves the presentation to a file with the specified path.
            </summary>
      <param name="presentation">The <see cref="T:GemBox.Presentation.PresentationDocument"/> instance which to save.</param>
      <param name="path">The path to which to save the presentation.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-create-write-powerpoint/202">Create and write PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.GetCollectionCount(System.Object)">
      <summary>
            Gets the number of items contained in the collection.
            </summary>
      <param name="collection">The <see cref="T:GemBox.Presentation.Collection"/>-derived instance.</param>
      <returns>The number of items contained in the collection. </returns>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.GetCollectionItem(System.Object,System.Int32)">
      <summary>
            Gets the item at the specified index.
            </summary>
      <param name="collection">The <see cref="T:GemBox.Presentation.Collection"/>-derived instance.</param>
      <param name="index">The zero-based index of the item to get.</param>
      <returns>The item at the specified index.</returns>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.RemoveCollectionItemAt(System.Object,System.Int32)">
      <summary>
            Removes the item at the specified index of the collection.
            </summary>
      <param name="collection">The <see cref="T:GemBox.Presentation.Collection"/>-derived instance.</param>
      <param name="index">The zero-based index of the item to remove.</param>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.AddNewSlide(System.Object,System.Object)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Slide"/> with the specified parent layout template to the end of the collection.
            </summary>
      <param name="slides">A <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection.</param>
      <param name="layoutSlide">The parent layout template of a new <see cref="T:GemBox.Presentation.Slide"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Slide"/> with the specified parent layout template added to the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.ComHelper.CreateColor(System.Int32,System.Int32,System.Int32)">
      <summary>
            Creates a new color instance from the specified Red, Green and Blue components.
            </summary>
      <param name="r">The Red component (from 0 to 255).</param>
      <param name="g">The Green component (from 0 to 255).</param>
      <param name="b">The Blue component (from 0 to 255).</param>
      <returns>A new color instance from the specified Red, Green and Blue components.</returns>
    </member>
    <member name="T:GemBox.Presentation.Comment">
      <summary>
            Represents a single comment attached to a slide. It contains the text of the comment, its position on
            the slide, and attributes referring to its author and date.
            </summary>
      <remarks>
            A comment is a text note attached to a slide, with the primary purpose of allowing readers of a presentation to
            provide feedback to the presentation author.Each comment contains an unformatted text string and
            information about its author, and is attached to a particular location on a slide. Comments can be visible while
            editing the presentation, but do not appear when a slide show is given.The displaying application decides when
            to display comments and determines their visual appearance.
            </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-comments/408">Comments Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Comment.Author">
      <summary>
            Gets the author of the comment.
            </summary>
      <value>
            The author of the comment.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Comment.LastModified">
      <summary>
            Gets the date and time this comment was last modified.
            </summary>
      <value>
            The date and time this comment was last modified.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Comment.Text">
      <summary>
            Gets or sets the content of a comment. This is the text with which the author has annotated the slide.
            </summary>
      <value>
            The content of a comment.
            </value>
      <exception cref="T:System.ArgumentNullException">Value is <see langword="null"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.Comment.Left">
      <summary>
            Gets or sets the position of the left edge of the comment on a slide.
            </summary>
      <value>
            The position of the left edge of the comment on a slide.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Comment.Top">
      <summary>
            Gets or sets the position of the top edge of the comment on a slide.
            </summary>
      <value>
            The position of the top edge of the comment on a slide.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Comment.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Comment"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Comment"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.CommentAuthor">
      <summary>
            Represents a single author with comments in the presentation.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-comments/408">Comments Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.CommentAuthor.Name">
      <summary>
            Gets the full name of this particular author.
            </summary>
      <value>
            The full name of this particular author.
            </value>
      <remarks>
            This value is not guaranteed to be unique across all document authors.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.CommentAuthor.Initials">
      <summary>
            Gets a <see cref="T:System.String"/> that represents the initials of this particular author.
            </summary>
      <value>
            A <see cref="T:System.String"/> that represents the initials of this particular author.
            </value>
      <remarks>
            The value is not necessarily unique.It is intended for use by the application as an abbreviated version of the comment author's name.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.CommentAuthor.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.CommentAuthor"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.CommentAuthor"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.CommentCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.Comment"/>s that are contained on a particular <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
      <seealso cref="P:GemBox.Presentation.Slide.Comments"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-comments/408">Comments Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.Add(System.String,System.String,System.String)">
      <summary>
            Adds a new comment with a new author in the top-left corner of the slide.
            </summary>
      <param name="authorName">Name of the new author.</param>
      <param name="authorInitials">The initials of the new author or <see langword="null"/> if initials should be resolved from <paramref name="authorName"/>.</param>
      <param name="text">The comment text.</param>
      <returns>A newly added comment positioned in the top-left corner of the slide.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="authorName"/> or resolved <paramref name="authorInitials"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="text"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.Add(System.String)">
      <summary>
            Adds a new comment with the same author as the previously added comment in the top-left corner of the slide.
            </summary>
      <param name="text">The comment text.</param>
      <returns>A newly added comment positioned in the top-left corner of the slide.</returns>
      <exception cref="T:System.InvalidOperationException">No comment with the specified author was previously added. Use another overload that specifies the author.</exception>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.Add(GemBox.Presentation.CommentAuthor,System.String)">
      <summary>
            Adds a new comment with the specified author in the top-left corner of the slide.
            </summary>
      <param name="author">The comment author.</param>
      <param name="text">The comment text.</param>
      <returns>A newly added comment positioned in the top-left corner of the slide.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="author"/> or <paramref name="text"/> is <see langword="null"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.CommentCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.Comment"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.Comment"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.CommentCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.Comment"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Comment"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Comment"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.Comment"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CommentCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.Insert(System.Int32,GemBox.Presentation.Comment)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.Comment"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.Comment"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.Comment"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CommentCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.Add(GemBox.Presentation.Comment)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.Comment"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Comment"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Comment"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Comment"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CommentCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.Contains(GemBox.Presentation.Comment)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.Comment"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Comment"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.IndexOf(GemBox.Presentation.Comment)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.Comment"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Comment"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.Remove(GemBox.Presentation.Comment)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.Comment"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Comment"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.Comment"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.CommentCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.CommentCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.CommonSlideViewProperties">
      <summary>
            Represents common slide view properties.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.CommonSlideViewProperties.VariableScale">
      <summary>
        <para>Gets or sets a value indicating whether the view content should automatically scale to best fit the current window size.</para>
        <para>Default value is <see langword="false"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if the view content should automatically scale to best fit the current window size; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.CommonSlideViewProperties.Scale">
      <summary>
        <para>Gets or sets a value that specifies the view scaling ratio in percentages.</para>
        <para>Default value is 100.</para>
      </summary>
      <value>
            A value that specifies the view scaling ratio in percentages.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="T:GemBox.Presentation.ComponentInfo">
      <summary>
            Contains static licensing methods and diagnostic information about executing GemBox.Presentation assembly.
            </summary>
    </member>
    <member name="E:GemBox.Presentation.ComponentInfo.FreeLimitReached">
      <summary>
            Occurs in loading or saving <see cref="T:GemBox.Presentation.PresentationDocument"/> when GemBox.Presentation assembly is used with <b>FREE-LIMITED-KEY</b> license key and free limit is reached.
            </summary>
      <remarks>
            This event is raised when GemBox.Presentation assembly is used with <b>FREE-LIMITED-KEY</b> license key and maximum number of slides per presentation is reached (5 slides).
            <para>Free mode will read / write first 5 slides normally and, if document has more than 5 slides, it will throw <see cref="T:GemBox.Presentation.FreeLimitReachedException"/>.</para><para>You can use this event to continue using the assembly in a trial mode for performance testing (set <see cref="P:GemBox.Presentation.FreeLimitEventArgs.FreeLimitReachedAction"/> to
            <see cref="F:GemBox.Presentation.FreeLimitReachedAction.ContinueAsTrial"/>) or to stop further reading/writing (set <see cref="P:GemBox.Presentation.FreeLimitEventArgs.FreeLimitReachedAction"/> to
            <see cref="F:GemBox.Presentation.FreeLimitReachedAction.Stop"/>).</para>
            Trial mode will:
            <list type="bullet"><item><description>read the entire presentation content but interior word letters will be scrambled on random places and custom promotional header will be inserted to all slides that come after the 5-th slide.</description></item><item><description>write the entire presentation content but will insert custom promotional header to all slides that come after the 5-th slide.</description></item></list><para>For more information about GemBox.Presentation evaluation and licensing, see <see href="https://www.gemboxsoftware.com/presentation/examples/free-trial-professional/901" target="_self">evaluation and licensing</see>.</para></remarks>
    </member>
    <member name="P:GemBox.Presentation.ComponentInfo.Title">
      <summary>
            Gets GemBox.Presentation assembly title.
            </summary>
      <value>GemBox.Presentation assembly title.</value>
    </member>
    <member name="P:GemBox.Presentation.ComponentInfo.FullVersion">
      <summary>
            Gets GemBox.Presentation assembly full version.
            </summary>
      <value>GemBox.Presentation assembly full version.</value>
    </member>
    <member name="M:GemBox.Presentation.ComponentInfo.SetLicense(System.String)">
      <summary>
            Sets the license (serial) key.
            </summary>
      <param name="serialKey">The serial key.</param>
      <remarks>
        <para>You should call this method before using any other class from GemBox.Presentation assembly.</para>
        <para>Key can only be set once (if you try another key, it will be ignored).</para>
        <para>The best place to call this method is from static constructor of your application's main class.</para>
        <para>Valid serial key has multiple groups of alphanumeric characters, separated with dashes.</para>
        <para>To use the assembly in free limited mode use <b>FREE-LIMITED-KEY</b> as <paramref name="serialKey"/>.</para>
        <para>For more information about GemBox.Presentation evaluation and licensing, see <see href="https://www.gemboxsoftware.com/presentation/examples/free-trial-professional/901" target="_self">evaluation and licensing</see>.</para>
      </remarks>
    </member>
    <member name="T:GemBox.Presentation.Connection">
      <summary>
            Represents the connection that should be made by the corresponding connector shape. This connects the head or the tail of the connector to some other drawing.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Connection.Drawing">
      <summary>
            Gets the drawing to make the final connection to.
            </summary>
      <value>
            The drawing to make the final connection to.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Connection.SiteIndex">
      <summary>
            Gets the index into the connection site table of the <see cref="P:GemBox.Presentation.Connection.Drawing"/> associated with this connection.
            There are many connection sites on a shape and this property specifies which connection site will be used for this connection.
            </summary>
      <value>
            The index into the connection site table of the <see cref="P:GemBox.Presentation.Connection.Drawing"/> associated with this connection.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Connection.Set(GemBox.Presentation.VisualDrawing,System.Int32)">
      <summary>
            Sets the connection to the specified drawing and specified connection site on it.
            </summary>
      <param name="drawing">The drawing to make the final connection to.</param>
      <param name="siteIndex">The index into the connection site table of the <paramref name="drawing"/>.</param>
      <exception cref="T:System.ArgumentException">Specified <paramref name="drawing"/> is not on the same slide as the connector that should connect it.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">Parameter <paramref name="siteIndex"/> is less than 0.</exception>
    </member>
    <member name="T:GemBox.Presentation.Connector">
      <summary>
            Represents a drawing that is used to connect two other <see cref="T:GemBox.Presentation.Drawing"/>s on the same slide surface.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shapes/403">Shapes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Connector.DrawingType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.DrawingType.Connector"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.DrawingType.Connector"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Connector.BeginConnection">
      <summary>
        <para>Gets the beginning connection made by this <see cref="T:GemBox.Presentation.Connector"/> shape that connects the head of this <see cref="T:GemBox.Presentation.Connector"/> to the final destination drawing.</para>
        <para>If this <see cref="T:GemBox.Presentation.Connector"/> doesn't have a beginning connection, then <see cref="P:GemBox.Presentation.Connection.Drawing"/> of the returned <see cref="T:GemBox.Presentation.Connection"/> will be <see langword="null"/>.</para>
      </summary>
      <value>
            The beginning connection made by this <see cref="T:GemBox.Presentation.Connector"/> shape that connects the head of this <see cref="T:GemBox.Presentation.Connector"/> to the final destination drawing.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Connector.EndConnection">
      <summary>
            Gets the ending connection made by this <see cref="T:GemBox.Presentation.Connector"/> shape that connects the tail of this <see cref="T:GemBox.Presentation.Connector"/> to the final destination drawing.
            <para>If this <see cref="T:GemBox.Presentation.Connector"/> doesn't have an ending connection, then <see cref="P:GemBox.Presentation.Connection.Drawing"/> of the returned <see cref="T:GemBox.Presentation.Connection"/> will be <see langword="null"/>.</para></summary>
      <value>
            The ending connection made by this <see cref="T:GemBox.Presentation.Connector"/> shape that connects the tail of this <see cref="T:GemBox.Presentation.Connector"/> to the final destination drawing.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Connector.SupportedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Connector.NamePrefix">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Content">
      <summary>
            Represents an arbitrary content that is either embedded in or linked to the presentation file.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Content.ContentType">
      <summary>
        <para>Gets the media type of the content.</para>
        <para>This value can be <see langword="null"/> if the content is not embedded in but is linked to the presentation file.</para>
      </summary>
      <value>
            The media type of the content.
            </value>
      <seealso href="https://en.wikipedia.org/wiki/Media_type">Media type</seealso>
    </member>
    <member name="P:GemBox.Presentation.Content.Link">
      <summary>
            Gets the location of the content that is not embedded in the presentation file.
            </summary>
      <value>
            The location of the content that does not reside within the presentation file.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Content.IsExternal">
      <summary>
            Gets a value indicating whether this content is linked to the presentation file.
            </summary>
      <value>
        <see langword="true"/> if this content is linked to the presentation file; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Content.Open">
      <summary>
        <para>Opens the content as a <see cref="P:GemBox.Presentation.Content.Stream"/>.</para>
        <para>Make sure to call <see cref="M:System.IO.Stream.Dispose"/> on the returned instance after it is no longer used and before it gets out of scope.</para>
      </summary>
      <returns>An instance of a <see cref="P:GemBox.Presentation.Content.Stream"/> type that represents content data.</returns>
      <remarks>
            If content is linked to the presentation file (<see cref="P:GemBox.Presentation.Content.Link"/> property is not <see langword="null"/>), this method will attempt to open an external content.
            This operation might fail if the <see cref="P:GemBox.Presentation.Content.Link"/> value is not in the correct format or if executing code doesn't have permissions to access content at the location specified in the <see cref="P:GemBox.Presentation.Content.Link"/> value.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Content.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Content"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Content"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.CustomDocumentPropertiesDictionary">
      <summary>
            Represents a dictionary that contains <see cref="T:System.String"/> key and <see cref="T:System.Object"/> value pairs.
            </summary>
      <remarks>
        <para>
          <see cref="T:System.String"/> keys cannot be <see langword="null"/> or <see cref="F:System.String.Empty"/>.</para>
        <para>
          <see cref="T:System.Object"/> values cannot be <see langword="null"/> and can be only one of the following types:
            <list type="bullet"><item><description><see cref="T:System.Boolean"/></description></item><item><description><see cref="T:System.DateTime"/></description></item><item><description><see cref="T:System.String"/></description></item><item><description><see cref="T:System.Double"/></description></item><item><description><see cref="T:System.Int32"/></description></item></list></para>
        <para>Built-in and custom document properties are contained in <see cref="T:GemBox.Presentation.DocumentProperties"/> class which is used in <see cref="P:GemBox.Presentation.PresentationDocument.DocumentProperties">PresentationDocument.DocumentProperties</see> property.</para>
      </remarks>
      <seealso cref="P:GemBox.Presentation.DocumentProperties.Custom"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-properties/410">Document Properties Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.CustomDocumentPropertiesDictionary.ValidateBeforeAdd(System.String,System.Object)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.CustomerDataCollection">
      <summary>
            Represents a collection of customer data.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.CustomerDataCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.CustomXmlPart"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.CustomXmlPart"/>s contained in the collection.
            </value>
    </member>
    <member name="M:GemBox.Presentation.CustomerDataCollection.Add(GemBox.Presentation.CustomXmlPart)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.CustomXmlPart"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomXmlPart"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.CustomXmlPartCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomerDataCollection.Contains(GemBox.Presentation.CustomXmlPart)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.CustomXmlPart"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomXmlPart"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomerDataCollection.Remove(GemBox.Presentation.CustomXmlPart)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.CustomXmlPart"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomXmlPart"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.CustomerDataCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.CustomXmlPart"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.CustomerDataCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.CustomXmlPartCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.CustomSlideShow">
      <summary>
            Represents a slide sequence that allows for the displaying of the slides within the presentation in any arbitrary order.
            </summary>
      <seealso cref="P:GemBox.Presentation.SlideShowSettings.CustomShow"/>
      <seealso cref="P:GemBox.Presentation.SlideShowSettings.CustomShows"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slideshow/502">Slide Show Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.CustomSlideShow.Slides">
      <summary>
            Gets the ordered collection of slides that will be played in the current custom show.
            </summary>
      <value>
            The ordered collection of slides that will be played in the current custom show.
            </value>
    </member>
    <member name="P:GemBox.Presentation.CustomSlideShow.Name">
      <summary>
            Gets or sets the name for the custom show.
            </summary>
      <value>
            The name for the custom show.
            </value>
      <exception cref="T:System.ArgumentException">Value is either <see langword="null"/> or <see cref="F:System.String.Empty"/> or custom show with the same name already exists in the presentation.</exception>
    </member>
    <member name="T:GemBox.Presentation.CustomSlideShowCollection">
      <summary>
            Represents a collection of custom shows that are available within the presentation.
            </summary>
      <seealso cref="P:GemBox.Presentation.SlideShowSettings.CustomShows"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slideshow/502">Slide Show Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.CustomSlideShowCollection.Item(System.String)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.CustomSlideShow"/> with the specified name or <see langword="null"/> if the custom show with the specified name does not exist in the collection.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.CustomSlideShow"/> with the specified name.
            </value>
      <param name="name">Name of the custom show.</param>
      <returns>The <see cref="T:GemBox.Presentation.CustomSlideShow"/> with the specified name or <see langword="null"/> if the custom show with the specified name does not exist in the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.AddNew(System.String)">
      <summary>
            Adds a new custom show with the specified name.
            </summary>
      <param name="name">The name of the custom show.</param>
      <returns>A newly added custom show with the specified name.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="name"/> is either <see langword="null"/> or <see cref="F:System.String.Empty"/> or custom show with the same name already exists in the collection.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.InsertNew(System.Int32,System.String)">
      <summary>
            Inserts a new custom show with the specified name at the specified index.
            </summary>
      <param name="index">The position in the collection where the new custom show should be inserted.</param>
      <param name="name">The name of the custom show.</param>
      <returns>A newly inserted custom show with the specified name.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than 0 or greater than <see cref="P:GemBox.Presentation.CustomSlideShowCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="name"/> is either <see langword="null"/> or <see cref="F:System.String.Empty"/> or custom show with the same name already exists in the collection.</exception>
    </member>
    <member name="P:GemBox.Presentation.CustomSlideShowCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.CustomSlideShow"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.CustomSlideShow"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.CustomSlideShowCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.CustomSlideShow"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.CustomSlideShow"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.CustomSlideShow"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.CustomSlideShow"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CustomSlideShowCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.CustomSlideShowCollection"/> or its name is <see langword="null"/> or <see cref="F:System.String.Empty"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> with the same name already exists in the <see cref="T:GemBox.Presentation.CustomSlideShowCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.Insert(System.Int32,GemBox.Presentation.CustomSlideShow)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.CustomSlideShow"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.CustomSlideShow"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomSlideShow"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CustomSlideShowCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.CustomSlideShowCollection"/> or its name is <see langword="null"/> or <see cref="F:System.String.Empty"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> with the same name already exists in the <see cref="T:GemBox.Presentation.CustomSlideShowCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.Add(GemBox.Presentation.CustomSlideShow)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.CustomSlideShow"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomSlideShow"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.CustomSlideShowCollection"/> or its name is <see langword="null"/> or <see cref="F:System.String.Empty"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> with the same name already exists in the <see cref="T:GemBox.Presentation.CustomSlideShowCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.CustomSlideShow"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.CustomSlideShow"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CustomSlideShowCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.Contains(GemBox.Presentation.CustomSlideShow)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.CustomSlideShow"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomSlideShow"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.IndexOf(GemBox.Presentation.CustomSlideShow)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.CustomSlideShow"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomSlideShow"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.Remove(GemBox.Presentation.CustomSlideShow)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.CustomSlideShow"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomSlideShow"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.CustomSlideShow"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.CustomSlideShowCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.CustomSlideShowCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.CustomXmlPart">
      <summary>
            Represents a custom XML part within a document that contains arbitrary custom XML markup.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.CustomXmlParts"/>
    </member>
    <member name="P:GemBox.Presentation.CustomXmlPart.Data">
      <summary>
            Gets or sets the custom XML part data.
            </summary>
      <value>
            The custom XML part data.
            </value>
      <exception cref="T:System.ArgumentNullException">Value is <see langword="null"/>.</exception>
    </member>
    <member name="T:GemBox.Presentation.CustomXmlPartCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.CustomXmlPart"/>s.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.CustomXmlParts"/>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.AddNew">
      <summary>
            Adds a new empty <see cref="T:GemBox.Presentation.CustomXmlPart"/> to the end of the collection.
            </summary>
      <returns>A new empty <see cref="T:GemBox.Presentation.CustomXmlPart"/> added to the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.AddNew(System.Byte[])">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.CustomXmlPart"/> with given data to the end of the collection.
            </summary>
      <param name="data">The data of the new <see cref="T:GemBox.Presentation.CustomXmlPart"/>.</param>
      <returns>A new<see cref="T:GemBox.Presentation.CustomXmlPart"/> added to the collection.</returns>
    </member>
    <member name="P:GemBox.Presentation.CustomXmlPartCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.CustomXmlPart"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.CustomXmlPart"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.CustomXmlPartCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.CustomXmlPart"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.CustomXmlPart"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.CustomXmlPart"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.CustomXmlPart"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CustomXmlPartCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.Insert(System.Int32,GemBox.Presentation.CustomXmlPart)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.CustomXmlPart"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.CustomXmlPart"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomXmlPart"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CustomXmlPartCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.Add(GemBox.Presentation.CustomXmlPart)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.CustomXmlPart"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomXmlPart"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.CustomXmlPartCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.CustomXmlPart"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.CustomXmlPart"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.CustomXmlPartCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.Contains(GemBox.Presentation.CustomXmlPart)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.CustomXmlPart"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomXmlPart"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.IndexOf(GemBox.Presentation.CustomXmlPart)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.CustomXmlPart"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomXmlPart"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.Remove(GemBox.Presentation.CustomXmlPart)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.CustomXmlPart"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.CustomXmlPart"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.CustomXmlPart"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.CustomXmlPartCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.CustomXmlPartCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.DateTimeFormat">
      <summary>
            Represents the format for the automatically updated date and time.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.Undefined">
      <summary>
            Undefined format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime1">
      <summary>
            Examples: 3/14/2016.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime2">
      <summary>
            Examples: Monday, March 14, 2016.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime3">
      <summary>
            Examples: 14 March 2016.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime4">
      <summary>
            Examples: March 14, 2016.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime5">
      <summary>
            Examples: 14-Mar-16.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime6">
      <summary>
            Examples: March 16.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime7">
      <summary>
            Examples: Mar-16.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime8">
      <summary>
            Examples: 3/14/2016 7:07 PM.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime9">
      <summary>
            Examples: 3/14/2016 7:07:40 PM.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime10">
      <summary>
            Examples: 19:07.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime11">
      <summary>
            Examples: 19:07:40.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime12">
      <summary>
            Examples: 7:07 PM.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DateTimeFormat.DateTime13">
      <summary>
            Examples: 7:07:40 PM.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.DigitalSignatureSaveOptions">
      <summary>
            Represents a class that stores details for signing a presentation with a digital signature.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.DigitalSignatureSaveOptions.Certificate">
      <summary>
        <para>Gets or sets the X.509 certificate.</para>
        <para>Value must be of type System.Security.Cryptography.X509Certificates.X509Certificate2.</para>
      </summary>
      <value>
            The X.509 certificate.
            </value>
      <seealso href="https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509certificate2">System.Security.Cryptography.X509Certificates.X509Certificate2</seealso>
    </member>
    <member name="P:GemBox.Presentation.DigitalSignatureSaveOptions.CertificateBytes">
      <summary>
            Gets or sets the byte array that contains data from an X.509 certificate.
            </summary>
      <value>
            The byte array that contains data from an X.509 certificate.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DigitalSignatureSaveOptions.CertificatePath">
      <summary>
            Gets or sets the file path to the X.509 certificate.
            </summary>
      <value>
            The file path to the X.509 certificate.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DigitalSignatureSaveOptions.UseMachineKeySet">
      <summary>
            Gets or sets a value indicating whether private keys are stored in the local computer store rather than the current user store.
            </summary>
      <value>
        <see langword="true"/> if private keys are stored in the local computer store rather than the current user store; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DigitalSignatureSaveOptions.CertificatePassword">
      <summary>
            Gets or sets the password required to access the X.509 certificate data.
            </summary>
      <value>
            The password required to access the X.509 certificate data.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DigitalSignatureSaveOptions.Reason">
      <summary>
            Gets or sets the reason for the signing.
            </summary>
      <value>
            The reason for the signing, such as ( I agree … ).
            </value>
    </member>
    <member name="P:GemBox.Presentation.DigitalSignatureSaveOptions.Signature">
      <summary>
            Gets or sets the signature.
            </summary>
      <value>
            The signature.
            </value>
      <remarks>
        <para>If value is <see langword="null"/>, then digital signature won't have any visual representation.</para>
        <para>
            Signature is not drawn in the same layer as the rest of the page, but in a layer above the page.
            Signature's position is specified through <see cref="P:GemBox.Presentation.VisualDrawing.Layout"/>.
            </para>
      </remarks>
    </member>
    <member name="T:GemBox.Presentation.DocumentProperties">
      <summary>
            Contains a dictionaries of built-in and custom document properties.
            </summary>
      <remarks>
        <para>For supported key-value pairs in each dictionary, see <see cref="T:GemBox.Presentation.BuiltInDocumentPropertiesDictionary"/> and <see cref="T:GemBox.Presentation.CustomDocumentPropertiesDictionary"/>.</para>
      </remarks>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.DocumentProperties"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slide-notes/411">Document Properties Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.DocumentProperties.BuiltIn">
      <summary>
            Gets a dictionary of built-in document properties.
            </summary>
      <value>
            A dictionary of built-in document properties.
            </value>
      <seealso cref="T:GemBox.Presentation.BuiltInDocumentPropertiesDictionary"/>
    </member>
    <member name="P:GemBox.Presentation.DocumentProperties.Custom">
      <summary>
            Gets a dictionary of custom document properties.
            </summary>
      <value>
            A dictionary of custom document properties.
            </value>
      <seealso cref="T:GemBox.Presentation.CustomDocumentPropertiesDictionary"/>
    </member>
    <member name="T:GemBox.Presentation.DocumentPropertiesDictionary`2">
      <summary>
            This class is used as a base class for <see cref="T:GemBox.Presentation.BuiltInDocumentPropertiesDictionary"/> and <see cref="T:GemBox.Presentation.CustomDocumentPropertiesDictionary"/> classes.
            </summary>
      <typeparam name="TKey">The type of the key.</typeparam>
      <typeparam name="TValue">The type of the value.</typeparam>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-properties/410">Document Properties Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.DocumentPropertiesDictionary`2.Count">
      <summary>
            Gets the number of key/value pairs contained in the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </summary>
      <value>
            The number of key/value pairs contained in the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DocumentPropertiesDictionary`2.Keys">
      <summary>
            Gets a collection containing the keys in the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </summary>
      <value>
            A collection containing the keys in the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DocumentPropertiesDictionary`2.Values">
      <summary>
            Gets a collection containing the values in the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </summary>
      <value>
            A collection containing the values in the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DocumentPropertiesDictionary`2.Item(`0)">
      <summary>
            Gets or sets the value associated with the specified key.
            </summary>
      <value>
            The value associated with the specified key.
            </value>
      <param name="key">The key of the value to get or set.</param>
      <returns>The value associated with the specified key.</returns>
      <exception cref="T:System.ArgumentException">Value is either <see langword="null"/> or its type is not supported.</exception>
    </member>
    <member name="P:GemBox.Presentation.DocumentPropertiesDictionary`2.IsReadOnly">
      <summary>
            Gets a value indicating whether the collection is read-only.
            </summary>
      <value>
        <see langword="true"/> if the collection is read-only; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.Add(`0,`1)">
      <summary>
            Adds an element with the provided key and value to the collection.
            </summary>
      <param name="key">The object to use as the key of the element to add.</param>
      <param name="value">The object to use as the value of the element to add.</param>
      <exception cref="T:System.ArgumentException">Value is either <see langword="null"/> or its type is not supported.</exception>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.ContainsKey(`0)">
      <summary>
            Determines whether the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/> contains the specified key.
            </summary>
      <param name="key">The key to locate in the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.</param>
      <returns>
        <c>true</c> if the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/> contains an element with the specified key; otherwise, <c>false</c>.</returns>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.Remove(`0)">
      <summary>
            Removes the value with the specified key from the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </summary>
      <param name="key">The key of the element to remove.</param>
      <returns>
        <c>true</c> if the element is successfully found and removed; otherwise, <c>false</c>. This method returns <c>false</c> if key is not found in the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.TryGetValue(`0,`1@)">
      <summary>
            Gets the value associated with the specified key.
            </summary>
      <param name="key">The key of the value to get.</param>
      <param name="value">When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value"/> parameter. This parameter is passed uninitialized.</param>
      <returns>
        <c>true</c> if the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/> contains an element with the specified key; otherwise, <c>false</c>.</returns>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.Clear">
      <summary>
            Removes all keys and values from the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.Contains(System.Collections.Generic.KeyValuePair{`0,`1})">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.Remove(System.Collections.Generic.KeyValuePair{`0,`1})">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.
            </summary>
      <returns>An enumerator that can be used to iterate through the <see cref="T:GemBox.Presentation.DocumentPropertiesDictionary`2"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.System#Collections#IEnumerable#GetEnumerator">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.DocumentPropertiesDictionary`2.ValidateBeforeAdd(`0,`1)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Drawing">
      <summary>
            Represents a base type for all drawings.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Drawing.DrawingType">
      <summary>
            Gets the type of the drawing.
            </summary>
      <value>
            The type of the drawing.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Drawing.Parent">
      <summary>
            Gets the parent group or <see langword="null"/> if drawing is not grouped.
            </summary>
      <value>
            The parent group or <see langword="null"/> if drawing is not grouped.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Drawing.Slide">
      <summary>
            Gets the slide associated with this drawing.
            </summary>
      <value>
            The slide associated with this drawing.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Drawing.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.Drawing"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.Drawing"/>.
            </value>
      <remarks>
        <para>The property always returns a new instance of the <see cref="T:GemBox.Presentation.TextRange"/> class.</para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Drawing.BringToFront">
      <summary>
            Brings this drawing in front of all other drawings so that no part of it is hidden behind another drawing.
            </summary>
      <exception cref="T:System.InvalidOperationException">Drawing is not contained in any group (<see cref="P:GemBox.Presentation.Drawing.Parent"/> property is <see langword="null"/>).</exception>
      <remarks>
            This method works only if this drawing's <see cref="P:GemBox.Presentation.Drawing.Parent"/> is not <see langword="null"/> and
            it moves this drawing to the last place in the parent's <see cref="P:GemBox.Presentation.GroupShape.Drawings"/> collection, thus making it the top-most drawing.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Drawing.BringForward">
      <summary>
            Brings this drawing forward so that it is hidden by fewer drawings that are in front of it.
            </summary>
      <exception cref="T:System.InvalidOperationException">Drawing is not contained in any group (<see cref="P:GemBox.Presentation.Drawing.Parent"/> property is <see langword="null"/>).</exception>
      <remarks>
            This method works only if this drawing's <see cref="P:GemBox.Presentation.Drawing.Parent"/> is not <see langword="null"/> and
            it moves this drawing by one place closer to the top-most drawing (last place) in the parent's <see cref="P:GemBox.Presentation.GroupShape.Drawings"/> collection.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Drawing.BringForward(GemBox.Presentation.Drawing)">
      <summary>
            Brings this drawing forward so that is not hidden by the specified drawing and all other drawings behind the specified drawing.
            </summary>
      <param name="inFrontOfDrawing">The drawing in front of which should this drawing be placed.</param>
      <exception cref="T:System.InvalidOperationException">Drawing is not contained in any group (<see cref="P:GemBox.Presentation.Drawing.Parent"/> property is <see langword="null"/>).</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="inFrontOfDrawing"/> is not in the same group as this drawing.</exception>
      <remarks>
            This method works only if this drawing's <see cref="P:GemBox.Presentation.Drawing.Parent"/> is not <see langword="null"/> and
            it moves this drawing by one place before the <paramref name="inFrontOfDrawing"/> in the parent's <see cref="P:GemBox.Presentation.GroupShape.Drawings"/> collection.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Drawing.SendToBack">
      <summary>
            Sends this drawing behind all other drawings.
            </summary>
      <exception cref="T:System.InvalidOperationException">Drawing is not contained in any group (<see cref="P:GemBox.Presentation.Drawing.Parent"/> property is <see langword="null"/>).</exception>
      <remarks>
            This method works only if this drawing's <see cref="P:GemBox.Presentation.Drawing.Parent"/> is not <see langword="null"/> and
            it moves this drawing to the first place in the parent's <see cref="P:GemBox.Presentation.GroupShape.Drawings"/> collection, thus making it the bottom-most drawing.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Drawing.SendBackward">
      <summary>
            Sends this drawing backward so that it is hidden by more drawings that are in front of it.
            </summary>
      <exception cref="T:System.InvalidOperationException">Drawing is not contained in any group (<see cref="P:GemBox.Presentation.Drawing.Parent"/> property is <see langword="null"/>).</exception>
      <remarks>
            This method works only if this drawing's <see cref="P:GemBox.Presentation.Drawing.Parent"/> is not <see langword="null"/> and
            it moves this drawing by one place closer to the bottom-most drawing (first place) in the parent's <see cref="P:GemBox.Presentation.GroupShape.Drawings"/> collection.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Drawing.SendBackward(GemBox.Presentation.Drawing)">
      <summary>
            Sends this drawing backward so that is hidden by the specified drawing and all other drawings in front of the specified drawing.
            </summary>
      <param name="behindDrawing">The drawing behind which should this drawing be placed.</param>
      <exception cref="T:System.InvalidOperationException">Drawing is not contained in any group (<see cref="P:GemBox.Presentation.Drawing.Parent"/> property is <see langword="null"/>).</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="behindDrawing"/> is not in the same group as this drawing.</exception>
      <remarks>
            This method works only if this drawing's <see cref="P:GemBox.Presentation.Drawing.Parent"/> is not <see langword="null"/> and
            it moves this drawing by one place after the <paramref name="behindDrawing"/> in the parent's <see cref="P:GemBox.Presentation.GroupShape.Drawings"/> collection.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Drawing.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Drawing"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Drawing"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.DrawingAlternativeText">
      <summary>
            Represents an alternative, text-based representation of the information contained in tables, diagrams, images, and other drawings.
            </summary>
      <remarks>
        <para>This information is useful for people with vision or cognitive impairments who may not be able to see or understand the drawing.</para>
        <para>A <see cref="P:GemBox.Presentation.DrawingAlternativeText.Title"/> can be read to a person with a disability and is used to determine whether they wish to hear the <see cref="P:GemBox.Presentation.DrawingAlternativeText.Description"/> of the content.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.DrawingAlternativeText.Title">
      <summary>
        <para>Gets or sets the title (caption) of the current drawing.</para>
        <para>Default value is <see cref="F:System.String.Empty"/>.</para>
      </summary>
      <value>
            The title (caption) of the current drawing.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DrawingAlternativeText.Description">
      <summary>
        <para>Gets or sets the alternative text for the current drawing,
            for use by assistive technologies or applications which do not display the current drawing.</para>
        <para>Default value is <see cref="F:System.String.Empty"/>.</para>
      </summary>
      <value>
            The alternative text for the current drawing.
            </value>
    </member>
    <member name="M:GemBox.Presentation.DrawingAlternativeText.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.DrawingAlternativeText"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.DrawingAlternativeText"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.DrawingCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.Drawing"/>s.
            </summary>
      <seealso cref="P:GemBox.Presentation.GroupShape.Drawings"/>
    </member>
    <member name="P:GemBox.Presentation.DrawingCollection.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.DrawingCollection"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.DrawingCollection"/>.
            </value>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="P:GemBox.Presentation.DrawingCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.Drawing"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.Drawing"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DrawingCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.Drawing"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Drawing"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Drawing"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.Drawing"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.DrawingCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.DrawingCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.Insert(System.Int32,GemBox.Presentation.Drawing)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.Drawing"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.Drawing"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.Drawing"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.DrawingCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.DrawingCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.Add(GemBox.Presentation.Drawing)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.Drawing"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Drawing"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.DrawingCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Drawing"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Drawing"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.DrawingCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.Contains(GemBox.Presentation.Drawing)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.Drawing"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Drawing"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.IndexOf(GemBox.Presentation.Drawing)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.Drawing"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Drawing"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.Remove(GemBox.Presentation.Drawing)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.Drawing"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Drawing"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.Drawing"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.DrawingCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.InsertClone``1(System.Int32,``0,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> to the collection at the specified index.
            </summary>
      <typeparam name="TDrawing">The type of the drawing.</typeparam>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> should be inserted.</param>
      <param name="source">The source <typeparamref name="TDrawing"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.InsertClone``1(System.Int32,``0)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <typeparam name="TDrawing">The type of the drawing.</typeparam>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> should be inserted.</param>
      <param name="source">The source <typeparamref name="TDrawing"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.AddClone``1(``0,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> to the end of the collection.
            </summary>
      <typeparam name="TDrawing">The type of the drawing.</typeparam>
      <param name="source">The source <typeparamref name="TDrawing"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.AddClone``1(``0)">
      <summary>
            Adds a clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <typeparam name="TDrawing">The type of the drawing.</typeparam>
      <param name="source">The source <typeparamref name="TDrawing"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TDrawing"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.DrawingCollection.All">
      <summary>
            Gets all <see cref="T:GemBox.Presentation.Drawing"/>s underneath this <see cref="T:GemBox.Presentation.DrawingCollection"/>.
            </summary>
      <returns>All <see cref="T:GemBox.Presentation.Drawing"/>s underneath this <see cref="T:GemBox.Presentation.DrawingCollection"/>.</returns>
    </member>
    <member name="T:GemBox.Presentation.DrawingLayout">
      <summary>
            Represents location, size and transformations (flipping and rotation) of the bounding box enclosing the drawing.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.DrawingLayout.Left">
      <summary>
            Gets or sets the location of the left edge of the bounding box enclosing the drawing relative to the left edge of the slide on which the drawing is located (prior to any rotation or flipping).
            </summary>
      <value>
            The location of the left edge of the bounding box enclosing the drawing relative to the left edge of the slide on which the drawing is located (prior to any rotation or flipping).
            </value>
    </member>
    <member name="P:GemBox.Presentation.DrawingLayout.Top">
      <summary>
            Gets or sets the location of the top edge of the bounding box enclosing the drawing relative to the top edge of the slide on which the drawing is located (prior to any rotation or flipping).
            </summary>
      <value>
            The location of the top edge of the bounding box enclosing the drawing relative to the top edge of the slide on which the drawing is located (prior to any rotation or flipping).
            </value>
    </member>
    <member name="P:GemBox.Presentation.DrawingLayout.Width">
      <summary>
            Gets or sets the width of the bounding box enclosing the drawing (prior to any rotation or flipping).
            </summary>
      <value>
            The width of the bounding box enclosing the drawing (prior to any rotation or flipping).
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.DrawingLayout.Height">
      <summary>
            Gets or sets the height of the bounding box enclosing the drawing (prior to any rotation or flipping).
            </summary>
      <value>
            The height of the bounding box enclosing the drawing (prior to any rotation or flipping).
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.DrawingLayout.FlipHorizontal">
      <summary>
            Gets or sets a value indicating whether to flip the drawing horizontally - reflect it across a vertical line that intersects the center of the drawing's bounding box.
            </summary>
      <value>
        <see langword="true"/> to flip the drawing horizontally; otherwise, <see langword="false"/>.
            </value>
      <remarks>
            When set to a value different than the current <see cref="P:GemBox.Presentation.DrawingLayout.FlipHorizontal"/>, <b>MS PowerPoint</b> automatically inverts the <see cref="P:GemBox.Presentation.DrawingLayout.Rotation"/> to 360° - <see cref="P:GemBox.Presentation.DrawingLayout.Rotation"/> (normalized to the interval [0°, 360°&gt;).
            To follow the <b>MS PowerPoint</b>'s behavior, you should do the same or simply use the <see cref="M:GemBox.Presentation.DrawingLayout.FlipHorizontally"/> method. 
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.DrawingLayout.FlipVertical">
      <summary>
            Gets or sets a value indicating whether to flip the drawing vertically - reflect it across a horizontal line that intersects the center of the drawing's bounding box.
            </summary>
      <value>
        <see langword="true"/> to flip the drawing horizontally; otherwise, <see langword="false"/>.
            </value>
      <remarks>
            When set to a value different than the current <see cref="P:GemBox.Presentation.DrawingLayout.FlipVertical"/>, <b>MS PowerPoint</b> automatically inverts the <see cref="P:GemBox.Presentation.DrawingLayout.Rotation"/> to 360° - <see cref="P:GemBox.Presentation.DrawingLayout.Rotation"/> (normalized to the interval [0°, 360°&gt;).
            To follow the <b>MS PowerPoint</b>'s behavior, you should do the same or simply use the <see cref="M:GemBox.Presentation.DrawingLayout.FlipVertically"/> method. 
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.DrawingLayout.Rotation">
      <summary>
            Gets or sets the amount (in degrees) by which the drawing is rotated clockwise about the center of the drawing's bounding box.
            </summary>
      <value>
            The amount (in degrees) by which the drawing is rotated clockwise about the center of the drawing's bounding box.
            </value>
    </member>
    <member name="M:GemBox.Presentation.DrawingLayout.Set(System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
        <para>Sets the position and the size of the drawing (rotation and flipping are removed).</para>
      </summary>
      <param name="left">The location of the left edge of the bounding box enclosing the drawing relative to the left edge of the slide on which the drawing is located (prior to any rotation or flipping).</param>
      <param name="top">The location of the top edge of the bounding box enclosing the drawing relative to the top edge of the slide on which the drawing is located (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing the drawing (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing the drawing (prior to any rotation or flipping).</param>
      <param name="unit">The measurement unit for <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> parameters.</param>
    </member>
    <member name="M:GemBox.Presentation.DrawingLayout.FlipHorizontally">
      <summary>
        <para>Inverts the value of the <see cref="P:GemBox.Presentation.DrawingLayout.FlipHorizontal"/>.</para>
        <para>The <see cref="P:GemBox.Presentation.DrawingLayout.Rotation"/> is also inverted to 360° - <see cref="P:GemBox.Presentation.DrawingLayout.Rotation"/> (normalized to the interval [0°, 360°&gt;) like in <b>MS PowerPoint</b>.</para>
      </summary>
      <returns>A reference to this instance after the flipping operation has completed.</returns>
    </member>
    <member name="M:GemBox.Presentation.DrawingLayout.FlipVertically">
      <summary>
        <para>Inverts the value of the <see cref="P:GemBox.Presentation.DrawingLayout.FlipVertical"/>.</para>
        <para>The <see cref="P:GemBox.Presentation.DrawingLayout.Rotation"/> is also inverted to 360° - <see cref="P:GemBox.Presentation.DrawingLayout.Rotation"/> (normalized to the interval [0°, 360°&gt;) like in <b>MS PowerPoint</b>.</para>
      </summary>
      <returns>A reference to this instance after the flipping operation has completed.</returns>
    </member>
    <member name="T:GemBox.Presentation.DrawingLocks">
      <summary>
            Represents a locking settings for a drawing that inform the application about specific drawing properties that have been previously locked and thus should not be changed by the user when viewing a drawing in an application.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.None">
      <summary>
            The application should allow any action on the current drawing - the user can change any drawing property.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Selection">
      <summary>
            The application should not allow selection of the current drawing - the user cannot select the drawing nor picture, shape or text attached to the drawing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Grouping">
      <summary>
            The application should not allow grouping of the current drawing - the user cannot combine the drawing with other drawings to form a <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Position">
      <summary>
            The application should not allow changing the position of the current drawing - the user cannot move the drawing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Size">
      <summary>
            The application should not allow changing the size of the current drawing - the user cannot resize the drawing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.AspectRatio">
      <summary>
            The application should not allow changing the aspect ratio of the current drawing - the user cannot change the drawing's width and height independently.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Rotation">
      <summary>
        <para>The application should not allow changing the rotation of the current geometrical shape - the user cannot rotate the shape.</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.VisualShape"/> derived types (<see cref="T:GemBox.Presentation.GroupShape"/>, <see cref="T:GemBox.Presentation.Shape"/>, <see cref="T:GemBox.Presentation.Connector"/> and <see cref="T:GemBox.Presentation.Picture"/>).</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.ShapeType">
      <summary>
        <para>The application should not allow changing the type (geometry) of the current geometrical shape - the user cannot change the shape's type (geometry).</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.GeometryShape"/> derived types (<see cref="T:GemBox.Presentation.Shape"/>, <see cref="T:GemBox.Presentation.Connector"/> and <see cref="T:GemBox.Presentation.Picture"/>).</para>
        <para>
          <b>PowerPoint</b> application supports changing the shape type (geometry) only for <see cref="T:GemBox.Presentation.Shape"/> and <see cref="T:GemBox.Presentation.Picture"/>.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.AdjustHandles">
      <summary>
        <para>The application should not allow changing the adjust handles of the current geometrical shape - the user cannot adjust the shape by sliding its adjust handle points.</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.GeometryShape"/> derived types (<see cref="T:GemBox.Presentation.Shape"/>, <see cref="T:GemBox.Presentation.Connector"/> and <see cref="T:GemBox.Presentation.Picture"/>).</para>
        <para>
          <b>PowerPoint</b> application supports changing the adjust handles only for <see cref="T:GemBox.Presentation.Shape"/> and <see cref="T:GemBox.Presentation.Picture"/>.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.ShapePoints">
      <summary>
        <para>The application should not allow changing the shape points of the current geometrical shape - the user cannot edit points of the shape.</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.GeometryShape"/> derived types (<see cref="T:GemBox.Presentation.Shape"/>, <see cref="T:GemBox.Presentation.Connector"/> and <see cref="T:GemBox.Presentation.Picture"/>).</para>
        <para>
          <b>PowerPoint</b> application supports changing the shape points only for <see cref="T:GemBox.Presentation.Shape"/> and <see cref="T:GemBox.Presentation.Picture"/>.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Arrowheads">
      <summary>
        <para>The application should not allow changing the arrowheads of the current geometrical shape - the user cannot change the shape's arrowhead settings.</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.GeometryShape"/> derived types (<see cref="T:GemBox.Presentation.Shape"/>, <see cref="T:GemBox.Presentation.Connector"/> and <see cref="T:GemBox.Presentation.Picture"/>).</para>
        <para>
          <b>PowerPoint</b> application supports changing the arrowheads only for <see cref="T:GemBox.Presentation.Connector"/>.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Text">
      <summary>
        <para>The application should not allow changing the text of the current shape - the user cannot edit the shape's text.</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.Shape"/>.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Cropping">
      <summary>
        <para>The application should not allow cropping the current picture - the user cannot change the visible part of the picture.</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.Picture"/>.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.Ungrouping">
      <summary>
        <para>The application should not allow ungrouping of the current group shape  - the user cannot ungroup the current group shape.</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.GroupShape"/>.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingLocks.DescendantSelection">
      <summary>
        <para>The application should not allow selection of objects within the current graphic frame (such as chart, diagram or table parts) but allow the selection of graphic frame itself  - the user cannot select the elements of the current graphic frame (such as diagram nodes or table cells), but can select the graphic frame itself.</para>
        <para>Applicable to <see cref="T:GemBox.Presentation.GraphicFrame"/>.</para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.DrawingPlaceholder">
      <summary>
            Represents a type that specifies that the corresponding drawing should be represented by the generating application as a placeholder.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-placeholders/402">Placeholders Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.DrawingPlaceholder.Drawing">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.VisualDrawing"/> associated with this placeholder settings.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.VisualDrawing"/> associated with this placeholder settings.
            </value>
    </member>
    <member name="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType">
      <summary>
            Gets the content type a placeholder is intended to contain.
            </summary>
      <value>
            The content type a placeholder is intended to contain.
            </value>
    </member>
    <member name="M:GemBox.Presentation.DrawingPlaceholder.SetPicture(System.String)">
      <summary>
            Sets the picture with a link to the specified picture data into the current placeholder.
            </summary>
      <param name="link">Link to a picture data for a newly set picture.</param>
      <returns>The picture that is set into the current placeholder.</returns>
      <exception cref="T:System.InvalidOperationException">Current drawing is not a placeholder <see cref="T:GemBox.Presentation.Shape"/> or is not contained in a <see cref="T:GemBox.Presentation.Slide"/> or its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is neither a <see cref="F:GemBox.Presentation.PlaceholderType.Picture"/> nor a <see cref="F:GemBox.Presentation.PlaceholderType.ClipArt"/>.</exception>
      <remarks>
        <para>Current placeholder <see cref="T:GemBox.Presentation.Shape"/> is replaced with the returned <see cref="T:GemBox.Presentation.Picture"/>.</para>
        <para>This method is only applicable on a placeholder <see cref="T:GemBox.Presentation.Shape"/> that is contained in a <see cref="T:GemBox.Presentation.Slide"/>
            and its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is either a <see cref="F:GemBox.Presentation.PlaceholderType.Picture"/> or a <see cref="F:GemBox.Presentation.PlaceholderType.ClipArt"/>.</para>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.DrawingPlaceholder.SetPicture(System.String,System.IO.Stream)">
      <summary>
            Sets the picture with the specified picture data content type and stream into the current placeholder.
            </summary>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <param name="stream">Stream containing the picture data.</param>
      <returns>The picture that is set into the current placeholder.</returns>
      <exception cref="T:System.InvalidOperationException">Current drawing is not a placeholder <see cref="T:GemBox.Presentation.Shape"/> or is not contained in a <see cref="T:GemBox.Presentation.Slide"/> or its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is neither a <see cref="F:GemBox.Presentation.PlaceholderType.Picture"/> nor a <see cref="F:GemBox.Presentation.PlaceholderType.ClipArt"/>.</exception>
      <remarks>
        <para>Current placeholder <see cref="T:GemBox.Presentation.Shape"/> is replaced with the returned <see cref="T:GemBox.Presentation.Picture"/>.</para>
        <para>This method is only applicable on a placeholder <see cref="T:GemBox.Presentation.Shape"/> that is contained in a <see cref="T:GemBox.Presentation.Slide"/>
            and its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is either a <see cref="F:GemBox.Presentation.PlaceholderType.Picture"/> or a <see cref="F:GemBox.Presentation.PlaceholderType.ClipArt"/>.</para>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.DrawingPlaceholder.SetPicture(GemBox.Presentation.PictureContentType,System.IO.Stream)">
      <summary>
            Sets the picture with the specified picture data content type and stream into the current placeholder.
            </summary>
      <param name="contentType">Content type of the picture data.</param>
      <param name="stream">Stream containing the picture data.</param>
      <returns>The picture that is set into the current placeholder.</returns>
      <exception cref="T:System.InvalidOperationException">Current drawing is not a placeholder <see cref="T:GemBox.Presentation.Shape"/> or is not contained in a <see cref="T:GemBox.Presentation.Slide"/> or its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is neither a <see cref="F:GemBox.Presentation.PlaceholderType.Picture"/> nor a <see cref="F:GemBox.Presentation.PlaceholderType.ClipArt"/>.</exception>
      <remarks>
        <para>Current placeholder <see cref="T:GemBox.Presentation.Shape"/> is replaced with the returned <see cref="T:GemBox.Presentation.Picture"/>.</para>
        <para>This method is only applicable on a placeholder <see cref="T:GemBox.Presentation.Shape"/> that is contained in a <see cref="T:GemBox.Presentation.Slide"/>
            and its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is either a <see cref="F:GemBox.Presentation.PlaceholderType.Picture"/> or a <see cref="F:GemBox.Presentation.PlaceholderType.ClipArt"/>.</para>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.DrawingPlaceholder.SetPicture(GemBox.Presentation.Content)">
      <summary>
            Sets the picture with the specified picture data into the current placeholder.
            </summary>
      <param name="content">Content of the picture data.</param>
      <returns>The picture that is set into the current placeholder.</returns>
      <exception cref="T:System.InvalidOperationException">Current drawing is not a placeholder <see cref="T:GemBox.Presentation.Shape"/> or is not contained in a <see cref="T:GemBox.Presentation.Slide"/> or its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is neither a <see cref="F:GemBox.Presentation.PlaceholderType.Picture"/> nor a <see cref="F:GemBox.Presentation.PlaceholderType.ClipArt"/>.</exception>
      <remarks>
        <para>Current placeholder <see cref="T:GemBox.Presentation.Shape"/> is replaced with the returned <see cref="T:GemBox.Presentation.Picture"/>.</para>
        <para>This method is only applicable on a placeholder <see cref="T:GemBox.Presentation.Shape"/> that is contained in a <see cref="T:GemBox.Presentation.Slide"/>
            and its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is either a <see cref="F:GemBox.Presentation.PlaceholderType.Picture"/> or a <see cref="F:GemBox.Presentation.PlaceholderType.ClipArt"/>.</para>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.DrawingPlaceholder.SetTable">
      <summary>
            Sets the table into the current placeholder.
            </summary>
      <returns>The table that is set into the current placeholder.</returns>
      <exception cref="T:System.InvalidOperationException">Current drawing is not a placeholder <see cref="T:GemBox.Presentation.Shape"/> or is not contained in a <see cref="T:GemBox.Presentation.Slide"/> or its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is not a <see cref="F:GemBox.Presentation.PlaceholderType.Table"/>.</exception>
      <remarks>
        <para>Current placeholder <see cref="T:GemBox.Presentation.Shape"/> is replaced with the <see cref="T:GemBox.Presentation.GraphicFrame"/> that contains the returned <see cref="T:GemBox.Presentation.Tables.Table"/>.</para>
        <para>This method is only applicable on a placeholder <see cref="T:GemBox.Presentation.Shape"/> that is contained in a <see cref="T:GemBox.Presentation.Slide"/>
            and its <see cref="P:GemBox.Presentation.DrawingPlaceholder.PlaceholderType"/> is a <see cref="F:GemBox.Presentation.PlaceholderType.Table"/>.</para>.
            </remarks>
    </member>
    <member name="T:GemBox.Presentation.DrawingType">
      <summary>
            Represents a drawing type enumeration.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingType.GroupShape">
      <summary>
        <see cref="T:GemBox.Presentation.GroupShape"/> drawing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingType.Shape">
      <summary>
        <see cref="T:GemBox.Presentation.Shape"/> drawing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingType.Connector">
      <summary>
        <see cref="T:GemBox.Presentation.Connector"/> drawing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingType.Picture">
      <summary>
        <see cref="T:GemBox.Presentation.Picture"/> drawing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingType.GraphicFrame">
      <summary>
        <see cref="T:GemBox.Presentation.GraphicFrame"/> drawing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.DrawingType.UnknownDrawing">
      <summary>
        <see cref="T:GemBox.Presentation.UnknownDrawing"/>.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PictureFormat">
      <summary>
            Picture formats.
            </summary>
      <remarks>
      </remarks>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Jpeg">
      <summary>
            Jpeg picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Png">
      <summary>
            Png picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Tiff">
      <summary>
            Tiff picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Gif">
      <summary>
            Gif picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Emf">
      <summary>
            Emf picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Wmf">
      <summary>
            Wmf picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Bmp">
      <summary>
            Bmp picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Exif">
      <summary>
            Exif picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Ico">
      <summary>
            Ico picture format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureFormat.Svg">
      <summary>
            Svg picture format.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.FillFormat">
      <summary>
            Represents a base class for fills such as solid, gradient, picture, pattern, etc. that can be applied to various objects, such as shapes, text characters, table cells and their outlines, borders and underlines.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shape-formatting/301">Shape Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.FillFormat.FillType">
      <summary>
            Gets the type of the fill.
            </summary>
      <value>
            The type of the fill.
            </value>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetNone">
      <summary>
            Sets the fill to none, thus making the area transparent.
            </summary>
      <returns>An instance of a <see cref="T:GemBox.Presentation.FillFormat"/> type that represents no fill that was set.</returns>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetSolid(GemBox.Presentation.Color)">
      <summary>
            Sets the fill to the solid fill.
            </summary>
      <param name="color">The color of the solid fill.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.SolidFillFormat"/> type that was set.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetGradient(GemBox.Presentation.GradientFillType)">
      <summary>
            Sets the fill to the gradient fill.
            </summary>
      <param name="gradientFillType">The type of the gradient.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.GradientFillFormat"/> type that was set and can be used to set the type and stops of the gradient fill.</returns>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(System.String,System.Boolean)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="picturePath">Path or link to a picture data.</param>
      <param name="isLink">
        <see langword="true"/> if the picture is linked to the file in which <see cref="T:GemBox.Presentation.PresentationDocument"/> instance is saved; otherwise, <see langword="false"/>.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="picturePath"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/> or <paramref name="picturePath"/> doesn't contain extension or extension is not supported.</exception>
      <remarks>
        <para>Use this overload to automatically detect the picture content type from the <paramref name="picturePath"/> extension.</para>
        <para>Parameter <paramref name="picturePath"/> must contain supported extension (for example, ".png") if <paramref name="isLink"/> is <see langword="false"/>, otherwise exception is thrown.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(System.String,GemBox.Presentation.PictureContentType)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="picturePath">Path to a picture data.</param>
      <param name="contentType">Content type of the picture data.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="picturePath"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <remarks>
            Use this overload to explicitly specify picture content type (for example, if <paramref name="picturePath"/> doesn't specify a file extension).
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(System.String,System.String)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="picturePath">Path to a picture data.</param>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="picturePath"/> or <paramref name="contentType"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <remarks>
            Use this overload to explicitly specify picture content type that is not supported by the <see cref="T:GemBox.Presentation.PictureContentType"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(System.IO.Stream)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="stream">Stream containing the picture data.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">Picture <paramref name="stream"/> encoding format is not supported.</exception>
      <remarks>
            Use this overload to automatically detect the picture content type from the decoded picture <paramref name="stream"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(System.IO.Stream,GemBox.Presentation.PictureContentType)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="stream">Stream containing the picture data.</param>
      <param name="contentType">Content type of the picture data.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <remarks>
            Use this overload to explicitly specify picture content type so that the picture <paramref name="stream"/> doesn't have to be decoded to detect the picture content type.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(System.IO.Stream,System.String)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="stream">Stream containing the picture data.</param>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="contentType"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <remarks>
            Use this overload to explicitly specify picture content type that is not supported by the <see cref="T:GemBox.Presentation.PictureContentType"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(GemBox.Presentation.Content)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="content">Content of the picture data.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="content"/> is <see langword="null"/>.</exception>
      <remarks>
            Use this overload if multiple <see cref="T:GemBox.Presentation.PictureFillFormat"/>s should share the same picture data.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPattern(GemBox.Presentation.PatternFillType,GemBox.Presentation.Color,GemBox.Presentation.Color)">
      <summary>
            Sets the fill to the pattern fill.
            </summary>
      <param name="patternType">Type of the pattern fill.</param>
      <param name="foregroundColor">Foreground color of the pattern fill.</param>
      <param name="backgroundColor">Background color of the pattern fill.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PatternFillFormat"/> type that was set.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetSlideBackground">
      <summary>
        <para>Sets the fill of the <see cref="T:GemBox.Presentation.Shape"/> to that of the slide background surface. Applicable only on <see cref="T:GemBox.Presentation.Shape"/>'s fill.</para>
        <para>This method does not set the fill of the shape to be transparent but instead sets it to be filled with the portion of the slide background that is directly behind it.</para>
      </summary>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.FillFormat"/> type that represents slide background fill that was set.
            </returns>
      <exception cref="T:System.InvalidOperationException">Setting the fill to the slide's background is only supported on <see cref="T:GemBox.Presentation.Shape"/>'s fill.</exception>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(GemBox.Presentation.PictureContentType,System.IO.Stream)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="contentType">Content type of the picture data.</param>
      <param name="stream">Stream containing the picture data.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.FillFormat.SetPicture(System.String,System.IO.Stream)">
      <summary>
        <para>Sets the fill to the picture fill.</para>
        <para>This method is not applicable on <see cref="P:GemBox.Presentation.LineFormat.Fill"/> property.</para>
      </summary>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <param name="stream">Stream containing the picture data.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.PictureFillFormat"/> type that was set and can be used to set tiling or stretch options of the picture fill.
            </returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="contentType"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
    </member>
    <member name="T:GemBox.Presentation.FillFormatType">
      <summary>
            Represents the fill type that can be applied to various objects, such as shapes, text characters, table cells and their outlines, borders and underlines.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FillFormatType.None">
      <summary>
            No fill. The shape is not filled, thus making its interior transparent.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FillFormatType.Solid">
      <summary>
            Solid color fill. The shape is filled entirely with the specified color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FillFormatType.Gradient">
      <summary>
            Gradient fill. The shape is filled with the smooth gradual transition of colors at the specified locations that either follows a line or a path.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FillFormatType.Picture">
      <summary>
            Picture fill. The shape is filled with the picture that can either be tiled (as a texture) or stretched to fill the available area. This fill type is not supported for outlines, borders and underlines.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FillFormatType.Pattern">
      <summary>
            Pattern fill. The shape is filled with the repeated pattern of the specified foreground and background color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FillFormatType.SlideBackground">
      <summary>
        <para>Slide background fill. The shape is filled the same as the slide background surface.</para>
        <para>The difference between this fill and <see cref="F:GemBox.Presentation.FillFormatType.None"/> is noticeable if <see cref="T:GemBox.Presentation.Shape"/> with <see cref="F:GemBox.Presentation.FillFormatType.SlideBackground"/> fill is in front of some other filled shape.</para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.FontFile">
      <summary>
            Represents a font file either on the disk or in the memory.
            </summary>
      <seealso href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.glyphtypeface">GlyphTypeface class</seealso>
    </member>
    <member name="P:GemBox.Presentation.FontFile.FamilyName">
      <summary>
            Gets the font family name.
            </summary>
      <value>
            The font family name.
            </value>
      <seealso href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.media.glyphtypeface.familynames">GlyphTypeface.FamilyNames property</seealso>
    </member>
    <member name="P:GemBox.Presentation.FontFile.Italic">
      <summary>
        <para>Gets a value indicating whether the characters in a font are truly (Italic) or artificially (Oblique) slanted.</para>
        <para>Default value is <see langword="false"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if the characters in a font are slanted; otherwise, <see langword="false"/>.
            </value>
      <seealso href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.fontstyles">FontStyles class</seealso>
    </member>
    <member name="P:GemBox.Presentation.FontFile.Weight">
      <summary>
        <para>Gets the integer value between 1 and 999 that represents OpenType font weight.</para>
        <para>Default value is 400. Bold value is 700.</para>
      </summary>
      <value>
            The integer value between 1 and 999 that represents OpenType font weight.
            </value>
      <seealso href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.fontweights">FontWeights class</seealso>
    </member>
    <member name="P:GemBox.Presentation.FontFile.Stretch">
      <summary>
        <para>Gets the integer value between 1 and 9 that represents OpenType font widths.</para>
        <para>Default value is 5.</para>
      </summary>
      <value>
            The integer value between 1 and 9 that represents OpenType font widths.
            </value>
      <seealso href="https://docs.microsoft.com/en-us/dotnet/api/system.windows.fontstretches">FontStretches class</seealso>
    </member>
    <member name="M:GemBox.Presentation.FontFile.ContainsCharacter(System.Int32)">
      <summary>
            Determines whether the font file contains outlines for the specified Unicode character.
            </summary>
      <param name="character">The Unicode character.</param>
      <returns>
        <see langword="true"/> if the font file contains outlines for the specified Unicode character; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.FontFile.Equals(GemBox.Presentation.FontFile)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.FontFile"/> is equal to this <see cref="T:GemBox.Presentation.FontFile"/> instance.
            </summary>
      <param name="other">The other font file to compare with this font file instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.FontFile"/> is equal to this <see cref="T:GemBox.Presentation.FontFile"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.FontFile.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.FontFile"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this font file instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.FontFile"/> and is equal to this <see cref="T:GemBox.Presentation.FontFile"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.FontFile.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.FontFile"/> instance.
            </summary>
      <returns>
            A hash code for this <see cref="T:GemBox.Presentation.FontFile"/> instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.FontFile.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.FontFile"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.FontFile"/> instance.
            </returns>
      <remarks>
            This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
            </remarks>
    </member>
    <member name="T:GemBox.Presentation.FontFileSelectionEventArgs">
      <summary>
            Provides data for the <see cref="E:GemBox.Presentation.FontSettings.FontSelection"/> event.
            </summary>
      <seealso cref="E:GemBox.Presentation.FontSettings.FontSelection"/>
    </member>
    <member name="P:GemBox.Presentation.FontFileSelectionEventArgs.FontName">
      <summary>
            Gets the original font name.
            </summary>
      <value>
            The original font name.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FontFileSelectionEventArgs.Italic">
      <summary>
            Gets a value indicating whether the font is italic.
            </summary>
      <value>
        <see langword="true"/> if the font is italic.; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FontFileSelectionEventArgs.Bold">
      <summary>
            Gets a value indicating whether the font is bold.
            </summary>
      <value>
        <see langword="true"/> if the font is bold; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FontFileSelectionEventArgs.Character">
      <summary>
            Gets the Unicode character that should be outlined with the <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Font"/> or -1 if no character should currently be outlined.
            </summary>
      <value>
            The Unicode character that should be outlined with the <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Font"/> or -1 if no character should currently be outlined.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FontFileSelectionEventArgs.Font">
      <summary>
        <para>Gets or sets the actual font that will be used for outlining the <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Character"/> based on the <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.FontName"/>, <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Italic"/> and <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Bold"/> values.</para>
        <para>Use any of the fonts returned from the <see cref="P:GemBox.Presentation.FontSettings.Fonts"/> collection.</para>
      </summary>
      <value>
            The actual font that will be used for outlining the <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Character"/> based on the <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.FontName"/>, <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Italic"/> and <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Bold"/> values.
            </value>
      <exception cref="T:System.ArgumentNullException">Value is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">The specified font file does not contain outlines for the specified <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Character"/>.</exception>
    </member>
    <member name="T:GemBox.Presentation.FontSettings">
      <summary>
            Contains font related settings which are used when printing, importing or exporting a presentation to a file format that requires font information.
            </summary>
      <remarks>
        <para>Setting the custom fonts location is usually used in environments without any installed fonts.</para>
        <para>For more information, see the <see href="https://www.gemboxsoftware.com/presentation/examples/fonts/503">Private Fonts</see> example.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.FontSettings.Fonts">
      <summary>
            Gets all the fonts loaded in the current application domain that are usable with <b>GemBox.Presentation</b> component.
            </summary>
      <value>
            All the fonts loaded in the current application domain that are usable with <b>GemBox.Presentation</b> component.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FontSettings.FontsBaseUri">
      <summary>
            Gets or sets the base <see cref="T:System.Uri"/> where component looks for fonts. <see cref="T:System.Uri"/> path should end with <see cref="F:System.IO.Path.DirectorySeparatorChar"/> or <see cref="F:System.IO.Path.AltDirectorySeparatorChar"/>.
            </summary>
      <value>
            The base <see cref="T:System.Uri"/> where component looks for fonts.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FontSettings.FontsBaseDirectory">
      <summary>
            Gets or sets the base directory path where component looks for fonts. Directory path can be absolute or relative to <see cref="M:System.IO.Directory.GetCurrentDirectory"/>.
            </summary>
      <value>
            The base directory path where component looks for fonts.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FontSettings.FontsBaseResourceLocation">
      <summary>
            Gets or sets the base resource location where component looks for fonts specified as resources inside the local or referenced assembly.
            </summary>
      <value>
            The base resource location where component looks for fonts specified as resources inside the local or referenced assembly.
            </value>
      <seealso href="https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/packaging-fonts-with-applications">Packaging Fonts with Applications</seealso>
      <seealso href="https://docs.microsoft.com/en-us/dotnet/framework/wpf/app-development/pack-uris-in-wpf">Pack URIs in WPF</seealso>
    </member>
    <member name="E:GemBox.Presentation.FontSettings.FontSelection">
      <summary>
            Occurs when the <see cref="T:GemBox.Presentation.FontFile"/> must be selected based on the font name, style and weight used in the presentation and when the fallback font must be selected (if the current <see cref="T:GemBox.Presentation.FontFile"/> does not contain outlines for the <see cref="P:GemBox.Presentation.FontFileSelectionEventArgs.Character"/>).
            </summary>
    </member>
    <member name="T:GemBox.Presentation.FormattedVisualDrawing">
      <summary>
            Represents a formatted <see cref="T:GemBox.Presentation.VisualDrawing"/> that can be exported to PDF, XPS, image, or be printed.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.FormattedVisualDrawing.Width">
      <summary>
            Gets the drawing width in <see cref="F:GemBox.Presentation.LengthUnit.Point"/>s.
            </summary>
      <value>
            The drawing width in <see cref="F:GemBox.Presentation.LengthUnit.Point"/>s.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FormattedVisualDrawing.Height">
      <summary>
            Gets the drawing height in <see cref="F:GemBox.Presentation.LengthUnit.Point"/>s.
            </summary>
      <value>
            The drawing height in <see cref="F:GemBox.Presentation.LengthUnit.Point"/>s.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FormattedVisualDrawing.Content">
      <summary>
            Gets the drawing content.
            </summary>
      <value>
            The drawing content.
            </value>
    </member>
    <member name="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.IO.Stream,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the drawing in the specified stream.
            </summary>
      <param name="stream">The stream in which to save the drawing.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <remarks>Parameter <paramref name="options"/>, currently, must be of type <see cref="T:GemBox.Presentation.PdfSaveOptions"/>, <see cref="T:GemBox.Presentation.XpsSaveOptions"/> or <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.</remarks>
    </member>
    <member name="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.String,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the drawing to a file with the specified path.
            </summary>
      <param name="path">The path to which to save the drawing.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <remarks>Parameter <paramref name="options"/>, currently, must be of type <see cref="T:GemBox.Presentation.PdfSaveOptions"/>, <see cref="T:GemBox.Presentation.XpsSaveOptions"/> or <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.</remarks>
    </member>
    <member name="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.String)">
      <summary>
            Saves the drawing to a file with the specified path. Path must include file extension.
            </summary>
      <param name="path">The path to which to save the drawing.</param>
      <exception cref="T:System.InvalidOperationException">If file extension is not specified or not supported. If file extension is not recognized, use <see cref="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.String,GemBox.Presentation.SaveOptions)"/> method overload instead.</exception>
      <remarks>
            File extension that is extracted from the <paramref name="path"/> is used to create the appropriate <see cref="T:GemBox.Presentation.SaveOptions"/> derived class instance that is then passed to the <see cref="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.String,GemBox.Presentation.SaveOptions)"/> method.
            <para>Following file extensions are supported:</para><list type="bullet"><item><description>Portable Document Format: .pdf</description></item><item><description>XML Paper Specification: .xps</description></item><item><description>Portable Network Graphics: .png</description></item><item><description>Joint Photographic Experts Group: .jpeg, .jpg</description></item><item><description>Bitmap: .bmp</description></item><item><description>Tagged Image File Format: .tiff, .tif</description></item><item><description>Windows Media Photo: .wdp</description></item></list></remarks>
    </member>
    <member name="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.Object,System.String)">
      <summary>
            Saves the drawing to a System.Web.HttpResponse or System.Web.HttpResponseBase output stream or a System.Net.Http.HttpResponseMessage and sets appropriate HTTP response headers (Content-Type and Content-Disposition). Use this method in ASP.NET application to send the drawing to a client browser. File format is resolved from <paramref name="fileName"/> extension. See remarks why <paramref name="httpResponse"/> parameter is of type <see cref="T:System.Object"/>.
            </summary>
      <param name="httpResponse">System.Web.HttpResponse object that can be retrieved through the Response property of the System.Web.HttpApplication, System.Web.HttpContext, System.Web.UI.Page or System.Web.UI.UserControl classes or System.Web.HttpResponseBase object or System.Net.Http.HttpResponseMessage object.</param>
      <param name="fileName">File name that will be presented in client browser when downloading a file.</param>
      <exception cref="T:System.InvalidOperationException">If file extension is not specified or not supported. If file extension is not recognized, use <see cref="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.Object,System.String,GemBox.Presentation.SaveOptions)"/> method overload instead.</exception>
      <remarks>
        <note type="note">
      Supported only if updating the whole page with a postback and not if doing partial-page updates (when you use <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.updatepanel">UpdatePanel</see> controls to update selected regions of a page).
    </note>
        <para>
      This method accepts <see cref="T:System.Object"/> rather than <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponse">HttpResponse</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponsebase">HttpResponseBase</see> or <see href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage">HttpResponseMessage</see> because otherwise <b>GemBox.Document</b> assembly would have a dependency on <b>System.Web</b> or <b>System.Net.Http</b> assemblies and could not be used in applications which target <i>Client Profile .NET Framework</i>.
    </para>
        <para>
          <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponse">HttpResponse</see> can be retrieved through the <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page.response">Response</see> property of the <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpapplication">HttpApplication</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpcontext">HttpContext</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page">Page</see> or <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.usercontrol">UserControl</see> classes.
    </para>
        <para>For supported file extensions, see remarks for <see cref="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.String)"/> method.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/asp-net-powerpoint-export/1601">Export PowerPoint in ASP.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.FormattedVisualDrawing.Save(System.Object,System.String,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the drawing to a System.Web.HttpResponse or System.Web.HttpResponseBase output stream or a System.Net.Http.HttpResponseMessage and sets appropriate HTTP response headers (Content-Type and Content-Disposition). Use this method in ASP.NET application to send the drawing to a client browser. File format is defined with <paramref name="options"/> parameter. See remarks why <paramref name="httpResponse"/> parameter is of type <see cref="T:System.Object"/>.
            </summary>
      <param name="httpResponse">System.Web.HttpResponse object that can be retrieved through the Response property of the System.Web.HttpApplication, System.Web.HttpContext, System.Web.UI.Page or System.Web.UI.UserControl classes or System.Web.HttpResponseBase object or System.Net.Http.HttpResponseMessage object.</param>
      <param name="fileName">File name that will be presented in client browser when downloading a file.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <remarks>
        <note type="note">
      Supported only if updating the whole page with a postback and not if doing partial-page updates (when you use <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.updatepanel">UpdatePanel</see> controls to update selected regions of a page).
    </note>
        <para>
      This method accepts <see cref="T:System.Object"/> rather than <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponse">HttpResponse</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponsebase">HttpResponseBase</see> or <see href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage">HttpResponseMessage</see> because otherwise <b>GemBox.Document</b> assembly would have a dependency on <b>System.Web</b> or <b>System.Net.Http</b> assemblies and could not be used in applications which target <i>Client Profile .NET Framework</i>.
    </para>
        <para>
          <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponse">HttpResponse</see> can be retrieved through the <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page.response">Response</see> property of the <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpapplication">HttpApplication</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpcontext">HttpContext</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page">Page</see> or <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.usercontrol">UserControl</see> classes.
    </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/asp-net-powerpoint-export/1601">Export PowerPoint in ASP.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.FormattedVisualDrawing.Print">
      <summary>
            Prints the drawing to the default printer.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.FormattedVisualDrawing.Print(System.String)">
      <summary>
            Prints the drawing to the specified printer.
            </summary>
      <param name="printerName">Printer name.</param>
    </member>
    <member name="M:GemBox.Presentation.FormattedVisualDrawing.Print(System.String,GemBox.Presentation.PrintOptions)">
      <summary>
            Prints the drawing to the specified printer according to specified options.
            </summary>
      <param name="printerName">Printer name.</param>
      <param name="options">Print options.</param>
    </member>
    <member name="T:GemBox.Presentation.FreeLimitEventArgs">
      <summary>
            Provides data for the <see cref="E:GemBox.Presentation.ComponentInfo.FreeLimitReached"/> event.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.FreeLimitEventArgs.Presentation">
      <summary>
            Gets the presentation on which limit was reached.
            </summary>
      <value>
            The presentation on which limit was reached.
            </value>
    </member>
    <member name="P:GemBox.Presentation.FreeLimitEventArgs.FreeLimitReachedAction">
      <summary>
            Gets or sets the choice for proceeding when free limit is reached.
            </summary>
      <value>
            The choice for proceeding when free limit is reached.
            </value>
    </member>
    <member name="T:GemBox.Presentation.FreeLimitReachedAction">
      <summary>
            Type of action that can be chosen when free limit is reached.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FreeLimitReachedAction.ThrowException">
      <summary>
            Throw <see cref="T:GemBox.Presentation.FreeLimitReachedException"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FreeLimitReachedAction.Stop">
      <summary>
            Stop reading/writing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.FreeLimitReachedAction.ContinueAsTrial">
      <summary>
            Continue reading/writing using trial mode.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.FreeLimitReachedException">
      <summary>
            Exception that occurs when free limit is reached.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.GeometryGuide">
      <summary>
            Represents a geometry guide that is used to govern the geometry of a <see cref="T:GemBox.Presentation.GeometryShape"/>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.GeometryGuide.Name">
      <summary>
            Gets the name that is used to reference to this guide.
            </summary>
      <value>
            The name that is used to reference to this guide.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GeometryGuide.Formula">
      <summary>
            Gets the formula that is used to calculate the value for a guide.
            </summary>
      <value>
            The formula that is used to calculate the value for a guide.
            </value>
      <remarks>
            Each formula has a certain number of arguments and a specific set of operations to perform on these arguments in order to generate a value for a guide.
            There are a total of 17 different formulas available.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuide.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuide.Equals(GemBox.Presentation.GeometryGuide)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.GeometryGuide"/> is equal to this <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.
            </summary>
      <param name="other">The other geometry guide to compare with this geometry guide instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.GeometryGuide"/> is equal to this <see cref="T:GemBox.Presentation.GeometryGuide"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuide.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this geometry guide instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.GeometryGuide"/> and is equal to this <see cref="T:GemBox.Presentation.GeometryGuide"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuide.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuide.op_Equality(GemBox.Presentation.GeometryGuide,GemBox.Presentation.GeometryGuide)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.GeometryGuide"/>s are equal.
            </summary>
      <param name="first">The first geometry guide.</param>
      <param name="second">The second geometry guide.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> geometry guides are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuide.op_Inequality(GemBox.Presentation.GeometryGuide,GemBox.Presentation.GeometryGuide)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.GeometryGuide"/>s are not equal.
            </summary>
      <param name="first">The first geometry guide.</param>
      <param name="second">The second geometry guide.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> geometry guides are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.GeometryGuideCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.GeometryGuide"/>s that govern the geometry.
            </summary>
      <seealso cref="P:GemBox.Presentation.ShapeGeometry.AdjustValues"/>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.AddLiteralValue(System.String,System.String)">
      <summary>
            Adds the literal <see cref="T:System.String"/> value geometry guide to the current collection.
            </summary>
      <param name="name">The geometry guide name.</param>
      <param name="value">The geometry guide <see cref="T:System.String"/> value that is either a geometry guide name or a formatted numeric value with an optional measurement unit.</param>
      <returns>
            A newly added <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="name"/> or <paramref name="value"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.AddLiteralValue(System.String,GemBox.Presentation.Length)">
      <summary>
            Adds the literal <see cref="T:GemBox.Presentation.Length"/> value geometry guide to the current collection.
            </summary>
      <param name="name">The geometry guide name.</param>
      <param name="value">The geometry guide <see cref="T:GemBox.Presentation.Length"/> value.</param>
      <returns>A newly added <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.</returns>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.AddLiteralValue(System.String,System.Int32)">
      <summary>
            Adds the literal <see cref="T:System.Int32"/> value geometry guide to the current collection.
            </summary>
      <param name="name">The geometry guide name.</param>
      <param name="value">The geometry guide <see cref="T:System.Int32"/> value that usually represents an angle in 60,000ths of a degree.</param>
      <returns>A newly added <see cref="T:GemBox.Presentation.GeometryGuide"/> instance.</returns>
    </member>
    <member name="P:GemBox.Presentation.GeometryGuideCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.GeometryGuide"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.GeometryGuide"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GeometryGuideCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.GeometryGuide"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.GeometryGuide"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.GeometryGuide"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.GeometryGuide"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.GeometryGuideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.Insert(System.Int32,GemBox.Presentation.GeometryGuide)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.GeometryGuide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.GeometryGuide"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.GeometryGuide"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.GeometryGuideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.Add(GemBox.Presentation.GeometryGuide)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.GeometryGuide"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.GeometryGuide"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.GeometryGuide"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.GeometryGuide"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.GeometryGuideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.Contains(GemBox.Presentation.GeometryGuide)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.GeometryGuide"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.GeometryGuide"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.IndexOf(GemBox.Presentation.GeometryGuide)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.GeometryGuide"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.GeometryGuide"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.Remove(GemBox.Presentation.GeometryGuide)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.GeometryGuide"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.GeometryGuide"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.GeometryGuide"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.GeometryGuideCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.GeometryGuideCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.GeometryShape">
      <summary>
            Represents a shape that is outlined and/or filled in locations specified by the geometric primitives such as lines, arcs and Bézier curves.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.GeometryShape.AllowedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.GeometryShape.ShapeType">
      <summary>
            Gets or sets the type of the shape (geometry).
            </summary>
      <value>
            The type of the shape (geometry).
            </value>
      <exception cref="T:System.ArgumentException">Value is a connector geometry type and the current shape is not a <see cref="T:GemBox.Presentation.Connector"/> or value is not a connector geometry type and the current shape is a <see cref="T:GemBox.Presentation.Connector"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.GeometryShape.Geometry">
      <summary>
            Gets or sets the shape's geometry that contains additional information about the <see cref="P:GemBox.Presentation.GeometryShape.ShapeType"/>.
            </summary>
      <value>
            The shape's geometry that contains additional information about the <see cref="P:GemBox.Presentation.GeometryShape.ShapeType"/>.
            </value>
      <exception cref="T:System.ArgumentException">Value is a connector geometry and the current shape is not a <see cref="T:GemBox.Presentation.Connector"/> or value is not a connector geometry and the current shape is a <see cref="T:GemBox.Presentation.Connector"/>.</exception>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.ShapeGeometry"/> that points to geometry data associated with this shape.
            This reduces memory footprint since simpler internal structures can be used to hold the geometry data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.
            Also, this behavior is required because geometry can be inherited from the placeholder (and changes in the placeholder's geometry must be immediately visible in this shape's geometry), but when the geometry is being modified, it should be modified for this shape, not for the placeholder.</para>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.ShapeGeometry"/> won't actually be stored in this shape, but the geometry data to which the instance points to will be copied. This enables easy copying of complex geometries from one shape to another.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.GeometryShape.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.GeometryShape"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.GeometryShape"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.GradientFillFormat">
      <summary>
            Represents a fill with a smooth gradual transition of colors at the specified locations that either follows a line or a path.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shape-formatting/301">Shape Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.GradientFillFormat.FillType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.FillFormatType.Gradient"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.FillFormatType.Gradient"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GradientFillFormat.GradientType">
      <summary>
            Gets or sets the type of the fill gradient.
            </summary>
      <value>
            The type of the fill gradient.
            </value>
      <remarks>
            Currently, only <see cref="F:GemBox.Presentation.GradientFillType.Linear"/> and <see cref="F:GemBox.Presentation.GradientFillType.Radial"/> types are supported when saving to PDF, XPS, or image formats.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.GradientFillFormat.RotateWithShape">
      <summary>
            Gets or sets a value indicating whether the fill should rotate with the shape.
            </summary>
      <value>
        <see langword="true"/> if fill should rotate with the shape; otherwise, <see langword="false"/>.
            </value>
      <remarks>
            If set to <see langword="true"/> and a shape that has been filled with a gradient is transformed with a rotation, then the fill will be transformed with the same rotation.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.GradientFillFormat.Angle">
      <summary>
            Specifies the direction of color change for the gradient.
            </summary>
      <value>
            The direction of the color change for the gradient, expressed as a value between 0 and 1.
            </value>
      <remarks>
            This property is applicable only when <see cref="P:GemBox.Presentation.GradientFillFormat.GradientType"/> is <see cref="F:GemBox.Presentation.GradientFillType.Linear"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.GradientFillFormat.Scaled">
      <summary>
            Specifies whether the gradient angle scales with the fill region.
            </summary>
      <value>
        <see langword="true"/> if the gradient angle scales with the fill region, <see langword="false"/> otherwise.
            </value>
      <remarks>
            This property is applicable only when <see cref="P:GemBox.Presentation.GradientFillFormat.GradientType"/> is <see cref="F:GemBox.Presentation.GradientFillType.Linear"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.GradientFillFormat.Stops">
      <summary>
            Gets the collection of gradient stops in this fill format.
            </summary>
      <value>
            The collection of gradient stops in this fill format
            </value>
    </member>
    <member name="P:GemBox.Presentation.GradientFillFormat.FillRectangle">
      <summary>
            Gets or sets the rectangle defining the fill area for the gradient.
            </summary>
      <value>
            A <see cref="T:GemBox.Presentation.RelativeRectangle"/> that defines the fill area.
            </value>
      <remarks>
            This property is <b>not</b> applicable when <see cref="P:GemBox.Presentation.GradientFillFormat.GradientType"/> is <see cref="F:GemBox.Presentation.GradientFillType.Linear"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.GradientFillFormat.TileRectangle">
      <summary>
            Gets or sets the rectangle defining the tile area for repeating gradient patterns.
            </summary>
      <value>
            A <see cref="T:GemBox.Presentation.RelativeRectangle"/> that defines the tile area.
            </value>
      <remarks>
            This property is <b>not</b> applicable when <see cref="P:GemBox.Presentation.GradientFillFormat.GradientType"/> is <see cref="F:GemBox.Presentation.GradientFillType.Linear"/>.
            </remarks>
    </member>
    <member name="T:GemBox.Presentation.GradientFillType">
      <summary>
            Represents a type of gradient fill.
            </summary>
      <seealso cref="P:GemBox.Presentation.GradientFillFormat.FillType"/>
    </member>
    <member name="F:GemBox.Presentation.GradientFillType.Linear">
      <summary>
            The linear fill type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.GradientFillType.Radial">
      <summary>
            The radial fill type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.GradientFillType.Rectangular">
      <summary>
            The rectangular fill type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.GradientFillType.Path">
      <summary>
            The path fill type.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.GradientStop">
      <summary>
            Represents a single gradient stop in a gradient fill.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.GradientStop.Position">
      <summary>
            Specifies where this gradient stop should appear in the color band. This position is expressed as a percentage from 0 to 1.
            </summary>
      <value>
            The position of the gradient stop.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GradientStop.Color">
      <summary>
            Specifies the color of the gradient.
            </summary>
      <value>
            The color of the gradient.
            </value>
    </member>
    <member name="M:GemBox.Presentation.GradientStop.#ctor(System.Double,GemBox.Presentation.Color)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.GradientStop"/> class with the specified position and color.
            </summary>
      <param name="position">The position in the gradient where the gradient stop is placed. Value must be between 0 and 1.</param>
      <param name="color"> The color value of the gradient stop.</param>
    </member>
    <member name="M:GemBox.Presentation.GradientStop.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.GradientStop"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.GradientStop"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.GradientStop.Equals(GemBox.Presentation.GradientStop)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.GradientStop"/> is equal to this <see cref="T:GemBox.Presentation.GradientStop"/> instance.
            </summary>
      <param name="other">The other gradient stop to compare with this gradient stop instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.GradientStop"/> is equal to this <see cref="T:GemBox.Presentation.GradientStop"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GradientStop.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.GradientStop"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this gradient stop instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.GradientStop"/> and is equal to this <see cref="T:GemBox.Presentation.GradientStop"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GradientStop.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.GradientStop"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.GradientStop"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GradientStop.op_Equality(GemBox.Presentation.GradientStop,GemBox.Presentation.GradientStop)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.GradientStop"/>s are equal.
            </summary>
      <param name="first">The first gradient stop.</param>
      <param name="second">The second gradient stop.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> gradient stops are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GradientStop.op_Inequality(GemBox.Presentation.GradientStop,GemBox.Presentation.GradientStop)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.GradientStop"/>s are not equal.
            </summary>
      <param name="first">The first gradient stop.</param>
      <param name="second">The second gradient stop.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> gradient stops are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.GradientStopCollection">
      <summary>
            Represents a collection of gradient stops in a gradient fill.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.AddNew(System.Double,GemBox.Presentation.Color)">
      <summary>
            Adds a new gradient stop.
            </summary>
      <param name="position">The position of the gradient stop expressed as a percentage from 0 to 1.</param>
      <param name="color">The color of the gradient stop.</param>
      <returns>A newly added gradient stop.</returns>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.InsertNew(System.Int32,System.Double,GemBox.Presentation.Color)">
      <summary>
            Inserts a new gradient stop with the specified name at the specified index.
            </summary>
      <param name="index">The position in the collection where the new gradient stop should be inserted.</param>
      <param name="position">The position of the gradient stop expressed as a percentage from 0 to 1.</param>
      <param name="color">The color of the gradient stop.</param>
      <returns>A newly inserted gradient stop.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than 0 or greater than <see cref="P:GemBox.Presentation.GradientStopCollection.Count"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.GradientStopCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.GradientStop"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.GradientStop"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GradientStopCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.GradientStop"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.GradientStop"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.GradientStop"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.GradientStop"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.GradientStopCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.Insert(System.Int32,GemBox.Presentation.GradientStop)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.GradientStop"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.GradientStop"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.GradientStop"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.GradientStopCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.Add(GemBox.Presentation.GradientStop)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.GradientStop"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.GradientStop"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.GradientStop"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.GradientStop"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.GradientStopCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.Contains(GemBox.Presentation.GradientStop)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.GradientStop"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.GradientStop"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.IndexOf(GemBox.Presentation.GradientStop)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.GradientStop"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.GradientStop"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.Remove(GemBox.Presentation.GradientStop)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.GradientStop"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.GradientStop"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.GradientStop"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.GradientStopCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.GradientStopCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.GraphicFrame">
      <summary>
            Represents a drawing that contains graphic content that needs a container (frame) to be displayed on the slide surface.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-tables/601">Tables Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.GraphicFrame.DrawingType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.DrawingType.GraphicFrame"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.DrawingType.GraphicFrame"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GraphicFrame.Content">
      <summary>
            Gets or sets the graphic content contained in this frame.
            </summary>
      <value>
            The graphic content contained in this frame.
            </value>
      <exception cref="T:System.InvalidOperationException">Value can be set only once and it cannot be a <see langword="null"/> or content is already set to another graphic frame.</exception>
      <remarks>
            Value type is either public (such as <see cref="T:GemBox.Presentation.Tables.Table"/>), internal to <b>GemBox.Presentation</b> component (when the type is used for preserving not supported graphic content) or is user-specific type (when the type is used for user-defined graphic content).
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.GraphicFrame.Table">
      <summary>
            Gets the table contained in this frame or <see langword="null"/> if this frame doesn't contain a <see cref="T:GemBox.Presentation.Tables.Table"/>.
            </summary>
      <value>
            The table contained in this frame or <see langword="null"/> if this frame doesn't contain a <see cref="T:GemBox.Presentation.Tables.Table"/>.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-tables/601">Tables Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.GraphicFrame.Chart">
      <summary>
            Gets the chart contained in this frame or <see langword="null"/> if this frame doesn't contain a <see cref="T:GemBox.Presentation.Chart"/>.
            </summary>
      <value>
            The chart contained in this frame or <see langword="null"/> if this frame doesn't contain a <see cref="T:GemBox.Presentation.Chart"/>.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-charts/412">Charts Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.GraphicFrame.OleObject">
      <summary>
            Gets the OLE (Object Linking and Embedding) object contained in this frame or <see langword="null"/> if this frame doesn't contain a <see cref="T:GemBox.Presentation.OleObject"/>.
            </summary>
      <value>
            The OLE (Object Linking and Embedding) object contained in this frame or <see langword="null"/> if this frame doesn't contain a <see cref="T:GemBox.Presentation.OleObject"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GraphicFrame.SupportedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.GraphicFrame.NamePrefix">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.GraphicFrame.VerifyActionType(GemBox.Presentation.ActionType)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.GroupShape">
      <summary>
            Represents a drawing that groups other drawings on the same slide surface.
            </summary>
      <seealso cref="P:GemBox.Presentation.SlideObject.Content"/>
      <seealso cref="P:GemBox.Presentation.GroupShape.Drawings"/>
    </member>
    <member name="P:GemBox.Presentation.GroupShape.Drawings">
      <summary>
            Gets the drawings contained in this group.
            </summary>
      <value>
            The drawings contained in this group.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GroupShape.DrawingType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.DrawingType.GroupShape"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.DrawingType.GroupShape"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.GroupShape.SupportedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.GroupShape.NamePrefix">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddGroup(GemBox.Presentation.Drawing[])">
      <summary>
        <para>Adds a new <see cref="T:GemBox.Presentation.GroupShape"/> that groups the specified drawings to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</para>
        <para>Drawings should either be contained under the current <see cref="T:GemBox.Presentation.GroupShape"/>, in which case they will be removed from the current <see cref="T:GemBox.Presentation.GroupShape"/> and added to a returned <see cref="T:GemBox.Presentation.GroupShape"/>, or should not be contained in any <see cref="T:GemBox.Presentation.GroupShape"/>.</para>
      </summary>
      <param name="drawings">The drawings that should be grouped.</param>
      <returns>A new <see cref="T:GemBox.Presentation.GroupShape"/> that groups the specified drawings added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="drawings"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="drawings"/> contains a <see langword="null"/> object.</exception>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddGroup(System.Collections.Generic.IEnumerable{GemBox.Presentation.Drawing})">
      <summary>
        <para>Adds a new <see cref="T:GemBox.Presentation.GroupShape"/> that groups the specified drawings to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</para>
        <para>Drawings should either be contained under the current <see cref="T:GemBox.Presentation.GroupShape"/>, in which case they will be removed from the current <see cref="T:GemBox.Presentation.GroupShape"/> and added to a returned <see cref="T:GemBox.Presentation.GroupShape"/>, or should not be contained in any <see cref="T:GemBox.Presentation.GroupShape"/>.</para>
      </summary>
      <param name="drawings">The drawings that should be grouped.</param>
      <returns>A new <see cref="T:GemBox.Presentation.GroupShape"/> that groups the specified drawings added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="drawings"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="drawings"/> contains a <see langword="null"/> object.</exception>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddShape(GemBox.Presentation.ShapeGeometryType,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Shape"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="shapeType">Shape type (geometry) of a newly added shape.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Shape"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddShape(GemBox.Presentation.ShapeGeometryType,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Shape"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="shapeType">Shape type (geometry) of a newly added shape.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Shape"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddTextBox(GemBox.Presentation.ShapeGeometryType,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new rectangular <see cref="T:GemBox.Presentation.Shape"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/> and returns <see cref="T:GemBox.Presentation.TextBox"/> associated with it.
            </summary>
      <param name="shapeType">Shape type (geometry) of a newly added shape.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <returns>A <see cref="T:GemBox.Presentation.TextBox"/> associated with the new rectangular <see cref="T:GemBox.Presentation.Shape"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddTextBox(GemBox.Presentation.ShapeGeometryType,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new rectangular <see cref="T:GemBox.Presentation.Shape"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/> and returns <see cref="T:GemBox.Presentation.TextBox"/> associated with it.
            </summary>
      <param name="shapeType">Shape type (geometry) of a newly added shape.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A <see cref="T:GemBox.Presentation.TextBox"/> associated with the new rectangular <see cref="T:GemBox.Presentation.Shape"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddTextBox(System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new rectangular <see cref="T:GemBox.Presentation.Shape"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/> and returns <see cref="T:GemBox.Presentation.TextBox"/> associated with it.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <returns>A <see cref="T:GemBox.Presentation.TextBox"/> associated with the new rectangular <see cref="T:GemBox.Presentation.Shape"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddTextBox(System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new rectangular <see cref="T:GemBox.Presentation.Shape"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/> and returns <see cref="T:GemBox.Presentation.TextBox"/> associated with it.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Shape"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Shape"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A <see cref="T:GemBox.Presentation.TextBox"/> associated with the new rectangular <see cref="T:GemBox.Presentation.Shape"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddConnector(GemBox.Presentation.ShapeGeometryType,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Connector"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="shapeType">Shape type (geometry) of a newly added connector.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Connector"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Connector"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Connector"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddConnector(GemBox.Presentation.ShapeGeometryType,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Connector"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="shapeType">Shape type (geometry) of a newly added connector.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Connector"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Connector"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Connector"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddConnector(System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new line <see cref="T:GemBox.Presentation.Connector"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Connector"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Connector"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> (prior to any rotation or flipping).</param>
      <returns>A new line <see cref="T:GemBox.Presentation.Connector"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddConnector(System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new line <see cref="T:GemBox.Presentation.Connector"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Connector"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Connector"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Connector"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new line <see cref="T:GemBox.Presentation.Connector"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPicture(System.String,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with a link to the specified picture data to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="link">Link to a picture data for a newly added picture.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPicture(System.String,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with a link to the specified picture data to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="link">Link to a picture data for a newly added picture.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPicture(System.String,System.IO.Stream,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with the specified picture data content type and stream to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <param name="stream">Stream containing the picture data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPicture(System.String,System.IO.Stream,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with the specified picture data content type and stream to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <param name="stream">Stream containing the picture data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPicture(GemBox.Presentation.PictureContentType,System.IO.Stream,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with the specified picture data content type and stream to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type of the picture data.</param>
      <param name="stream">Stream containing the picture data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPicture(GemBox.Presentation.PictureContentType,System.IO.Stream,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with the specified picture data content type and stream to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type of the picture data.</param>
      <param name="stream">Stream containing the picture data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPicture(GemBox.Presentation.Content,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with the specified picture data to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="content">Content of the picture data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <para>
          <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</para>
        <para>Use this overload if multiple <see cref="T:GemBox.Presentation.Picture"/>s should share the same picture data.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPicture(GemBox.Presentation.Content,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with the specified picture data to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="content">Content of the picture data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
            Use this overload if multiple <see cref="T:GemBox.Presentation.Picture"/>s should share the same picture data.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddPlaceholder(GemBox.Presentation.PlaceholderType)">
      <summary>
            Adds the placeholder <see cref="T:GemBox.Presentation.Shape"/> to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="placeholderType">Type of the placeholder to be added.</param>
      <returns>A placeholder settings associated with a new placeholder <see cref="T:GemBox.Presentation.Shape"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <exception cref="T:System.InvalidOperationException">Placeholder can only be added directly to a slide (to a root group of shapes).</exception>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddAudio(System.String,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with an <see cref="T:GemBox.Presentation.Media.AudioContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="link">Link to an audio data for a newly added <see cref="T:GemBox.Presentation.Media.AudioContent"/> media.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.AudioContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/> and <paramref name="top"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddAudio(System.String,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with an <see cref="T:GemBox.Presentation.Media.AudioContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="link">Link to an audio data for a newly added <see cref="T:GemBox.Presentation.Media.AudioContent"/> media.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/> and <paramref name="top"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.AudioContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddAudio(System.String,System.IO.Stream,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with an <see cref="T:GemBox.Presentation.Media.AudioContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type (MIME type) of the audio data.</param>
      <param name="stream">Stream containing the audio data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.AudioContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/> and <paramref name="top"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddAudio(System.String,System.IO.Stream,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with an <see cref="T:GemBox.Presentation.Media.AudioContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type (MIME type) of the audio data.</param>
      <param name="stream">Stream containing the audio data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/> and <paramref name="top"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.AudioContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddAudio(GemBox.Presentation.Media.AudioContentType,System.IO.Stream,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with an <see cref="T:GemBox.Presentation.Media.AudioContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type of the audio data.</param>
      <param name="stream">Stream containing the audio data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.AudioContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/> and <paramref name="top"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddAudio(GemBox.Presentation.Media.AudioContentType,System.IO.Stream,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with an <see cref="T:GemBox.Presentation.Media.AudioContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type of the audio data.</param>
      <param name="stream">Stream containing the audio data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/> and <paramref name="top"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.AudioContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddVideo(System.String,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with a <see cref="T:GemBox.Presentation.Media.VideoContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="link">Link to a video data for a newly added <see cref="T:GemBox.Presentation.Media.VideoContent"/> media.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.VideoContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddVideo(System.String,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with a <see cref="T:GemBox.Presentation.Media.VideoContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="link">Link to a video data for a newly added <see cref="T:GemBox.Presentation.Media.VideoContent"/> media.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.VideoContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddVideo(System.String,System.IO.Stream,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with a <see cref="T:GemBox.Presentation.Media.VideoContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type (MIME type) of the video data.</param>
      <param name="stream">Stream containing the video data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.VideoContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddVideo(System.String,System.IO.Stream,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with a <see cref="T:GemBox.Presentation.Media.VideoContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type (MIME type) of the video data.</param>
      <param name="stream">Stream containing the video data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.VideoContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddVideo(GemBox.Presentation.Media.VideoContentType,System.IO.Stream,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with a <see cref="T:GemBox.Presentation.Media.VideoContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type (MIME type) of the video data.</param>
      <param name="stream">Stream containing the video data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.VideoContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddVideo(GemBox.Presentation.Media.VideoContentType,System.IO.Stream,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Picture"/> with a <see cref="T:GemBox.Presentation.Media.VideoContent"/> media to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="contentType">Content type of the video data.</param>
      <param name="stream">Stream containing the video data.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.Picture"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.Picture"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Media.VideoContent"/> contained in a new <see cref="T:GemBox.Presentation.Picture"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddTable(System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.GraphicFrame"/> with a <see cref="T:GemBox.Presentation.Tables.Table"/> content to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.Table"/> contained in a new <see cref="T:GemBox.Presentation.GraphicFrame"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddTable(System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.GraphicFrame"/> with a <see cref="T:GemBox.Presentation.Tables.Table"/> content to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.Table"/> contained in a new <see cref="T:GemBox.Presentation.GraphicFrame"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddChart(GemBox.Presentation.ChartType,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.GraphicFrame"/> with a <see cref="T:GemBox.Presentation.Chart"/> content to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="chartType">Type of the chart.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Chart"/> contained in a new <see cref="T:GemBox.Presentation.GraphicFrame"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddChart(GemBox.Presentation.ChartType,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.GraphicFrame"/> with a <see cref="T:GemBox.Presentation.Tables.Table"/> content to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <param name="chartType">Type of the chart.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.Table"/> contained in a new <see cref="T:GemBox.Presentation.GraphicFrame"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddChart(GemBox.Presentation.ChartType,GemBox.Presentation.ChartGrouping,System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.GraphicFrame"/> with a <see cref="T:GemBox.Presentation.Chart"/> content to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="chartType">Type of the chart.</param>
      <param name="chartGrouping">The chart's series grouping (clustered, stacked or 100% stacked).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Chart"/> contained in a new <see cref="T:GemBox.Presentation.GraphicFrame"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
      <remarks>
        <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> is the measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddChart(GemBox.Presentation.ChartType,GemBox.Presentation.ChartGrouping,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.GraphicFrame"/> with a <see cref="T:GemBox.Presentation.Chart"/> content to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <param name="chartType">Type of the chart.</param>
      <param name="chartGrouping">The chart's series grouping (clustered, stacked or 100% stacked).</param>
      <returns>A new <see cref="T:GemBox.Presentation.Chart"/> contained in a new <see cref="T:GemBox.Presentation.GraphicFrame"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddOleObject(System.IO.Stream,System.String,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit,System.String)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.GraphicFrame"/> with a <see cref="T:GemBox.Presentation.OleObject"/> content to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="stream">The stream containing the embedded object data.</param>
      <param name="originalPathOrFileName">The original path or file name of the embedded object.</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <param name="explicitContentType">The explicit content type of the embedded object, if any.</param>
      <returns>A new <see cref="T:GemBox.Presentation.OleObject"/> contained in a new <see cref="T:GemBox.Presentation.GraphicFrame"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.GroupShape.AddOleObject(System.String,System.Boolean,System.Double,System.Double,System.Double,System.Double,GemBox.Presentation.LengthUnit,System.String)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.GraphicFrame"/> with a <see cref="T:GemBox.Presentation.OleObject"/> content to the current <see cref="T:GemBox.Presentation.GroupShape"/>.
            </summary>
      <param name="path">The file path to the embedded or linked object.</param>
      <param name="linked">Indicates whether the object is linked (<see langword="true"/>) or embedded (<see langword="false"/>).</param>
      <param name="left">The location of the left edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the left edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="top">the location of the top edge of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> relative to the top edge of the slide on which the <see cref="T:GemBox.Presentation.GraphicFrame"/> is being added (prior to any rotation or flipping).</param>
      <param name="width">The width of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="height">The height of the bounding box enclosing a newly added <see cref="T:GemBox.Presentation.GraphicFrame"/> (prior to any rotation or flipping).</param>
      <param name="unit">The measuring unit in which parameters <paramref name="left"/>, <paramref name="top"/>, <paramref name="width"/> and <paramref name="height"/> are specified.</param>
      <param name="explicitContentType">The explicit content type of the embedded object, if any.</param>
      <returns>A new <see cref="T:GemBox.Presentation.OleObject"/> contained in a new <see cref="T:GemBox.Presentation.GraphicFrame"/> added to the current <see cref="T:GemBox.Presentation.GroupShape"/>.</returns>
    </member>
    <member name="T:GemBox.Presentation.HeaderFooter">
      <summary>
            Represents a header and a footer of a <see cref="T:GemBox.Presentation.MasterSlide"/> or a <see cref="T:GemBox.Presentation.LayoutSlide"/>.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-header-footer/407">Header and Footer Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.HeaderFooter.IsDateTimeEnabled">
      <summary>
            Gets or sets a value indicating whether the <see cref="F:GemBox.Presentation.PlaceholderType.Date"/> placeholder is enabled.
            </summary>
      <value>
        <see langword="true"/> if the <see cref="F:GemBox.Presentation.PlaceholderType.Date"/> placeholder is enabled; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.HeaderFooter.IsSlideNumberEnabled">
      <summary>
            Gets or sets a value indicating whether the <see cref="F:GemBox.Presentation.PlaceholderType.SlideNumber"/> placeholder is enabled.
            </summary>
      <value>
        <see langword="true"/> if the <see cref="F:GemBox.Presentation.PlaceholderType.SlideNumber"/> placeholder is enabled; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.HeaderFooter.IsFooterEnabled">
      <summary>
            Gets or sets a value indicating whether the <see cref="F:GemBox.Presentation.PlaceholderType.Footer"/> placeholder is enabled.
            </summary>
      <value>
        <see langword="true"/> if the <see cref="F:GemBox.Presentation.PlaceholderType.Footer"/> placeholder is enabled; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.HeaderFooter.IsHeaderEnabled">
      <summary>
            Gets or sets a value indicating whether the <see cref="F:GemBox.Presentation.PlaceholderType.Header"/> placeholder is enabled.
            </summary>
      <value>
        <see langword="true"/> if the <see cref="F:GemBox.Presentation.PlaceholderType.Header"/> placeholder is enabled; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="T:GemBox.Presentation.HorizontalAlignment">
      <summary>
            Represents an enumeration of available horizontal alignments for text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.HorizontalAlignment.Left">
      <summary>
            Align text to the left margin.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.HorizontalAlignment.Center">
      <summary>
            Align text in the center.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.HorizontalAlignment.Right">
      <summary>
            Align text to the right margin.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.HorizontalAlignment.Justify">
      <summary>
            Align text so that it is justified across the whole line. Short sentences are not justified.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.HorizontalAlignment.Distributed">
      <summary>
        <para>Distributes the text words across an entire text line.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.HorizontalAlignment.Justify"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.HorizontalAlignment.JustifyLow">
      <summary>
        <para>Aligns the text with an adjusted kashida length for Arabic text.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.HorizontalAlignment.Justify"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.HorizontalAlignment.DistributedThai">
      <summary>
        <para>Distributes Thai text specially, because each character is treated as a word.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.HorizontalAlignment.Justify"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.HtmlLoadOptions">
      <summary>
            Represents a class that stores loading options for HTML content for presentation
            </summary>
      <seealso cref="P:GemBox.Presentation.LoadOptions.Html"/>
      <seealso cref="M:GemBox.Presentation.TextRange.LoadText(System.String,GemBox.Presentation.HtmlLoadOptions)"/>
      <seealso cref="M:GemBox.Presentation.TextPosition.LoadText(System.String,GemBox.Presentation.HtmlLoadOptions)"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-load-html/208">Load HTML content into presentation in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.HtmlLoadOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.HtmlLoadOptions"/> class.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.HtmlLoadOptions.InheritCharacterFormat">
      <summary>
        <para>Gets or sets a value indicating whether the character format should be inherited from the position where the HTML is being inserted.</para>
        <para>The default value is <see langword="false"/>.</para>
      </summary>
    </member>
    <member name="P:GemBox.Presentation.HtmlLoadOptions.InheritParagraphFormat">
      <summary>
        <para>Gets or sets a value indicating whether the paragraph format should be inherited from the position where the HTML is being inserted.</para>
        <para>The default value is <see langword="false"/>.</para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.ImageSaveFormat">
      <summary>
            An enumeration of supported image file formats when saving a presentation's slide to an image using a <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ImageSaveFormat.Bmp">
      <summary>
            Bitmap (BMP) format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ImageSaveFormat.Gif">
      <summary>
            Graphics Interchange Format (GIF).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ImageSaveFormat.Jpeg">
      <summary>
            Joint Photographic Experts Group (JPEG) format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ImageSaveFormat.Png">
      <summary>
            Portable Network Graphics (PNG) format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ImageSaveFormat.Tiff">
      <summary>
            Tagged Image File Format (TIFF).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ImageSaveFormat.Wmp">
      <summary>
            Windows Media Photo format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ImageSaveFormat.Svg">
      <summary>
            Scalable Vector Graphics (SVG) format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ImageSaveFormat.Emf">
      <summary>
            Enhanced Metafile Format.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.ImageSaveOptions">
      <summary>
            Represents a class which stores saving options for image files.
            </summary>
      <remarks>
            For more information about a level of support for image formats, see <see href="https://www.gemboxsoftware.com/presentation/docs/supported-file-formats.html" target="_self">supported file formats</see>.
            </remarks>
      <seealso cref="P:GemBox.Presentation.SaveOptions.Image"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.String,GemBox.Presentation.SaveOptions)"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.IO.Stream,GemBox.Presentation.SaveOptions)"/>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.Format">
      <summary>
            Gets or sets the image format.
            </summary>
      <value>
            The image format.
            </value>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.SlideNumber">
      <summary>
            Gets or sets the zero-based slide number of the presentation's slide which should be saved to an image.
            </summary>
      <value>
            The zero-based slide number of the presentation's slide which should be saved to an image.
            </value>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.SlideCount">
      <summary>
        <para>Gets or sets the number of slides which should be saved to a multi-frame image.</para>
        <para>If image format doesn't support multiple frames, this property is ignored.</para>
        <para>Default value is 1.</para>
        <para>To save all slides, set value to <see cref="F:System.Int32.MaxValue"/>.</para>
        <para>Only Tagged Image File Format (TIFF) and Graphics Interchange Format (GIF) format images support multiple frames.</para>
      </summary>
      <value>
            The number of slides which should be saved to a multi-frame image.
            </value>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.Width">
      <summary>
            Gets or sets the image width in pixels.
            </summary>
      <value>
            The image width in pixels.
            </value>
      <remarks>
        <para>If both <see cref="P:GemBox.Presentation.ImageSaveOptions.Width"/> and <see cref="P:GemBox.Presentation.ImageSaveOptions.Height"/> are not specified, then image size will be equal to the slide size.</para>
        <para>If only one of the <see cref="P:GemBox.Presentation.ImageSaveOptions.Width"/> or <see cref="P:GemBox.Presentation.ImageSaveOptions.Height"/> is specified, then the specified dimension will be respected and other dimension will be calculated so that original aspect ratio is maintained.</para>
        <para>If both <see cref="P:GemBox.Presentation.ImageSaveOptions.Width"/> and <see cref="P:GemBox.Presentation.ImageSaveOptions.Height"/> are specified, then both specified dimensions will be respected (which may result in non-uniformly scaled image, if aspect ratio is not equal to the original one.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.Height">
      <summary>
            Gets or sets the image height in pixels.
            </summary>
      <value>
            The image height in pixels.
            </value>
      <remarks>
        <para>If both <see cref="P:GemBox.Presentation.ImageSaveOptions.Width"/> and <see cref="P:GemBox.Presentation.ImageSaveOptions.Height"/> are not specified, then image size will be equal to the slide size.</para>
        <para>If only one of the <see cref="P:GemBox.Presentation.ImageSaveOptions.Width"/> or <see cref="P:GemBox.Presentation.ImageSaveOptions.Height"/> is specified, then the specified dimension will be respected and other dimension will be calculated so that original aspect ratio is maintained.</para>
        <para>If both <see cref="P:GemBox.Presentation.ImageSaveOptions.Width"/> and <see cref="P:GemBox.Presentation.ImageSaveOptions.Height"/> are specified, then both specified dimensions will be respected (which may result in non-uniformly scaled image, if aspect ratio is not equal to the original one.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.PixelFormat">
      <summary>
            Gets or sets a pixel format, which will be used for the image.
            </summary>
      <value>
            The pixel format, which will be used for the image.
            </value>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.Dither">
      <summary>
        <para>Gets or sets the value that indicated whether <see href="https://en.wikipedia.org/wiki/Dither">dithering</see> should be applied when converting to pixel formats <see cref="F:GemBox.Presentation.PixelFormat.BlackWhite"/>, <see cref="F:GemBox.Presentation.PixelFormat.Gray2"/>, and <see cref="F:GemBox.Presentation.PixelFormat.Gray4"/>.</para>
        <para>Default value: <see langword="true"/>.</para>
        <para>This property is currently ignored when <see cref="P:GemBox.Presentation.ImageSaveOptions.RenderingMode"/> is resolved to <see cref="F:GemBox.Presentation.RenderingMode.Skia"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if dithering should be applied when converting to pixel formats <see cref="F:GemBox.Presentation.PixelFormat.BlackWhite"/>, <see cref="F:GemBox.Presentation.PixelFormat.Gray2"/>, and <see cref="F:GemBox.Presentation.PixelFormat.Gray4"/>; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.CropToContent">
      <summary>
        <para>Gets or sets a value indicating whether the image should be cropped to fit the content of the slide.</para>
        <para>If set to <see langword="true"/>, only the content of the slide is rendered.</para>
      </summary>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.TiffCompression">
      <summary>
            Gets or sets compression schema, which will be used when exporting to Tagged Image File Format (TIFF).
            </summary>
      <value>
            The compression schema, which will be used when exporting to Tagged Image File Format (TIFF).
            </value>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.RenderingMode">
      <summary>
            Gets or sets the rendering mode used when saving the content to an image.
            </summary>
      <value>
            The rendering mode used when saving the content to an image.
            </value>
      <exception cref="T:System.NotSupportedException">The rendering mode is not supported because of the reasons explained in the exception's <see cref="P:System.Exception.Message"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.UseAdvancedTextFormatting">
      <summary>
        <para>Gets or sets a value indicating whether to do text layout using advanced text formatting implementation such as those from <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.textformatting.textformatter">Windows Presentation Foundation (WPF)</see> or <see href="https://www.nuget.org/packages/HarfBuzzSharp/">HarfBuzz</see> <i>text-shaping engine</i>, or to use the default primitive implementation.</para>
        <para>Default value is <see langword="false"/> for improved performance and stability of the output because advanced text formatting is required only for complex scripts or advanced typography features.</para>
      </summary>
      <value>
        <see langword="true"/> to do text layout using advanced text formatting implementation; otherwise <see langword="false"/> to use the default primitive implementation.</value>
    </member>
    <member name="E:GemBox.Presentation.ImageSaveOptions.ProgressChanged">
      <summary>
            Occurs when saving progress of a file has changed.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.ImageSaveOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.ImageSaveOptions"/> class.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.ImageSaveOptions.#ctor(GemBox.Presentation.ImageSaveFormat)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.ImageSaveOptions"/> class for a specific image format.
            </summary>
      <param name="imageFormat">The image format.</param>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.DpiX">
      <summary>
        <para>Gets or sets the horizontal dots per inch (dpi) of the image.</para>
        <para>Default value is <see cref="F:System.Double.NaN"/>, which means that component specific default value will be used (currently 300).</para>
      </summary>
      <value>
            The horizontal dots per inch (dpi) of the image; that is, the dots per inch (dpi) along the x-axis.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not greater than 0.</exception>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.DpiY">
      <summary>
        <para>Gets or sets the vertical dots per inch (dpi) of the image.</para>
        <para>Default value is <see cref="F:System.Double.NaN"/>, which means that component specific default value will be used (currently 300).</para>
      </summary>
      <value>
            The vertical dots per inch (dpi) of the image; that is, the dots per inch (dpi) along the y-axis.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not greater than 0.</exception>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.ContentType">
      <summary>
            Gets the content-type for image file format:
            <list type="bullet"><item><description><b>image/png</b> if <see cref="P:GemBox.Presentation.ImageSaveOptions.Format"/> is <see cref="F:GemBox.Presentation.ImageSaveFormat.Png"/>,</description></item><item><description><b>image/jpeg</b> if <see cref="P:GemBox.Presentation.ImageSaveOptions.Format"/> is <see cref="F:GemBox.Presentation.ImageSaveFormat.Jpeg"/>,</description></item><item><description><b>image/gif</b> if <see cref="P:GemBox.Presentation.ImageSaveOptions.Format"/> is <see cref="F:GemBox.Presentation.ImageSaveFormat.Gif"/>,</description></item><item><description><b>image/bmp</b> if <see cref="P:GemBox.Presentation.ImageSaveOptions.Format"/> is <see cref="F:GemBox.Presentation.ImageSaveFormat.Bmp"/>,</description></item><item><description><b>image/tiff</b> if <see cref="P:GemBox.Presentation.ImageSaveOptions.Format"/> is <see cref="F:GemBox.Presentation.ImageSaveFormat.Tiff"/>,</description></item><item><description><b>image/vnd.ms-photo</b> if <see cref="P:GemBox.Presentation.ImageSaveOptions.Format"/> is <see cref="F:GemBox.Presentation.ImageSaveFormat.Wmp"/>,</description></item><item><description><b>image/svg+xml</b> if <see cref="P:GemBox.Presentation.ImageSaveOptions.Format"/> is <see cref="F:GemBox.Presentation.ImageSaveFormat.Svg"/>.</description></item><item><description><b>image/x-emf</b> if <see cref="P:GemBox.Presentation.ImageSaveOptions.Format"/> is <see cref="F:GemBox.Presentation.ImageSaveFormat.Emf"/>.</description></item></list></summary>
      <value>
            The content-type for image file format.
            </value>
    </member>
    <member name="P:GemBox.Presentation.ImageSaveOptions.MetafileScaleFactor">
      <!-- No matching elements were found for the following include tag -->
      <include file="..\Docs\resources\SharedComments.xml" path="Comments/Comment[@name=&quot;MetafileScaleFactor&quot;]/*"/>
    </member>
    <member name="T:GemBox.Presentation.LayoutSlide">
      <summary>
            Represents a layout slide that, in essence, is a template slide whose design can be applied to any existing slide.
            </summary>
      <seealso cref="P:GemBox.Presentation.MasterSlide.LayoutSlides"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.LayoutSlide.LayoutType">
      <summary>
            Gets the type of the layout.
            </summary>
      <value>
            The type of the layout.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LayoutSlide.HeaderFooter">
      <summary>
            Gets the header/footer information.
            </summary>
      <value>
            The header/footer information.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-header-footer/407">Header and Footer Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.LayoutSlide.ParentTemplate">
      <summary>
            Gets the parent template <see cref="T:GemBox.Presentation.MasterSlide"/>.
            </summary>
      <value>
            The parent template <see cref="T:GemBox.Presentation.MasterSlide"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LayoutSlide.Name">
      <summary>
            Gets or sets the name of the <see cref="T:GemBox.Presentation.LayoutSlide"/>.
            </summary>
      <value>
            The name of the <see cref="T:GemBox.Presentation.LayoutSlide"/>.
            </value>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is <see langword="null"/>, <see cref="F:System.String.Empty"/> or <see cref="T:GemBox.Presentation.LayoutSlide"/> with the same name already exists in the collection.</exception>
    </member>
    <member name="T:GemBox.Presentation.LayoutSlideCollection">
      <summary>
            Represents a collection of layout slides grouped under a specific master slide.
            </summary>
      <seealso cref="P:GemBox.Presentation.MasterSlide.LayoutSlides"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.LayoutSlideCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.LayoutSlide"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.LayoutSlide"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LayoutSlideCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.LayoutSlide"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.LayoutSlide"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.LayoutSlide"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.LayoutSlide"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.LayoutSlideCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.LayoutSlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.Insert(System.Int32,GemBox.Presentation.LayoutSlide)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.LayoutSlide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.LayoutSlide"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.LayoutSlide"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.LayoutSlideCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.LayoutSlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.Add(GemBox.Presentation.LayoutSlide)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.LayoutSlide"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.LayoutSlide"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.LayoutSlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.LayoutSlide"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.LayoutSlide"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.LayoutSlideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.Contains(GemBox.Presentation.LayoutSlide)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.LayoutSlide"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.LayoutSlide"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.IndexOf(GemBox.Presentation.LayoutSlide)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.LayoutSlide"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.LayoutSlide"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.Remove(GemBox.Presentation.LayoutSlide)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.LayoutSlide"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.LayoutSlide"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.LayoutSlide"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.LayoutSlideCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.InsertClone(System.Int32,GemBox.Presentation.LayoutSlide,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.LayoutSlide"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.InsertClone(System.Int32,GemBox.Presentation.LayoutSlide)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.LayoutSlide"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.AddClone(GemBox.Presentation.LayoutSlide,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> to the end of the collection.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.LayoutSlide"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.AddClone(GemBox.Presentation.LayoutSlide)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.LayoutSlide"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.LayoutSlide"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.LayoutSlideCollection.Item(GemBox.Presentation.SlideLayoutType)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified type of layout, if found; otherwise, <see langword="null"/>.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified type of layout, if found; otherwise, <see langword="null"/>.
            </value>
      <param name="layoutType">Type of the layout of the <see cref="T:GemBox.Presentation.LayoutSlide"/>.</param>
      <returns>the <see cref="T:GemBox.Presentation.MasterSlide"/> with the specified type of layout, if found; otherwise, <see langword="null"/>.</returns>
    </member>
    <member name="P:GemBox.Presentation.LayoutSlideCollection.Item(System.String)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified name, if found; otherwise, <see langword="null"/>.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified name, if found; otherwise, <see langword="null"/>.
            </value>
      <param name="name">Name of the <see cref="T:GemBox.Presentation.LayoutSlide"/>.</param>
      <returns>the <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified name, if found; otherwise, <see langword="null"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.InsertNew(System.Int32,GemBox.Presentation.SlideLayoutType)">
      <summary>
            Inserts a new <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified type of layout to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which new <see cref="T:GemBox.Presentation.LayoutSlide"/> should be inserted.</param>
      <param name="layoutType">The type of layout of a new <see cref="T:GemBox.Presentation.LayoutSlide"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified type of layout inserted to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.LayoutSlideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.AddNew(GemBox.Presentation.SlideLayoutType)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified type of layout to the end of the collection.
            </summary>
      <param name="layoutType">The type of layout of a new <see cref="T:GemBox.Presentation.LayoutSlide"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified type of layout added to the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.LayoutSlideCollection.VerifyDetach(System.Int32)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Length">
      <summary>
            Represents a length, distance or a coordinate.
            </summary>
      <remarks>
        <para>
          <see cref="T:GemBox.Presentation.Length"/> internally stores its value in an <see cref="T:System.Int64"/> field and internally uses EMU (English Metric Unit) as a unit of measurement.</para>
        <para>EMU (English Metric Unit) can evenly divide in both English and Metric units and can avoid rounding errors during the calculation since it defines an integer based, high precision coordinate system (1" = 914 400 EMU, 1 cm = 360 000 EMU, 1 mm = 36 000 EMU, 1 pt = 12 700 EMU).</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Length.DefaultUnit">
      <summary>
            Gets or sets the default measurement unit that is applied globally every time <see cref="T:GemBox.Presentation.Length"/> is converted from/to a <see cref="T:System.Double"/> and to a <see cref="T:System.String"/>.
            </summary>
      <value>
            The default measurement unit.
            </value>
      <remarks>
        <para>Initial value is <see cref="F:GemBox.Presentation.LengthUnit.Point"/>.</para>
        <para>This property makes code less verbose and, thus, easier to read and maintain because instead of using <see cref="M:GemBox.Presentation.Length.From(System.Double,GemBox.Presentation.LengthUnit)"/>, <see cref="M:GemBox.Presentation.Length.To(GemBox.Presentation.LengthUnit)"/> and <see cref="M:GemBox.Presentation.Length.ToString(GemBox.Presentation.LengthUnit)"/> methods, one can use implicit conversions from/to a <see cref="T:System.Double"/> and to a <see cref="T:System.String"/>.</para>
        <para>Since default measurement unit is applied globally (like any other <see langword="static"/> member), it is advisable not to set <see cref="P:GemBox.Presentation.Length.DefaultUnit"/> property or use implicit conversions from/to a <see cref="T:System.Double"/> and to a <see cref="T:System.String"/> if <b>GemBox.Presentation</b> is used by various application functions that expect different default measurement unit, especially if usage is multi-threaded.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.Length.From(System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Converts a length value in a specified measurement unit to a <see cref="T:GemBox.Presentation.Length"/> instance.
            </summary>
      <param name="value">The length value.</param>
      <param name="unit">The measurement unit.</param>
      <returns>A <see cref="T:GemBox.Presentation.Length"/> instance that is equivalent to a specified input length in a specified measurement unit.</returns>
    </member>
    <member name="M:GemBox.Presentation.Length.To(GemBox.Presentation.LengthUnit)">
      <summary>
            Converts this <see cref="T:GemBox.Presentation.Length"/> instance to a length value in a specified measurement unit.
            </summary>
      <param name="unit">The measurement unit.</param>
      <returns>A length value that is equivalent to this <see cref="T:GemBox.Presentation.Length"/> instance in a specified measurement unit.</returns>
    </member>
    <member name="M:GemBox.Presentation.Length.ToString(System.String,System.IFormatProvider,GemBox.Presentation.LengthUnit)">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Length"/> instance in a specified format and a measurement unit by using a specified format provider.
            </summary>
      <param name="format">The format.</param>
      <param name="formatProvider">The format provider.</param>
      <param name="unit">The measurement unit.</param>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Length"/> instance in a specified format and a measurement unit by using a specified format provider.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.ToString(System.String,System.IFormatProvider)">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Length"/> instance in a specified format and a <see cref="P:GemBox.Presentation.Length.DefaultUnit">default measurement unit</see> by using a specified format provider.
            </summary>
      <param name="format">The format.</param>
      <param name="formatProvider">The format provider.</param>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Length"/> instance in a specified format and a <see cref="P:GemBox.Presentation.Length.DefaultUnit">default measurement unit</see> by using a specified format provider.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.ToString(GemBox.Presentation.LengthUnit)">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Length"/> instance in a specified measurement unit.
            </summary>
      <param name="unit">The measurement unit.</param>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Length"/> instance in a specified measurement unit.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Length"/> instance in a <see cref="P:GemBox.Presentation.Length.DefaultUnit">default measurement unit</see>.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Length"/> instance in a default measurement unit.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.CompareTo(GemBox.Presentation.Length)">
      <summary>
            Compares the value of this instance to a specified <see cref="T:GemBox.Presentation.Length"/> value and returns an integer that indicates whether this instance is less than, equal to, or greater than the specified <see cref="T:GemBox.Presentation.Length"/> value.
            </summary>
      <param name="other">The object to compare to the current instance.</param>
      <returns>
        <para>A signed number indicating the relative values of this instance and the <paramref name="other"/> parameter.</para>
        <para>If returned value is less than zero, then this instance is less than <paramref name="other"/>; else, if it is zero, then this instance is equal to <paramref name="other"/>; else (if it is greater than zero) this instance is greater than <paramref name="other"/>.</para>
      </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.Equals(GemBox.Presentation.Length)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.Length"/> is equal to this <see cref="T:GemBox.Presentation.Length"/> instance.
            </summary>
      <param name="other">The other length to compare with this length instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.Length"/> is equal to this <see cref="T:GemBox.Presentation.Length"/> instance; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Length.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.Length"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this length instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.Length"/> and is equal to this <see cref="T:GemBox.Presentation.Length"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.Length"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.Length"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_Equality(GemBox.Presentation.Length,GemBox.Presentation.Length)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Length"/>s are equal.
            </summary>
      <param name="first">The first length.</param>
      <param name="second">The second length.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> lengths are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_Inequality(GemBox.Presentation.Length,GemBox.Presentation.Length)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Length"/>s are not equal.
            </summary>
      <param name="first">The first length.</param>
      <param name="second">The second length.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> lengths are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_LessThan(GemBox.Presentation.Length,GemBox.Presentation.Length)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Length"/> is less than <paramref name="second"/> <see cref="T:GemBox.Presentation.Length"/>.
            </summary>
      <param name="first">The first length.</param>
      <param name="second">The second length.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> length is less than <paramref name="second"/> length; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_LessThanOrEqual(GemBox.Presentation.Length,GemBox.Presentation.Length)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Length"/> is less than or equal to <paramref name="second"/> <see cref="T:GemBox.Presentation.Length"/>.
            </summary>
      <param name="first">The first length.</param>
      <param name="second">The second length.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> length is less than or equal to <paramref name="second"/> length; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_GreaterThan(GemBox.Presentation.Length,GemBox.Presentation.Length)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Length"/> is greater than <paramref name="second"/> <see cref="T:GemBox.Presentation.Length"/>.
            </summary>
      <param name="first">The first length.</param>
      <param name="second">The second length.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> length is greater than <paramref name="second"/> length; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_GreaterThanOrEqual(GemBox.Presentation.Length,GemBox.Presentation.Length)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Length"/> is greater than or equal to <paramref name="second"/> <see cref="T:GemBox.Presentation.Length"/>.
            </summary>
      <param name="first">The first length.</param>
      <param name="second">The second length.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> length is greater than or equal to <paramref name="second"/> length; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_Implicit(System.Double)~GemBox.Presentation.Length">
      <summary>
            Converts a length value in a <see cref="P:GemBox.Presentation.Length.DefaultUnit">default measurement unit</see> to a <see cref="T:GemBox.Presentation.Length"/> instance.
            </summary>
      <param name="value">The length value.</param>
      <returns>A <see cref="T:GemBox.Presentation.Length"/> instance that is equivalent to a specified input length in a <see cref="P:GemBox.Presentation.Length.DefaultUnit">default measurement unit</see>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_Implicit(GemBox.Presentation.Length)~System.Double">
      <summary>
            Converts a <see cref="T:GemBox.Presentation.Length"/> instance to a length value in a <see cref="P:GemBox.Presentation.Length.DefaultUnit">default measurement unit</see>.
            </summary>
      <param name="value">The length value.</param>
      <returns>A length value that is equivalent to a specified input <see cref="T:GemBox.Presentation.Length"/> instance in a <see cref="P:GemBox.Presentation.Length.DefaultUnit">default measurement unit</see>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_Explicit(System.Int64)~GemBox.Presentation.Length">
      <summary>
            Converts a length value in an EMU (English Metric Unit) measurement unit to a <see cref="T:GemBox.Presentation.Length"/> instance.
            </summary>
      <param name="value">The length value.</param>
      <returns>A <see cref="T:GemBox.Presentation.Length"/> instance that is equivalent to a specified input length in an EMU (English Metric Unit) measurement unit.</returns>
    </member>
    <member name="M:GemBox.Presentation.Length.op_Explicit(GemBox.Presentation.Length)~System.Int64">
      <summary>
            Converts a <see cref="T:GemBox.Presentation.Length"/> instance to a length value in an EMU (English Metric Unit) measurement unit.
            </summary>
      <param name="value">The length value.</param>
      <returns>A length value that is equivalent to a specified input <see cref="T:GemBox.Presentation.Length"/> instance in an EMU (English Metric Unit) measurement unit.</returns>
    </member>
    <member name="T:GemBox.Presentation.LengthUnit">
      <summary>
            Represents a unit of measurement for <see cref="T:GemBox.Presentation.Length"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LengthUnit.Point">
      <summary>
            The point (1/72 of an inch).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LengthUnit.Millimeter">
      <summary>
            The millimeter.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LengthUnit.Pica">
      <summary>
            The pica (1/6 of an inch).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LengthUnit.Centimeter">
      <summary>
            The centimeter.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LengthUnit.Inch">
      <summary>
            The inch (2.54 cm).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LengthUnit.Pixel">
      <summary>
            The pixel (1/96 of an inch)
            </summary>
    </member>
    <member name="T:GemBox.Presentation.LicenseException">
      <summary>
            Exception that occurs when licensing information is not correctly specified.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.LineArrow">
      <summary>
            Represents decorations which can be added to either the head or the tail of a line.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.LineArrow.ArrowType">
      <summary>
            Gets the line end decoration.
            </summary>
      <value>
            The line end decoration.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LineArrow.Size">
      <summary>
            Gets the line end size in relation to the line width.
            </summary>
      <value>
            The line end size in relation to the line width.
            </value>
    </member>
    <member name="M:GemBox.Presentation.LineArrow.#ctor(GemBox.Presentation.LineArrowType,GemBox.Presentation.LineArrowSize)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.LineArrow"/> structure.
            </summary>
      <param name="arrowType">Line end decoration.</param>
      <param name="size">Line end size in relation to the line width.</param>
    </member>
    <member name="M:GemBox.Presentation.LineArrow.Equals(GemBox.Presentation.LineArrow)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.LineArrow"/> is equal to this <see cref="T:GemBox.Presentation.LineArrow"/> instance.
            </summary>
      <param name="other">The other line arrow to compare with this line arrow instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.LineArrow"/> is equal to this <see cref="T:GemBox.Presentation.LineArrow"/> instance; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.LineArrow.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.LineArrow"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this line arrow instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.LineArrow"/> and is equal to this <see cref="T:GemBox.Presentation.LineArrow"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.LineArrow.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.LineArrow"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.LineArrow"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.LineArrow.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.LineArrow"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.LineArrow"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.LineArrow.op_Equality(GemBox.Presentation.LineArrow,GemBox.Presentation.LineArrow)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.LineArrow"/>s are equal.
            </summary>
      <param name="first">The first line arrow.</param>
      <param name="second">The second line arrow.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> line arrows are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.LineArrow.op_Inequality(GemBox.Presentation.LineArrow,GemBox.Presentation.LineArrow)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.LineArrow"/>s are not equal.
            </summary>
      <param name="first">The first line arrow.</param>
      <param name="second">The second line arrow.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> line arrows are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.LineArrowSize">
      <summary>
            Represents the width and the length of the line end decoration (e.g., arrowhead) relative to the width of the line itself.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size1">
      <summary>
            Small width and small length.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size2">
      <summary>
            Small width and medium length.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size3">
      <summary>
            Small width and large length.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size4">
      <summary>
            Medium width and small length.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size5">
      <summary>
            Medium width and medium length.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size6">
      <summary>
            Medium width and large length.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size7">
      <summary>
            Large width and small length.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size8">
      <summary>
            Large width and medium length.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowSize.Size9">
      <summary>
            Large width and large length.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.LineArrowType">
      <summary>
            Represents the shape decoration that appears at the ends of lines.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowType.NoArrow">
      <summary>
            No end.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowType.Arrow">
      <summary>
            Triangle arrow head.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowType.OpenArrow">
      <summary>
            Line arrow head.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowType.StealthArrow">
      <summary>
            Stealth arrow head.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowType.DiamondArrow">
      <summary>
            Diamond.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineArrowType.OvalArrow">
      <summary>
            Oval.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.LineCapType">
      <summary>
            Represents values that specify how to cap the ends of lines.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineCapType.Square">
      <summary>
            Square protrudes by half line width.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineCapType.Round">
      <summary>
            Rounded ends. Semi-circle protrudes by half line width.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineCapType.Flat">
      <summary>
            Line ends at end point.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.LineCompoundType">
      <summary>
            Represents the compound line type that is to be used for lines with text such as underlines.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineCompoundType.Single">
      <summary>
            Single line: one normal width.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineCompoundType.Double">
      <summary>
            Double lines of equal width.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineCompoundType.ThickThin">
      <summary>
            Double lines: one thick, one thin.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineCompoundType.ThinThick">
      <summary>
            Double lines: one thin, one thick.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineCompoundType.Triple">
      <summary>
            Three lines: thin, thick, thin.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.LineDashType">
      <summary>
            Represents the line dash type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.Solid">
      <summary>
        <para>Solid</para>
        <para>1</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.Dot">
      <summary>
        <para>Dot</para>
        <para>1000</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.Dash">
      <summary>
        <para>Dash</para>
        <para>1111000</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.DashDot">
      <summary>
        <para>Dash Dot</para>
        <para>11110001000</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.LongDash">
      <summary>
        <para>Long Dash</para>
        <para>11111111000</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.LongDashDot">
      <summary>
        <para>Long Dash Dot</para>
        <para>111111110001000</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.LongDashDotDot">
      <summary>
        <para>Long Dash Dot Dot</para>
        <para>1111111100010001000</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.RoundDot">
      <summary>
        <para>Round Dot</para>
        <para>10</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.SquareDot">
      <summary>
        <para>Square Dot</para>
        <para>1110</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.SystemDashDot">
      <summary>
        <para>System Dash Dot</para>
        <para>111010</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.SystemDashDotDot">
      <summary>
        <para>System Dash Dot Dot</para>
        <para>11101010</para>
        <para>
            1 - line segment of the same length as the line width,
            0 - space of the same length as the line width.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.LineDashType.Custom">
      <summary>
        <para>Custom</para>
        <para>
        </para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.LineFormat">
      <summary>
            Represents an outline style that can be applied to a number of different objects such as shapes and text.
            The line allows for the specifying of many different types of outlines including even line dashes and bevels.
            </summary>
      <seealso cref="P:GemBox.Presentation.ShapeFormat.Outline"/>
      <seealso cref="P:GemBox.Presentation.TextCharacterFormat.Outline"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shape-formatting/301">Shape Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.LineFormat.Fill">
      <summary>
        <para>Gets or sets the fill of the outline.</para>
        <para>Fill types <see cref="F:GemBox.Presentation.FillFormatType.Gradient"/>, <see cref="F:GemBox.Presentation.FillFormatType.Pattern"/>, <see cref="F:GemBox.Presentation.FillFormatType.Picture"/> and <see cref="F:GemBox.Presentation.FillFormatType.SlideBackground"/> are currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The fill of the outline.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LineFormat.Width">
      <summary>
        <para>Gets or sets the width to be used for the underline stroke.</para>
        <para>Default value is 0.</para>
      </summary>
      <value>
            The width to be used for the underline stroke.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LineFormat.CapType">
      <summary>
        <para>Gets or sets the ending caps that should be used for this line.
            This also affects the ends of line segments for dashed lines.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.LineCapType.Square"/>.</para>
      </summary>
      <value>
            The ending caps that should be used for this line.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LineFormat.CompoundType">
      <summary>
        <para>Gets or sets the compound line type to be used for the underline stroke.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.LineCompoundType.Single"/>.</para>
        <para>This member is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The compound line type to be used for the underline stroke.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LineFormat.DashType">
      <summary>
        <para>Gets or sets the dashing scheme that should be used for this line.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.LineDashType.Solid"/> (no dashes).</para>
      </summary>
      <value>
            The dashing scheme that should be used for this line.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LineFormat.JoinType">
      <summary>
        <para>Gets or sets the line join type that indicates how connected lines are joined.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.LineJoinType.Round"/>.</para>
      </summary>
      <value>
            The line join type that indicates how connected lines are joined.
            </value>
    </member>
    <member name="P:GemBox.Presentation.LineFormat.BeginArrow">
      <summary>
        <para>Gets or sets the decorations added to the head of a line.</para>
        <para>This member is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The decorations added to the head of a line.
            </value>
      <remarks>
            This property is applicable only on shape paths that are not closed.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.LineFormat.EndArrow">
      <summary>
        <para>Gets or sets the decorations added to the tail of a line.</para>
        <para>This member is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The decorations added to the tail of a line.
            </value>
      <remarks>
            This property is applicable only on shape paths that are not closed.
            </remarks>
    </member>
    <member name="T:GemBox.Presentation.LineJoinType">
      <summary>
            Represents values that specify how the adjacent lines are joined.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineJoinType.Round">
      <summary>
            A round joint specifies that lines joined together have a round join.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineJoinType.Bevel">
      <summary>
            A bevel joint specifies that an angle joint is used to connect lines.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.LineJoinType.Miter">
      <summary>
            A miter joint specifies that a line join shall be mitered.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.ListBulletType">
      <summary>
            Represents a bullet character used in a <see cref="T:GemBox.Presentation.TextParagraph"/> that is part of a <see cref="F:GemBox.Presentation.ListType.Bullet"/> list.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.None">
      <summary>
            Bullet character is absent.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.FilledRound">
      <summary>
            Filled round bullet.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.HollowRound">
      <summary>
            Hollow round bullet.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.FilledSquare">
      <summary>
            Filled square bullet.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.HollowSquare">
      <summary>
            Hollow square bullet.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.Star">
      <summary>
            Star bullet.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.Arrow">
      <summary>
            Arrow bullet.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.Checkmark">
      <summary>
            Checkmark bullet.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListBulletType.Custom">
      <summary>
            Custom bullet character.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.ListNumberType">
      <summary>
            Represents an automatic numbering scheme used in a <see cref="T:GemBox.Presentation.TextParagraph"/> that is part of a <see cref="F:GemBox.Presentation.ListType.Number"/> list.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.None">
      <summary>
            Number is absent.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.DecimalPlain">
      <summary>
            1 2 3
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.DecimalPeriod">
      <summary>
            1. 2. 3.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.DecimalRightParenthesis">
      <summary>
            1) 2) 3)
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.UpperRomanPeriod">
      <summary>
            I. II. III.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.UpperLetterPeriod">
      <summary>
            A. B. C.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.LowerLetterRightParenthesis">
      <summary>
            a) b) c)
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.LowerLetterPeriod">
      <summary>
            a. b. c.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.LowerRomanPeriod">
      <summary>
            i. ii. iii.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListNumberType.DecimalParentheses">
      <summary>
            (1) (2) (3)
            </summary>
    </member>
    <member name="T:GemBox.Presentation.ListType">
      <summary>
            Represents a list type of a bulleted or numbered <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListType.None">
      <summary>
        <see cref="T:GemBox.Presentation.TextParagraph"/> is not part of a list and its content is not preceded by any content.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListType.Bullet">
      <summary>
        <see cref="T:GemBox.Presentation.TextParagraph"/> is part of a list and its content is preceded by a bullet character.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListType.Picture">
      <summary>
        <see cref="T:GemBox.Presentation.TextParagraph"/> is part of a list and its content is preceded by a picture bullet.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ListType.Number">
      <summary>
        <see cref="T:GemBox.Presentation.TextParagraph"/> is part of a list and its content is preceded by a automatically generated number.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.LoadOptions">
      <summary>
            Represents a base class for loading options of various file formats.
            </summary>
      <remarks>
            To preserve unsupported file format features, set <see cref="P:GemBox.Presentation.LoadOptions.PreserveUnsupportedFeatures"/> to <see langword="true"/>.
            </remarks>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Load(System.String)">PresentationDocument.Load methods</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Read PowerPoint Files in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-pptx/203">Load and Save PPTX in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint files to PDF in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.LoadOptions.Pptx">
      <summary>
            Gets the default loading options for PowerPoint Presentation (PPTX) format.
            </summary>
      <value>
            The default loading options for PowerPoint Presentation (PPTX) format.
            </value>
      <remarks>
            This property always returns a new instance of <see cref="T:GemBox.Presentation.PptxLoadOptions"/> class initialized with default constructor.
            </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Read PowerPoint Files in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-pptx/203">Load and Save PPTX in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.LoadOptions.Ppt">
      <summary>
            Gets the default loading options for PowerPoint 97-2003 Presentation (PPT) format.
            </summary>
      <value>
            The default loading options for PowerPoint 97-2003 Presentation (PPT) format.
            </value>
      <remarks>
            This property always returns a new instance of <see cref="T:GemBox.Presentation.PptLoadOptions"/> class initialized with default constructor.
            </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Open and read PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.LoadOptions.Html">
      <summary>
            Gets the default loading options for HTML content.
            </summary>
      <value>
            The default loading options for HTML content.
            </value>
      <remarks>
            This property always returns a new instance of <see cref="T:GemBox.Presentation.HtmlLoadOptions"/> class initialized with default constructor.
            </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-load-html/208">Load HTML content into presentation in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.LoadOptions.PreserveUnsupportedFeatures">
      <summary>
            Gets or sets a value indicating whether to preserve file format features that are not directly supported through GemBox.Presentation object model.
            </summary>
      <value>
        <see langword="true"/> to preserve file format features that are not directly supported through GemBox.Presentation object model; otherwise, <see langword="false"/>.
            </value>
      <remarks>
        <para>Default value is set to <see langword="true"/>.</para>
      </remarks>
    </member>
    <member name="T:GemBox.Presentation.MasterNotesSlide">
      <summary>
            Represents a master notes slide - a template for all the <see cref="T:GemBox.Presentation.NotesSlide"/>s in the presentation.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.MasterNotes"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slide-notes/411">Slide Notes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.MasterNotesSlide.HeaderFooter">
      <summary>
            Gets the header and footer.
            </summary>
      <value>
            The header and footer.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-header-footer/407">Header and Footer Example</seealso>
    </member>
    <member name="T:GemBox.Presentation.MasterSlide">
      <summary>
            Represents a master slide - a root element in the hierarchy of a slide template chain.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.MasterSlide.LayoutSlides">
      <summary>
            Gets the layout slides associated with this master slide.
            </summary>
      <value>
            The layout slides associated with this master slide.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.MasterSlide.HeaderFooter">
      <summary>
            Gets the header and footer.
            </summary>
      <value>
            The header and footer.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-header-footer/407">Header and Footer Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.MasterSlide.Name">
      <summary>
            Gets or sets the name of the <see cref="T:GemBox.Presentation.MasterSlide"/>.
            </summary>
      <value>
            The name of the <see cref="T:GemBox.Presentation.MasterSlide"/>.
            </value>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is <see langword="null"/>, <see cref="F:System.String.Empty"/> or <see cref="T:GemBox.Presentation.MasterSlide"/> with the same name already exists in the collection.</exception>
    </member>
    <member name="M:GemBox.Presentation.MasterSlide.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.MasterSlide"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.MasterSlide"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.MasterSlideCollection">
      <summary>
            Represents a collection of master slides contained in the presentation.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.MasterSlideCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.MasterSlide"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.MasterSlide"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.MasterSlideCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.MasterSlide"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.MasterSlide"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.MasterSlide"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.MasterSlide"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.MasterSlideCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.MasterSlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.Insert(System.Int32,GemBox.Presentation.MasterSlide)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.MasterSlide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.MasterSlide"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.MasterSlide"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.MasterSlideCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.MasterSlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.Add(GemBox.Presentation.MasterSlide)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.MasterSlide"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.MasterSlide"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.MasterSlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.MasterSlide"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.MasterSlide"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.MasterSlideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.Contains(GemBox.Presentation.MasterSlide)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.MasterSlide"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.MasterSlide"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.IndexOf(GemBox.Presentation.MasterSlide)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.MasterSlide"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.MasterSlide"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.Remove(GemBox.Presentation.MasterSlide)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.MasterSlide"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.MasterSlide"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.MasterSlide"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.MasterSlideCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.InsertClone(System.Int32,GemBox.Presentation.MasterSlide,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.MasterSlide"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.InsertClone(System.Int32,GemBox.Presentation.MasterSlide)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.MasterSlide"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.AddClone(GemBox.Presentation.MasterSlide,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> to the end of the collection.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.MasterSlide"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.AddClone(GemBox.Presentation.MasterSlide)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.MasterSlide"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.MasterSlide"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.MasterSlideCollection.Item(System.String)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.MasterSlide"/> with the specified name, if found; otherwise, <see langword="null"/>.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.MasterSlide"/> with the specified name, if found; otherwise, <see langword="null"/>.
            </value>
      <param name="name">Name of the <see cref="T:GemBox.Presentation.MasterSlide"/>.</param>
      <returns>the <see cref="T:GemBox.Presentation.MasterSlide"/> with the specified name, if found; otherwise, <see langword="null"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.InsertNew(System.Int32)">
      <summary>
            Inserts a new <see cref="T:GemBox.Presentation.MasterSlide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which new <see cref="T:GemBox.Presentation.MasterSlide"/> should be inserted.</param>
      <returns>A new <see cref="T:GemBox.Presentation.MasterSlide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.MasterSlideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.AddNew">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.MasterSlide"/> to the end of the collection.
            </summary>
      <returns>A new <see cref="T:GemBox.Presentation.MasterSlide"/> added to the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.MasterSlideCollection.VerifyDetach(System.Int32)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Media.AudioCD">
      <summary>
            Represents an Audio from a CD.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioCD.MediaType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.Media.MediaType.Audio"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.Media.MediaType.Audio"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioCD.IsFile">
      <summary>
            Gets the <see langword="false"/> value since audio from a CD doesn't have an associated content that is either embedded in or linked to the presentation file.
            Content is retrieved from the default CD drive on the machine on which the presentation is shown.
            </summary>
      <value>
            The <see langword="false"/> value since audio from a CD doesn't have an associated content that is either embedded in or linked to the presentation file.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioCD.Start">
      <summary>
            Gets or sets the start point for a CD Audio.
            Encompassed within this property are the track and the time at which the sound should begin its playback.
            </summary>
      <value>
            The start point for a CD Audio.
            </value>
      <exception cref="T:System.ArgumentException">End point for a CD Audio is less than start point.</exception>
      <remarks>
            This property is used in conjunction with an <see cref="P:GemBox.Presentation.Media.AudioCD.End"/> property to specify the time span for an entire CD audio sound.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioCD.End">
      <summary>
            Gets or sets the end point for a CD Audio.
            Encompassed within this property are the track and the time at which the sound should halt its playback.
            </summary>
      <value>
            The end point for a CD Audio.
            </value>
      <exception cref="T:System.ArgumentException">End point for a CD Audio is less than start point.</exception>
      <remarks>
            This property is used in conjunction with a <see cref="P:GemBox.Presentation.Media.AudioCD.Start"/> property to specify the time span for an entire CD audio sound.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCD.CloneCore">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Media.AudioCDTime">
      <summary>
            Represents a CD Audio time used to specify CD track and optionally an offset (in seconds) from the start of the specified CD track.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioCDTime.Time">
      <summary>
            Gets the time offset (in seconds) from the start of the CD <see cref="P:GemBox.Presentation.Media.AudioCDTime.Track"/>.
            </summary>
      <value>
            The time offset (in seconds) from the start of the CD <see cref="P:GemBox.Presentation.Media.AudioCDTime.Track"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.#ctor(System.Int32)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> structure with the specified CD track.
            </summary>
      <param name="track">The CD track.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">Parameter <paramref name="track"/> is less than 1.</exception>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.#ctor(System.Int32,System.Int32)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> structure with the specified CD track and the time offset (in seconds) from the start of the specified CD track.
            </summary>
      <param name="track">The CD track.</param>
      <param name="time">The time offset (in seconds) from the start of the specified CD track.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">Parameter <paramref name="track"/> is less than 1 or parameter <paramref name="time"/> is less than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioCDTime.Track">
      <summary>
            Gets the CD track.
            </summary>
      <value>
            The CD track.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.CompareTo(GemBox.Presentation.Media.AudioCDTime)">
      <summary>
            Compares the value of this instance to a specified <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> value.
            </summary>
      <param name="other">The object to compare to the current instance.</param>
      <returns>
        <para>A signed number indicating the relative values of this instance and the <paramref name="other"/> parameter.</para>
        <para>If returned value is less than zero, then this instance is earlier than <paramref name="other"/>; else, if it is zero, then this instance is the same as <paramref name="other"/>; else (if it is greater than zero) this instance is later than <paramref name="other"/>.</para>
      </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.Equals(GemBox.Presentation.Media.AudioCDTime)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> is equal to this <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> instance.
            </summary>
      <param name="other">The other CD Audio time to compare with this CD Audio time instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> is equal to this <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> instance; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this CD Audio time instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> and is equal to this <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.op_Equality(GemBox.Presentation.Media.AudioCDTime,GemBox.Presentation.Media.AudioCDTime)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/>s are equal.
            </summary>
      <param name="first">The first CD Audio time.</param>
      <param name="second">The second CD Audio time.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> CD Audio times are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.op_Inequality(GemBox.Presentation.Media.AudioCDTime,GemBox.Presentation.Media.AudioCDTime)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/>s are not equal.
            </summary>
      <param name="first">The first CD Audio time.</param>
      <param name="second">The second CD Audio time.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> CD Audio times are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.op_LessThan(GemBox.Presentation.Media.AudioCDTime,GemBox.Presentation.Media.AudioCDTime)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> is earlier than <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/>.
            </summary>
      <param name="first">The first CD Audio time.</param>
      <param name="second">The second CD Audio time.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> CD Audio time is earlier than <paramref name="second"/> CD Audio time; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.op_LessThanOrEqual(GemBox.Presentation.Media.AudioCDTime,GemBox.Presentation.Media.AudioCDTime)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> is earlier than or equal to <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/>.
            </summary>
      <param name="first">The first CD Audio time.</param>
      <param name="second">The second CD Audio time.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> CD Audio time is earlier than or equal to <paramref name="second"/> CD Audio time; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.op_GreaterThan(GemBox.Presentation.Media.AudioCDTime,GemBox.Presentation.Media.AudioCDTime)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> is later than <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/>.
            </summary>
      <param name="first">The first CD Audio time.</param>
      <param name="second">The second CD Audio time.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> CD Audio time is later than <paramref name="second"/> CD Audio time; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioCDTime.op_GreaterThanOrEqual(GemBox.Presentation.Media.AudioCDTime,GemBox.Presentation.Media.AudioCDTime)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/> is later than or equal to <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.AudioCDTime"/>.
            </summary>
      <param name="first">The first CD Audio time.</param>
      <param name="second">The second CD Audio time.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> CD Audio time is later than or equal to <paramref name="second"/> CD Audio time; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.Media.AudioContent">
      <summary>
            Represents an Audio that has an associated content that is either embedded in or linked to the presentation file.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-audio-video/406">Audio and Video Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioContent.MediaType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.Media.MediaType.Audio"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.Media.MediaType.Audio"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioContent.ContentType">
      <summary>
            Gets the type of the audio content.
            </summary>
      <value>
            The type of the audio content.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.AudioContent.Name">
      <summary>
        <para>Gets or sets the original name or a given short name for the corresponding sound.</para>
        <para>Applicable only to embedded WAV sounds. Setting this property to any other sound type will raise <see cref="T:System.InvalidOperationException"/>.</para>
        <para>Default value is <see cref="F:System.String.Empty"/>.</para>
      </summary>
      <value>
            The original name or a given short name for the corresponding sound.
            </value>
      <exception cref="T:System.InvalidOperationException">Name can be set only to embedded WAV audio.</exception>
      <remarks>
            This is used to distinguish this sound from others by providing a human readable name for the attached sound should the user need to identify the sound among others within the UI.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioContent.SetContent(GemBox.Presentation.Media.AudioContentType,System.IO.Stream)">
      <summary>
            Sets the audio content.
            </summary>
      <param name="contentType">Content type of the audio content.</param>
      <param name="stream">The audio content stream.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.Content"/> class that represents the audio content that has been set.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Media.AudioContent.CloneCore">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Media.AudioContentType">
      <summary>
            Represents an audio file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.AudioContentType.Unknown">
      <summary>
            Unknown audio file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.AudioContentType.Mpeg">
      <summary>
            MPEG-1 Audio file format published as a standard <see href="https://en.wikipedia.org/wiki/MPEG-1#Part_3:_Audio">ISO/IEC 11172-3</see>. If interoperability is wanted, then use this standard format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.AudioContentType.Wav">
      <summary>
            Waveform Audio File Format (<see href="https://en.wikipedia.org/wiki/WAV">WAV</see>). It is the main format used on <b>Windows</b> systems for raw and typically uncompressed audio.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.AudioContentType.Aiff">
      <summary>
            Audio Interchange File Format (<see href="https://en.wikipedia.org/wiki/Audio_Interchange_File_Format">AIFF</see>). It is most commonly used on <b>Apple Macintosh</b> computer systems.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.AudioContentType.Ogg">
      <summary>
            Audio file format usually encoded with a <see href="http://xiph.org/vorbis/doc/Vorbis_I_spec.html">Vorbis I codec.</see>. It is a free, open container format (<see href="https://en.wikipedia.org/wiki/Ogg">OGG</see>) maintained by the Xiph.Org Foundation.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.AudioContentType.Midi">
      <summary>
            Musical Instrument Digital Interface (<see href="https://en.wikipedia.org/wiki/MIDI#Standard_MIDI_files"/>) file format. It is used widespread in computers, mobile phone ringtones, webpage authoring and greeting cards.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Media.MediaBookmark">
      <summary>
            Represents a named location in the media content that is located at the specific time offset from the beginning of the media.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaBookmark.Time">
      <summary>
            Gets the time offset from the beginning of the media.
            </summary>
      <value>
            The time offset from the beginning of the media
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaBookmark.Name">
      <summary>
            Gets the name.
            </summary>
      <value>
            The name.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.CompareTo(GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Compares the value of this instance to a specified <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> value.
            </summary>
      <param name="other">The object to compare to the current instance.</param>
      <returns>
        <para>A signed number indicating the relative values of this instance and the <paramref name="other"/> parameter.</para>
        <para>If returned value is less than zero, then this instance is earlier than <paramref name="other"/>; else, if it is zero, then this instance is the same as <paramref name="other"/>; else (if it is greater than zero) this instance is later than <paramref name="other"/>.</para>
      </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.Equals(GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> is equal to this <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> instance.
            </summary>
      <param name="other">The other media bookmark to compare with this media bookmark instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> is equal to this <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> instance; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this media bookmark instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> and is equal to this <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.op_Equality(GemBox.Presentation.Media.MediaBookmark,GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>s are equal.
            </summary>
      <param name="first">The first media bookmark.</param>
      <param name="second">The second media bookmark.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> media bookmarks are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.op_Inequality(GemBox.Presentation.Media.MediaBookmark,GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>s are not equal.
            </summary>
      <param name="first">The first media bookmark.</param>
      <param name="second">The second media bookmark.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> media bookmarks are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.op_LessThan(GemBox.Presentation.Media.MediaBookmark,GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> is earlier than <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>.
            </summary>
      <param name="first">The first media bookmark.</param>
      <param name="second">The second media bookmark.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> media bookmark is earlier than <paramref name="second"/> media bookmark; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.op_LessThanOrEqual(GemBox.Presentation.Media.MediaBookmark,GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> is earlier than or equal to <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>.
            </summary>
      <param name="first">The first media bookmark.</param>
      <param name="second">The second media bookmark.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> media bookmark is earlier than or equal to <paramref name="second"/> media bookmark; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.op_GreaterThan(GemBox.Presentation.Media.MediaBookmark,GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> is later than <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>.
            </summary>
      <param name="first">The first media bookmark.</param>
      <param name="second">The second media bookmark.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> media bookmark is later than <paramref name="second"/> media bookmark; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmark.op_GreaterThanOrEqual(GemBox.Presentation.Media.MediaBookmark,GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> is later than or equal to <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>.
            </summary>
      <param name="first">The first media bookmark.</param>
      <param name="second">The second media bookmark.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> media bookmark is later than or equal to <paramref name="second"/> media bookmark; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.Media.MediaBookmarkCollection">
      <summary>
            Represents a collection of bookmarks in the media.
            </summary>
      <remarks>
            All bookmarks in this collection must have unique names and time offsets.
            Collection is sorted based on bookmark's time offsets.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaBookmarkCollection.Item(GemBox.Presentation.Media.TimeOffset)">
      <summary>
        <para>Gets the bookmark name at the specified time offset.</para>
        <para>Returns <see langword="null"/> if there is no bookmark at the specified time offset.</para>
      </summary>
      <value>
            The bookmark name at the specified time offset.
            </value>
      <param name="time">The time offset.</param>
      <returns>The bookmark name at the specified time offset or <see langword="null"/> if there is no bookmark at the specified time offset.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Add(System.String,GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Adds a new bookmark or gets the existing equally named bookmark at the specified time offset.
            </summary>
      <param name="name">The bookmark name.</param>
      <param name="time">The time offset.</param>
      <returns>
      </returns>
      <exception cref="T:System.ArgumentException">
            Bookmark with the different name already exist at the specified time offset.
            or
            Bookmark with the same name already exist at the different time offset.
            </exception>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Add(GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Adds a new implicitly named bookmark or gets the existing bookmark at the specified time offset.
            </summary>
      <param name="time">The time offset.</param>
      <returns>A newly added implicitly named bookmark or the existing bookmark at the specified time offset.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Remove(System.String)">
      <summary>
            Removes a <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> with the specified name from the collection.
            </summary>
      <param name="name">The name of the <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> with the specified name is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> with the specified name was not found in the original collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Remove(GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Removes a <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> with the specified time offset from the collection.
            </summary>
      <param name="time">The time offset of the <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> with the specified time offset is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> with the specified time offset was not found in the original collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Contains(System.String)">
      <summary>
            Determines whether a bookmark with the specified name is contained in the media bookmarks.
            </summary>
      <param name="name">The bookmark name.</param>
      <returns>
        <see langword="true"/> if bookmark with the specified name is found in the media bookmarks; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaBookmarkCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaBookmarkCollection.Item(System.Int32)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Media.MediaBookmarkCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Insert(System.Int32,GemBox.Presentation.Media.MediaBookmark)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Add(GemBox.Presentation.Media.MediaBookmark)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Media.MediaBookmarkCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Contains(GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.IndexOf(GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Remove(GemBox.Presentation.Media.MediaBookmark)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Media.MediaBookmark"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.Media.MediaBookmark"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaBookmarkCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.Media.MediaBookmarkCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.Media.MediaContent">
      <summary>
            Represents a base type for all media (audio or video) that have an associated content that is either embedded in or linked to the presentation file.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaContent.Content">
      <summary>
            Gets or sets the media content (audio or video data encoded in a particular format) that is either embedded in or linked to the presentation file.
            </summary>
      <value>
            The media content (audio or video data encoded in a particular format) that is either embedded in or linked to the presentation file.
            </value>
      <exception cref="T:System.ArgumentNullException">Value is <see langword="null"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaContent.IsFile">
      <summary>
            Gets the <see langword="true"/> value since this media has an associated content that is either embedded in or linked to the presentation file.
            </summary>
      <value>
            The <see langword="true"/> value since this media has an associated content that is either embedded in or linked to the presentation file.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaContent.SetContent(System.String)">
      <summary>
            Sets the media content (audio or video data encoded in a particular format).
            </summary>
      <param name="link">The link to the media content.</param>
      <returns>
            An instance of a <see cref="P:GemBox.Presentation.Media.MediaContent.Content"/> class that represents the media content that has been set.
            </returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="link"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaContent.SetContent(System.String,System.IO.Stream)">
      <summary>
            Sets the media content (audio or video data encoded in a particular format).
            </summary>
      <param name="contentType">Content type (MIME type) of the media content.</param>
      <param name="stream">The media content stream.</param>
      <returns>
            An instance of a <see cref="P:GemBox.Presentation.Media.MediaContent.Content"/> class that represents the media content that has been set.
            </returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="contentType"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
    </member>
    <member name="T:GemBox.Presentation.Media.MediaObject">
      <summary>
            Represents a base type for all media (audio or video).
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaObject.MediaType">
      <summary>
            Gets the type of the media.
            </summary>
      <value>
            The type of the media.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaObject.IsFile">
      <summary>
            Gets a value indicating whether this media has an associated content that is either embedded in the presentation file or linked to (for example, a file outside the presentation file).
            </summary>
      <value>
        <see langword="true"/> if this media has an associated content that is either embedded in or linked to the presentation file; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaObject.Picture">
      <summary>
            Gets the <see cref="P:GemBox.Presentation.Media.MediaObject.Picture"/> associated with this media.
            </summary>
      <value>
            The <see cref="P:GemBox.Presentation.Media.MediaObject.Picture"/> associated with this media.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaObject.Trim">
      <summary>
            Gets the amount of time to be trimmed from the start and end of the media during playback.
            </summary>
      <value>
            The amount of time to be trimmed from the start and end of the media during playback.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaObject.Fade">
      <summary>
            Gets the starting and ending fade durations for the media.
            </summary>
      <value>
            The starting and ending fade durations for the media.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaObject.Bookmarks">
      <summary>
            Gets the collection of bookmarks on the media.
            </summary>
      <value>
            The collection of bookmarks on the media.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaObject.CloneCore">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Media.MediaObject.CloneMedia(GemBox.Presentation.Media.MediaObject)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Media.MediaSegment">
      <summary>
            Represents a segment of the media (audio or video).
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaSegment.Start">
      <summary>
            Gets or sets the time offset from the beginning of the media.
            </summary>
      <value>
            The time offset from the beginning of the media.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.MediaSegment.End">
      <summary>
            Gets or sets the time offset from the ending of the media.
            </summary>
      <value>
            The time offset from the ending of the media.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Media.MediaType">
      <summary>
            Represents the type of the media.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.MediaType.Audio">
      <summary>
            The audio.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.MediaType.Video">
      <summary>
            The video.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Media.TimeOffset">
      <summary>
            Represents an amount of time.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Media.TimeOffset.DefaultUnit">
      <summary>
            Gets or sets the default time unit that is applied globally every time <see cref="T:GemBox.Presentation.Media.TimeOffset"/> is converted from/to a <see cref="T:System.Double"/>.
            </summary>
      <value>
            The default time unit.
            </value>
      <remarks>
        <para>Initial value is <see cref="F:GemBox.Presentation.Media.TimeOffsetUnit.Millisecond"/>.</para>
        <para>This property makes code less verbose and, thus, easier to read and maintain because instead of using <see cref="M:GemBox.Presentation.Media.TimeOffset.From(System.Double,GemBox.Presentation.Media.TimeOffsetUnit)"/> and <see cref="M:GemBox.Presentation.Media.TimeOffset.To(GemBox.Presentation.Media.TimeOffsetUnit)"/>, one can use implicit conversions from/to a <see cref="T:System.Double"/>.</para>
        <para>Since default time unit is applied globally (like any other <see langword="static"/> member), it is advisable not to set <see cref="P:GemBox.Presentation.Media.TimeOffset.DefaultUnit"/> property or use implicit conversions from/to a <see cref="T:System.Double"/> if <b>GemBox.Presentation</b> is used by various application functions that expect different default time unit, especially if usage is multi-threaded.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Media.TimeOffset.Value">
      <summary>
            Gets the value.
            </summary>
      <value>
            The value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.TimeOffset.Unit">
      <summary>
            Gets the unit.
            </summary>
      <value>
            The unit.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.From(System.Double,GemBox.Presentation.Media.TimeOffsetUnit)">
      <summary>
        <para>Converts a time amount value in a specified time unit to a <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance.</para>
        <para>Negative <paramref name="value"/> is automatically coerced to zero.</para>
      </summary>
      <param name="value">The time amount value.</param>
      <param name="unit">The time unit.</param>
      <returns>
            A <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance that is equivalent to a specified input time amount in a specified time unit.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.To(GemBox.Presentation.Media.TimeOffsetUnit)">
      <summary>
            Converts this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance to an another <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance with the specified time unit.
            </summary>
      <param name="unit">The time unit.</param>
      <returns>A <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance that is equivalent to this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance in a specified time unit.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.CompareTo(GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Compares the value of this instance to a specified <see cref="T:GemBox.Presentation.Media.TimeOffset"/> value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified <see cref="T:GemBox.Presentation.Media.TimeOffset"/> value.
            </summary>
      <param name="other">The object to compare to the current instance.</param>
      <returns>
        <para>A signed number indicating the relative values of this instance and the <paramref name="other"/> parameter.</para>
        <para>If returned value is less than zero, then this instance is earlier than <paramref name="other"/>; else, if it is zero, then this instance is the same as <paramref name="other"/>; else (if it is greater than zero) this instance is later than <paramref name="other"/>.</para>
      </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.Equals(GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/> is equal to this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance.
            </summary>
      <param name="other">The other time offset to compare with this time offset instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/> is equal to this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this time offset instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.Media.TimeOffset"/> and is equal to this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.ToString(System.String,System.IFormatProvider)">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance in a specified format by using a specified format provider.
            </summary>
      <param name="format">The format.</param>
      <param name="formatProvider">The format provider.</param>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance in a specified format by using a specified format provider.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.op_Equality(GemBox.Presentation.Media.TimeOffset,GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/>s are equal.
            </summary>
      <param name="first">The first time offset.</param>
      <param name="second">The second time offset.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> time offsets are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.op_Inequality(GemBox.Presentation.Media.TimeOffset,GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/>s are not equal.
            </summary>
      <param name="first">The first time offset.</param>
      <param name="second">The second time offset.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> time offsets are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.op_LessThan(GemBox.Presentation.Media.TimeOffset,GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/> is earlier than <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/>.
            </summary>
      <param name="first">The first time offset.</param>
      <param name="second">The second time offset.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> time offset is earlier than <paramref name="second"/> time offset; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.op_LessThanOrEqual(GemBox.Presentation.Media.TimeOffset,GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/> is earlier than or equal to <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/>.
            </summary>
      <param name="first">The first time offset.</param>
      <param name="second">The second time offset.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> time offset is earlier than or equal to <paramref name="second"/> time offset; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.op_GreaterThan(GemBox.Presentation.Media.TimeOffset,GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/> is later than <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/>.
            </summary>
      <param name="first">The first time offset.</param>
      <param name="second">The second time offset.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> time offset is later than <paramref name="second"/> time offset; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.op_GreaterThanOrEqual(GemBox.Presentation.Media.TimeOffset,GemBox.Presentation.Media.TimeOffset)">
      <summary>
            Determines whether <paramref name="first"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/> is later than or equal to <paramref name="second"/> <see cref="T:GemBox.Presentation.Media.TimeOffset"/>.
            </summary>
      <param name="first">The first time offset.</param>
      <param name="second">The second time offset.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> time offset is later than or equal to <paramref name="second"/> time offset; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.op_Implicit(System.Double)~GemBox.Presentation.Media.TimeOffset">
      <summary>
            Converts a time amount value in a <see cref="P:GemBox.Presentation.Media.TimeOffset.DefaultUnit">default time unit</see> to a <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance.
            </summary>
      <param name="value">The time amount value.</param>
      <returns>A <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance that is equivalent to a specified input time amount in a <see cref="P:GemBox.Presentation.Media.TimeOffset.DefaultUnit">default time unit</see>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Media.TimeOffset.op_Implicit(GemBox.Presentation.Media.TimeOffset)~System.Double">
      <summary>
            Converts a <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance to a time amount value in a <see cref="P:GemBox.Presentation.Media.TimeOffset.DefaultUnit">default time unit</see>.
            </summary>
      <param name="value">The time offset value.</param>
      <returns>A time amount value that is equivalent to a specified input <see cref="T:GemBox.Presentation.Media.TimeOffset"/> instance in a <see cref="P:GemBox.Presentation.Media.TimeOffset.DefaultUnit">default time unit</see>.</returns>
    </member>
    <member name="T:GemBox.Presentation.Media.TimeOffsetUnit">
      <summary>
            Represents a unit of measure for a time used in <see cref="T:GemBox.Presentation.Media.TimeOffset"/> structure.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.TimeOffsetUnit.Nanosecond">
      <summary>
            Nanosecond (one billionth of a second).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.TimeOffsetUnit.Microsecond">
      <summary>
            Microsecond (one millionth of a second).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.TimeOffsetUnit.Millisecond">
      <summary>
            Millisecond (one thousandth of a second).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.TimeOffsetUnit.Second">
      <summary>
            Second.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.TimeOffsetUnit.Minute">
      <summary>
            Minute.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.TimeOffsetUnit.Hour">
      <summary>
            Hour.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Media.VideoContent">
      <summary>
            Represents a Video that has an associated content that is either embedded in or linked to the presentation file.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-audio-video/406">Audio and Video Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Media.VideoContent.MediaType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.Media.MediaType.Video"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.Media.MediaType.Video"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Media.VideoContent.ContentType">
      <summary>
            Gets the type of the video content.
            </summary>
      <value>
            The type of the video content.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Media.VideoContent.SetContent(GemBox.Presentation.Media.VideoContentType,System.IO.Stream)">
      <summary>
            Sets the video content.
            </summary>
      <param name="contentType">Content type of the video content.</param>
      <param name="stream">The video content stream.</param>
      <returns>
            An instance of a <see cref="T:GemBox.Presentation.Content"/> class that represents the video content that has been set.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Media.VideoContent.CloneCore">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Media.VideoContentType">
      <summary>
            Represents a video file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.VideoContentType.Unknown">
      <summary>
            Unknown video file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.VideoContentType.Mpeg">
      <summary>
            MPEG-2 file format published as a standard <see href="https://en.wikipedia.org/wiki/MPEG-2">ISO/IEC 13818</see>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.VideoContentType.Avi">
      <summary>
            Audio Video Interleaved (<see href="https://en.wikipedia.org/wiki/Audio_Video_Interleave">AVI</see>) file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.VideoContentType.QuickTime">
      <summary>
            QuickTime File Format (<see href="https://en.wikipedia.org/wiki/QuickTime_File_Format">QTFF</see>).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.VideoContentType.Ogg">
      <summary>
            Video file format usually encoded with a <see href="http://www.theora.org/doc/Theora.pdf">Theora codec.</see>. It is a free, open container format (<see href="https://en.wikipedia.org/wiki/Ogg">OGG</see>) maintained by the Xiph.Org Foundation.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Media.VideoContentType.Vc1">
      <summary>
            Video Codec 1 file format (<see href="http://tools.ietf.org/html/rfc4425">VC-1</see>).
            </summary>
    </member>
    <member name="T:GemBox.Presentation.ModifyProtection">
      <summary>
            Represents the modification protection options for the <see cref="T:GemBox.Presentation.PresentationDocument"/>. Supported only in PPTX format.
            </summary>
      <remarks>
        <para>Modification protection refers to a mode in which the presentation's contents <b>should not be modified</b>, and the presentation <b>should not be resaved using the same file name</b>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/pptx-modify-protection/804">PPTX Modify Protection example</seealso>
    </member>
    <member name="P:GemBox.Presentation.ModifyProtection.HasPassword">
      <summary>
            Returns <see langword="true"/> if <see cref="T:GemBox.Presentation.PresentationDocument"/> is protected with the password against modification and re-saving to the same file name.
            </summary>
      <value>
        <see langword="true"/> if <see cref="T:GemBox.Presentation.PresentationDocument"/> is protected with the password against modification and re-saving to the same file name; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.ModifyProtection.SetPassword(System.String)">
      <summary>
            Sets the modification protection password for the current <see cref="T:GemBox.Presentation.PresentationDocument"/> instance.
            </summary>
      <param name="password">New modification protection password (or <see langword="null"/> to remove password from modification protection).</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="password"/> is too long. Modification protection password cannot have more than 255 characters.</exception>
    </member>
    <member name="T:GemBox.Presentation.NotesSlide">
      <summary>
            Represents a notes slide associated with a <see cref="P:GemBox.Presentation.NotesSlide.Slide"/>.
            </summary>
      <seealso cref="P:GemBox.Presentation.Slide.Notes"/>
      <seealso cref="M:GemBox.Presentation.Slide.AddNotes"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slide-notes/411">Slide Notes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.NotesSlide.ParentTemplate">
      <summary>
            Gets the parent template <see cref="T:GemBox.Presentation.MasterNotesSlide"/>.
            </summary>
      <value>
            The parent template <see cref="T:GemBox.Presentation.MasterNotesSlide"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.NotesSlide.Slide">
      <summary>
            Gets the slide associated with this notes slide.
            </summary>
      <value>
            The slide associated with this notes slide.
            </value>
    </member>
    <member name="M:GemBox.Presentation.NotesSlide.Reset">
      <summary>
            Resets all placeholders on the current <see cref="P:GemBox.Presentation.NotesSlide.Slide"/> so they are the same as on the <see cref="P:GemBox.Presentation.NotesSlide.ParentTemplate"/> <see cref="T:GemBox.Presentation.LayoutSlide"/>.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PdfSaveOptions">
      <summary>
            Represents a class that stores saving options for Portable Document Format (PDF) file.
            </summary>
      <remarks>
        <para>For more information about a level of support for PDF format, see <see href="https://www.gemboxsoftware.com/presentation/docs/supported-file-formats.html" target="_self">supported file formats</see>.</para>
        <para>For more information about PDF encryption, see <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/>remarks.</para>
      </remarks>
      <seealso cref="P:GemBox.Presentation.SaveOptions.Pdf"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.String,GemBox.Presentation.SaveOptions)"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.IO.Stream,GemBox.Presentation.SaveOptions)"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint files to PDF in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.MetafileScaleFactor">
      <!-- No matching elements were found for the following include tag -->
      <include file="..\Docs\resources\SharedComments.xml" path="Comments/Comment[@name=&quot;MetafileScaleFactor&quot;]/*"/>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.Permissions">
      <summary>
            Gets or sets the operations that are allowed to a user on an encrypted PDF document.
            </summary>
      <value>
            The operations that are allowed to a user on an encrypted PDF document.
            </value>
      <remarks>
        <para>
        Generated PDF document will be encrypted if any of the following conditions are satisfied:
      </para>
        <list type="bullet">
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> is different than <see cref="F:GemBox.Presentation.PdfPermissions.All"/>.
          </description>
          </item>
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is not <see langword="null"/> or <see cref="F:System.String.Empty"/>.
          </description>
          </item>
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is not <see langword="null"/> or <see cref="F:System.String.Empty"/>.
          </description>
          </item>
        </list>
        <para>
        Both <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> are optional but with the following consequences:
      </para>
        <list type="bullet">
          <item>
            <description>
            If <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> is different than <see cref="F:GemBox.Presentation.PdfPermissions.All"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is not specified, component will generate random <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>.
          </description>
          </item>
          <item>
            <description>
            Using <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>, also known as <i>owner password</i>, without <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is not secure. It relies on PDF viewer software to respect specified restrictions, but it may choose not to do so.
          </description>
          </item>
          <item>
            <description>
            Using <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/>, also known as <i>user password</i>, is potentially very secure. It or <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is required for decrypting and viewing the document.
          </description>
          </item>
          <item>
            <description>
            When <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is specified, PDF viewer application will prompt for password to decrypt and present the document. If entered password is <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/>, document will be decrypted and presented with specified <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> enforced. Otherwise, if entered password is <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>, document will be decrypted and presented without any restrictions.
          </description>
          </item>
        </list>
        <para>
          <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> cannot be equal, otherwise exception is thrown.
      </para>
        <para>
        For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/pdf-encryption/801">PDF Encryption example</see>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/pdf-encryption/801">PDF Encryption example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword">
      <summary>
            Specifies the password required for opening the encrypted PDF document.
            </summary>
      <value>
            The password required for opening the encrypted PDF document.
            </value>
      <remarks>
        <para>
        Generated PDF document will be encrypted if any of the following conditions are satisfied:
      </para>
        <list type="bullet">
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> is different than <see cref="F:GemBox.Presentation.PdfPermissions.All"/>.
          </description>
          </item>
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is not <see langword="null"/> or <see cref="F:System.String.Empty"/>.
          </description>
          </item>
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is not <see langword="null"/> or <see cref="F:System.String.Empty"/>.
          </description>
          </item>
        </list>
        <para>
        Both <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> are optional but with the following consequences:
      </para>
        <list type="bullet">
          <item>
            <description>
            If <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> is different than <see cref="F:GemBox.Presentation.PdfPermissions.All"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is not specified, component will generate random <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>.
          </description>
          </item>
          <item>
            <description>
            Using <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>, also known as <i>owner password</i>, without <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is not secure. It relies on PDF viewer software to respect specified restrictions, but it may choose not to do so.
          </description>
          </item>
          <item>
            <description>
            Using <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/>, also known as <i>user password</i>, is potentially very secure. It or <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is required for decrypting and viewing the document.
          </description>
          </item>
          <item>
            <description>
            When <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is specified, PDF viewer application will prompt for password to decrypt and present the document. If entered password is <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/>, document will be decrypted and presented with specified <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> enforced. Otherwise, if entered password is <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>, document will be decrypted and presented without any restrictions.
          </description>
          </item>
        </list>
        <para>
          <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> cannot be equal, otherwise exception is thrown.
      </para>
        <para>
        For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/pdf-encryption/801">PDF Encryption example</see>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/pdf-encryption/801">PDF Encryption example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword">
      <summary>
            Specifies the password for opening the encrypted PDF document without any access restrictions.
            </summary>
      <value>
            The password for opening the encrypted PDF document without any access restrictions.
            </value>
      <remarks>
        <para>
        Generated PDF document will be encrypted if any of the following conditions are satisfied:
      </para>
        <list type="bullet">
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> is different than <see cref="F:GemBox.Presentation.PdfPermissions.All"/>.
          </description>
          </item>
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is not <see langword="null"/> or <see cref="F:System.String.Empty"/>.
          </description>
          </item>
          <item>
            <description>
              <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is not <see langword="null"/> or <see cref="F:System.String.Empty"/>.
          </description>
          </item>
        </list>
        <para>
        Both <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> are optional but with the following consequences:
      </para>
        <list type="bullet">
          <item>
            <description>
            If <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> is different than <see cref="F:GemBox.Presentation.PdfPermissions.All"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is not specified, component will generate random <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>.
          </description>
          </item>
          <item>
            <description>
            Using <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>, also known as <i>owner password</i>, without <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is not secure. It relies on PDF viewer software to respect specified restrictions, but it may choose not to do so.
          </description>
          </item>
          <item>
            <description>
            Using <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/>, also known as <i>user password</i>, is potentially very secure. It or <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> is required for decrypting and viewing the document.
          </description>
          </item>
          <item>
            <description>
            When <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> is specified, PDF viewer application will prompt for password to decrypt and present the document. If entered password is <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/>, document will be decrypted and presented with specified <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> enforced. Otherwise, if entered password is <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/>, document will be decrypted and presented without any restrictions.
          </description>
          </item>
        </list>
        <para>
          <see cref="P:GemBox.Presentation.PdfSaveOptions.DocumentOpenPassword"/> and <see cref="P:GemBox.Presentation.PdfSaveOptions.PermissionsPassword"/> cannot be equal, otherwise exception is thrown.
      </para>
        <para>
        For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/pdf-encryption/801">PDF Encryption example</see>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/pdf-encryption/801">PDF Encryption example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.ImageDpi">
      <summary>
      Gets or sets the saved images DPI.
    </summary>
      <value>
      The saved images DPI.
    </value>
      <remarks>
        <para>This property controls the image quality for all images in the file. Larger value results in better-quality images but increases the file size. Setting this property to 0 will disable image optimization. Standard DPI values are:</para>
        <list type="bullet">
          <item>
            <description>330 - Good quality for HD displays</description>
          </item>
          <item>
            <description>220 - Good quality for most printers and displays</description>
          </item>
          <item>
            <description>150 - Good quality for web pages and projectors</description>
          </item>
          <item>
            <description>96 - Good quality for smaller file sizes</description>
          </item>
        </list>
        <para>Using this property you basically specify the DPI of the display device on which the file will be viewed and for which the images in the file should be optimized without losing any perceived quality because images go through the same resampling (reduction of pixel count) as they would in the viewer application if viewing the file using the default (100%) zoom factor on that display device.</para>
        <para>
        For example, if an image whose pixel size is <c>600px × 400px</c> is shown on page where it occupies a slot whose physical size is <c>150pt × 100pt</c>, then if the display device DPI is <c>144px/inch</c>, the viewer application will show the image in a display slot whose pixel size is <c>300px × 200px</c> if the default (100%) zoom factor is used
        (<i>Rationale</i>: there are always 72 points per inch and for the DPI of 144, there are 144 pixels per inch, so <c>150[pt] = 150[pt] × 144[px/inch] / 72[pt/inch] = 300[px]</c>).<br/>
        So the viewer application has to fit an image into a smaller display slot and it will do so by resampling the image from <c>600px × 400px</c> to <c>300px × 200px</c>.<br/>
        Reducing the total number of pixels 4 times (from 240000 to 60000) would also reduce the image file size, so GemBox component can do this instead of the viewer application, thus achieving the overall smaller file size without any perceived loss of quality since the same image resampling would have been done by the viewer application anyway if the default (100%) zoom factor is used.<br/>
        Instructing the GemBox component to perform image resampling (by setting the <see cref="P:GemBox.Presentation.PdfSaveOptions.ImageDpi"/> property to the DPI of the display device on which the file is going to be viewed) has two effects:
      </para>
        <list type="bullet">
          <item>
            <description>Major benefit: output file size will be smaller if there are images whose pixel size is greater than their display size because those images are resampled to a smaller number of pixels without any perceived loss of quality since the same resampling would have been done by the viewer application anyway.</description>
          </item>
          <item>
            <description>Minor benefit: viewer application will be able to present the image faster because it needs to decode a fewer number of pixels and because the display slot size will be exactly equal to the image pixel size so it doesn't have to perform any resampling if the default (100%) zoom factor is used.</description>
          </item>
        </list>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.ConformanceLevel">
      <summary>
            Gets or sets the level of conformance for PDF document.
            </summary>
      <value>
            The level of conformance for PDF document.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.Version">
      <summary>
        <para>Gets or sets the version of the PDF specification to which the PDF document conforms specified in the PDF file's header (see <see href="https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/pdfstandards/pdf/PDF32000_2008.pdf#page=47">7.5.2, "File Header"</see>).</para>
        <para>Note that the PDF file's header version might be coerced to a value higher than the one specified in <see cref="P:GemBox.Presentation.PdfSaveOptions.Version"/> if the PDF file uses features that are not supported by the version specified in <see cref="P:GemBox.Presentation.PdfSaveOptions.Version"/>.</para>
        <para>If the value is <see langword="null"/> then PDF file's header version will be automatically set to a specific value depending on the features used in the PDF file.</para>
        <para>Default value: <see langword="null"/>.</para>
      </summary>
      <value>
            The version of the PDF specification to which the PDF document conforms specified in the PDF file's header.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.UseAdvancedTextFormatting">
      <summary>
        <para>Gets or sets a value indicating whether to do text layout using advanced text formatting implementation such as those from <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.textformatting.textformatter">Windows Presentation Foundation (WPF)</see> or <see href="https://www.nuget.org/packages/HarfBuzzSharp/">HarfBuzz</see> <i>text-shaping engine</i>, or to use the default primitive implementation.</para>
        <para>Default value is <see langword="false"/> for improved performance and stability of the output because advanced text formatting is required only for complex scripts or advanced typography features.</para>
      </summary>
      <value>
        <see langword="true"/> to do text layout using advanced text formatting implementation; otherwise <see langword="false"/> to use the default primitive implementation.</value>
    </member>
    <member name="E:GemBox.Presentation.PdfSaveOptions.ProgressChanged">
      <summary>
            Occurs when saving progress of a file has changed.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.PdfSaveOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PdfSaveOptions"/> class.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.DigitalSignature">
      <summary>
            Gets the digital signature options.
            </summary>
      <value>
            The digital signature options.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/pdf-digital-signature/802">PDF digital signature examples</seealso>
    </member>
    <member name="P:GemBox.Presentation.PdfSaveOptions.ContentType">
      <summary>
            Gets the content-type for PDF file format: <b>application/pdf</b>.
            </summary>
      <value>
            The content-type for PDF file format.
            </value>
    </member>
    <member name="T:GemBox.Presentation.PrintOptions">
      <summary>
            Specifies information about how a presentation is printed.
            </summary>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print PowerPoint files in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.PrintOptions.MetafileScaleFactor">
      <!-- No matching elements were found for the following include tag -->
      <include file="..\Docs\resources\SharedComments.xml" path="Comments/Comment[@name=&quot;MetafileScaleFactor&quot;]/*"/>
    </member>
    <member name="M:GemBox.Presentation.PrintOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PrintOptions"/> class.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.PrintOptions.#ctor(System.IO.Stream)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PrintOptions"/> class.
            </summary>
      <param name="xmlStream">Initializes a new instance of the <see cref="T:GemBox.Presentation.PrintOptions"/> class by using an XML stream
            (that contains a <see cref="T:System.Printing.PrintTicket"/> document) that complies with the XML Print Schema.</param>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print PowerPoint files in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.PrintOptions.CopyCount">
      <summary>
            Gets or sets the number of copies of the presentation to print.
            </summary>
      <value>
            The number of copies of the presentation to print.
            </value>
      <exception cref="T:System.ArgumentException">Value must be positive.</exception>
    </member>
    <member name="P:GemBox.Presentation.PrintOptions.FromSlide">
      <summary>
            Gets or sets the slide index of the first slide to print.
            </summary>
      <value>
            The slide index of the first slide to print.
            </value>
      <exception cref="T:System.ArgumentException">Value cannot be negative.</exception>
      <remarks>
            Presentation slides are zero-indexed meaning that first slide in the presentation has index 0 (zero).
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PrintOptions.ToSlide">
      <summary>
            Gets or sets the index of the last slide to print.
            </summary>
      <value>
            The index of the last slide to print.
            </value>
      <exception cref="T:System.ArgumentException">Value cannot be lower than <see cref="P:GemBox.Presentation.PrintOptions.FromSlide"/>.</exception>
      <remarks>
            Use <see cref="F:System.Int32.MaxValue"/> value to print to the last slide.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PrintOptions.DocumentName">
      <summary>
        <para>Gets or sets the name of the printed document in the print queue.</para>
        <para>Default value is '<b>Presentation</b>'.</para>
      </summary>
      <value>
            The name of the printed document in the print queue.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PrintOptions.UseAdvancedTextFormatting">
      <summary>
        <para>Gets or sets a value indicating whether to do text layout using advanced text formatting implementation such as those from <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.textformatting.textformatter">Windows Presentation Foundation (WPF)</see> or <see href="https://www.nuget.org/packages/HarfBuzzSharp/">HarfBuzz</see> <i>text-shaping engine</i>, or to use the default primitive implementation.</para>
        <para>Default value is <see langword="false"/> for improved performance and stability of the output because advanced text formatting is required only for complex scripts or advanced typography features.</para>
      </summary>
      <value>
        <see langword="true"/> to do text layout using advanced text formatting implementation; otherwise <see langword="false"/> to use the default primitive implementation.</value>
    </member>
    <member name="T:GemBox.Presentation.TextPosition">
      <summary>
            Represents a position within a <see cref="T:GemBox.Presentation.PresentationDocument"/>.
            </summary>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextPosition.LoadText(System.String,GemBox.Presentation.TextCharacterFormat)">
      <summary>
            Loads the specified text with specific formatting at the current <see cref="T:GemBox.Presentation.TextPosition"/>.
            </summary>
      <param name="text">The text which should be loaded at the current <see cref="T:GemBox.Presentation.TextPosition"/>.</param>
      <param name="format">The formatting of the text which should be loaded at the current <see cref="T:GemBox.Presentation.TextPosition"/>.</param>
      <returns>A <see cref="T:GemBox.Presentation.TextPosition"/> instance which points to a location just after the loaded text.</returns>
    </member>
    <member name="P:GemBox.Presentation.TextPosition.Parent">
      <summary>
            Gets the parent that scopes the current <see cref="T:GemBox.Presentation.TextPosition"/>.
            </summary>
      <value>
            The parent that scopes the current <see cref="T:GemBox.Presentation.TextPosition"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextPosition.LoadTextFormat">
      <summary>
            Gets the character formatting options for text loaded with <see cref="M:GemBox.Presentation.TextPosition.LoadText(System.String)"/> method or <see langword="null"/> if text cannot be loaded to the current <see cref="T:GemBox.Presentation.TextPosition"/>.
            </summary>
      <value>
            The character formatting options for text loaded with <see cref="M:GemBox.Presentation.TextPosition.LoadText(System.String)"/> method or <see langword="null"/> if text cannot be loaded to the current <see cref="T:GemBox.Presentation.TextPosition"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.TextPosition.LoadText(System.String)">
      <summary>
            Loads the specified text at the current <see cref="T:GemBox.Presentation.TextPosition"/>.
            </summary>
      <param name="text">The text which should be loaded at the current <see cref="T:GemBox.Presentation.TextPosition"/>.</param>
      <returns>A <see cref="T:GemBox.Presentation.TextPosition"/> instance which points to a location just after the loaded text.</returns>
    </member>
    <member name="M:GemBox.Presentation.TextPosition.LoadText(System.String,GemBox.Presentation.HtmlLoadOptions)">
      <summary>
            Loads the specified (interpreted) <paramref name="htmlText"/> to the current <see cref="T:GemBox.Presentation.TextPosition"/>.
            </summary>
      <param name="htmlText">The text which should be loaded at the current <see cref="T:GemBox.Presentation.TextPosition"/>.</param>
      <param name="options">The options used to define settings for load operation.</param>
      <returns>A <see cref="T:GemBox.Presentation.TextPosition"/> instance which points to a location just after the loaded text.</returns>
    </member>
    <member name="T:GemBox.Presentation.TextRange">
      <summary>
            Represents a contiguous area in a presentation between two <see cref="T:GemBox.Presentation.TextPosition"/>s.
            </summary>
      <remarks>
        <para>
          <see cref="T:GemBox.Presentation.TextRange"/> is defined by a starting and ending <see cref="T:GemBox.Presentation.TextPosition"/>.</para>
        <para>
          <see cref="T:GemBox.Presentation.TextRange"/> instances are used to identify specific portions of a presentation.
            <see cref="T:GemBox.Presentation.TextRange"/> instance only exists while the programming code that defined it is running.</para>
        <para>
          <see cref="T:GemBox.Presentation.TextPosition"/> enables to view the presentation as a contiguous sequence of characters by hiding the complexity of
            the underlying <see href="https://www.gemboxsoftware.com/presentation/docs/content-model.html" target="_self">hierarchical content model</see>.</para>
        <para>
          <see cref="T:GemBox.Presentation.TextRange"/> offers following functionalities:
            <list type="bullet"><item><description>Delete part of the presentation content with <see cref="M:GemBox.Presentation.TextRange.Delete">TextRange.Delete</see> method.</description></item><item><description>Set new content to a part of the presentation content with <see cref="M:GemBox.Presentation.TextRange.LoadText(System.String)">TextRange.LoadText</see> method.</description></item><item><description>Insert new content before or after a part of the presentation content with <see cref="P:GemBox.Presentation.TextRange.Start">TextRange.Start</see>.<see cref="M:GemBox.Presentation.TextPosition.LoadText(System.String)"/> and  <see cref="P:GemBox.Presentation.TextRange.End">TextRange.End</see>.<see cref="M:GemBox.Presentation.TextPosition.LoadText(System.String)">LoadText</see> methods.</description></item><item><description>Find all parts of the presentation content which match the specified string or specified <see cref="T:System.Text.RegularExpressions.Regex"/> with <see cref="M:GemBox.Presentation.TextRange.Find(System.String)">TextRange.Find</see> methods.</description></item><item><description>Export part of the presentation content to a textual format with <see cref="M:GemBox.Presentation.TextRange.ToString">TextRange.ToString</see> method.</description></item></list></para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextRange.LoadText(System.String,GemBox.Presentation.TextCharacterFormat)">
      <summary>
            Loads the specified <paramref name="text"/> with specific formatting to the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
      <param name="text">The text which should be loaded to the current <see cref="T:GemBox.Presentation.TextRange"/>.</param>
      <param name="format">The formatting of the text which should be loaded to the current <see cref="T:GemBox.Presentation.TextRange"/>.</param>
      <returns>A <see cref="T:GemBox.Presentation.TextRange"/> instance which contains loaded text.</returns>
      <remarks>
        <para>A load operation replaces the current <see cref="T:GemBox.Presentation.TextRange"/>'s content with the newly loaded content.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.TextRange.Start">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.TextPosition"/> that marks the beginning of the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.TextPosition"/> that marks the beginning of the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextRange.End">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.TextPosition"/> that marks the end of the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.TextPosition"/> that marks the end of the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextRange.LoadTextFormat">
      <summary>
            Gets the character formatting options for text loaded with <see cref="M:GemBox.Presentation.TextRange.LoadText(System.String)"/> method or <see langword="null"/> if text cannot be loaded to the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
      <value>
            The character formatting options for text loaded with <see cref="M:GemBox.Presentation.TextRange.LoadText(System.String)"/> method or <see langword="null"/> if text cannot be loaded to the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </value>
      <remarks>
            It is necessary to use this property on the same instance that will be used for loading text.
            Accessing the TextContent property of an element, such as <see cref="P:GemBox.Presentation.Drawing.TextContent"/>,
            always creates a new instance. Therefore the value returned from the property needs to be stored in a variable
            and used both for setting the text format as well as loading the text.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.TextRange.#ctor(GemBox.Presentation.TextPosition,GemBox.Presentation.TextPosition)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.TextRange"/> class.
            </summary>
      <param name="start">The <see cref="T:GemBox.Presentation.TextPosition"/> that marks the beginning of the new <see cref="T:GemBox.Presentation.TextRange"/>.</param>
      <param name="end">The <see cref="T:GemBox.Presentation.TextPosition"/> that marks the end of the new <see cref="T:GemBox.Presentation.TextRange"/>.</param>
      <exception cref="T:System.ArgumentNullException">Argument <paramref name="start"/> or <paramref name="end"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextRange.Delete">
      <summary>
            Deletes the presentation content specified with the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.TextRange.LoadText(System.String)">
      <summary>
            Loads the specified <paramref name="text"/> to the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
      <param name="text">The text which should be loaded to the current <see cref="T:GemBox.Presentation.TextRange"/>.</param>
      <returns>A <see cref="T:GemBox.Presentation.TextRange"/> instance which contains loaded text.</returns>
      <remarks>
        <para>A load operation replaces the current <see cref="T:GemBox.Presentation.TextRange"/>'s content with the newly loaded content.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.TextRange.LoadText(System.String,GemBox.Presentation.HtmlLoadOptions)">
      <summary>
            Loads the specified (interpreted) <paramref name="htmlText"/> to the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
      <param name="htmlText">The HTML text which should be loaded to the current <see cref="T:GemBox.Presentation.TextRange"/>.</param>
      <param name="options">The options used to define settings for load operation.</param>
      <returns>A <see cref="T:GemBox.Presentation.TextRange"/> instance which contains loaded text.</returns>
      <remarks>
        <para>A load operation replaces the current <see cref="T:GemBox.Presentation.TextRange"/>'s content with the newly loaded content.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.TextRange.Find(System.String)">
      <summary>
            Finds all <see cref="T:GemBox.Presentation.TextRange"/>s which contain the specified text.
            </summary>
      <param name="text">The text which should be searched for.</param>
      <returns>All <see cref="T:GemBox.Presentation.TextRange"/>s which contain the specified text.</returns>
      <exception cref="T:System.ArgumentException">Argument text can't be null or empty.</exception>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextRange.Find(System.Text.RegularExpressions.Regex)">
      <summary>
            Finds all <see cref="T:GemBox.Presentation.TextRange"/>s which match the specified <see cref="T:System.Text.RegularExpressions.Regex"/>.
            </summary>
      <param name="regex">The <see cref="T:System.Text.RegularExpressions.Regex"/> which should be matched.</param>
      <returns>All <see cref="T:GemBox.Presentation.TextRange"/>s which match the specified <see cref="T:System.Text.RegularExpressions.Regex"/>.</returns>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextRange.Replace(System.String,System.String)">
      <summary>
            Replaces all occurrences of the specified text with another text in the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
      <param name="oldValue">The text which should be searched for.</param>
      <param name="newValue">The text which should replace all occurrences of searched text.</param>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextRange.Replace(System.Text.RegularExpressions.Regex,System.String)">
      <summary>
            Replaces all matches of the specified <see cref="T:System.Text.RegularExpressions.Regex"/> with specified text in the current <see cref="T:GemBox.Presentation.TextRange"/>.
            </summary>
      <param name="regex">The Regex which should be matched.</param>
      <param name="replacement">The text which should replace all matches of searched <see cref="T:System.Text.RegularExpressions.Regex"/>.</param>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextRange.ToString">
      <summary>
            Returns a plain text that represents this <see cref="T:GemBox.Presentation.TextRange"/> instance.
            </summary>
      <returns>
            A plain text that represents this <see cref="T:GemBox.Presentation.TextRange"/> instance.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.XpsSaveOptions">
      <summary>
            Represents a class that stores saving options for XML Paper Specification (XPS) file.
            </summary>
      <remarks>
            For more information about a level of support for XPS format, see <see href="https://www.gemboxsoftware.com/presentation/docs/supported-file-formats.html" target="_self">supported file formats</see>.
            </remarks>
      <seealso cref="P:GemBox.Presentation.SaveOptions.Xps"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.String,GemBox.Presentation.SaveOptions)"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.IO.Stream,GemBox.Presentation.SaveOptions)"/>
    </member>
    <member name="P:GemBox.Presentation.XpsSaveOptions.MetafileScaleFactor">
      <!-- No matching elements were found for the following include tag -->
      <include file="..\Docs\resources\SharedComments.xml" path="Comments/Comment[@name=&quot;MetafileScaleFactor&quot;]/*"/>
    </member>
    <member name="P:GemBox.Presentation.XpsSaveOptions.RenderingMode">
      <summary>
            Gets or sets the rendering mode used when saving the content to an XML Paper Specification (XPS) file.
            </summary>
      <value>
            The rendering mode used when saving the content to an XML Paper Specification (XPS) file.
            </value>
      <exception cref="T:System.NotSupportedException">The rendering mode is not supported because of the reasons explained in the exception's <see cref="P:System.Exception.Message"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.XpsSaveOptions.UseAdvancedTextFormatting">
      <summary>
        <para>Gets or sets a value indicating whether to do text layout using advanced text formatting implementation such as those from <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.textformatting.textformatter">Windows Presentation Foundation (WPF)</see> or <see href="https://www.nuget.org/packages/HarfBuzzSharp/">HarfBuzz</see> <i>text-shaping engine</i>, or to use the default primitive implementation.</para>
        <para>Default value is <see langword="false"/> for improved performance and stability of the output because advanced text formatting is required only for complex scripts or advanced typography features.</para>
      </summary>
      <value>
        <see langword="true"/> to do text layout using advanced text formatting implementation; otherwise <see langword="false"/> to use the default primitive implementation.</value>
    </member>
    <member name="M:GemBox.Presentation.XpsSaveOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.XpsSaveOptions"/> class.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.XpsSaveOptions.ContentType">
      <summary>
            Gets the content-type for XPS file format: <b>application/vnd.ms-xpsdocument</b>.
            </summary>
      <value>
            The content-type for XPS file format.
            </value>
    </member>
    <member name="T:GemBox.Presentation.OleObject">
      <summary>
            Represents an OLE object or control within a presentation.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.OleObject.Frame">
      <summary>
            Gets the graphic frame that contains this OLE object.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.GraphicFrame"/> that contains this OLE object.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.EmbeddedObjectName">
      <summary>
            Gets or sets the identifying name class used by scripting languages. This name is also used to construct the clipboard name.
            </summary>
      <value>
            The identifying name class used by scripting languages. This name is also used to construct the clipboard name.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.ShowAsIcon">
      <summary>
            Gets or sets a value indicating whether the OLE object is displayed as an icon or using its native representation.
            </summary>
      <value>
        <see langword="true"/> if the OLE object is displayed as an icon; otherwise, <see langword="false"/> if it is displayed using its native representation.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.ContentType">
      <summary>
            Gets the content type of the OLE object data.
            </summary>
      <value>
            The content type of the OLE object data.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.UpdateMode">
      <summary>
            Gets or sets the update mode for the OLE object.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.OleUpdateMode"/> value indicating how the OLE object is updated.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.ProgId">
      <summary>
            Gets or sets the program identifier (ProgId) associated with the OLE object.
            </summary>
      <value>
            The ProgId for the OLE object.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.Path">
      <summary>
            Gets the path or link associated with the OLE object.
            </summary>
      <exception cref="T:System.InvalidOperationException">
            Thrown if the path cannot be determined if the object is linked with a null link.
            </exception>
    </member>
    <member name="P:GemBox.Presentation.OleObject.Link">
      <summary>
            Gets the link associated with the OLE object, if it is linked.
            </summary>
      <value>
            The link to the external object.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.Data">
      <summary>
            Gets the data of the OLE object.
            </summary>
      <value>
            A <see cref="T:System.IO.MemoryStream"/> containing the OLE object data.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.ImageWidth">
      <summary>
            Gets or sets the width of the embedded control.
            </summary>
      <value>
            The width of the embedded control as a <see cref="T:GemBox.Presentation.Length"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.ImageHeight">
      <summary>
            Gets or sets the height of the embedded control.
            </summary>
      <value>
            The height of the embedded control as a <see cref="T:GemBox.Presentation.Length"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.Picture">
      <summary>
            Gets or sets the preview picture or the icon (<see cref="P:GemBox.Presentation.OleObject.ShowAsIcon"/>) associated with the OLE object.
            </summary>
      <value>
            The preview picture or the icon (<see cref="P:GemBox.Presentation.OleObject.ShowAsIcon"/>) representing the OLE object.
            </value>
    </member>
    <member name="P:GemBox.Presentation.OleObject.IsLinked">
      <summary>
            Gets or sets a value indicating whether this object or control is linked.
            </summary>
      <value>
        <see langword="true"/> if this object or control is linked; otherwise, <see langword="false"/> if it is embedded.
            </value>
    </member>
    <member name="M:GemBox.Presentation.OleObject.SetLink(System.String,System.String,System.String)">
      <summary>
            Sets the link for the OLE object.
            </summary>
      <param name="link">The link to the external object.</param>
      <param name="range">The range within the linked object, if any.</param>
      <param name="explicitContentType">The explicit content type, if any.</param>
      <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="link"/> is null.</exception>
    </member>
    <member name="M:GemBox.Presentation.OleObject.SetData(System.String,System.String)">
      <summary>
            Sets the data for the OLE object from the specified file path.
            </summary>
      <param name="path">The file path containing the OLE object data.</param>
      <param name="explicitContentType">The explicit content type, if any.</param>
      <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="path"/> is null.</exception>
      <exception cref="T:System.IO.FileNotFoundException">Thrown if the file at <paramref name="path"/> does not exist.</exception>
    </member>
    <member name="M:GemBox.Presentation.OleObject.SetData(System.IO.Stream,System.String,System.String)">
      <summary>
            Sets the data for the OLE object from the specified stream.
            </summary>
      <param name="stream">The stream containing the OLE object data.</param>
      <param name="sourcePath">The source path of the OLE object.</param>
      <param name="explicitContentType">The explicit content type, if any.</param>
      <exception cref="T:System.ArgumentNullException">
            Thrown if <paramref name="stream"/> or <paramref name="sourcePath"/> is null.
            </exception>
    </member>
    <member name="T:GemBox.Presentation.OleUpdateMode">
      <summary>
            Specifies the update behavior for an OLE linked object.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.OleUpdateMode.Always">
      <summary>
            The OLE linked object is always updated automatically.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.OleUpdateMode.OnCall">
      <summary>
            The OLE linked object is updated only when explicitly called.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.OperationProgressChangedEventArgs">
      <summary>
            Provides data for events that track the progress of an operation, such as loading and saving of a presentation document.
            </summary>
      <seealso cref="E:GemBox.Presentation.PptxLoadOptions.ProgressChanged"/>
      <seealso cref="E:GemBox.Presentation.PptxSaveOptions.ProgressChanged"/>
      <seealso cref="E:GemBox.Presentation.PdfSaveOptions.ProgressChanged"/>
      <seealso cref="E:GemBox.Presentation.ImageSaveOptions.ProgressChanged"/>
      <seealso cref="E:GemBox.Presentation.PaginatorOptions.ProgressChanged"/>
    </member>
    <member name="M:GemBox.Presentation.OperationProgressChangedEventArgs.CancelOperation">
      <summary>
            Cancels the operation that reported this progress change.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Orientation">
      <summary>
            Represents a page layout orientation.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Orientation.Landscape">
      <summary>
            Specifies that pages shall be displayed in landscape mode.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Orientation.Portrait">
      <summary>
            Specifies that pages shall be displayed in portrait mode.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PaginatorOptions">
      <summary>
            Represents options used to specify which parts of the presentation to update while paginating it.
            </summary>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.GetPaginator(GemBox.Presentation.PaginatorOptions)"/>
    </member>
    <member name="P:GemBox.Presentation.PaginatorOptions.UpdateTableColumnWidths">
      <summary>
        <para>Gets or sets a value indicating whether to update table column widths while paginating the presentation.</para>
        <para>
          <see cref="P:GemBox.Presentation.Tables.TableColumn.Width"/> will be set to a value calculated while paginating the presentation for each column in a table.</para>
      </summary>
      <value>
        <see langword="true"/> to update table column widths while paginating the presentation; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PaginatorOptions.UpdateTableRowHeights">
      <summary>
        <para>Gets or sets a value indicating whether to update table row heights while paginating the presentation.</para>
        <para>
          <see cref="P:GemBox.Presentation.Tables.TableRow.Height"/> will be set to a value calculated while paginating the presentation for each row in a table.</para>
      </summary>
      <value>
        <see langword="true"/> to update table row heights while paginating the presentation; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PaginatorOptions.TrimExcessTableCellSpans">
      <summary>
        <para>Gets or sets a value indicating whether to trim excess table cell spans while paginating the presentation.</para>
        <para>For example, table with two rows (row 1: cell[column span = 2], cell[column span = 2]) (row 2: cell[column span = 4]) will be trimmed to (row 1: cell[column span = 1], cell[column span = 1]) (row 2: cell[column span = 2]).</para>
      </summary>
      <value>
        <see langword="true"/> to trim excess table cell spans while paginating the presentation; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PaginatorOptions.UseAdvancedTextFormatting">
      <summary>
        <para>Gets or sets a value indicating whether to do text layout using advanced text formatting implementation such as those from <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.textformatting.textformatter">Windows Presentation Foundation (WPF)</see> or <see href="https://www.nuget.org/packages/HarfBuzzSharp/">HarfBuzz</see> <i>text-shaping engine</i>, or to use the default primitive implementation.</para>
        <para>Default value is <see langword="false"/> for improved performance and stability of the output because advanced text formatting is required only for complex scripts or advanced typography features.</para>
      </summary>
      <value>
        <see langword="true"/> to do text layout using advanced text formatting implementation; otherwise <see langword="false"/> to use the default primitive implementation.</value>
    </member>
    <member name="E:GemBox.Presentation.PaginatorOptions.ProgressChanged">
      <summary>
            Occurs when paginating progress of a file has changed.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.PaginatorOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PaginatorOptions"/> class.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PatternFillFormat">
      <summary>
            Represents a fill with a repeated pattern of foreground and background color.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shape-formatting/301">Shape Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PatternFillFormat.FillType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.FillFormatType.Pattern"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.FillFormatType.Pattern"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PatternFillFormat.PatternType">
      <summary>
            Gets or sets the type of the fill pattern.
            </summary>
      <value>
            The type of the fill pattern.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PatternFillFormat.ForegroundColor">
      <summary>
            Gets or sets the foreground color.
            </summary>
      <value>
            The foreground color.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PatternFillFormat.BackgroundColor">
      <summary>
            Gets or sets the background color.
            </summary>
      <value>
            The background color.
            </value>
    </member>
    <member name="T:GemBox.Presentation.PatternFillType">
      <summary>
            Represents a type of pattern fill.
            </summary>
      <seealso cref="P:GemBox.Presentation.PatternFillFormat.FillType"/>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Nil">
      <summary>
            No filling.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Clear">
      <summary>
            No pattern. Background color only.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Solid">
      <summary>
            No pattern. Foreground color only.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent5">
      <summary>
            5% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent10">
      <summary>
            10% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent12">
      <summary>
            12.5% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent15">
      <summary>
            15% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent20">
      <summary>
            20% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent25">
      <summary>
            25% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent30">
      <summary>
            30% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent35">
      <summary>
            35% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent37">
      <summary>
            37.5% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent40">
      <summary>
            40% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent45">
      <summary>
            45% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent50">
      <summary>
            50% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent55">
      <summary>
            55% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent60">
      <summary>
            60% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent62">
      <summary>
            62.5% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent65">
      <summary>
            65% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent70">
      <summary>
            70% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent75">
      <summary>
            75% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent80">
      <summary>
            80% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent85">
      <summary>
            85% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent87">
      <summary>
            87.5% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent90">
      <summary>
            90% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Percent95">
      <summary>
            95% of the foreground color.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DarkHorizontal">
      <summary>
            Dark Horizontal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DarkVertical">
      <summary>
            Dark Vertical
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DarkDownwardDiagonal">
      <summary>
            Dark Downward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DarkUpwardDiagonal">
      <summary>
            Dark Upward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.SmallCheckerBoard">
      <summary>
            Small Checker Board
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Trellis">
      <summary>
            Trellis
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.LightHorizontal">
      <summary>
            Light Horizontal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.LightVertical">
      <summary>
            Light Vertical
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.LightDownwardDiagonal">
      <summary>
            Light Downward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.LightUpwardDiagonal">
      <summary>
            Light Upward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.SmallGrid">
      <summary>
            Small Grid
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DottedDiamond">
      <summary>
            Dotted Diamond
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.WideDownwardDiagonal">
      <summary>
            Wide Downward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.WideUpwardDiagonal">
      <summary>
            Wide Upward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DashedUpwardDiagonal">
      <summary>
            Dashed Upward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DashedDownwardDiagonal">
      <summary>
            Dashed Downward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.NarrowVertical">
      <summary>
            Narrow Vertical
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.NarrowHorizontal">
      <summary>
            Narrow Horizontal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DashedVertical">
      <summary>
            Dashed Vertical
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DashedHorizontal">
      <summary>
            Dashed Horizontal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.LargeConfetti">
      <summary>
            Large Confetti
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.LargeGrid">
      <summary>
            Large Grid
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.HorizontalBrick">
      <summary>
            Horizontal Brick
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.LargeCheckerBoard">
      <summary>
            Large Checker Board
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.SmallConfetti">
      <summary>
            Small Confetti
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.ZigZag">
      <summary>
            Zig Zag
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.SolidDiamond">
      <summary>
            Solid Diamond
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DiagonalBrick">
      <summary>
            Diagonal Brick
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.OutlinedDiamond">
      <summary>
            Outlined Diamond
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Plaid">
      <summary>
            Plaid
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Sphere">
      <summary>
            Sphere
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Weave">
      <summary>
            Weave
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DottedGrid">
      <summary>
            Dotted Grid
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Divot">
      <summary>
            Pattern Divot
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Shingle">
      <summary>
            Shingle
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Wave">
      <summary>
            Wave
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Horizontal">
      <summary>
            Horizontal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Vertical">
      <summary>
            Vertical
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.Cross">
      <summary>
            Cross
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DownwardDiagonal">
      <summary>
            Downward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.UpwardDiagonal">
      <summary>
            Upward Diagonal
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DiagonalCross">
      <summary>
            Diagonal Cross
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.HorizontalCross">
      <summary>
            Horizontal Cross
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.DiagonalStripe">
      <summary>
            Diagonal Stripe
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.ReverseDiagonalStripe">
      <summary>
            Reverse Diagonal Stripe
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.HorizontalStripe">
      <summary>
            Horizontal Stripe
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.VerticalStripe">
      <summary>
            Vertical Stripe
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.ThinDiagonalCross">
      <summary>
            Thin Diagonal Cross
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.ThinDiagonalStripe">
      <summary>
            Thin Diagonal Stripe
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.ThinReverseDiagonalStripe">
      <summary>
            Thin Reverse Diagonal Stripe
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.ThinHorizontalCross">
      <summary>
            Thin Horizontal Cross
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.ThinHorizontalStripe">
      <summary>
            Thin Horizontal Stripe
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PatternFillType.ThinVerticalStripe">
      <summary>
            Thin Vertical Stripe
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PdfConformanceLevel">
      <summary>
            Represents levels of conformance for PDF documents.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.None">
      <summary>
            No conformance.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.PdfA1a">
      <summary>
        <para>
            PDF/A-1 is based on PDF version 1.4, which first appeared in 2001. All resources (images, graphics, typographic characters) must be embedded
            within the PDF/A document itself. A PDF/A file requires precise, platform-independent colour data using ICC profiles, and XMP for the document
            metadata. Transparent elements, some forms of compression (LZW, JPEG2000), PDF layers, and certain actions or JavaScript are forbidden. A PDF/A
            file must not be password-protected. PDF/A-1 expressly supports embedded digital signatures and the use of hyperlinks.
            </para>
        <para>
            Level A (Accessible) meets all requirements for the standard, including the logical structure of the document and its correct reading order.
            Text must be extractable and the logical structure must match the natural reading order. Fonts used must meet stringent requirements.
            This PDF/A level can usually only be met by converting born-digital documents.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.PdfA1b">
      <summary>
        <para>
            PDF/A-1 is based on PDF version 1.4, which first appeared in 2001. All resources (images, graphics, typographic characters) must be embedded
            within the PDF/A document itself. A PDF/A file requires precise, platform-independent colour data using ICC profiles, and XMP for the document
            metadata. Transparent elements, some forms of compression (LZW, JPEG2000), PDF layers, and certain actions or JavaScript are forbidden. A PDF/A
            file must not be password-protected. PDF/A-1 expressly supports embedded digital signatures and the use of hyperlinks.
            </para>
        <para>
            Level B (Basic) guarantees that the content of the document can be unambiguously reproduced. Level B files are easier to create than Level A, but
            Level B does not guarantee 100% text extraction or searchability. It does not necessarily mean that the content can be reused without any problems.
            Scanned paper documents can usually be converted to PDF/A Conformance Level B without any extra work.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.PdfA2a">
      <summary>
        <para>
            PDF/A-2 was published in 2011 as "ISO 19005-2". Based on PDF version 1.7, which has since been standardised as "ISO 32000-1", it makes use of
            this version’s new features. This means PDF/A-2 allows JPEG2000 compression, transparent elements and PDF layers. PDF/A-2 also allows you to
            embed OpenType fonts and supports PAdES(PDF Advanced Electronic Signatures)-compliant digital signatures. One particularly important innovation
            is the "container" function: PDF/A files can be embedded within a PDF/A-2 document.
            </para>
        <para>
            Level A (Accessible) meets all requirements for the standard, including the logical structure of the document and its correct reading order.
            Text must be extractable and the logical structure must match the natural reading order. Fonts used must meet stringent requirements.
            This PDF/A level can usually only be met by converting born-digital documents.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.PdfA2b">
      <summary>
        <para>
            PDF/A-2 was published in 2011 as "ISO 19005-2". Based on PDF version 1.7, which has since been standardised as "ISO 32000-1", it makes use of
            this version’s new features. This means PDF/A-2 allows JPEG2000 compression, transparent elements and PDF layers. PDF/A-2 also allows you to
            embed OpenType fonts and supports PAdES(PDF Advanced Electronic Signatures)-compliant digital signatures. One particularly important innovation
            is the "container" function: PDF/A files can be embedded within a PDF/A-2 document.
            </para>
        <para>
            Level B (Basic) guarantees that the content of the document can be unambiguously reproduced. Level B files are easier to create than Level A, but
            Level B does not guarantee 100% text extraction or searchability. It does not necessarily mean that the content can be reused without any problems.
            Scanned paper documents can usually be converted to PDF/A Conformance Level B without any extra work.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.PdfA2u">
      <summary>
        <para>
            PDF/A-2 was published in 2011 as "ISO 19005-2". Based on PDF version 1.7, which has since been standardised as "ISO 32000-1", it makes use of
            this version’s new features. This means PDF/A-2 allows JPEG2000 compression, transparent elements and PDF layers. PDF/A-2 also allows you to
            embed OpenType fonts and supports PAdES(PDF Advanced Electronic Signatures)-compliant digital signatures. One particularly important innovation
            is the "container" function: PDF/A files can be embedded within a PDF/A-2 document.
            </para>
        <para>
            Level U (Unicode) was introduced along with PDF/A-2. It expands Conformance Level B to specify that all text can be mapped to standard Unicode character codes.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.PdfA3a">
      <summary>
        <para>
            PDF/A-3 has been available since October 2012. A PDF/A-3 document allows you to embed any file format desired – not just PDF/A documents.
            For example, a PDF/A-3 file can contain the original file from which it was generated. The PDF/A standard does not regulate the suitability of
            these embedded files for archiving.
            </para>
        <para>
            Level A (Accessible) meets all requirements for the standard, including the logical structure of the document and its correct reading order.
            Text must be extractable and the logical structure must match the natural reading order. Fonts used must meet stringent requirements.
            This PDF/A level can usually only be met by converting born-digital documents.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.PdfA3b">
      <summary>
        <para>
            PDF/A-3 has been available since October 2012. A PDF/A-3 document allows you to embed any file format desired – not just PDF/A documents.
            For example, a PDF/A-3 file can contain the original file from which it was generated. The PDF/A standard does not regulate the suitability of
            these embedded files for archiving.
            </para>
        <para>
            Level B (Basic) guarantees that the content of the document can be unambiguously reproduced. Level B files are easier to create than Level A, but
            Level B does not guarantee 100% text extraction or searchability. It does not necessarily mean that the content can be reused without any problems.
            Scanned paper documents can usually be converted to PDF/A Conformance Level B without any extra work.
            </para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfConformanceLevel.PdfA3u">
      <summary>
        <para>
            PDF/A-3 has been available since October 2012. A PDF/A-3 document allows you to embed any file format desired – not just PDF/A documents.
            For example, a PDF/A-3 file can contain the original file from which it was generated. The PDF/A standard does not regulate the suitability of
            these embedded files for archiving.
            </para>
        <para>
            Level U (Unicode) was introduced along with PDF/A-2. It expands Conformance Level B to specify that all text can be mapped to standard Unicode character codes.
            </para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.PdfDigitalSignatureSaveOptions">
      <summary>
            Represents a class that stores details for signing a document saved to a Portable Document Format (PDF) with a digital signature.
            </summary>
      <remarks>
        <para>Presentation will be digitally signed when saved to a PDF if <see cref="P:GemBox.Presentation.DigitalSignatureSaveOptions.Certificate"/>, <see cref="P:GemBox.Presentation.DigitalSignatureSaveOptions.CertificateBytes"/> or <see cref="P:GemBox.Presentation.DigitalSignatureSaveOptions.CertificatePath"/> is specified, if <see cref="T:GemBox.Presentation.PdfDigitalSignatureSaveOptions"/> instance is created with <see cref="M:GemBox.Presentation.PdfDigitalSignatureSaveOptions.FromSigner(System.Func{System.String},System.Func{System.Int32},System.Func{System.IO.Stream,System.Byte[]})"/> method or if <c>Sign(Stream)</c> method is overridden, otherwise it will be saved but not digitally signed.</para>
        <note type="note">
            If your project doesn't target Windows platform, to use <see cref="T:GemBox.Presentation.PdfDigitalSignatureSaveOptions"/>, make sure your project references NuGet package <see href="https://www.nuget.org/packages/System.Security.Cryptography.Pkcs/">System.Security.Cryptography.Pkcs</see>.
            </note>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/pdf-digital-signature/802">PDF digital signature examples</seealso>
    </member>
    <member name="P:GemBox.Presentation.PdfDigitalSignatureSaveOptions.IsAdvancedElectronicSignature">
      <summary>
            Gets or sets a value indicating whether the signature is <b>P</b>DF <b>Ad</b>vanced <b>E</b>lectronic <b>S</b>ignature (PAdES).
            </summary>
      <value>
        <see langword="true"/> if the signature is <b>P</b>DF <b>Ad</b>vanced <b>E</b>lectronic <b>S</b>ignature (PAdES); otherwise, <see langword="false"/>.
            </value>
      <seealso href="https://www.etsi.org/deliver/etsi_en/319100_319199/31914201/01.01.01_60/en_31914201v010101p.pdf#page=15">PAdES baseline signatures</seealso>
      <seealso href="https://www.etsi.org/deliver/etsi_en/319100_319199/31914202/01.01.01_60/en_31914202v010101p.pdf#page=11">Extended PAdES signature profiles</seealso>
    </member>
    <member name="P:GemBox.Presentation.PdfDigitalSignatureSaveOptions.Location">
      <summary>
            Gets or sets the CPU host name or physical location of the signing.
            </summary>
      <value>
            The CPU host name or physical location of the signing.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PdfDigitalSignatureSaveOptions.ContactInfo">
      <summary>
            Gets or sets the contact information.
            </summary>
      <value>
            Information provided by the signer to enable a recipient to contact the signer
            to verify the signature; for example, a phone number.
            </value>
    </member>
    <member name="M:GemBox.Presentation.PdfDigitalSignatureSaveOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PdfDigitalSignatureSaveOptions"/> class.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.PdfDigitalSignatureSaveOptions.FromSigner(System.Func{System.String},System.Func{System.Int32},System.Func{System.IO.Stream,System.Byte[]})">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PdfDigitalSignatureSaveOptions"/> class from the specified signer.
            </summary>
      <param name="signatureFormatFunc">A delegate that returns the format of the signature content that the signer produces.</param>
      <param name="estimatedSignatureLengthFunc">A delegate that returns the estimated length of the signature content (in bytes) that should be large enough to contain the entire data returned by the <paramref name="computeSignatureFunc"/> delegate.</param>
      <param name="computeSignatureFunc">A delegate called when saving the PDF file that takes the PDF file stream (without signature's <b>Contents</b> entry) as an input and returns the signature that will be set as the value of the signature's <b>Contents</b> entry.</param>
      <returns>
            A new instance of the <see cref="T:GemBox.Presentation.PdfDigitalSignatureSaveOptions"/> class from the specified signer.
            </returns>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/pdf-digital-signature/802#pades">PAdES signature (LTV enabled) example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PdfDigitalSignatureSaveOptions.EstimatedSignatureLength">
      <summary>
            Gets the estimated signature length.
            </summary>
      <value>
            The estimated signature length.
            </value>
    </member>
    <member name="M:GemBox.Presentation.PdfDigitalSignatureSaveOptions.Sign(System.IO.Stream)">
      <summary>
            Returns the digital signature for the PDF file stream.
            </summary>
      <param name="pdfFile">The PDF file stream that will be digitally signed.</param>
      <returns>
            The digital signature for the PDF file stream.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.PdfPermissions">
      <summary>
            Defines operations that are allowed to a user on an encrypted PDF document.
            </summary>
      <remarks>
            For more information about PDF encryption, see <see cref="P:GemBox.Presentation.PdfSaveOptions.Permissions"/> remarks.
            </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/pdf-encryption/801">PDF Encryption example</seealso>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.None">
      <summary>
            Disallows all operations.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.Printing">
      <summary>
            Allows printing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.HighResolutionPrinting">
      <summary>
            Allows high resolution printing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.ChangingTheDocument">
      <summary>
            Allows changing the document.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.ContentCopying">
      <summary>
            Allows copying the content.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.ContentAccessibilityEnabled">
      <summary>
            Allow accessibility software to use the document contents.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.DocumentAssembly">
      <summary>
            If this is disabled, inserting, deleting or rotating pages, or creating bookmarks and thumbnails is prohibited.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.ModifyAnnotations">
      <summary>
            Allows adding or modifying text annotations, filling of interactive form fields (including signature fields).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfPermissions.All">
      <summary>
            Allows all operations.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PdfVersion">
      <summary>
            Represents the version of the PDF specification to which the PDF document conforms.
            </summary>
      <seealso href="https://en.wikipedia.org/wiki/History_and_standardization_of_Portable_Document_Format">History and standardization of Portable Document Format</seealso>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_1_0">
      <summary>
            The PDF document conforms to the PDF 1.0 specification released in 1993.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_1_1">
      <summary>
            The PDF document conforms to the PDF 1.1 specification released in 1994 and supported in <b>Acrobat Reader 2.0</b>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_1_2">
      <summary>
            The PDF document conforms to the PDF 1.2 specification released in 1996 and supported in <b>Acrobat Reader 3.0</b>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_1_3">
      <summary>
            The PDF document conforms to the PDF 1.3 specification released in 2000 and supported in <b>Acrobat Reader 4.0</b>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_1_4">
      <summary>
            The PDF document conforms to the PDF 1.4 specification released in 2001 and supported in <b>Acrobat Reader 5.0</b>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_1_5">
      <summary>
            The PDF document conforms to the PDF 1.5 specification released in 2003 and supported in <b>Acrobat Reader 6.0</b>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_1_6">
      <summary>
            The PDF document conforms to the PDF 1.6 specification released in 2004 and supported in <b>Acrobat Reader 7.0</b>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_1_7">
      <summary>
            The PDF document conforms to the <see href="https://opensource.adobe.com/dc-acrobat-sdk-docs/pdfstandards/pdfreference1.7old.pdf">PDF 1.7 specification</see> released in 2006 and to the <see href="https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/pdfstandards/pdf/PDF32000_2008.pdf">ISO 32000-1:2008 specification</see> released in 2008 and supported in <b>Acrobat Reader 8.0</b>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PdfVersion.PDF_2_0">
      <summary>
            The PDF document conforms to the ISO 32000-2:2017 specification released in 2017.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Picture">
      <summary>
            Represents a drawing visualizes a picture on the slide surface.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-pictures/405">Pictures Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Picture.DrawingType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.DrawingType.Picture"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.DrawingType.Picture"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Picture.Fill">
      <summary>
            Gets the picture fill.
            </summary>
      <value>
            The picture fill.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Picture.Media">
      <summary>
            Gets the media (audio or video) associated with this <see cref="T:GemBox.Presentation.Picture"/> or <see langword="null"/> if no media is associated with this picture.
            </summary>
      <value>
            The media (audio or video) associated with this <see cref="T:GemBox.Presentation.Picture"/> or <see langword="null"/> if no media is associated with this picture.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-audio-video/406">Audio and Video Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Picture.SupportedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Picture.NamePrefix">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.PictureCompressionType">
      <summary>
            Specifies the amount of compression that has been used
            for a particular binary large image or picture (blip).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureCompressionType.None">
      <summary>
            No compression was used.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureCompressionType.Email">
      <summary>
            Compression size suitable for inclusion with email.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureCompressionType.HighQualityPrint">
      <summary>
            Compression size suitable for high quality printing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureCompressionType.Print">
      <summary>
            Compression size suitable for printing.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureCompressionType.Screen">
      <summary>
            Compression size suitable for viewing on screen.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PictureContent">
      <summary>
            Represents a picture that has an associated content that is either embedded in or linked to the presentation file.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.PictureContent.Content">
      <summary>
            Gets the picture content (picture data encoded in a particular format) that is either embedded in or linked to the presentation file.
            </summary>
      <value>
            The picture content (picture data encoded in a particular format) that is either embedded in or linked to the presentation file.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureContent.CompressionType">
      <summary>
            Gets the type of the compression.
            </summary>
      <value>
            The type of the compression.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureContent.Effects">
      <summary>
            Gets the picture content effects.
            </summary>
      <value>
            The picture content effects.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureContent.ContentType">
      <summary>
            Gets the type of the picture content.
            </summary>
      <value>
            The type of the picture content.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureContent.Width">
      <summary>
            Gets the width of the picture.
            </summary>
      <value>
            The width of the picture.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureContent.Height">
      <summary>
            Gets the height of the picture.
            </summary>
      <value>
            The height of the picture.
            </value>
    </member>
    <member name="T:GemBox.Presentation.PictureContentEffects">
      <summary>
            Represents effects that can be applied to the picture content.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.PictureContentEffects.Transparency">
      <summary>
            Gets or sets the transparency of the picture. Possible values range from 0 (full transparency) to 1 (no transparency).
            The default value is 1 (no transparency).
            </summary>
      <value>
            The transparency of the picture.
            </value>
    </member>
    <member name="T:GemBox.Presentation.PictureContentType">
      <summary>
            Represents a picture file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureContentType.Unknown">
      <summary>
            Unknown picture file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureContentType.Png">
      <summary>
            Portable Network Graphics (<see href="http://www.libpng.org/pub/png/spec/">PNG</see>) file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureContentType.Jpeg">
      <summary>
            Joint Photographic Experts Group (<see href="https://www.w3.org/Graphics/JPEG/">JPEG</see>) file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureContentType.Tiff">
      <summary>
            Tagged Image File Format (<see href="https://www.adobe.io/open/standards/TIFF.html">TIFF</see>).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureContentType.Gif">
      <summary>
            Graphics Interchange Format (<see href="https://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF</see>)
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureContentType.Pict">
      <summary>
            Legacy native graphics format of Apple's 2D graphics library QuickDraw which is a core part of the classic Apple Macintosh operating system.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureContentType.Svg">
      <summary>
            Scalable Vector Graphics (<see href="https://www.w3.org/TR/SVG/">SVG</see>) file format.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PictureContentType.Emf">
      <summary>
            Enhanced Metafile Format (EMF) file format.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PictureFillFormat">
      <summary>
            Represents a fill with a picture that can either be tiled (as a texture) or stretched to fill the available area. This fill is not supported for outlines, borders and underlines.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-pictures/405">Pictures Example</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shape-formatting/301">Shape Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.FillType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.FillFormatType.Picture"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.FillFormatType.Picture"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.Data">
      <summary>
            Gets the picture data that has an associated content that is either embedded in or linked to the presentation file.
            </summary>
      <value>
            The picture data that has an associated content that is either embedded in or linked to the presentation file.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.RotateWithShape">
      <summary>
        <para>Gets or sets a value indicating whether the fill should rotate with the shape.</para>
        <para>Default value: <see langword="true"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if fill should rotate with the shape; otherwise, <see langword="false"/>.
             </value>
      <remarks>
             If set to <see langword="true"/> and a shape that has been filled with a picture is transformed with a rotation, then the fill will be transformed with the same rotation.
             </remarks>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.CropLeft">
      <summary>
            Gets or sets the offset (inset if the value is positive or outset if the value is negative) of the left edge of the picture <see cref="P:GemBox.Presentation.PictureFillFormat.Data"/> specified as a relative value (percentage of the picture data width, value of 1 is equal to 100% of the picture data width).
            </summary>
      <value>
            The offset (inset if the value is positive or outset if the value is negative) of the left edge of the picture <see cref="P:GemBox.Presentation.PictureFillFormat.Data"/>.
            </value>
      <remarks>
        <para>To reverse the effect of extra stretching caused because cropped picture data is stretched, increment the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchLeft"/> by the <see cref="P:GemBox.Presentation.PictureFillFormat.CropLeft"/>.</para>
        <para>To inset the stretched picture data into the filling area you can either set the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchLeft"/> to a positive value or <see cref="P:GemBox.Presentation.PictureFillFormat.CropLeft"/> to a negative value depending on which size you choose to use as a basis (<see cref="P:GemBox.Presentation.PictureFillFormat.StretchLeft"/> uses filling area width as a basis and <see cref="P:GemBox.Presentation.PictureFillFormat.CropLeft"/> uses picture data width as a basis).</para>
        <para>To outset the stretched picture data outside of the filling area you can either set the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchLeft"/> to a negative value or <see cref="P:GemBox.Presentation.PictureFillFormat.CropLeft"/> to a positive value depending on which size you choose to use as a basis (<see cref="P:GemBox.Presentation.PictureFillFormat.StretchLeft"/> uses filling area width as a basis and <see cref="P:GemBox.Presentation.PictureFillFormat.CropLeft"/> uses picture data width as a basis).</para>
        <para>If the picture is tiled (<see cref="P:GemBox.Presentation.PictureFillFormat.TileAsTexture"/> is <see langword="true"/>), then cropped parts of the picture data are covered by the adjacent tiles and all tiles consist of the non-cropped part of the picture data.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.CropRight">
      <summary>
            Gets or sets the offset (inset if the value is positive or outset if the value is negative) of the right edge of the picture <see cref="P:GemBox.Presentation.PictureFillFormat.Data"/> specified as a relative value (percentage of the picture data width, value of 1 is equal to 100% of the picture data width).
            </summary>
      <value>
            The offset (inset if the value is positive or outset if the value is negative) of the right edge of the picture <see cref="P:GemBox.Presentation.PictureFillFormat.Data"/>.
            </value>
      <remarks>
        <para>To reverse the effect of extra stretching caused because cropped picture data is stretched, increment the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchRight"/> by the <see cref="P:GemBox.Presentation.PictureFillFormat.CropRight"/>.</para>
        <para>To inset the stretched picture data into the filling area you can either set the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchRight"/> to a positive value or <see cref="P:GemBox.Presentation.PictureFillFormat.CropRight"/> to a negative value depending on which size you choose to use as a basis (<see cref="P:GemBox.Presentation.PictureFillFormat.StretchRight"/> uses filling area width as a basis and <see cref="P:GemBox.Presentation.PictureFillFormat.CropRight"/> uses picture data width as a basis).</para>
        <para>To outset the stretched picture data outside of the filling area you can either set the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchRight"/> to a negative value or <see cref="P:GemBox.Presentation.PictureFillFormat.CropRight"/> to a positive value depending on which size you choose to use as a basis (<see cref="P:GemBox.Presentation.PictureFillFormat.StretchRight"/> uses filling area width as a basis and <see cref="P:GemBox.Presentation.PictureFillFormat.CropRight"/> uses picture data width as a basis).</para>
        <para>If the picture is tiled (<see cref="P:GemBox.Presentation.PictureFillFormat.TileAsTexture"/> is <see langword="true"/>), then cropped parts of the picture data are covered by the adjacent tiles and all tiles consist of the non-cropped part of the picture data.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.CropTop">
      <summary>
            Gets or sets the offset (inset if the value is positive or outset if the value is negative) of the top edge of the picture <see cref="P:GemBox.Presentation.PictureFillFormat.Data"/> specified as a relative value (percentage of the picture data height, value of 1 is equal to 100% of the picture data height).
            </summary>
      <value>
            The offset (inset if the value is positive or outset if the value is negative) of the top edge of the picture <see cref="P:GemBox.Presentation.PictureFillFormat.Data"/>.
            </value>
      <remarks>
        <para>To reverse the effect of extra stretching caused because cropped picture data is stretched, increment the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchTop"/> by the <see cref="P:GemBox.Presentation.PictureFillFormat.CropTop"/>.</para>
        <para>To inset the stretched picture data into the filling area you can either set the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchTop"/> to a positive value or <see cref="P:GemBox.Presentation.PictureFillFormat.CropTop"/> to a negative value depending on which size you choose to use as a basis (<see cref="P:GemBox.Presentation.PictureFillFormat.StretchTop"/> uses filling area height as a basis and <see cref="P:GemBox.Presentation.PictureFillFormat.CropTop"/> uses picture data height as a basis).</para>
        <para>To outset the stretched picture data outside of the filling area you can either set the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchTop"/> to a negative value or <see cref="P:GemBox.Presentation.PictureFillFormat.CropTop"/> to a positive value depending on which size you choose to use as a basis (<see cref="P:GemBox.Presentation.PictureFillFormat.StretchTop"/> uses filling area height as a basis and <see cref="P:GemBox.Presentation.PictureFillFormat.CropTop"/> uses picture data height as a basis).</para>
        <para>If the picture is tiled (<see cref="P:GemBox.Presentation.PictureFillFormat.TileAsTexture"/> is <see langword="true"/>), then cropped parts of the picture data are covered by the adjacent tiles and all tiles consist of the non-cropped part of the picture data.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.CropBottom">
      <summary>
            Gets or sets the offset (inset if the value is positive or outset if the value is negative) of the bottom edge of the picture <see cref="P:GemBox.Presentation.PictureFillFormat.Data"/> specified as a relative value (percentage of the picture data height, value of 1 is equal to 100% of the picture data height).
            </summary>
      <value>
            The offset (inset if the value is positive or outset if the value is negative) of bottom top edge of the picture <see cref="P:GemBox.Presentation.PictureFillFormat.Data"/>.
            </value>
      <remarks>
        <para>To reverse the effect of extra stretching caused because cropped picture data is stretched, increment the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchBottom"/> by the <see cref="P:GemBox.Presentation.PictureFillFormat.CropBottom"/>.</para>
        <para>To inset the stretched picture data into the filling area you can either set the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchBottom"/> to a positive value or <see cref="P:GemBox.Presentation.PictureFillFormat.CropBottom"/> to a negative value depending on which size you choose to use as a basis (<see cref="P:GemBox.Presentation.PictureFillFormat.StretchBottom"/> uses filling area height as a basis and <see cref="P:GemBox.Presentation.PictureFillFormat.CropBottom"/> uses picture data height as a basis).</para>
        <para>To outset the stretched picture data outside of the filling area you can either set the <see cref="P:GemBox.Presentation.PictureFillFormat.StretchBottom"/> to a negative value or <see cref="P:GemBox.Presentation.PictureFillFormat.CropBottom"/> to a positive value depending on which size you choose to use as a basis (<see cref="P:GemBox.Presentation.PictureFillFormat.StretchBottom"/> uses filling area height as a basis and <see cref="P:GemBox.Presentation.PictureFillFormat.CropBottom"/> uses picture data height as a basis).</para>
        <para>If the picture is tiled (<see cref="P:GemBox.Presentation.PictureFillFormat.TileAsTexture"/> is <see langword="true"/>), then cropped parts of the picture data are covered by the adjacent tiles and all tiles consist of the non-cropped part of the picture data.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.TileAsTexture">
      <summary>
            Gets or sets a value indicating whether the fill should tile as a texture or stretch over the filling area.
            </summary>
      <value>
        <see langword="true"/> if fill should tile as a texture; otherwise, <see langword="false"/> to stretch it over the filling area.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.StretchLeft">
      <summary>
            Gets or sets the offset (inset if the value is positive or outset if the value is negative) of the left edge of the stretched picture fill from the left edge of the filling area specified as a relative value (percentage of the filling area width, value of 1 is equal to 100% of the filling area width).
            </summary>
      <value>
            The offset (inset if the value is positive or outset if the value is negative) of the left edge of the stretched picture fill from the left edge of the filling area.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.StretchRight">
      <summary>
            Gets or sets the offset (inset if the value is positive or outset if the value is negative) of the right edge of the stretched picture fill from the right edge of the filling area specified as a relative value (percentage of the filling area width, value of 1 is equal to 100% of the filling area width).
            </summary>
      <value>
            The offset (inset if the value is positive or outset if the value is negative) of the right edge of the stretched picture fill from the right edge of the filling area.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.StretchTop">
      <summary>
            Gets or sets the offset (inset if the value is positive or outset if the value is negative) of the top edge of the stretched picture fill from the top edge of the filling area specified as a relative value (percentage of the filling area height, value of 1 is equal to 100% of the filling area height).
            </summary>
      <value>
            The offset (inset if the value is positive or outset if the value is negative) of the top edge of the stretched picture fill from the top edge of the filling area.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.StretchBottom">
      <summary>
            Gets or sets the offset (inset if the value is positive or outset if the value is negative) of the bottom edge of the stretched picture fill from the bottom edge of the filling area specified as a relative value (percentage of the filling area height, value of 1 is equal to 100% of the filling area height).
            </summary>
      <value>
            The offset (inset if the value is positive or outset if the value is negative) of the bottom edge of the stretched picture fill from the bottom edge of the filling area.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.TilingOffsetX">
      <summary>
            Gets or sets the additional horizontal offset after tiling alignment.
            </summary>
      <value>
            The additional horizontal offset after tiling alignment.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.TilingScaleX">
      <summary>
            Gets or sets the horizontal tiling scale in range from 0 = 0% to 1 = 100%.
            </summary>
      <value>
            The horizontal tiling scale.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.TilingOffsetY">
      <summary>
            Gets or sets the additional vertical offset after tiling alignment.
            </summary>
      <value>
            The additional vertical offset after tiling alignment.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.TilingScaleY">
      <summary>
            Gets or sets the vertical tiling scale in range from 0 = 0% to 1 = 100%.
            </summary>
      <value>
            The vertical tiling scale.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.TilingAlignment">
      <summary>
        <para>Gets or sets a value indicating where to align the first tile with respect to the filling area.</para>
        <para>Alignment happens after the scaling, but before the additional offset.</para>
      </summary>
      <value>
            A value indicating where to align the first tile with respect to the filling area.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PictureFillFormat.TilingMirrorType">
      <summary>
        <para>Specifies the direction(s) in which to flip the source image while tiling.</para>
        <para>Images may be flipped horizontally, vertically, or in both directions to fill the entire region.</para>
      </summary>
      <value>
            The direction(s) in which to flip the source image while tiling.
            </value>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(System.String,System.Boolean)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="picturePath">Path or link to a picture data.</param>
      <param name="isLink">
        <see langword="true"/> if the picture is linked to the file in which <see cref="T:GemBox.Presentation.PresentationDocument"/> instance is saved; otherwise, <see langword="false"/>.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="picturePath"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/> or <paramref name="picturePath"/> doesn't contain extension or extension is not supported.</exception>
      <remarks>
        <para>Use this overload to automatically detect the picture content type from the <paramref name="picturePath"/> extension.</para>
        <para>Parameter <paramref name="picturePath"/> must contain supported extension (for example, ".png") if <paramref name="isLink"/> is <see langword="false"/>, otherwise exception is thrown.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(System.String,GemBox.Presentation.PictureContentType)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="picturePath">Path to a picture data.</param>
      <param name="contentType">Content type of the picture data.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="picturePath"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <remarks>
            Use this overload to explicitly specify picture content type (for example, if <paramref name="picturePath"/> doesn't specify a file extension).
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(System.String,System.String)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="picturePath">Path to a picture data.</param>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="picturePath"/> or <paramref name="contentType"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <remarks>
            Use this overload to explicitly specify picture content type that is not supported by the <see cref="T:GemBox.Presentation.PictureContentType"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(System.IO.Stream)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="stream">Stream containing the picture data.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">Picture <paramref name="stream"/> encoding format is not supported.</exception>
      <remarks>
            Use this overload to automatically detect the picture content type from the decoded picture <paramref name="stream"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(System.IO.Stream,GemBox.Presentation.PictureContentType)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="stream">The picture data stream.</param>
      <param name="contentType">Content type of the picture data.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <remarks>
            Use this overload to explicitly specify picture content type so that the picture <paramref name="stream"/> doesn't have to be decoded to detect the picture content type.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(System.IO.Stream,System.String)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="stream">The picture data stream.</param>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="contentType"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <remarks>
            Use this overload to explicitly specify picture content type that is not supported by the <see cref="T:GemBox.Presentation.PictureContentType"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(GemBox.Presentation.Content)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="content">The picture content that should be set.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="content"/> is <see langword="null"/>.</exception>
      <remarks>
            Use this overload if multiple <see cref="T:GemBox.Presentation.PictureFillFormat"/>s should share the same picture data.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(GemBox.Presentation.Content,GemBox.Presentation.PictureCompressionType)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="content">The picture content that should be set.</param>
      <param name="compressionType">Compression level that the generating application can use as a guidance when optimizing picture data size.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="content"/> is <see langword="null"/>.</exception>
      <remarks>
            Use this overload if multiple <see cref="T:GemBox.Presentation.PictureFillFormat"/>s should share the same picture data but with different compression levels.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(GemBox.Presentation.PictureContentType,System.IO.Stream)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="contentType">Content type of the picture data.</param>
      <param name="stream">The picture data stream.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
    </member>
    <member name="M:GemBox.Presentation.PictureFillFormat.SetData(System.String,System.IO.Stream)">
      <summary>
            Sets the picture data.
            </summary>
      <param name="contentType">Content type (MIME type) of the picture data.</param>
      <param name="stream">The picture data stream.</param>
      <returns>An instance of a <see cref="T:GemBox.Presentation.PictureContent"/> class that represents the picture data that has been set.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="contentType"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
    </member>
    <member name="T:GemBox.Presentation.PixelFormat">
      <summary>
            An enumeration of supported pixel formats when saving a <see cref="T:GemBox.Presentation.PresentationDocument"/> to an image using an <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Default">
      <summary>
            Pixel format that is best suited for the particular operation.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Bgr101010">
      <summary>
            Bgr101010 is a sRGB format with 32 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 10 bits per pixel (BPP).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Bgr24">
      <summary>
            Bgr24 is a sRGB format with 24 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 8 bits per pixel (BPP).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Bgr32">
      <summary>
            Bgr32 is a sRGB format with 32 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 8 bits per pixel (BPP).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Bgr555">
      <summary>
            Bgr555 is a sRGB format with 16 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 5 bits per pixel (BPP).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Bgr565">
      <summary>
            Bgr565 is a sRGB format with 16 bits per pixel (BPP). Each color channel (blue, green, and red) is allocated 5, 6, and 5 bits per pixel (BPP) respectively.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Bgra32">
      <summary>
            Bgra32 is a sRGB format with 32 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 8 bits per pixel (BPP).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.BlackWhite">
      <summary>
            Black and white pixel format which displays one bit of data per pixel as either black or white.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Cmyk32">
      <summary>
            Cmyk32 pixel format which displays 32 bits per pixel (BPP) with each color channel (cyan, magenta, yellow, and black) allocated 8 bits per pixel (BPP).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Gray16">
      <summary>
            Gray16 pixel format which displays a 16 bits-per-pixel grayscale channel, allowing 65536 shades of gray. This format has a gamma of 1.0.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Gray2">
      <summary>
            Gray2 pixel format which displays a 2 bits-per-pixel grayscale channel, allowing 4 shades of gray.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Gray32Float">
      <summary>
            Gray32Float displays a 32 bits per pixel (BPP) grayscale channel, allowing over 4 billion shades of gray. This format has a gamma of 1.0.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Gray4">
      <summary>
            Gray4 pixel format which displays a 4 bits-per-pixel grayscale channel, allowing 16 shades of gray.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Gray8">
      <summary>
            Gray8 pixel format which displays an 8 bits-per-pixel grayscale channel, allowing 256 shades of gray.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Pbgra32">
      <summary>
            Pbgra32 is a sRGB format with 32 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 8 bits per pixel (BPP).
            Each color channel is pre-multiplied by the alpha value.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Prgba128Float">
      <summary>
            Prgba128Float is a ScRGB format with 128 bits per pixel (BPP). Each channel (red, green, blue, and alpha) is allocated 32 bits per pixel (BPP).
            Each color channel is pre-multiplied by the alpha value. This format has a gamma of 1.0.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Prgba64">
      <summary>
            Prgba64 is a sRGB format with 64 bits per pixel (BPP). Each channel (blue, green, red, and alpha) is allocated 32 bits per pixel (BPP).
            Each color channel is pre-multiplied by the alpha value. This format has a gamma of 1.0.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Rgb128Float">
      <summary>
            Rgb128Float is a ScRGB format with 128 bits per pixel (BPP). Each color channel is allocated 32 BPP. This format has a gamma of 1.0.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Rgb24">
      <summary>
            Rgb24 is a sRGB format with 24 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 8 bits per pixel (BPP).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Rgb48">
      <summary>
            Rgb48 is a sRGB format with 48 bits per pixel (BPP). Each color channel (red, green, and blue) is allocated 16 bits per pixel (BPP). This format has a gamma of 1.0.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Rgba128Float">
      <summary>
            Rgba128Float is a ScRGB format with 128 bits per pixel (BPP). Each color channel is allocated 32 bits per pixel (BPP). This format has a gamma of 1.0.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PixelFormat.Rgba64">
      <summary>
            Rgba64 is an sRGB format with 64 bits per pixel (BPP). Each channel (red, green, blue, and alpha) is allocated 16 bits per pixel (BPP). This format has a gamma of 1.0.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PlaceholderType">
      <summary>
            Represents the content type a placeholder should contain.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Content">
      <summary>
            Placeholder contains any content type. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Picture">
      <summary>
            Placeholder contains a picture. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.ClipArt">
      <summary>
            Placeholder contains a single clip art image. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Media">
      <summary>
            Placeholder contains multimedia content such as audio or a movie clip. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Table">
      <summary>
            Placeholder contains a table. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Chart">
      <summary>
            Placeholder contains a chart or graph. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.SmartArt">
      <summary>
            Placeholder contains a diagram. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.CenteredTitle">
      <summary>
            Placeholder contains a title intended to be centered on the slide. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Subtitle">
      <summary>
            Placeholder contains a subtitle. Allowed for <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Title">
      <summary>
            Placeholder contains a slide title. Allowed for <see cref="T:GemBox.Presentation.MasterSlide"/>, <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>. Can be horizontal or vertical on <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Text">
      <summary>
            Placeholder contains text. Allowed for <see cref="T:GemBox.Presentation.MasterSlide"/>, <see cref="T:GemBox.Presentation.LayoutSlide"/>, <see cref="T:GemBox.Presentation.Slide"/>, <see cref="T:GemBox.Presentation.MasterNotesSlide"/> and <see cref="T:GemBox.Presentation.NotesSlide"/>. Can be horizontal or vertical on <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.Slide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Date">
      <summary>
            Placeholder contains the date and time. Allowed for <see cref="T:GemBox.Presentation.MasterSlide"/>, <see cref="T:GemBox.Presentation.LayoutSlide"/>, <see cref="T:GemBox.Presentation.Slide"/>, <see cref="T:GemBox.Presentation.MasterNotesSlide"/>, <see cref="T:GemBox.Presentation.NotesSlide"/> and Handout Master Slide.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Footer">
      <summary>
            Placeholder contains text to be used as a footer in the document. Allowed for <see cref="T:GemBox.Presentation.MasterSlide"/>, <see cref="T:GemBox.Presentation.LayoutSlide"/>, <see cref="T:GemBox.Presentation.Slide"/>, <see cref="T:GemBox.Presentation.MasterNotesSlide"/>, <see cref="T:GemBox.Presentation.NotesSlide"/> and Handout Master Slide.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.SlideNumber">
      <summary>
            Placeholder contains the number of a slide or a page. Allowed for <see cref="T:GemBox.Presentation.MasterSlide"/>, <see cref="T:GemBox.Presentation.LayoutSlide"/>, <see cref="T:GemBox.Presentation.Slide"/>, <see cref="T:GemBox.Presentation.MasterNotesSlide"/>, <see cref="T:GemBox.Presentation.NotesSlide"/> and Handout Master Slide.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.Header">
      <summary>
            Placeholder contains text to be used as a header for the document. Allowed for <see cref="T:GemBox.Presentation.MasterNotesSlide"/>, <see cref="T:GemBox.Presentation.NotesSlide"/> and Handout Master Slide.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PlaceholderType.SlideImage">
      <summary>
            Placeholder contains an image of the slide. Allowed for <see cref="T:GemBox.Presentation.MasterNotesSlide"/> and <see cref="T:GemBox.Presentation.NotesSlide"/>.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PowerPointPresentationType">
      <summary>
            Represents a PowerPoint Presentation type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PowerPointPresentationType.Presentation">
      <summary>
            PowerPoint Presentation.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PowerPointPresentationType.Show">
      <summary>
            PowerPoint Show.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.PowerPointPresentationType.Template">
      <summary>
            PowerPoint Template.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PptLoadOptions">
      <summary>
            Represents a class that stores loading options for PowerPoint 97-2003 Presentation (PPT) format.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.PptLoadOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PptLoadOptions"/> class.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PptxDigitalSignatureSaveOptions">
      <summary>
            Represents a class that stores details for signing a workbook saved to PPTX file with a digital signature.
            </summary>
      <remarks>
        <para>Workbook will be digitally signed when saved to a PPTX if <see cref="P:GemBox.Presentation.DigitalSignatureSaveOptions.Certificate"/>, <see cref="P:GemBox.Presentation.DigitalSignatureSaveOptions.CertificateBytes"/> or <see cref="P:GemBox.Presentation.DigitalSignatureSaveOptions.CertificatePath"/> is specified, otherwise it will be saved but not digitally signed.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature">
      <summary>
            Gets or sets a value indicating whether the signature is <b>X</b>MS <b>Ad</b>vanced <b>E</b>lectronic <b>S</b>ignature (XAdES).
            The default value of this property is <see langword="true"/>.
            </summary>
      <value>
        <see langword="true"/> if the signature is <b>X</b>ML <b>Ad</b>vanced <b>E</b>lectronic <b>S</b>ignature (XAdES); otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.CommitmentType">
      <summary>
            Gets or sets the commitment type when signing a document.
            </summary>
      <value>
            The commitment type when signing a document.
            </value>
      <remarks>
            This property is saved to the document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.SignerRole">
      <summary>
            Gets or sets the signer role.
            </summary>
      <value>
            The signer role.
            </value>
      <remarks>
            This property is saved to the document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.Address">
      <summary>
            Get or sets the location at which the signature was created
            </summary>
      <value>
            The location at which the signature was created
            </value>
      <remarks>
            This property is displayed in document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.Address2">
      <summary>
            Get or sets the additional location at which the signature was created
            </summary>
      <value>
            The additional location at which the signature was created
            </value>
      <remarks>
            This property is displayed in document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.City">
      <summary>
            Gets or sets the city associated with the signer
            </summary>
      <value>
            The city associated with the signer
            </value>
      <remarks>
            This property is saved to the document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.State">
      <summary>
            Gets or sets the state or province associated with the signer
            </summary>
      <value>
            The state or province associated with the signer
            </value>
      <remarks>
            This property is saved to the document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.PostalCode">
      <summary>
            Gets or sets the postal or zip code associated with the signer
            </summary>
      <value>
            The postal or zip code associated with the signer
            </value>
      <remarks>
            This property is saved to the document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.Country">
      <summary>
            Gets or sets the country associated with the signer
            </summary>
      <value>
            The country associated with the signer
            </value>
      <remarks>
            This property is saved to the document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.Certificates">
      <summary>
            Gets additional certificates to be embedded in the signature.
            </summary>
      <value>
            The additional certificates to be embedded in the signature.
            </value>
      <remarks>
            This property is saved to the document only when <see cref="P:GemBox.Presentation.PptxDigitalSignatureSaveOptions.IsAdvancedElectronicSignature"/> is <see langword="true"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PptxDigitalSignatureSaveOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PptxDigitalSignatureSaveOptions"/> class.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PptxLoadOptions">
      <summary>
            Represents a class that stores loading options for PowerPoint Presentation (PPTX) format.
            </summary>
      <seealso cref="P:GemBox.Presentation.LoadOptions.Pptx"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Load(System.String,GemBox.Presentation.LoadOptions)"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Load(System.IO.Stream,GemBox.Presentation.LoadOptions)"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Read PowerPoint Files in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-pptx/203">Load and Save PPTX in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint files to PDF in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.PptxLoadOptions.Password">
      <summary>
            Gets or sets the password to open protected / encrypted presentation.
            </summary>
      <value>
            The password to open protected / encrypted presentation.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-pptx-encryption/803">PPTX Encryption Example</seealso>
    </member>
    <member name="E:GemBox.Presentation.PptxLoadOptions.ProgressChanged">
      <summary>
            Occurs when the loading progress of a file has changed.
            </summary>
      <remarks>
            The file path or stream that was provided as a file source is used as a <see cref="P:System.ComponentModel.ProgressChangedEventArgs.UserState"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PptxLoadOptions.IsEncrypted(System.String)">
      <summary>
            Determines whether the file is an encrypted PPTX.
            </summary>
      <param name="path">The path from which to read a file.</param>
      <returns>
        <see langword="true"/> if file is an encrypted PPTX; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.PptxLoadOptions.IsEncrypted(System.IO.Stream)">
      <summary>
            Determines whether the file is an encrypted PPTX.
            </summary>
      <param name="stream">The stream from which to read a file.</param>
      <returns>
        <see langword="true"/> if file is an encrypted PPTX; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.PptxLoadOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PptxLoadOptions"/> class.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.PptxSaveOptions">
      <summary>
            Represents a class that stores saving options for PowerPoint Presentation file.
            </summary>
      <remarks>
        <para>To save a presentation as a slide show or a template, set <see cref="P:GemBox.Presentation.PptxSaveOptions.PresentationType"/> property to appropriate value.</para>
        <para>To enable macros (embedded code written in a <b>Visual Basic for Applications</b>), set <see cref="P:GemBox.Presentation.PptxSaveOptions.IsMacroEnabled"/> property to <see langword="true"/>.</para>
      </remarks>
      <seealso cref="P:GemBox.Presentation.SaveOptions.Pptx"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.String,GemBox.Presentation.SaveOptions)"/>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.IO.Stream,GemBox.Presentation.SaveOptions)"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-create-write-powerpoint/202">Write PowerPoint Files in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-pptx/203">Load and Save PPTX in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.PptxSaveOptions.PresentationType">
      <summary>
            Gets or sets the PowerPoint Presentation type of the <see cref="T:GemBox.Presentation.PresentationDocument"/> instance that will be saved.
            </summary>
      <value>
            The PowerPoint Presentation type of the <see cref="T:GemBox.Presentation.PresentationDocument"/> instance that will be saved.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PptxSaveOptions.IsMacroEnabled">
      <summary>
            Gets or sets a value indicating whether the <see cref="T:GemBox.Presentation.PresentationDocument"/> instance that will be saved contains any macro (embedded code written in a <b>Visual Basic for Applications</b>).
            </summary>
      <value>
        <see langword="true"/> if the <see cref="T:GemBox.Presentation.PresentationDocument"/> instance that will be saved contains any macro (embedded code written in a <b>Visual Basic for Applications</b>); otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PptxSaveOptions.ImageDpi">
      <summary>
      Gets or sets the saved images DPI.
    </summary>
      <value>
      The saved images DPI.
    </value>
      <remarks>
        <para>This property controls the image quality for all images in the file. Larger value results in better-quality images but increases the file size. Setting this property to 0 will disable image optimization. Standard DPI values are:</para>
        <list type="bullet">
          <item>
            <description>330 - Good quality for HD displays</description>
          </item>
          <item>
            <description>220 - Good quality for most printers and displays</description>
          </item>
          <item>
            <description>150 - Good quality for web pages and projectors</description>
          </item>
          <item>
            <description>96 - Good quality for smaller file sizes</description>
          </item>
        </list>
        <para>Using this property you basically specify the DPI of the display device on which the file will be viewed and for which the images in the file should be optimized without losing any perceived quality because images go through the same resampling (reduction of pixel count) as they would in the viewer application if viewing the file using the default (100%) zoom factor on that display device.</para>
        <para>
        For example, if an image whose pixel size is <c>600px × 400px</c> is shown on page where it occupies a slot whose physical size is <c>150pt × 100pt</c>, then if the display device DPI is <c>144px/inch</c>, the viewer application will show the image in a display slot whose pixel size is <c>300px × 200px</c> if the default (100%) zoom factor is used
        (<i>Rationale</i>: there are always 72 points per inch and for the DPI of 144, there are 144 pixels per inch, so <c>150[pt] = 150[pt] × 144[px/inch] / 72[pt/inch] = 300[px]</c>).<br/>
        So the viewer application has to fit an image into a smaller display slot and it will do so by resampling the image from <c>600px × 400px</c> to <c>300px × 200px</c>.<br/>
        Reducing the total number of pixels 4 times (from 240000 to 60000) would also reduce the image file size, so GemBox component can do this instead of the viewer application, thus achieving the overall smaller file size without any perceived loss of quality since the same image resampling would have been done by the viewer application anyway if the default (100%) zoom factor is used.<br/>
        Instructing the GemBox component to perform image resampling (by setting the <see cref="P:GemBox.Presentation.PptxSaveOptions.ImageDpi"/> property to the DPI of the display device on which the file is going to be viewed) has two effects:
      </para>
        <list type="bullet">
          <item>
            <description>Major benefit: output file size will be smaller if there are images whose pixel size is greater than their display size because those images are resampled to a smaller number of pixels without any perceived loss of quality since the same resampling would have been done by the viewer application anyway.</description>
          </item>
          <item>
            <description>Minor benefit: viewer application will be able to present the image faster because it needs to decode a fewer number of pixels and because the display slot size will be exactly equal to the image pixel size so it doesn't have to perform any resampling if the default (100%) zoom factor is used.</description>
          </item>
        </list>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.PptxSaveOptions.Password">
      <summary>
            Gets or sets the password used to protect / encrypt the presentation.
            </summary>
      <value>
            The password used to protect / encrypt the presentation.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-pptx-encryption/803">PPTX Encryption Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PptxSaveOptions.DigitalSignatures">
      <summary>
            Gets the digital signature options.
            </summary>
      <value>
            The digital signature options.
            </value>
    </member>
    <member name="E:GemBox.Presentation.PptxSaveOptions.ProgressChanged">
      <summary>
            Occurs when the saving progress of a file has changed.
            </summary>
      <remarks>
            The file path or stream that was provided as a file destination is used as a <see cref="P:System.ComponentModel.ProgressChangedEventArgs.UserState"/>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.PptxSaveOptions.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PptxSaveOptions"/> class.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.PptxSaveOptions.ContentType">
      <summary>
            Gets the content-type for PPTX file format: <b>application/vnd.openxmlformats</b>.
            </summary>
      <value>
            The content-type for PPTX file format.
            </value>
    </member>
    <member name="T:GemBox.Presentation.PresentationDocument">
      <summary>
        <para>Represents a presentation.</para>
        <para>This is the root object in the GemBox.Presentation object model.</para>
      </summary>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.MasterSlides">
      <summary>
            Gets the master slides.
            </summary>
      <value>
            The master slides.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.Slides">
      <summary>
            Gets the slides.
            </summary>
      <value>
            The slides.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.Sections">
      <summary>
            Gets the sections.
            </summary>
      <value>
            The sections.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.Thumbnail">
      <summary>
            Gets or sets the image used to help end-users identify the presentation document.
            </summary>
      <value>
            The image used to help end-users identify the presentation document.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.DocumentProperties">
      <summary>
            Gets the document properties.
            </summary>
      <value>
            The document properties.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slide-notes/411">Document Properties Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.TableStyles">
      <summary>
            Gets the table styles.
            </summary>
      <value>
            The table styles.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.ViewProperties">
      <summary>
            Gets the presentation-wide view properties.
            </summary>
      <value>
            The presentation-wide view properties.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.CustomXmlParts">
      <summary>
            Gets the custom XML parts contained in this document.
            </summary>
      <value>
            The custom XML parts contained in this document.
            </value>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.#ctor">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.PresentationDocument"/> class.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.MasterNotes">
      <summary>
        <para>Gets or sets the master notes slide that is used as a template for all notes slides.</para>
        <para>This value is automatically instantiated when the first notes slide is created with the <see cref="M:GemBox.Presentation.Slide.AddNotes"/> method.</para>
        <para>This value can be set only to <see langword="null"/>. Setting this value to <see langword="null"/> will remove the master notes and all the notes from the presentation.</para>
      </summary>
      <value>
            The master notes slide that is used as a template for all notes slides.
            </value>
      <exception cref="T:System.ArgumentException">Argument is not <see langword="null"/>.</exception>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slide-notes/411">Slide Notes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.SlideSize">
      <summary>
            Gets the slide size settings.
            </summary>
      <value>
            The slide size settings.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.SlideShow">
      <summary>
            Gets the slide show settings.
            </summary>
      <value>
            The slide show settings.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slideshow/502">Slide Show Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.ModifyProtection">
      <summary>
            Gets the modification protection settings.
            </summary>
      <value>
            The modification protection settings.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.TextContent">
      <summary>
            Gets the content range of the current <see cref="T:GemBox.Presentation.PresentationDocument"/>.
            </summary>
      <value>
            The content range of the current <see cref="T:GemBox.Presentation.PresentationDocument"/>.
            </value>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocument.VbaProject">
      <summary>
        <para>Represents the <see cref="T:GemBox.Presentation.Vba.VbaProject"/> contained in the <see cref="T:GemBox.Presentation.PresentationDocument"/>.</para>
        <para>If the <see cref="T:GemBox.Presentation.PresentationDocument"/> does not have <see cref="T:GemBox.Presentation.Vba.VbaProject"/> contained, it will be created on accessing this property.</para>
      </summary>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.SetThumbnail(System.String,System.IO.Stream)">
      <summary>
            Sets the image used to help end-users identify the presentation document.
            </summary>
      <param name="contentType">Content-type of the image.</param>
      <param name="stream">The image stream.</param>
      <returns>The image used to help end-users identify the presentation document.</returns>
      <exception cref="T:System.ArgumentException">
        <paramref name="contentType"/> is either <see cref="F:System.String.Empty"/> or <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.SetThumbnail(GemBox.Presentation.PictureContentType,System.IO.Stream)">
      <summary>
            Sets the image used to help end-users identify the presentation document.
            </summary>
      <param name="contentType">Content-type of the image.</param>
      <param name="stream">The image stream.</param>
      <returns>The image used to help end-users identify the presentation document.</returns>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Clone">
      <summary>
            Makes a deep clone of this <see cref="T:GemBox.Presentation.PresentationDocument"/> instance.
            </summary>
      <returns>A deep clone of this <see cref="T:GemBox.Presentation.PresentationDocument"/> instance.</returns>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Load(System.IO.Stream)">
      <summary>
            Loads a presentation from the specified stream. This method tries to dynamically determine the file format.
            If you know the file format, it's faster to use <see cref="M:GemBox.Presentation.PresentationDocument.Load(System.IO.Stream,GemBox.Presentation.LoadOptions)"/> method.
            </summary>
      <param name="stream">The stream from which to load a presentation.</param>
      <returns>A loaded presentation.</returns>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Open and read PowerPoint file in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Load(System.IO.Stream,GemBox.Presentation.LoadOptions)">
      <summary>
            Loads a presentation from the specified stream.
            </summary>
      <param name="stream">The stream from which to load a presentation.</param>
      <param name="options">The loading options which can be used to define settings for load operation.</param>
      <returns>A loaded presentation.</returns>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Open and read PowerPoint file in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Load(System.String,GemBox.Presentation.LoadOptions)">
      <summary>
            Loads a presentation from a file with the specified path.
            </summary>
      <param name="path">The path from which to load a presentation.</param>
      <param name="options">The loading options which can be used to define settings for load operation.</param>
      <returns>A loaded presentation.</returns>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Open and read PowerPoint file in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Load(System.String)">
      <summary>
            Loads a presentation from a file with the specified path.
            </summary>
      <param name="path">The path from which to load a presentation.</param>
      <returns>A loaded presentation.</returns>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-open-read-powerpoint/201">Open and read PowerPoint file in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Save(System.IO.Stream,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the presentation in the specified stream.
            </summary>
      <param name="stream">The stream in which to save the presentation.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-create-write-powerpoint/202">Create and write PowerPoint file in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Save(System.String,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the presentation to a file with the specified path.
            </summary>
      <param name="path">The path to which to save the presentation.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-create-write-powerpoint/202">Create and write PowerPoint file in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Save(System.String)">
      <summary>
            Saves the presentation to a file with the specified path. Path must include file extension.
            </summary>
      <param name="path">The path to which to save the presentation.</param>
      <exception cref="T:System.InvalidOperationException">If file extension is not specified or not supported. If file extension is not recognized, use <see cref="M:GemBox.Presentation.PresentationDocument.Save(System.String,GemBox.Presentation.SaveOptions)"/> method overload instead.</exception>
      <exception cref="T:System.PlatformNotSupportedException">File extension is not supported on the current platform.</exception>
      <remarks>
            File extension that is extracted from the <paramref name="path"/> is used to create the appropriate <see cref="T:GemBox.Presentation.SaveOptions"/>
            derived class instance that is then passed to the <see cref="M:GemBox.Presentation.PresentationDocument.Save(System.String,GemBox.Presentation.SaveOptions)"/> method.
            <para>Following file extensions are supported:</para><list type="bullet"><item><description>Microsoft PowerPoint: .pptx, pptm, .ppsx, .ppsm, .potx, .potm</description></item><item><description>Portable Document Format: .pdf</description></item><item><description>XML Paper Specification: .xps</description></item><item><description>Image: .bmp, .gif, .jpg, .jpeg, .png, .tif, .tiff, .wdp</description></item></list></remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-create-write-powerpoint/202">Create and write PowerPoint file in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Save(System.Object,System.String,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the presentation to a System.Web.HttpResponse or System.Web.HttpResponseBase output stream or a System.Net.Http.HttpResponseMessage and sets appropriate HTTP response headers (Content-Type and Content-Disposition).
            </summary>
      <param name="httpResponse">System.Web.HttpResponse object that can be retrieved through the Response property of the System.Web.HttpApplication, System.Web.HttpContext, System.Web.UI.Page or System.Web.UI.UserControl classes or System.Web.HttpResponseBase object or System.Net.Http.HttpResponseMessage object.</param>
      <param name="fileName">File name that will be presented in client browser when downloading a file.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <remarks>
        <note type="note">
      Supported only if updating the whole page with a postback and not if doing partial-page updates (when you use <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.updatepanel">UpdatePanel</see> controls to update selected regions of a page).
    </note>
        <para>
      This method accepts <see cref="T:System.Object"/> rather than <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponse">HttpResponse</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponsebase">HttpResponseBase</see> or <see href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage">HttpResponseMessage</see> because otherwise <b>GemBox.Document</b> assembly would have a dependency on <b>System.Web</b> or <b>System.Net.Http</b> assemblies and could not be used in applications which target <i>Client Profile .NET Framework</i>.
    </para>
        <para>
          <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponse">HttpResponse</see> can be retrieved through the <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page.response">Response</see> property of the <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpapplication">HttpApplication</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpcontext">HttpContext</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page">Page</see> or <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.usercontrol">UserControl</see> classes.
    </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/asp-net-powerpoint-export/1601">Export PowerPoint in ASP.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Save(System.Object,System.String)">
      <summary>
            Saves the presentation to a System.Web.HttpResponse or System.Web.HttpResponseBase output stream or a System.Net.Http.HttpResponseMessage and sets appropriate HTTP response headers (Content-Type and Content-Disposition).
            </summary>
      <param name="httpResponse">System.Web.HttpResponse object that can be retrieved through the Response property of the System.Web.HttpApplication, System.Web.HttpContext, System.Web.UI.Page or System.Web.UI.UserControl classes or System.Web.HttpResponseBase object or System.Net.Http.HttpResponseMessage object.</param>
      <param name="fileName">File name that will be presented in client browser when downloading a file.</param>
      <exception cref="T:System.InvalidOperationException">If file extension is not specified or not supported. If file extension is not recognized, use <see cref="M:GemBox.Presentation.PresentationDocument.Save(System.Object,System.String,GemBox.Presentation.SaveOptions)"/> method overload instead.</exception>
      <remarks>
        <note type="note">
      Supported only if updating the whole page with a postback and not if doing partial-page updates (when you use <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.updatepanel">UpdatePanel</see> controls to update selected regions of a page).
    </note>
        <para>
      This method accepts <see cref="T:System.Object"/> rather than <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponse">HttpResponse</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponsebase">HttpResponseBase</see> or <see href="https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpresponsemessage">HttpResponseMessage</see> because otherwise <b>GemBox.Document</b> assembly would have a dependency on <b>System.Web</b> or <b>System.Net.Http</b> assemblies and could not be used in applications which target <i>Client Profile .NET Framework</i>.
    </para>
        <para>
          <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpresponse">HttpResponse</see> can be retrieved through the <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page.response">Response</see> property of the <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpapplication">HttpApplication</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.httpcontext">HttpContext</see>, <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page">Page</see> or <see href="https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.usercontrol">UserControl</see> classes.
    </para>
        <para>For supported file extensions, see remarks for <see cref="M:GemBox.Presentation.PresentationDocument.Save(System.String)"/> method.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/asp-net-powerpoint-export/1601">Export PowerPoint in ASP.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint file to PDF in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.ConvertToXpsDocument(GemBox.Presentation.XpsSaveOptions)">
      <summary>
            Converts this <see cref="T:GemBox.Presentation.PresentationDocument"/> instance to an <see cref="T:System.Windows.Xps.Packaging.XpsDocument"/> instance.
            </summary>
      <param name="options">The options used when converting to XML Paper Specification (XPS) document.</param>
      <returns>A New <see cref="T:System.Windows.Xps.Packaging.XpsDocument"/> instance created from this <see cref="T:GemBox.Presentation.PresentationDocument"/> instance.</returns>
      <seealso cref="T:GemBox.Presentation.XpsSaveOptions"/>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.ConvertToImageSource(GemBox.Presentation.ImageSaveOptions)">
      <summary>
            Converts single slide specified in <paramref name="options"/> of this <see cref="T:GemBox.Presentation.PresentationDocument"/> instance to an <see cref="T:System.Windows.Media.ImageSource"/> instance.
            </summary>
      <param name="options">The options used when converting a single presentation's slide to an image.</param>
      <returns>A new <see cref="T:System.Windows.Media.ImageSource"/> instance created from a single presentation's slide specified in <paramref name="options"/>.</returns>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-wpf/1701">Export PowerPoint in WPF</see>.</remarks>
      <seealso cref="T:GemBox.Presentation.ImageSaveOptions"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-wpf/1701">Export PowerPoint in WPF</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Print">
      <summary>
            Prints the presentation to the default printer.
            </summary>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Print(System.String)">
      <summary>
            Prints the presentation to the specified printer.
            </summary>
      <param name="printerName">Printer name.</param>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.Print(System.String,GemBox.Presentation.PrintOptions)">
      <summary>
            Prints the presentation to the specified printer according to specified options.
            </summary>
      <param name="printerName">Printer name.</param>
      <param name="options">Print options.</param>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.GetPaginator">
      <summary>
            Gets the presentation paginator.
            </summary>
      <returns>
            The presentation paginator.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocument.GetPaginator(GemBox.Presentation.PaginatorOptions)">
      <summary>
            Gets the presentation paginator and updates the presentation based on the specified <paramref name="options"/>.
            </summary>
      <param name="options">The paginator options used to specify which parts of the presentation to update while paginating it.</param>
      <returns>
            The presentation paginator.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.PresentationDocumentPage">
      <summary>
            Represents a presentation page.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocumentPage.Width">
      <summary>
            Gets the page width in <see cref="F:GemBox.Presentation.LengthUnit.Point"/>s.
            </summary>
      <value>
            The page width in <see cref="F:GemBox.Presentation.LengthUnit.Point"/>s.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocumentPage.Height">
      <summary>
            Gets the page height in <see cref="F:GemBox.Presentation.LengthUnit.Point"/>s.
            </summary>
      <value>
            The page height in <see cref="F:GemBox.Presentation.LengthUnit.Point"/>s.
            </value>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocumentPage.PageContent">
      <summary>
            Gets the content of the page.
            </summary>
      <value>
            The content of the page.
            </value>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPage.Save(System.IO.Stream,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the presentation page in the specified stream.
            </summary>
      <param name="stream">The stream in which to save the presentation page.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <remarks>Parameter <paramref name="options"/>, currently, must be of type <see cref="T:GemBox.Presentation.PdfSaveOptions"/>, <see cref="T:GemBox.Presentation.XpsSaveOptions"/> or <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.</remarks>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPage.Save(System.String,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the presentation page to a file with the specified path.
            </summary>
      <param name="path">The path to which to save the presentation page.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <remarks>Parameter <paramref name="options"/>, currently, must be of type <see cref="T:GemBox.Presentation.PdfSaveOptions"/>, <see cref="T:GemBox.Presentation.XpsSaveOptions"/> or <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.</remarks>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPage.Save(System.String)">
      <summary>
            Saves the presentation page to a file with the specified path. Path must include file extension.
            </summary>
      <param name="path">The path to which to save the presentation page.</param>
      <exception cref="T:System.InvalidOperationException">If file extension is not specified or not supported. If file extension is not recognized, use <see cref="M:GemBox.Presentation.PresentationDocumentPage.Save(System.String,GemBox.Presentation.SaveOptions)"/> method overload instead.</exception>
      <remarks>
            File extension that is extracted from the <paramref name="path"/> is used to create the appropriate <see cref="T:GemBox.Presentation.SaveOptions"/> derived class instance that is then passed to the <see cref="M:GemBox.Presentation.PresentationDocumentPage.Save(System.String,GemBox.Presentation.SaveOptions)"/> method.
            <para>Following file extensions are supported:</para><list type="bullet"><item><description>Portable Document Format: .pdf</description></item><item><description>XML Paper Specification: .xps</description></item><item><description>Image: .bmp, .gif, .jpg, .jpeg, .png, .tif, .tiff, .wdp</description></item></list></remarks>
    </member>
    <member name="T:GemBox.Presentation.PresentationDocumentPaginator">
      <summary>
            Provides functionality to paginate the presentation content.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.PresentationDocumentPaginator.Pages">
      <summary>
            Gets the presentation pages.
            </summary>
      <value>
            The presentation pages.
            </value>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPaginator.Save(System.IO.Stream,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the paginated presentation to the specified stream.
            </summary>
      <param name="stream">The stream in which to save the paginated presentation.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <remarks>Parameter <paramref name="options"/>, currently, must be of type <see cref="T:GemBox.Presentation.PdfSaveOptions"/>, <see cref="T:GemBox.Presentation.XpsSaveOptions"/> or <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.</remarks>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPaginator.Save(System.String,GemBox.Presentation.SaveOptions)">
      <summary>
            Saves the paginated presentation to a file with the specified path.
            </summary>
      <param name="path">The path to which to save the paginated presentation.</param>
      <param name="options">The saving options which can be used to define settings for save operation.</param>
      <remarks>Parameter <paramref name="options"/>, currently, must be of type <see cref="T:GemBox.Presentation.PdfSaveOptions"/>, <see cref="T:GemBox.Presentation.XpsSaveOptions"/> or <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.</remarks>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPaginator.Save(System.String)">
      <summary>
            Saves the paginated presentation to a file with the specified path. Path must include file extension.
            </summary>
      <param name="path">The path to which to save the paginated presentation.</param>
      <exception cref="T:System.InvalidOperationException">If file extension is not specified or not supported. If file extension is not recognized, use <see cref="M:GemBox.Presentation.PresentationDocumentPaginator.Save(System.String,GemBox.Presentation.SaveOptions)"/> method overload instead.</exception>
      <remarks>
        <para>File extension that is extracted from the <paramref name="path"/> is used to create the appropriate <see cref="T:GemBox.Presentation.SaveOptions"/> derived class instance that is then passed to the <see cref="M:GemBox.Presentation.PresentationDocumentPaginator.Save(System.String,GemBox.Presentation.SaveOptions)"/> method.</para>
        <para>Following file extensions are supported:</para>
        <list type="bullet">
          <item>
            <description>Portable Document Format: .pdf</description>
          </item>
          <item>
            <description>XML Paper Specification: .xps</description>
          </item>
          <item>
            <description>Image: .bmp, .gif, .jpg, .jpeg, .png, .tif, .tiff, .wdp</description>
          </item>
        </list>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPaginator.ConvertToXpsDocument(GemBox.Presentation.XpsSaveOptions)">
      <summary>
            Converts this <see cref="T:GemBox.Presentation.PresentationDocumentPaginator"/> instance to an <see cref="T:System.Windows.Xps.Packaging.XpsDocument"/> instance.
            </summary>
      <param name="options">The options used when converting to XML Paper Specification (XPS) document.</param>
      <returns>A new <see cref="T:System.Windows.Xps.Packaging.XpsDocument"/> instance created from this <see cref="T:GemBox.Presentation.PresentationDocumentPaginator"/> instance.</returns>
      <seealso cref="T:GemBox.Presentation.XpsSaveOptions"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-wpf/1701">Export PowerPoint to XpsDocument in WPF</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPaginator.ConvertToImageSource(GemBox.Presentation.ImageSaveOptions)">
      <summary>
            Converts single slide specified in <paramref name="options"/> of this <see cref="T:GemBox.Presentation.PresentationDocumentPaginator"/> instance to an <see cref="T:System.Windows.Media.ImageSource"/> instance.
            </summary>
      <param name="options">The options used when converting a single presentation's slide to an image.</param>
      <returns>A new <see cref="T:System.Windows.Media.ImageSource"/> instance created from a single presentation's slide specified in <paramref name="options"/>.</returns>
      <seealso cref="T:GemBox.Presentation.ImageSaveOptions"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-wpf/1701">Export PowerPoint in WPF</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPaginator.Print">
      <summary>
            Prints the paginated presentation to the default printer.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPaginator.Print(System.String)">
      <summary>
            Prints the paginated presentation to the specified printer.
            </summary>
      <param name="printerName">Printer name.</param>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="M:GemBox.Presentation.PresentationDocumentPaginator.Print(System.String,GemBox.Presentation.PrintOptions)">
      <summary>
            Prints the paginated presentation to the specified printer according to specified options.
            </summary>
      <param name="printerName">Printer name.</param>
      <param name="options">Print options.</param>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-print-powerpoint/251">Print PowerPoint file in C# and VB.NET</seealso>
    </member>
    <member name="T:GemBox.Presentation.RectangleAlignment">
      <summary>
            Indicates how to position two rectangles relative to each other.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.Center">
      <summary>
            Center.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.Top">
      <summary>
            Top.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.Bottom">
      <summary>
            Bottom.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.Left">
      <summary>
            Left.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.Right">
      <summary>
            Right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.TopLeft">
      <summary>
            Top Left.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.TopRight">
      <summary>
            Top Right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.BottomLeft">
      <summary>
            Bottom Left.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RectangleAlignment.BottomRight">
      <summary>
            Bottom Right.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.RelativeRectangle">
      <summary>
            Specifies the relative rectangle.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.RelativeRectangle.Left">
      <summary>
            Gets or sets the left edge of the rectangle.
            </summary>
      <value>
            The left edge of the rectangle.
            </value>
      <remarks>
            Value 0 represents 0% while value 1 represents 100%.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.RelativeRectangle.Top">
      <summary>
            Gets or sets the top edge of the rectangle.
            </summary>
      <value>
            The top edge of the rectangle.
            </value>
      <remarks>
            Value 0 represents 0% while value 1 represents 100%.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.RelativeRectangle.Right">
      <summary>
            Gets or sets the right edge of the rectangle.
            </summary>
      <value>
            The right edge of the rectangle.
            </value>
      <remarks>
            Value 0 represents 0% while value 1 represents 100%.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.RelativeRectangle.Bottom">
      <summary>
            Gets or sets the bottom edge of the rectangle.
            </summary>
      <value>
            The bottom edge of the rectangle.
            </value>
      <remarks>
            Value 0 represents 0% while value 1 represents 100%.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.RelativeRectangle.#ctor(System.Double,System.Double,System.Double,System.Double)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.RelativeRectangle"/> struct.
            </summary>
      <param name="left">The left.</param>
      <param name="top">The top.</param>
      <param name="right">The right.</param>
      <param name="bottom">The bottom.</param>
    </member>
    <member name="M:GemBox.Presentation.RelativeRectangle.Equals(GemBox.Presentation.RelativeRectangle)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.RelativeRectangle"/> is equal to this <see cref="T:GemBox.Presentation.RelativeRectangle"/> instance.
            </summary>
      <param name="other">The other relative rectangle to compare with this relative rectangle instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.RelativeRectangle"/> is equal to this <see cref="T:GemBox.Presentation.RelativeRectangle"/> instance;
            otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.RelativeRectangle.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.RelativeRectangle"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this relative rectangle instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.RelativeRectangle"/> and is equal to this <see cref="T:GemBox.Presentation.RelativeRectangle"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.RelativeRectangle.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.RelativeRectangle"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.RelativeRectangle"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.RelativeRectangle.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.RelativeRectangle"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.RelativeRectangle"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.RelativeRectangle.op_Equality(GemBox.Presentation.RelativeRectangle,GemBox.Presentation.RelativeRectangle)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.RelativeRectangle"/>s are equal.
            </summary>
      <param name="first">The first relative rectangle.</param>
      <param name="second">The second relative rectangle.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> relative rectangles are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.RelativeRectangle.op_Inequality(GemBox.Presentation.RelativeRectangle,GemBox.Presentation.RelativeRectangle)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.RelativeRectangle"/>s are not equal.
            </summary>
      <param name="first">The first relative rectangle.</param>
      <param name="second">The second relative rectangle.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> relative rectangles are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.RenderingMode">
      <summary>
            Defines the supported rendering modes.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RenderingMode.Default">
      <summary>
            Use either the default implementation, <see cref="F:GemBox.Presentation.RenderingMode.WPF"/>, <see cref="F:GemBox.Presentation.RenderingMode.Skia"/>, or <see cref="F:GemBox.Presentation.RenderingMode.Default"/> for rendering, depending on the availability and supported features.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RenderingMode.WPF">
      <summary>
            Use Windows Presentation Foundation (WPF) for rendering.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.RenderingMode.Skia">
      <summary>
        <para>Use <see href="https://skia.org/">Skia</see> (via <see href="https://www.nuget.org/packages/SkiaSharp/">SkiaSharp</see> NuGet package) for rendering and <see href="https://www.nuget.org/packages/HarfBuzzSharp/">HarfBuzz</see> <i>text-shaping engine</i> for text formatting.</para>
        <note type="note">Make sure your project also references the appropriate <see href="https://www.nuget.org/packages?q=SkiaSharp.NativeAssets">SkiaSharp.NativeAssets.*</see> and <see href="https://www.nuget.org/packages?q=HarfBuzzSharp.NativeAssets">HarfBuzzSharp.NativeAssets.*</see> NuGet packages depending on the platform on which you are building/running your application.</note>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.RenderingMode.Internal">
      <summary>
            The slowest one, implemented fully in the managed code.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.SaveOptions">
      <summary>
            Represents a base class for saving options of various file formats.
            </summary>
      <seealso cref="M:GemBox.Presentation.PresentationDocument.Save(System.String)">PresentationDocument.Save methods</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-create-write-powerpoint/202">Write PowerPoint Files in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-pptx/203">Load and Save PPTX in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint files to PDF in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.SaveOptions.Pptx">
      <summary>
            Gets the default saving options for PowerPoint Presentation (PPTX) format.
            </summary>
      <value>
            The default saving options for PowerPoint Presentation (PPTX) format.
            </value>
      <remarks>
            This property always returns a new instance of <see cref="T:GemBox.Presentation.PptxSaveOptions"/> class initialized with default constructor.
            </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-create-write-powerpoint/202">Write PowerPoint Files in C# and VB.NET</seealso>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-pptx/203">Load and Save PPTX in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.SaveOptions.Pdf">
      <summary>
            Gets the default saving options for Portable Document Format (PDF).
            </summary>
      <value>
            The default saving options for Portable Document Format (PDF).
            </value>
      <remarks>
            This property always returns a new instance of <see cref="T:GemBox.Presentation.PdfSaveOptions"/> class initialized with default constructor.
            </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-convert-powerpoint-to-pdf/204">Convert PowerPoint files to PDF in C# and VB.NET</seealso>
    </member>
    <member name="P:GemBox.Presentation.SaveOptions.Xps">
      <summary>
            Gets the default saving options for XML Paper Specification (XPS) format.
            </summary>
      <value>
            The default saving options for XML Paper Specification (XPS) format.
            </value>
      <remarks>
            This property always returns a new instance of <see cref="T:GemBox.Presentation.XpsSaveOptions"/> class initialized with default constructor.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.SaveOptions.Image">
      <summary>
            Gets the default saving options for image file format. Image will be saved in <see cref="F:GemBox.Presentation.ImageSaveFormat.Bmp"/> format.
            </summary>
      <value>
            The default saving options for image file format.
            </value>
      <remarks>
            This property always returns a new instance of <see cref="T:GemBox.Presentation.ImageSaveOptions"/> class initialized with default constructor.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.SaveOptions.ContentType">
      <summary>
            Gets the content-type for this specific file format as defined in the RFC 2616.
            </summary>
      <value>
            The content-type for this specific file format.
            </value>
      <seealso href="https://www.ietf.org/rfc/rfc2616.txt">RFC 2616</seealso>
    </member>
    <member name="T:GemBox.Presentation.Section">
      <summary>
            Represents a section in the presentation.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Section.Name">
      <summary>
            Gets or sets the name of the section.
            </summary>
      <value>
            The name of the section.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Section.FirstSlide">
      <summary>
            Gets the slide from which this section starts.
            </summary>
      <value>
            The slide from which this section starts.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Section.Slides">
      <summary>
            Gets the slides contained in this section.
            </summary>
      <value>
            The slides contained in this section.
            </value>
    </member>
    <member name="T:GemBox.Presentation.SectionCollection">
      <summary>
            Represents a collection of sections in the presentation.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.SectionCollection.Count">
      <summary>
            Gets the number of sections contained in the collection.
            </summary>
      <value>
            The number of sections contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SectionCollection.Item(System.Int32)">
      <summary>
            Gets the section at the specified index.
            </summary>
      <value>
            The section at the specified index.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.SectionCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.SectionCollection.AddNew(System.String)">
      <summary>
            Adds an empty section to the end of the collection.
            </summary>
      <param name="name">The name of the section.</param>
      <returns>A newly created section.</returns>
    </member>
    <member name="M:GemBox.Presentation.SectionCollection.AddNew(System.String,GemBox.Presentation.Slide)">
      <summary>
            Adds a new section which starts at a given slide.
            </summary>
      <param name="name">The name of the section.</param>
      <param name="firstSlide">The slide at which the section should start.</param>
      <returns>A newly created section.</returns>
    </member>
    <member name="M:GemBox.Presentation.SectionCollection.Remove(GemBox.Presentation.Section,System.Boolean)">
      <summary>
            Removes the given section from this collection.
            </summary>
      <param name="section">The section which should be removed from the collection.</param>
      <param name="removeSlides">
        <see langword="true"/> if slides in the given section should also be removed,
            <see langword="false"/> if only the section should be removed, the slides will be merged with the previous section.</param>
    </member>
    <member name="M:GemBox.Presentation.SectionCollection.Move(GemBox.Presentation.Section,System.Int32)">
      <summary>
            Moves the section and its slides to the specified position.
            </summary>
      <param name="section">The section which should be moved.</param>
      <param name="index">The target position.</param>
    </member>
    <member name="M:GemBox.Presentation.SectionCollection.IndexOf(GemBox.Presentation.Section)">
      <summary>
            Searches for the specified section and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The section to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.SectionCollection.GetEnumerator">
      <inheritdoc/>
    </member>
    <member name="T:GemBox.Presentation.Security.Certificate">
      <summary>
            Represents an <see href="https://tools.ietf.org/html/rfc5280#section-4">X.509 certificate</see> sent to others so that they can verify your digital signature with a public key contained in the certificate.
            </summary>
      <remarks>
        <para>
          <b>GemBox.Presentation</b> doesn't use <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/> class to represent a certificate because <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/> creates a file that holds the certificate with the public key (in various locations on a hard drive) and on some operating systems and platforms that file is not deleted unless <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Reset"/> method is called.
            </para>
        <para>Another reason why <b>GemBox.Presentation</b> abstracts a certificate with a <see cref="T:GemBox.Presentation.Security.Certificate"/> class instead of using <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/> directly is to enable different implementations of a certificate. For example, either <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/> implementation from .NET or <see href="https://github.com/bcgit/bc-csharp/blob/master/crypto/src/x509/X509Certificate.cs">Org.BouncyCastle.X509.X509Certificate</see> implementation from <see href="https://github.com/bcgit/bc-csharp">Bouncy Castle</see> could be used.</para>
      </remarks>
      <seealso href="https://tools.ietf.org/html/rfc5280">RFC 5280: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</seealso>
    </member>
    <member name="M:GemBox.Presentation.Security.Certificate.#ctor(System.String)">
      <summary>
            Initializes a new instance of the <see cref="T:GemBox.Presentation.Security.Certificate"/> class from a file with the specified file name.
            </summary>
      <param name="fileName">The name of a certificate file.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="fileName"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Security.Certificate.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:GemBox.Presentation.Security.Certificate"/> class from the specified source.</para>
        <para>The certificate source is an instance of a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/>.</para>
      </summary>
      <param name="source">The certificate source that is an instance of a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/>.</param>
      <exception cref="T:System.ArgumentException">The <paramref name="source"/> parameter is not an instance of a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.Security.Certificate.Subject">
      <summary>
            Gets the subject distinguished name from the certificate.
            </summary>
      <value>
            The subject distinguished name from the certificate.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Security.Certificate.SubjectCommonName">
      <summary>
            Gets the value of a <b>Common Name</b> attribute from <see cref="P:GemBox.Presentation.Security.Certificate.Subject"/>'s distinguished name.
            </summary>
      <value>
            The value of a <b>Common Name</b> attribute from <see cref="P:GemBox.Presentation.Security.Certificate.Subject"/>'s distinguished name.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Security.Certificate.GetRawData">
      <summary>
            Gets the copy of raw data of a <see cref="T:GemBox.Presentation.Security.Certificate"/>.
            </summary>
      <returns>
            The copy of raw data of the <see cref="T:GemBox.Presentation.Security.Certificate"/> as a byte array.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Security.Certificate.Equals(GemBox.Presentation.Security.Certificate)">
      <summary>
            Determines whether the specified <see cref="T:GemBox.Presentation.Security.Certificate"/> is equal to this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance.
            </summary>
      <param name="other">The <see cref="T:GemBox.Presentation.Security.Certificate"/> to compare with this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:GemBox.Presentation.Security.Certificate"/> is equal to this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Security.Certificate.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Security.Certificate.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance.
            </summary>
      <returns>
            A hash code for this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance, suitable for use in hashing algorithms and data structures like a hash table.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Security.Certificate.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.Security.Certificate"/> instance.
            </returns>
      <remarks>
            This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
            </remarks>
    </member>
    <member name="T:GemBox.Presentation.Security.DigitalSignatureCommitmentType">
      <summary>
            Represents a commitment type when signing the document.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Security.DigitalSignatureCommitmentType.None">
      <summary>
            No commitment type
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Security.DigitalSignatureCommitmentType.Created">
      <summary>
            Created this document
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Security.DigitalSignatureCommitmentType.Approved">
      <summary>
            Approved this document
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Security.DigitalSignatureCommitmentType.CreatedAndApproved">
      <summary>
            Created and approved this document
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Shape">
      <summary>
            Represents a drawing that has a specific shape / geometry and, potentially, a text content.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shapes/403">Shapes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Shape.DrawingType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.DrawingType.Shape"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.DrawingType.Shape"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Shape.Text">
      <summary>
            Gets the text content and formatting associated with this <see cref="T:GemBox.Presentation.Shape"/>.
            </summary>
      <value>
            The text content and formatting associated with this <see cref="T:GemBox.Presentation.Shape"/>.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textboxes/404">Text Boxes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Shape.SupportedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Shape.NamePrefix">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.ShapeFormat">
      <summary>
            Represents a group of formatting options, such as fill, outline, effects, etc. that can be applied to various objects, such as shapes, text characters, tables, etc.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shape-formatting/301">Shape Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.ShapeFormat.Fill">
      <summary>
        <para>Gets or sets the fill.</para>
        <para>Fill types <see cref="F:GemBox.Presentation.FillFormatType.Gradient"/>, <see cref="F:GemBox.Presentation.FillFormatType.Pattern"/>, <see cref="F:GemBox.Presentation.FillFormatType.Picture"/> and <see cref="F:GemBox.Presentation.FillFormatType.SlideBackground"/> are currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The fill.
            </value>
    </member>
    <member name="P:GemBox.Presentation.ShapeFormat.Outline">
      <summary>
            Gets or sets the outline.
            </summary>
      <value>
            The outline.
            </value>
    </member>
    <member name="T:GemBox.Presentation.ShapeGeometry">
      <summary>
            Represents a shape's geometry.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.ShapeGeometry.AdjustValues">
      <summary>
            Gets the adjust values.
            </summary>
      <value>
            The adjust values.
            </value>
    </member>
    <member name="T:GemBox.Presentation.ShapeGeometryType">
      <summary>
            Represents a shape's geometry type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.None">
      <summary>None.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Line">
      <summary>Line.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ElbowConnector">
      <summary>Elbow Connector.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedConnector">
      <summary>Curved Connector.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Rectangle">
      <summary>Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RoundedRectangle">
      <summary>Rounded Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.SnipSingleCornerRectangle">
      <summary>Snip Single Corner Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.SnipSameSideCornerRectangle">
      <summary>Snip Same Side Corner Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.SnipDiagonalCornerRectangle">
      <summary>Snip Diagonal Corner Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.SnipAndRoundSingleCornerRectangle">
      <summary>Snip and Round Single Corner Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RoundSingleCornerRectangle">
      <summary>Round Single Corner Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RoundSameSideCornerRectangle">
      <summary>Round Same Side Corner Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RoundDiagonalCornerRectangle">
      <summary>Round Diagonal Corner Rectangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Oval">
      <summary>Oval.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.IsoscelesTriangle">
      <summary>Isosceles Triangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RightTriangle">
      <summary>Right Triangle.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Parallelogram">
      <summary>Parallelogram.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Trapezoid">
      <summary>Trapezoid.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Diamond">
      <summary>Diamond.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RegularPentagon">
      <summary>Regular Pentagon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Hexagon">
      <summary>Hexagon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Heptagon">
      <summary>Heptagon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Octagon">
      <summary>Octagon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Decagon">
      <summary>Decagon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Dodecagon">
      <summary>Dodecagon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Pie">
      <summary>Pie.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Chord">
      <summary>Chord.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Teardrop">
      <summary>Teardrop.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Frame">
      <summary>Frame.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.HalfFrame">
      <summary>Half Frame.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LShape">
      <summary>L-Shape.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.DiagonalStripe">
      <summary>Diagonal Stripe.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Cross">
      <summary>Cross.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Plaque">
      <summary>Plaque.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Can">
      <summary>Can.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Cube">
      <summary>Cube.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Bevel">
      <summary>Bevel.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Donut">
      <summary>Donut.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.NoSymbol">
      <summary>"No" Symbol.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.BlockArc">
      <summary>Block Arc.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FoldedCorner">
      <summary>Folded Corner.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.SmileyFace">
      <summary>Smiley Face.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Heart">
      <summary>Heart.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LightningBolt">
      <summary>Lightning Bolt.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Sun">
      <summary>Sun.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Moon">
      <summary>Moon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Cloud">
      <summary>Cloud.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Arc">
      <summary>Arc.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.DoubleBracket">
      <summary>Double Bracket.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.DoubleBrace">
      <summary>Double Brace.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftBracket">
      <summary>Left Bracket.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RightBracket">
      <summary>Right Bracket.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftBrace">
      <summary>Left Brace.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RightBrace">
      <summary>Right Brace.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RightArrow">
      <summary>Right Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftArrow">
      <summary>Left Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.UpArrow">
      <summary>Up Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.DownArrow">
      <summary>Down Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftRightArrow">
      <summary>Left-Right Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.UpDownArrow">
      <summary>Up-Down Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.QuadArrow">
      <summary>Quad Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftRightUpArrow">
      <summary>Left-Right-Up Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.BentArrow">
      <summary>Bent Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.UTurnArrow">
      <summary>U-Turn Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftUpArrow">
      <summary>Left-Up Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.BentUpArrow">
      <summary>Bent-Up Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedRightArrow">
      <summary>Curved Right Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedLeftArrow">
      <summary>Curved Left Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedUpArrow">
      <summary>Curved Up Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedDownArrow">
      <summary>Curved Down Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.StripedRightArrow">
      <summary>Striped Right Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.NotchedRightArrow">
      <summary>Notched Right Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Pentagon">
      <summary>Pentagon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Chevron">
      <summary>Chevron.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RightArrowCallout">
      <summary>Right Arrow Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.DownArrowCallout">
      <summary>Down Arrow Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftArrowCallout">
      <summary>Left Arrow Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.UpArrowCallout">
      <summary>Up Arrow Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftRightArrowCallout">
      <summary>Left-Right Arrow Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.QuadArrowCallout">
      <summary>Quad Arrow Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CircularArrow">
      <summary>Circular Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Plus">
      <summary>Plus.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Minus">
      <summary>Minus.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Multiply">
      <summary>Multiply.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Division">
      <summary>Division.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Equal">
      <summary>Equal.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.NotEqual">
      <summary>Not Equal.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartProcess">
      <summary>Flowchart: Process.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartAlternateProcess">
      <summary>Flowchart: Alternate Process.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartDecision">
      <summary>Flowchart: Decision.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartData">
      <summary>Flowchart: Data.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartPredefinedProcess">
      <summary>Flowchart: Predefined Process.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartInternalStorage">
      <summary>Flowchart: Internal Storage.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartDocument">
      <summary>Flowchart: Document.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartMultidocument">
      <summary>Flowchart: Multidocument.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartTerminator">
      <summary>Flowchart: Terminator.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartPreparation">
      <summary>Flowchart: Preparation.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartManualInput">
      <summary>Flowchart: Manual Input.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartManualOperation">
      <summary>Flowchart: Manual Operation.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartConnector">
      <summary>Flowchart: Connector.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartOffPageConnector">
      <summary>Flowchart: Off-page Connector.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartCard">
      <summary>Flowchart: Card.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartPunchedTape">
      <summary>Flowchart: Punched Tape.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartSummingJunction">
      <summary>Flowchart: Summing Junction.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartOr">
      <summary>Flowchart: Or.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartCollate">
      <summary>Flowchart: Collate.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartSort">
      <summary>Flowchart: Sort.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartExtract">
      <summary>Flowchart: Extract.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartMerge">
      <summary>Flowchart: Merge.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartStoredData">
      <summary>Flowchart: Stored Data.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartDelay">
      <summary>Flowchart: Delay.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartSequentialAccessStorage">
      <summary>Flowchart: Sequential Access Storage.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartMagneticDisk">
      <summary>Flowchart: Magnetic Disk.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartDirectAccessStorage">
      <summary>Flowchart: Direct Access Storage.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartDisplay">
      <summary>Flowchart: Display.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Explosion1">
      <summary>Explosion 1.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Explosion2">
      <summary>Explosion 2.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star4Point">
      <summary>4-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star5Point">
      <summary>5-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star6Point">
      <summary>6-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star7Point">
      <summary>7-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star8Point">
      <summary>8-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star10Point">
      <summary>10-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star12Point">
      <summary>12-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star16Point">
      <summary>16-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star24Point">
      <summary>24-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Star32Point">
      <summary>32-Point Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.UpRibbon">
      <summary>Up Ribbon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.DownRibbon">
      <summary>Down Ribbon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedUpRibbon">
      <summary>Curved Up Ribbon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedDownRibbon">
      <summary>Curved Down Ribbon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.VerticalScroll">
      <summary>Vertical Scroll.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.HorizontalScroll">
      <summary>Horizontal Scroll.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Wave">
      <summary>Wave.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.DoubleWave">
      <summary>Double Wave.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RectangularCallout">
      <summary>Rectangular Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.RoundedRectangularCallout">
      <summary>Rounded Rectangular Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.OvalCallout">
      <summary>Oval Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CloudCallout">
      <summary>Cloud Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout1">
      <summary>Line Callout 1.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout2">
      <summary>Line Callout 2.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout3">
      <summary>Line Callout 3.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout1AccentBar">
      <summary>Line Callout 1 (Accent Bar).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout2AccentBar">
      <summary>Line Callout 2 (Accent Bar).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout3AccentBar">
      <summary>Line Callout 3 (Accent Bar).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout1NoBorder">
      <summary>Line Callout 1 (No Border).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout2NoBorder">
      <summary>Line Callout 2 (No Border).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout3NoBorder">
      <summary>Line Callout 3 (No Border).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout1BorderAndAccentBar">
      <summary>Line Callout 1 (Border and Accent Bar).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout2BorderAndAccentBar">
      <summary>Line Callout 2 (Border and Accent Bar).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineCallout3BorderAndAccentBar">
      <summary>Line Callout 3 (Border and Accent Bar).</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonBackOrPrevious">
      <summary>Action Button: Back or Previous.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonForwardOrNext">
      <summary>Action Button: Forward or Next.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonBeginning">
      <summary>Action Button: Beginning.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonEnd">
      <summary>Action Button: End.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonHome">
      <summary>Action Button: Home.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonInformation">
      <summary>Action Button: Information.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonReturn">
      <summary>Action Button: Return.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonMovie">
      <summary>Action Button: Movie.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonDocument">
      <summary>Action Button: Document.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonSound">
      <summary>Action Button: Sound.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonHelp">
      <summary>Action Button: Help.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ActionButtonCustom">
      <summary>Action Button: Custom.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedConnector2">
      <summary>Curved Connector 2.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedConnector4">
      <summary>Curved Connector 4.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CurvedConnector5">
      <summary>Curved Connector 5.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ElbowConnector2">
      <summary>Bent Connector 2.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ElbowConnector4">
      <summary>Bent Connector 4.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ElbowConnector5">
      <summary>Bent Connector 5.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LineInverse">
      <summary>
        <para>Line Inverse.</para>
        <para>Not supported in PowerPoint. Use <see cref="F:GemBox.Presentation.ShapeGeometryType.Line"/> with vertical flip instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.StraightConnector">
      <summary>Straight Connector.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ChartPlus">
      <summary>Chart Plus.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ChartStar">
      <summary>Chart Star.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.ChartX">
      <summary>Chart X.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.CornerTabs">
      <summary>Corner Tabs.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Funnel">
      <summary>Funnel.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Gear6">
      <summary>Gear 6.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Gear9">
      <summary>Gear 9.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.NonIsoscelesTrapezoid">
      <summary>Non-Isosceles Trapezoid.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.PieWedge">
      <summary>Pie Wedge.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.PlaqueTabs">
      <summary>Plaque Tabs.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.SquareTabs">
      <summary>Square Tabs.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftCircularArrow">
      <summary>Left Circular Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftRightCircularArrow">
      <summary>Left-Right Circular Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.SwooshArrow">
      <summary>Swoosh Arrow.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.UpDownArrowCallout">
      <summary>Up-Down Arrow Callout.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.FlowchartOfflineStorage">
      <summary>Flowchart: Off-line Storage.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.LeftRightRibbon">
      <summary>Left-Right Ribbon.</summary>
    </member>
    <member name="F:GemBox.Presentation.ShapeGeometryType.Custom">
      <summary>Custom.</summary>
    </member>
    <member name="T:GemBox.Presentation.Slide">
      <summary>
            Represents a presentation slide.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.Slides"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Slide.Comments">
      <summary>
            Gets the comments contained on this slide.
            </summary>
      <value>
            The comments contained on this slide.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-comments/408">Comments Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Slide.Visible">
      <summary>
        <para>Gets or sets a value indicating whether this slide is visible during a slide show.</para>
        <para>Default value is <see langword="true"/>.</para>
      </summary>
      <value>
        <see langword="false"/> if this slide is hidden; otherwise, <see langword="true"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Slide.ParentTemplate">
      <summary>
            Gets the parent template <see cref="T:GemBox.Presentation.LayoutSlide"/>.
            </summary>
      <value>
            The parent template <see cref="T:GemBox.Presentation.LayoutSlide"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Slide.Notes">
      <summary>
        <para>Gets or sets the notes for this slide.</para>
        <para>This value can be set only to <see langword="null"/>. Setting this value to <see langword="null"/> will remove notes from the slide.</para>
      </summary>
      <value>
            The notes for this slide.
            </value>
      <remarks>
            Use <see cref="M:GemBox.Presentation.Slide.AddNotes"/> method to add notes to the slide.
            </remarks>
      <exception cref="T:System.ArgumentException">Argument is not <see langword="null"/>.</exception>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slide-notes/411">Slide Notes Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Slide.AddNotes">
      <summary>
        <para>Adds the notes slide to the current slide.</para>
        <para>If the current slide already has notes, then the existing notes are returned.</para>
      </summary>
      <returns>Existing or newly added notes associated with the current slide.</returns>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slide-notes/411">Slide Notes Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Slide.Reset">
      <summary>
            Resets all placeholders on the current <see cref="T:GemBox.Presentation.Slide"/> so they are the same as on the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> <see cref="T:GemBox.Presentation.LayoutSlide"/>.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.SlideBackground">
      <summary>
            Represents a slide background.
            </summary>
      <seealso cref="P:GemBox.Presentation.SlideObject.Background"/>
    </member>
    <member name="P:GemBox.Presentation.SlideBackground.Fill">
      <summary>
            Gets or sets the fill.
            </summary>
      <value>
            The fill.
            </value>
    </member>
    <member name="T:GemBox.Presentation.SlideCollection">
      <summary>
            Represents a collection of slides contained in the presentation.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.Slides"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-powerpoint-slides/401">Slides Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.SlideCollection.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.SlideCollection"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.SlideCollection"/>.
            </value>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="P:GemBox.Presentation.SlideCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.Slide"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.Slide"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.Slide"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Slide"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Slide"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.Slide"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.SlideCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.SlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.Insert(System.Int32,GemBox.Presentation.Slide)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.Slide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.Slide"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.Slide"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.SlideCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.SlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.Add(GemBox.Presentation.Slide)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.Slide"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Slide"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.SlideCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Slide"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Slide"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.SlideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.Contains(GemBox.Presentation.Slide)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.Slide"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Slide"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.IndexOf(GemBox.Presentation.Slide)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.Slide"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Slide"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.Remove(GemBox.Presentation.Slide)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.Slide"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Slide"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.Slide"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.SlideCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.Slide"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.Slide"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> to the end of the collection.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.Slide"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.Slide"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Slide"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.InsertNew(System.Int32,GemBox.Presentation.LayoutSlide)">
      <summary>
            Inserts a new <see cref="T:GemBox.Presentation.Slide"/> with the specified parent layout template to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which new <see cref="T:GemBox.Presentation.Slide"/> should be inserted.</param>
      <param name="layoutSlide">The parent layout template of a new <see cref="T:GemBox.Presentation.Slide"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Slide"/> with the specified parent layout template inserted to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.SlideCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.InsertNew(System.Int32,GemBox.Presentation.SlideLayoutType)">
      <summary>
            Inserts a new <see cref="T:GemBox.Presentation.Slide"/> with a parent template that has a specified type of layout to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which new <see cref="T:GemBox.Presentation.Slide"/> should be inserted.</param>
      <param name="layoutType">The type of layout of a parent template of a new <see cref="T:GemBox.Presentation.Slide"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Slide"/> with the specified type of layout inserted to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.SlideCollection.Count"/>.</exception>
      <remarks>
        <para>If <see cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/> collection is empty, this method will add a new <see cref="T:GemBox.Presentation.MasterSlide"/>.</para>
        <para>If <see cref="P:GemBox.Presentation.MasterSlide.LayoutSlides"/> collection of the last <see cref="T:GemBox.Presentation.MasterSlide"/> from the <see cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/> doesn't contain a <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified <paramref name="layoutType"/>, then a new <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified <paramref name="layoutType"/> will be added.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.InsertNew(System.Int32)">
      <summary>
            Inserts a new <see cref="T:GemBox.Presentation.Slide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which new <see cref="T:GemBox.Presentation.Slide"/> should be inserted.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Slide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.SlideCollection.Count"/>.</exception>
      <remarks>
        <para>If <see cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/> collection is empty, this method will add a new <see cref="T:GemBox.Presentation.MasterSlide"/>.</para>
        <para>If <see cref="P:GemBox.Presentation.MasterSlide.LayoutSlides"/> collection of the last <see cref="T:GemBox.Presentation.MasterSlide"/> from the <see cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/> doesn't contain a <see cref="T:GemBox.Presentation.LayoutSlide"/> whose type of layout is <see cref="F:GemBox.Presentation.SlideLayoutType.Title"/> (for a first slide) or <see cref="F:GemBox.Presentation.SlideLayoutType.TitleAndObject"/> (for a subsequent slides), then a new <see cref="T:GemBox.Presentation.LayoutSlide"/> with the appropriate type of layout will be added.</para>
        <para>If slide is the first in the presentation, then its parent layout template will have a layout type of <see cref="F:GemBox.Presentation.SlideLayoutType.Title"/>; otherwise, it will have a layout type of <see cref="F:GemBox.Presentation.SlideLayoutType.TitleAndObject"/>.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.AddNew(GemBox.Presentation.LayoutSlide)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Slide"/> with the specified parent layout template to the end of the collection.
            </summary>
      <param name="layoutSlide">The parent layout template of a new <see cref="T:GemBox.Presentation.Slide"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Slide"/> with the specified parent layout template added to the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.AddNew(GemBox.Presentation.SlideLayoutType)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Slide"/> with a parent template that has a specified type of layout to the end of the collection.
            </summary>
      <param name="layoutType">The type of layout of a parent template of a new <see cref="T:GemBox.Presentation.Slide"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Slide"/> with the specified type of layout added to the collection.</returns>
      <remarks>
        <para>If <see cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/> collection is empty, this method will add a new <see cref="T:GemBox.Presentation.MasterSlide"/>.</para>
        <para>If <see cref="P:GemBox.Presentation.MasterSlide.LayoutSlides"/> collection of the last <see cref="T:GemBox.Presentation.MasterSlide"/> from the <see cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/> doesn't contain a <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified <paramref name="layoutType"/>, then a new <see cref="T:GemBox.Presentation.LayoutSlide"/> with the specified <paramref name="layoutType"/> will be added.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.SlideCollection.AddNew">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Slide"/> to the end of the collection.
            </summary>
      <returns>A new <see cref="T:GemBox.Presentation.Slide"/> with the specified type of layout added to the collection.</returns>
      <remarks>
        <para>If <see cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/> collection is empty, this method will add a new <see cref="T:GemBox.Presentation.MasterSlide"/>.</para>
        <para>If <see cref="P:GemBox.Presentation.MasterSlide.LayoutSlides"/> collection of the last <see cref="T:GemBox.Presentation.MasterSlide"/> from the <see cref="P:GemBox.Presentation.PresentationDocument.MasterSlides"/> doesn't contain a <see cref="T:GemBox.Presentation.LayoutSlide"/> whose type of layout is <see cref="F:GemBox.Presentation.SlideLayoutType.Title"/> (for a first slide) or <see cref="F:GemBox.Presentation.SlideLayoutType.TitleAndObject"/> (for a subsequent slides), then a new <see cref="T:GemBox.Presentation.LayoutSlide"/> with the appropriate type of layout will be added.</para>
        <para>If slide is the first in the presentation, then its parent layout template will have a layout type of <see cref="F:GemBox.Presentation.SlideLayoutType.Title"/>; otherwise, it will have a layout type of <see cref="F:GemBox.Presentation.SlideLayoutType.TitleAndObject"/>.</para>
      </remarks>
    </member>
    <member name="T:GemBox.Presentation.SlideLayoutType">
      <summary>
            Represents an arrangement of content on a slide.
            </summary>
      <remarks>
            Each layout type is not tied to an exact positioning of placeholders, but rather provides
            a higher-level description of the type of content and positioning of placeholders.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.Custom">
      <summary>
            Custom layout defined by user.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.Title">
      <summary>
            Title layout with centered title and subtitle placeholders.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.Text">
      <summary>
            Title and text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TwoColumnText">
      <summary>
            Title, text on left, text on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.Table">
      <summary>
            Title and table.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TextAndChart">
      <summary>
            Title, text on left and chart on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.ChartAndText">
      <summary>
            Title, chart on left and text on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.Diagram">
      <summary>
            Title and diagram.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.Chart">
      <summary>
            Title and chart.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TextAndClipArt">
      <summary>
            Title, text on left, clip art on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.ClipArtAndText">
      <summary>
            Title, clipart on left, text on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TitleOnly">
      <summary>
            Title only.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.Blank">
      <summary>
            Blank.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TextAndObject">
      <summary>
            Title, text on left, object on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.ObjectAndText">
      <summary>
            Title, object on left, text on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.Object">
      <summary>
            Object only.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TitleAndObject">
      <summary>
            Title and object.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TextAndMedia">
      <summary>
            Title, text on left, media on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.MediaAndText">
      <summary>
            Title, media on left, text on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.ObjectOverText">
      <summary>
            Title, object on top, text on bottom.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TextOverObject">
      <summary>
            Title, text on top, object on bottom.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TextAndTwoObjects">
      <summary>
            Title, text on left, two objects on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TwoObjectsAndText">
      <summary>
            Title, two objects on left, text on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TwoObjectsOverText">
      <summary>
            Title, two objects on top, text on bottom.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.FourObjects">
      <summary>
            Title and four objects.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.VerticalText">
      <summary>
            Title and vertical text body.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.ClipArtAndVerticalText">
      <summary>
            Title, clip art on left, vertical text on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.VerticalTitleAndText">
      <summary>
            Vertical title on right, vertical text on left.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.VerticalTitleAndTextOverChart">
      <summary>
            Vertical title on right, vertical text on top, chart on bottom.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TwoObjects">
      <summary>
            Title, object on left, object on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.ObjectAndTwoObjects">
      <summary>
            Title, one object on left, two objects on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TwoObjectsAndObject">
      <summary>
            Title, two objects on left, one object on right.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.SectionHeader">
      <summary>
            Section header title and subtitle text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TwoTextAndTwoObjects">
      <summary>
            Title, two objects each with text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.TitleObjectAndCaption">
      <summary>
            Title, object and caption text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideLayoutType.PictureAndCaption">
      <summary>
            Title, picture, and caption text.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.SlideObject">
      <summary>
            Represents a base type for all slide types, such as <see cref="T:GemBox.Presentation.MasterSlide"/>, <see cref="T:GemBox.Presentation.LayoutSlide"/>,
            <see cref="T:GemBox.Presentation.Slide"/> and <see cref="T:GemBox.Presentation.NotesSlide"/>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.SlideObject.ShowMasterShapes">
      <summary>
        <para>Gets or sets a value indicating whether the shapes from the <see cref="P:GemBox.Presentation.SlideObject.ParentTemplate"/> should be shown on this slide.</para>
        <para>Default value is <see langword="true"/>.</para>
      </summary>
      <value>
        <see langword="false"/> if the shapes from <see cref="P:GemBox.Presentation.SlideObject.ParentTemplate"/> are hidden; otherwise, <see langword="true"/>.
            </value>
      <remarks>
            This property can be applied on layout slides, slides, and notes slides; It's ignored on master slides.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.SlideObject.Content">
      <summary>
            Gets the slide's content in a form of a root <see cref="T:GemBox.Presentation.GroupShape"/> that groups all the <see cref="T:GemBox.Presentation.Drawing"/>s contained on this slide.
            </summary>
      <value>
            The slide's content in a form of a root <see cref="T:GemBox.Presentation.GroupShape"/> that groups all the <see cref="T:GemBox.Presentation.Drawing"/>s contained on this slide.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideObject.ParentTemplate">
      <summary>
            Gets the parent template <see cref="T:GemBox.Presentation.SlideObject"/> or <see langword="null"/> if this <see cref="T:GemBox.Presentation.SlideObject"/> is master slide.
            </summary>
      <value>
            The parent template <see cref="T:GemBox.Presentation.SlideObject"/> or <see langword="null"/> if this <see cref="T:GemBox.Presentation.SlideObject"/> is master slide.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideObject.Background">
      <summary>
            Gets or sets the slide background.
            </summary>
      <value>
            The slide background.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideObject.Presentation">
      <summary>
            Gets the presentation to which this slide belongs.
            </summary>
      <value>
            The presentation to which this slide belongs.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideObject.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.SlideObject"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.SlideObject"/>.
            </value>
      <remarks>
        <para>The property always returns a new instance of the <see cref="T:GemBox.Presentation.TextRange"/> class.</para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.SlideObject.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.SlideObject"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.SlideObject"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.SlideObjectCollection`1">
      <summary>
            Represents a base type for all collections that contain <see cref="T:GemBox.Presentation.SlideObject"/> derived instances, such as <see cref="T:GemBox.Presentation.MasterSlideCollection"/>, <see cref="T:GemBox.Presentation.LayoutSlideCollection"/> and <see cref="T:GemBox.Presentation.SlideCollection"/>.
            </summary>
      <typeparam name="TSlide">The type of slides derived from the <see cref="T:GemBox.Presentation.SlideObject"/> that are contained in the collection.</typeparam>
    </member>
    <member name="M:GemBox.Presentation.SlideObjectCollection`1.InsertClone(System.Int32,`0,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <typeparamref name="TSlide"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <typeparamref name="TSlide"/> should be inserted.</param>
      <param name="source">The source <typeparamref name="TSlide"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TSlide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.SlideObjectCollection`1.InsertClone(System.Int32,`0)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <typeparamref name="TSlide"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <typeparamref name="TSlide"/> should be inserted.</param>
      <param name="source">The source <typeparamref name="TSlide"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TSlide"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.SlideObjectCollection`1.AddClone(`0,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <typeparamref name="TSlide"/> to the end of the collection.
            </summary>
      <param name="source">The source <typeparamref name="TSlide"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TSlide"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.SlideObjectCollection`1.AddClone(`0)">
      <summary>
            Adds a clone of the <paramref name="source"/> <typeparamref name="TSlide"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <typeparamref name="TSlide"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TSlide"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.SlideObjectCollection`1.Item(System.String)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.SlideObjectCollection`1.VerifyDetach(System.Int32)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.SlideShowAdvanceMode">
      <summary>
            Represents an enumeration that specifies how to advance slides when presenting.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideShowAdvanceMode.Manually">
      <summary>
            Slides should be manually advanced when presenting.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideShowAdvanceMode.UsingTimings">
      <summary>
            Slide transition timings should be used to advance slides when presenting.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.SlideShowRangeType">
      <summary>
            Represents the type of the slide show range.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideShowRangeType.All">
      <summary>
            Show all slides.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideShowRangeType.SlideRange">
      <summary>
            Show slides starting from the slide with at index <see cref="P:GemBox.Presentation.SlideShowSettings.StartingSlide"/> and ending with the slide at index <see cref="P:GemBox.Presentation.SlideShowSettings.EndingSlide"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideShowRangeType.CustomShow">
      <summary>
            Show custom show that is specified in the <see cref="P:GemBox.Presentation.SlideShowSettings.CustomShow"/>.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.SlideShowSettings">
      <summary>
            Represents a type within which all presentation-wide slide show properties are contained.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.SlideShow"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slideshow/502">Slide Show Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.ShowType">
      <summary>
            Gets or sets the type of the show.
            </summary>
      <value>
            The type of the show.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.RangeType">
      <summary>
            Gets the type of the range of slides for the show.
            </summary>
      <value>
            Type of the range of slides for the show.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.StartingSlide">
      <summary>
        <para>Gets the index of the show's starting slide from the <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection.</para>
        <para>Applicable only if <see cref="P:GemBox.Presentation.SlideShowSettings.RangeType"/> has the value <see cref="F:GemBox.Presentation.SlideShowRangeType.SlideRange"/> that can be set with <see cref="M:GemBox.Presentation.SlideShowSettings.ShowRangeOfSlides(System.Int32,System.Int32)"/> method.</para>
      </summary>
      <value>
            The index of the show's starting slide from the <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.EndingSlide">
      <summary>
        <para>Gets the index of the show's ending slide from the <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection.</para>
        <para>Applicable only if <see cref="P:GemBox.Presentation.SlideShowSettings.RangeType"/> has the value <see cref="F:GemBox.Presentation.SlideShowRangeType.SlideRange"/> that can be set with <see cref="M:GemBox.Presentation.SlideShowSettings.ShowRangeOfSlides(System.Int32,System.Int32)"/> method.</para>
      </summary>
      <value>
            The index of the show's ending slide from the <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.CustomShow">
      <summary>
        <para>Gets the custom slide show from the <see cref="P:GemBox.Presentation.SlideShowSettings.CustomShows"/> collection.</para>
        <para>Applicable only if <see cref="P:GemBox.Presentation.SlideShowSettings.RangeType"/> has the value <see cref="F:GemBox.Presentation.SlideShowRangeType.CustomShow"/> that can be set with <see cref="M:GemBox.Presentation.SlideShowSettings.ShowCustomShowSlides(System.String)"/> method.</para>
      </summary>
      <value>
            The custom slide show from the <see cref="P:GemBox.Presentation.SlideShowSettings.CustomShows"/> collection.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slideshow/502">Slide Show Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.LoopContinuously">
      <summary>
            Gets or sets a value indicating whether the slide show should be set to loop at the end.
            </summary>
      <value>
        <see langword="true"/> if the slide show should loop at the end; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.ShowWithoutNarration">
      <summary>
            Gets or sets a value indicating whether slide show narration should not be played when presenting.
            </summary>
      <value>
        <see langword="true"/> if slide show narration should not be played when presenting; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.ShowWithoutAnimation">
      <summary>
            Gets or sets a value indicating whether slide show animation should not be shown when presenting.
            </summary>
      <value>
        <see langword="true"/> if slide show animation should not be shown when presenting; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.AdvanceMode">
      <summary>
            Gets or sets a value indicating how to advance slides when presenting.
            </summary>
      <value>
            A value indicating how to advance slides when presenting.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.CustomShows">
      <summary>
            Gets the custom shows that are available within the presentation.
            </summary>
      <value>
            The custom shows that are available within the presentation.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slideshow/502">Slide Show Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.SlideShowSettings.PenColor">
      <summary>
            Gets or sets the pen color that should be used to make markings on the slides while presenting.
            </summary>
      <value>
            The pen color that should be used to make markings on the slides while presenting.
            </value>
    </member>
    <member name="M:GemBox.Presentation.SlideShowSettings.ShowAllSlides">
      <summary>
            Shows all the slides from the <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection when presenting.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.SlideShowSettings.ShowRangeOfSlides(System.Int32,System.Int32)">
      <summary>
            Shows the range of slides from the <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection when presenting.
            </summary>
      <param name="startingSlide">The index of the starting slide from the <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection.</param>
      <param name="endingSlide">The index of the ending slide from the <see cref="P:GemBox.Presentation.PresentationDocument.Slides"/> collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="startingSlide"/> or <paramref name="endingSlide"/> is less than zero.</exception>
    </member>
    <member name="M:GemBox.Presentation.SlideShowSettings.ShowCustomShowSlides(System.String)">
      <summary>
            Shows the slides from the custom show with the specified name.
            </summary>
      <param name="slideShowName">Name of the custom show.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="slideShowName"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/> or custom show with the specified name does not exist in the <see cref="P:GemBox.Presentation.SlideShowSettings.CustomShows"/> collection.</exception>
    </member>
    <member name="T:GemBox.Presentation.SlideShowTransition">
      <summary>
            Represents a slide transition.
            </summary>
      <seealso cref="P:GemBox.Presentation.AnimatableSlide.Transition"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slide-transition/501">Slide Transition Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.TransitionType">
      <summary>
            Gets or sets the transition type.
            </summary>
      <value>
            The transition type.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.Effect">
      <summary>
            Gets or sets the transition effect.
            </summary>
      <value>
            The transition effect.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.Speed">
      <summary>
            Gets or sets the transition speed.
            </summary>
      <value>
            The transition speed.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.Duration">
      <summary>
            Gets or sets the transition duration (in milliseconds).
            </summary>
      <value>
            The transition duration (in milliseconds).
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not greater or equal to zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.Sound">
      <summary>
            Gets or sets the sound associated with the transition.
            </summary>
      <value>
            The sound associated with the transition.
            </value>
      <exception cref="T:System.ArgumentException">Sound is not embedded WAV.</exception>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.StopPreviousSound">
      <summary>
            Gets or sets a value indicating whether to stop all previous sounds when this transition is activated.
            </summary>
      <value>
        <see langword="true"/> to stop all previous sounds when this transition is activated; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.AdvanceAfterTime">
      <summary>
            Gets or sets the time, in milliseconds, after which the transition should start.
            </summary>
      <value>
            The time, in milliseconds, after which the transition should start.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not greater than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.LoopUntilNextSound">
      <summary>
            Gets or sets a value indicating whether to repeat the current transition sound until the next sound is played.
            </summary>
      <value>
        <see langword="true"/> to repeat the current transition sound until the next sound is played; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.AdvanceOnClick">
      <summary>
            Gets or sets a value indicating whether a mouse click advances the slide.
            </summary>
      <value>
        <see langword="true"/> if a mouse click advances the slide; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideShowTransition.AdvanceOnTime">
      <summary>
            Gets or sets a value indicating whether the slide advances automatically, after the time specified in the <see cref="P:GemBox.Presentation.SlideShowTransition.AdvanceAfterTime"/>.
            </summary>
      <value>
        <see langword="true"/> if the slide advances automatically, after the time specified in the <see cref="P:GemBox.Presentation.SlideShowTransition.AdvanceAfterTime"/>; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.SlideShowTransition.PlaySound(System.IO.Stream)">
      <summary>
            Specifies the sound to be played when the transition is activated.
            </summary>
      <param name="stream">An audio stream in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>).</param>
      <returns>
            The sound to be played when the transition is activated.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="stream"/> is not readable.</exception>
      <remarks>
        <para>Sound is always stored in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>) stream that is embedded in the presentation.</para>
        <para>Do not set any member on the returned <see cref="T:GemBox.Presentation.Media.AudioContent"/> because they are not supported in this context (for example, they won't be saved to a PPTX file).</para>
        <para>To set a sound for the transition, either use this method or the <see cref="P:GemBox.Presentation.SlideShowTransition.Sound"/> property.</para>
      </remarks>
    </member>
    <member name="M:GemBox.Presentation.SlideShowTransition.PlaySound(System.IO.Stream,System.String)">
      <summary>
            Specifies the sound to be played when the transition is activated.
            </summary>
      <param name="stream">An audio stream in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>).</param>
      <param name="soundName">An original name or a given short name used to distinguish this sound from others by providing a human readable name for the attached sound should the user need to identify the sound among others within the UI.</param>
      <returns>
            The sound to be played when the transition is activated.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="stream"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="stream"/> is not readable.</exception>
      <remarks>
        <para>Sound is always stored in a Waveform Audio File Format (<see cref="F:GemBox.Presentation.Media.AudioContentType.Wav"/>) stream that is embedded in the presentation.</para>
        <para>Do not set any member on the returned <see cref="T:GemBox.Presentation.Media.AudioContent"/> because they are not supported in this context (for example, they won't be saved to a PPTX file).</para>
        <para>To set a sound for the transition, either use this method or the <see cref="P:GemBox.Presentation.SlideShowTransition.Sound"/> property.</para>
      </remarks>
    </member>
    <member name="T:GemBox.Presentation.SlideShowType">
      <summary>
            Represents the type of slide show.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideShowType.Speaker">
      <summary>
            Presented by a speaker (full screen).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideShowType.Window">
      <summary>
            Browsed by an individual (window).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideShowType.Kiosk">
      <summary>
            Browsed at a kiosk (full screen).
            </summary>
    </member>
    <member name="T:GemBox.Presentation.SlideSize">
      <summary>
            Represents slide size settings.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.SlideSize"/>
    </member>
    <member name="P:GemBox.Presentation.SlideSize.SizedFor">
      <summary>
        <para>Gets or sets the kind of slide size that should be used.</para>
        <para>This identifies in particular the expected delivery platform for this presentation.</para>
      </summary>
      <value>
            The kind of slide size that should be used.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideSize.Orientation">
      <summary>
            Gets or sets the orientation of the presentation slide surface.
            </summary>
      <value>
            The orientation of the presentation slide surface.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideSize.NotesOrientation">
      <summary>
            Gets or sets the orientation of slide surface used for notes slides and handout slides.
            </summary>
      <value>
            The orientation of slide surface used for notes slides and handout slides.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SlideSize.Width">
      <summary>
            Gets or sets the width of the presentation slide surface.
            </summary>
      <value>
            The width of the presentation slide surface.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not greater than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.SlideSize.Height">
      <summary>
            Gets or sets the height of the presentation slide surface.
            </summary>
      <value>
            The height of the presentation slide surface.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not greater than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.SlideSize.NumberSlidesFrom">
      <summary>
            Gets or sets the first slide number in the presentation.
            </summary>
      <value>
            The first slide number in the presentation.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="M:GemBox.Presentation.SlideSize.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.SlideSize"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.SlideSize"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="T:GemBox.Presentation.SlideSizeType">
      <summary>
            Represents the types of slide size that the slide should be optimized for.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.Custom">
      <summary>
            Custom output.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.OnscreenShow4X3">
      <summary>
            On-screen Show (4:3).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.LetterPaper">
      <summary>
            Letter Paper (8.5 inch x 11 inch).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.LedgerPaper">
      <summary>
            Ledger Paper (11 inch x 17 inch).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.A3Paper">
      <summary>
            A3 Paper (297 mm x 420 mm).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.A4Paper">
      <summary>
            A4 Paper (210 mm x 297 mm).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.B4ISOPaper">
      <summary>
            B4 (ISO) Paper (250 mm x 353 mm).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.B4JISPaper">
      <summary>
            B4 (JIS) Paper (250 mm x 353 mm).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.B5ISOPaper">
      <summary>
            B5 (ISO) Paper (176 mm x 250 mm).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.B5JISPaper">
      <summary>
            B5 (JIS) Paper (176 mm x 250 mm).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.Slides35MM">
      <summary>
            35mm Slides.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.Overhead">
      <summary>
            Overhead.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.Banner">
      <summary>
            Banner.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.OnscreenShow16X9">
      <summary>
            On-screen Show (16:9).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.OnscreenShow16X10">
      <summary>
            On-screen Show (16:10).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.Widescreen">
      <summary>
            Widescreen.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.SlideSizeType.HagakiCard">
      <summary>
            HagakiCard.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.SolidFillFormat">
      <summary>
            Represents a fill containing of a single color spread uniformly across the entire area.
            </summary>
      <seealso cref="P:GemBox.Presentation.SlideBackground.Fill"/>
      <seealso cref="P:GemBox.Presentation.ShapeFormat.Fill"/>
      <seealso cref="P:GemBox.Presentation.TextCharacterFormat.Fill"/>
      <seealso cref="P:GemBox.Presentation.LineFormat.Fill"/>
      <seealso cref="P:GemBox.Presentation.Tables.TableFormat.Fill"/>
      <seealso cref="P:GemBox.Presentation.Tables.TableCellFormat.Fill"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shape-formatting/301">Shape Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.SolidFillFormat.FillType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.FillFormatType.Solid"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.FillFormatType.Solid"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.SolidFillFormat.Color">
      <summary>
            Gets or sets the color.
            </summary>
      <value>
            The color.
            </value>
    </member>
    <member name="T:GemBox.Presentation.StrikethroughType">
      <summary>
            Represents a text strikethrough type.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.StrikethroughType.None">
      <summary>
            No strikethrough is applied to the text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.StrikethroughType.Single">
      <summary>
            A single strikethrough is applied to the text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.StrikethroughType.Double">
      <summary>
            A double strikethrough is applied to the text.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Tables.Table">
      <summary>
            Represents a table.
            </summary>
      <seealso cref="P:GemBox.Presentation.GraphicFrame.Table"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-tables/601">Tables Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Tables.Table.Columns">
      <summary>
            Gets the columns.
            </summary>
      <value>
            The columns.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.Table.Rows">
      <summary>
            Gets the rows.
            </summary>
      <value>
            The rows.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.Table.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.Tables.Table"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.Tables.Table"/>.
            </value>
      <remarks>
        <para>The property always returns a new instance of the <see cref="T:GemBox.Presentation.TextRange"/> class.</para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Tables.Table.Format">
      <summary>
            Gets the table's formatting options.
            </summary>
      <value>
            The table's formatting options.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.Tables.TableFormat"/> that points to data associated with this table.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Tables.Table.Frame">
      <summary>
            Gets the frame that contains this table.
            </summary>
      <value>
            The frame that contains this table.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableBackground">
      <summary>
            Represents a table background fill and effects applied with a <see cref="T:GemBox.Presentation.Tables.TableStyle"/>.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.TableStyle.Background"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableBackground.Fill">
      <summary>
            Gets or sets the table cell shading.
            </summary>
      <value>
            The table cell shading.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableCell">
      <summary>
            Represents a table cell.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.TableRow.Cells"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCell.Parent">
      <summary>
            Gets the parent <see cref="T:GemBox.Presentation.Tables.TableRow"/>, if the cell is not removed; otherwise, <see langword="null"/>.
            </summary>
      <value>
            The parent <see cref="T:GemBox.Presentation.Tables.TableRow"/>, if the cell is not removed; otherwise, <see langword="null"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCell.ColumnSpan">
      <summary>
            Gets or sets the number of columns through which this cell is spanning.
            </summary>
      <value>
            The number of columns through which this cell is spanning.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than 1.</exception>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCell.RowSpan">
      <summary>
            Gets or sets the number of rows through which this cell is spanning.
            </summary>
      <value>
            The number of rows through which this cell is spanning.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than 1.</exception>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCell.Format">
      <summary>
            Gets the cell's formatting options.
            </summary>
      <value>
            The cell's formatting options.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.Tables.TableCellFormat"/> that points to data associated with this cell.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCell.Text">
      <summary>
            Gets the text content and formatting associated with this <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </summary>
      <value>
            The text content and formatting associated with this <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textboxes/404">Text Boxes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCell.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </value>
      <remarks>
        <para>The property always returns a new instance of the <see cref="T:GemBox.Presentation.TextRange"/> class.</para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableCellBorderType">
      <summary>
            Represents the type of cell border.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableCellBorderType.Left">
      <summary>
            Left border.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableCellBorderType.Right">
      <summary>
            Right border.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableCellBorderType.Top">
      <summary>
            Top border.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableCellBorderType.Bottom">
      <summary>
            Bottom border.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableCellBorderType.InsideHorizontal">
      <summary>
            Inside horizontal border.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableCellBorderType.InsideVertical">
      <summary>
            Inside vertical border.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableCellBorderType.DiagonalDown">
      <summary>
            Diagonal down border (from top-left to bottom-right).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableCellBorderType.DiagonalUp">
      <summary>
            Diagonal up border (from bottom-left to top-right).
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableCellCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.Tables.TableCell"/>s.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.TableRow.Cells"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellCollection.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.Tables.TableCellCollection"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.Tables.TableCellCollection"/>.
            </value>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellCollection.Table">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.CloneItem(GemBox.Presentation.Tables.TableCell,GemBox.Presentation.SlideObject,GemBox.Presentation.CloneContext)">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.Tables.TableCell"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.Tables.TableCell"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.Tables.TableCell"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Tables.TableCell"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Tables.TableCell"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.Tables.TableCell"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableCellCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableCellCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.Insert(System.Int32,GemBox.Presentation.Tables.TableCell)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.Tables.TableCell"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.Tables.TableCell"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableCell"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableCellCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableCellCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.Add(GemBox.Presentation.Tables.TableCell)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.Tables.TableCell"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableCell"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableCellCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Tables.TableCell"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Tables.TableCell"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableCellCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.Contains(GemBox.Presentation.Tables.TableCell)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.Tables.TableCell"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableCell"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.IndexOf(GemBox.Presentation.Tables.TableCell)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.Tables.TableCell"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableCell"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.Remove(GemBox.Presentation.Tables.TableCell)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.Tables.TableCell"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableCell"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.Tables.TableCell"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.Tables.TableCellCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.InsertClone(System.Int32,GemBox.Presentation.Tables.TableCell,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableCell"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.InsertClone(System.Int32,GemBox.Presentation.Tables.TableCell)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableCell"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.AddClone(GemBox.Presentation.Tables.TableCell,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> to the end of the collection.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableCell"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.AddClone(GemBox.Presentation.Tables.TableCell)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableCell"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableCell"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.InsertNew(System.Int32)">
      <summary>
            Inserts a new <see cref="T:GemBox.Presentation.Tables.TableCell"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which new <see cref="T:GemBox.Presentation.Tables.TableCell"/> should be inserted.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.TableCell"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableCellCollection.Count"/>.</exception>
      <exception cref="T:System.InvalidOperationException">Table cell cannot be added because parent table row has been removed from the table.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.AddNew">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Tables.TableCell"/> to the end of the collection.
            </summary>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.TableCell"/> added to the collection.</returns>
      <exception cref="T:System.InvalidOperationException">Table cell cannot be added because parent table row has been removed from the table.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableCellCollection.OnChange">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableCellFormat">
      <summary>
            Represents a set of formatting options that can be applied to a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.TableCell.Format"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellFormat.Fill">
      <summary>
            Gets or sets the table cell shading.
            </summary>
      <value>
            The table cell shading.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellFormat.TopBorderLine">
      <summary>
            Gets or sets the table cell top border line.
            </summary>
      <value>
            The table cell top border line.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellFormat.BottomBorderLine">
      <summary>
            Gets or sets the table cell bottom border line.
            </summary>
      <value>
            The table cell bottom border line.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellFormat.LeftBorderLine">
      <summary>
            Gets or sets the table cell left border line.
            </summary>
      <value>
            The table cell left border line.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellFormat.RightBorderLine">
      <summary>
            Gets or sets the table cell right border line.
            </summary>
      <value>
            The table cell right border line.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellFormat.DiagonalDownBorderLine">
      <summary>
            Gets or sets the table cell border line that goes from top-left corner to bottom-right corner.
            </summary>
      <value>
            The table cell border line that goes from top-left corner to bottom-right corner.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableCellFormat.DiagonalUpBorderLine">
      <summary>
            Gets or sets the table cell border line that goes from bottom-left corner to top-right corner.
            </summary>
      <value>
            The table cell border line that goes from bottom-left corner to top-right corner.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableColumn">
      <summary>
            Represents a table column.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.Table.Columns"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableColumn.Width">
      <summary>
            Gets or sets the column width.
            </summary>
      <value>
            The column width.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not greater than zero.</exception>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableColumnCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.Tables.TableColumn"/>s.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.Table.Columns"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableColumnCollection.Table">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.CloneItem(GemBox.Presentation.Tables.TableColumn,GemBox.Presentation.SlideObject,GemBox.Presentation.CloneContext)">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableColumnCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.Tables.TableColumn"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.Tables.TableColumn"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableColumnCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.Tables.TableColumn"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Tables.TableColumn"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.Tables.TableColumn"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableColumnCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableColumnCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.Insert(System.Int32,GemBox.Presentation.Tables.TableColumn)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.Tables.TableColumn"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableColumnCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableColumnCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.Add(GemBox.Presentation.Tables.TableColumn)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableColumnCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Tables.TableColumn"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableColumnCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.Contains(GemBox.Presentation.Tables.TableColumn)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.Tables.TableColumn"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.IndexOf(GemBox.Presentation.Tables.TableColumn)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.Tables.TableColumn"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.Remove(GemBox.Presentation.Tables.TableColumn)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.Tables.TableColumn"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.Tables.TableColumn"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.Tables.TableColumnCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.InsertClone(System.Int32,GemBox.Presentation.Tables.TableColumn,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableColumn"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.InsertClone(System.Int32,GemBox.Presentation.Tables.TableColumn)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableColumn"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.AddClone(GemBox.Presentation.Tables.TableColumn,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to the end of the collection.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableColumn"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.AddClone(GemBox.Presentation.Tables.TableColumn)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableColumn"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableColumn"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.InsertNew(System.Int32,GemBox.Presentation.Length)">
      <summary>
            Inserts a new <see cref="T:GemBox.Presentation.Tables.TableColumn"/> with the specified width to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which new <see cref="T:GemBox.Presentation.Tables.TableColumn"/> should be inserted.</param>
      <param name="width">Width of a new <see cref="T:GemBox.Presentation.Tables.TableColumn"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.TableColumn"/> with the specified width inserted to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableColumnCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="width"/> is not greater than zero.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableColumnCollection.AddNew(GemBox.Presentation.Length)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Tables.TableColumn"/> with the specified width to the end of the collection.
            </summary>
      <param name="width">Width of a new <see cref="T:GemBox.Presentation.Tables.TableColumn"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.TableColumn"/> with the specified width added to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="width"/> is not greater than zero.</exception>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableElement">
      <summary>
            Represents a base type for all table element types, such as <see cref="T:GemBox.Presentation.Tables.TableColumn"/>, <see cref="T:GemBox.Presentation.Tables.TableRow"/> and <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableElement.Table">
      <summary>
            Gets the parent <see cref="T:GemBox.Presentation.Tables.Table"/>, if element is not removed; otherwise, <see langword="null"/>.
            </summary>
      <value>
            The parent <see cref="T:GemBox.Presentation.Tables.Table"/>, if element is not removed; otherwise, <see langword="null"/>.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableElementCollection`1">
      <summary>
            Represents a base type for all collections that contain <see cref="T:GemBox.Presentation.Tables.TableElement"/> derived instances, such as <see cref="T:GemBox.Presentation.Tables.TableColumnCollection"/>, <see cref="T:GemBox.Presentation.Tables.TableRowCollection"/> and <see cref="T:GemBox.Presentation.Tables.TableCellCollection"/>.
            </summary>
      <typeparam name="T">The type of elements derived from the <see cref="T:GemBox.Presentation.Tables.TableElement"/> that are contained in the collection.</typeparam>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableElementCollection`1.Table">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableElementCollection`1.CloneItem(`0,GemBox.Presentation.SlideObject,GemBox.Presentation.CloneContext)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableElementCollection`1.InsertClone(System.Int32,`0,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <typeparamref name="T"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <typeparamref name="T"/> should be inserted.</param>
      <param name="source">The source <typeparamref name="T"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="T"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableElementCollection`1.InsertClone(System.Int32,`0)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <typeparamref name="T"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <typeparamref name="T"/> should be inserted.</param>
      <param name="source">The source <typeparamref name="T"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="T"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableElementCollection`1.AddClone(`0,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <typeparamref name="T"/> to the end of the collection.
            </summary>
      <param name="source">The source <typeparamref name="T"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="T"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableElementCollection`1.AddClone(`0)">
      <summary>
            Adds a clone of the <paramref name="source"/> <typeparamref name="T"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <typeparamref name="T"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="T"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableElementCollection`1.OnChange">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableFormat">
      <summary>
            Represents a set of formatting options that can be applied to a <see cref="T:GemBox.Presentation.Tables.Table"/>.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.Table.Format"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableFormat.Style">
      <summary>
            Gets or sets the table style.
            </summary>
      <value>
            The table style.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableFormat.StyleOptions">
      <summary>
            Gets or sets the table style options that specify which of the conditional formats will be applied on the parent <see cref="T:GemBox.Presentation.Tables.Table"/>.
            </summary>
      <value>
            The table style options that specify which of the conditional formats will be applied on the parent <see cref="T:GemBox.Presentation.Tables.Table"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableFormat.Fill">
      <summary>
            Gets or sets the table shading.
            </summary>
      <value>
            The table shading.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Tables.TablePartBorderStyle">
      <summary>
        <para>Represents a set of border-related table style conditional formatting properties.</para>
      </summary>
      <remarks>
        <para>Table style conditional formats are applied to different regions of the table and allow you to define all formatting properties (formatting for a table, rows, cells, paragraphs and runs).</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartBorderStyle.Item(GemBox.Presentation.Tables.TableCellBorderType)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.LineFormat"/> that corresponds to given border type.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.LineFormat"/> that corresponds to given border type.
            </value>
      <param name="borderType">The border type of the <see cref="T:GemBox.Presentation.LineFormat"/>.</param>
      <returns>
            The <see cref="T:GemBox.Presentation.LineFormat"/> that corresponds to given border type.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TablePartBorderStyle.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the collection of <see cref="T:GemBox.Presentation.LineFormat"/>s.
            </summary>
      <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection of <see cref="T:GemBox.Presentation.LineFormat"/>s.</returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TablePartBorderStyle.System#Collections#IEnumerable#GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the collection of <see cref="T:GemBox.Presentation.LineFormat"/>s.
            </summary>
      <returns>
            An <see cref="T:System.Collections.IEnumerator"/> for the collection of <see cref="T:GemBox.Presentation.LineFormat"/>s.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.Tables.TablePartStyle">
      <summary>
        <para>Represents a set of table style conditional formatting properties.</para>
        <para>These properties affect the appearance of all rows, cells, paragraphs and runs within the parent table matching the specified condition, but may be overridden by individual row, cell, paragraph and run level formatting.</para>
      </summary>
      <remarks>
        <para>Table style conditional formats are applied to different regions of the table and allow you to define all formatting properties (formatting for a table, rows, cells, paragraphs and runs).</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartStyle.PartStyleType">
      <summary>
            Gets the part of the table to which this conditional table formatting is applied.
            </summary>
      <value>
            The part of the table to which this conditional table formatting is applied.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartStyle.Fill">
      <summary>
            Gets or sets the table cell shading.
            </summary>
      <value>
            The table cell shading.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartStyle.Text">
      <summary>
            Gets the table part text style.
            </summary>
      <value>
            The table part text style.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartStyle.Borders">
      <summary>
            Gets the table part border style.
            </summary>
      <value>
            The table part border style.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Tables.TablePartStyleType">
      <summary>
            Represents table style conditional format types which indicate what region of a table will be formatted with <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/> object.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.WholeTable">
      <summary>
            Specifies that the conditional formatting applies to the whole table.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.OddBandedRows">
      <summary>
            Specifies that the table formatting applies to odd numbered groupings of rows.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.EvenBandedRows">
      <summary>
            Specifies that the table formatting applies to even numbered groupings of rows.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.OddBandedColumns">
      <summary>
            Specifies that the table formatting applies to odd numbered groupings of columns.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.EvenBandedColumns">
      <summary>
            Specifies that the table formatting applies to even numbered groupings of columns.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.LastColumn">
      <summary>
            Specifies that the table formatting applies to the last column.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.FirstColumn">
      <summary>
            Specifies that the table formatting applies to the first column.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.LastRow">
      <summary>
            Specifies that the table formatting applies to the last row.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.BottomLeftCell">
      <summary>
            Specifies that the table formatting applies to the bottom left cell.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.BottomRightCell">
      <summary>
            Specifies that the table formatting applies to the bottom right cell.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.FirstRow">
      <summary>
            Specifies that the table formatting applies to the first row.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.TopLeftCell">
      <summary>
            Specifies that the table formatting applies to the top left cell.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TablePartStyleType.TopRightCell">
      <summary>
            Specifies that the table formatting applies to the top right cell.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Tables.TablePartTextStyle">
      <summary>
        <para>Represents a set of text-related table style conditional formatting properties.</para>
      </summary>
      <remarks>
        <para>Table style conditional formats are applied to different regions of the table and allow you to define all formatting properties (formatting for a table, rows, cells, paragraphs and runs).</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartTextStyle.Bold">
      <summary>
        <para>Gets or sets a value indicating whether a run of text is formatted as bold text.</para>
        <para>Default value is <see langword="false"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if a run of text is formatted as bold text; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartTextStyle.Italic">
      <summary>
        <para>Gets or sets a value indicating whether a run of text is formatted as italic text.</para>
        <para>Default value is <see langword="false"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if a run of text is formatted as italic text; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartTextStyle.Font">
      <summary>
            Gets or sets the font to be used on characters within a given <see cref="T:GemBox.Presentation.TextElement"/>.
            </summary>
      <value>
            The font to be used on characters within a given <see cref="T:GemBox.Presentation.TextElement"/>.
            </value>
      <exception cref="T:System.ArgumentException">Value is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.Tables.TablePartTextStyle.Color">
      <summary>
            Gets or sets the color.
            </summary>
      <value>
            The color.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableRow">
      <summary>
            Represents a table row.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.Table.Rows"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableRow.Cells">
      <summary>
            Gets the cells.
            </summary>
      <value>
            The cells.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableRow.Height">
      <summary>
            Gets or sets the row height.
            </summary>
      <value>
            The row height.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not greater than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableRow.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.Tables.TableRow"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.Tables.TableRow"/>.
            </value>
      <remarks>
        <para>The property always returns a new instance of the <see cref="T:GemBox.Presentation.TextRange"/> class.</para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableRowCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.Tables.TableRow"/>s.
            </summary>
      <seealso cref="P:GemBox.Presentation.Tables.Table.Rows"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableRowCollection.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.Tables.TableRowCollection"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.Tables.TableRowCollection"/>.
            </value>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableRowCollection.Table">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.CloneItem(GemBox.Presentation.Tables.TableRow,GemBox.Presentation.SlideObject,GemBox.Presentation.CloneContext)">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableRowCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.Tables.TableRow"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.Tables.TableRow"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableRowCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.Tables.TableRow"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Tables.TableRow"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Tables.TableRow"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.Tables.TableRow"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableRowCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableRowCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.Insert(System.Int32,GemBox.Presentation.Tables.TableRow)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.Tables.TableRow"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.Tables.TableRow"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableRow"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableRowCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableRowCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.Add(GemBox.Presentation.Tables.TableRow)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.Tables.TableRow"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableRow"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.Tables.TableRowCollection"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Tables.TableRow"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Tables.TableRow"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableRowCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.Contains(GemBox.Presentation.Tables.TableRow)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.Tables.TableRow"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableRow"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.IndexOf(GemBox.Presentation.Tables.TableRow)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.Tables.TableRow"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableRow"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.Remove(GemBox.Presentation.Tables.TableRow)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.Tables.TableRow"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.Tables.TableRow"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.Tables.TableRow"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.Tables.TableRowCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.InsertClone(System.Int32,GemBox.Presentation.Tables.TableRow,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableRow"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.InsertClone(System.Int32,GemBox.Presentation.Tables.TableRow)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableRow"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.AddClone(GemBox.Presentation.Tables.TableRow,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> to the end of the collection.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableRow"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.AddClone(GemBox.Presentation.Tables.TableRow)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.Tables.TableRow"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.Tables.TableRow"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.InsertNew(System.Int32,GemBox.Presentation.Length)">
      <summary>
            Inserts a new <see cref="T:GemBox.Presentation.Tables.TableRow"/> with the specified height to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which new <see cref="T:GemBox.Presentation.Tables.TableRow"/> should be inserted.</param>
      <param name="height">Height of a new <see cref="T:GemBox.Presentation.Tables.TableRow"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.TableRow"/> with the specified height inserted to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.Tables.TableRowCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="height"/> is not greater than zero.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.AddNew(GemBox.Presentation.Length)">
      <summary>
            Adds a new <see cref="T:GemBox.Presentation.Tables.TableRow"/> with the specified width to the end of the collection.
            </summary>
      <param name="height">Height of a new <see cref="T:GemBox.Presentation.Tables.TableRow"/>.</param>
      <returns>A new <see cref="T:GemBox.Presentation.Tables.TableRow"/> with the specified height added to the collection.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="height"/> is not greater than zero.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableRowCollection.OnChange">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableStyle">
      <summary>
            Represents a style which can be applied to one or more <see cref="T:GemBox.Presentation.Tables.Table"/>s within a presentation content.
            </summary>
      <remarks>
        <para>Table styles provide a way to format your presentation in a consistent way so when you change your formatting options on a style, all presentation tables referencing that style will be changed.</para>
        <para>To apply a <see cref="T:GemBox.Presentation.Tables.TableStyle"/> to a <see cref="T:GemBox.Presentation.Tables.Table"/>, set it to a <see cref="P:GemBox.Presentation.Tables.TableFormat.Style">TableFormat.Style</see> property on a <see cref="P:GemBox.Presentation.Tables.Table.Format">Table.Format</see>.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableStyle.Name">
      <summary>
            Gets or sets the name of the style.
            </summary>
      <value>
            The name.
            </value>
      <exception cref="T:System.InvalidOperationException">The name of built-in table style cannot be modified if the style is contained in the presentation's table styles collection.</exception>
      <exception cref="T:System.ArgumentException">Value is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableStyle.Item(GemBox.Presentation.Tables.TablePartStyleType)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/> that corresponds to given part style type.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/> that corresponds to given part style type.
            </value>
      <param name="type">The part style type of the <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/>.</param>
      <returns>
            The <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/> that corresponds to given part style type.
            </returns>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableStyle.Background">
      <summary>
            Gets or sets the table background.
            </summary>
      <value>
            The table background.
            </value>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableStyle.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the collection of <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/>s.
            </summary>
      <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection of <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/>s.</returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableStyle.System#Collections#IEnumerable#GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the collection of <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/>s.
            </summary>
      <returns>
            An <see cref="T:System.Collections.IEnumerator"/> for the collection of <see cref="T:GemBox.Presentation.Tables.TablePartStyle"/>s.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableStyleCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.Tables.TableStyle"/>s.
            </summary>
      <seealso cref="P:GemBox.Presentation.PresentationDocument.TableStyles"/>
    </member>
    <member name="P:GemBox.Presentation.Tables.TableStyleCollection.Default">
      <summary>
            Gets or sets the default table style for newly added tables.
            </summary>
      <value>
            The default table style for newly added tables.
            </value>
      <exception cref="T:System.ArgumentNullException">Value cannot be <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">The specified table style cannot be set because it doesn't belong to presentation's table styles collection.</exception>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableStyleCollection.Contains(GemBox.Presentation.Tables.TableStyleName)">
      <summary>
            Determines whether a built-in <see cref="T:GemBox.Presentation.Tables.TableStyle"/> with the specified name is in the collection.
            </summary>
      <param name="builtInStyleName">Name of the built-in <see cref="T:GemBox.Presentation.Tables.TableStyle"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if the built-in <see cref="T:GemBox.Presentation.Tables.TableStyle"/> with the specified name is found in the collection; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableStyleCollection.Contains(System.String)">
      <summary>
            Determines whether a custom <see cref="T:GemBox.Presentation.Tables.TableStyle"/> with the specified name is in the collection.
            </summary>
      <param name="styleName">Name of the custom <see cref="T:GemBox.Presentation.Tables.TableStyle"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if the custom <see cref="T:GemBox.Presentation.Tables.TableStyle"/> with the specified name is found in the collection; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableStyleCollection.GetOrAdd(GemBox.Presentation.Tables.TableStyleName)">
      <summary>
            Gets or creates and adds a new built-in <see cref="T:GemBox.Presentation.Tables.TableStyle"/> with the specified name.
            </summary>
      <param name="builtInStyleName">Name of the built-in <see cref="T:GemBox.Presentation.Tables.TableStyle"/>.</param>
      <returns>An existing or a newly added instance of a built-in <see cref="T:GemBox.Presentation.Tables.TableStyle"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableStyleCollection.GetOrAdd(System.String)">
      <summary>
            Gets or creates and adds a new custom <see cref="T:GemBox.Presentation.Tables.TableStyle"/> with the specified name.
            </summary>
      <param name="styleName">Name of the custom <see cref="T:GemBox.Presentation.Tables.TableStyle"/>.</param>
      <returns>An existing or a newly added instance of a custom <see cref="T:GemBox.Presentation.Tables.TableStyle"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableStyleCollection.Create(GemBox.Presentation.Tables.TableStyleName)">
      <summary>
        <para>Creates a new instance of a <see cref="T:GemBox.Presentation.Tables.TableStyle"/> based on a specified built-in table style.</para>
        <para>The created instance is not automatically added to the collection.</para>
      </summary>
      <param name="builtInStyleName">Name of the built-in table style whose formatting settings will be copied to a newly created table style.</param>
      <returns>A new instance of a <see cref="T:GemBox.Presentation.Tables.TableStyle"/> based on a specified built-in table style.</returns>
    </member>
    <member name="M:GemBox.Presentation.Tables.TableStyleCollection.Create(System.String)">
      <summary>
        <para>Creates a new instance of a <see cref="T:GemBox.Presentation.Tables.TableStyle"/> based on a <see cref="F:GemBox.Presentation.Tables.TableStyleName.NoStyleNoGrid"/> built-in table style and with the specified name.</para>
        <para>The created instance is not automatically added to the collection.</para>
      </summary>
      <param name="styleName">Name of the created table style.</param>
      <returns>A new instance of a <see cref="T:GemBox.Presentation.Tables.TableStyle"/> based on a <see cref="F:GemBox.Presentation.Tables.TableStyleName.NoStyleNoGrid"/> built-in table style and with the specified name.</returns>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableStyleName">
      <summary>
            Represents an enumeration of built-in table style names.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.NoStyleNoGrid">
      <summary>
            The '<b>No Style, No Grid</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle1Accent1">
      <summary>
            The '<b>Themed Style 1 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle1Accent2">
      <summary>
            The '<b>Themed Style 1 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle1Accent3">
      <summary>
            The '<b>Themed Style 1 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle1Accent4">
      <summary>
            The '<b>Themed Style 1 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle1Accent5">
      <summary>
            The '<b>Themed Style 1 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle1Accent6">
      <summary>
            The '<b>Themed Style 1 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.NoStyleTableGrid">
      <summary>
            The '<b>No Style, Table Grid</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle2Accent1">
      <summary>
            The '<b>Themed Style 2 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle2Accent2">
      <summary>
            The '<b>Themed Style 2 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle2Accent3">
      <summary>
            The '<b>Themed Style 2 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle2Accent4">
      <summary>
            The '<b>Themed Style 2 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle2Accent5">
      <summary>
            The '<b>Themed Style 2 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.ThemedStyle2Accent6">
      <summary>
            The '<b>Themed Style 2 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle1">
      <summary>
            The '<b>Light Style 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle1Accent1">
      <summary>
            The '<b>Light Style 1 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle1Accent2">
      <summary>
            The '<b>Light Style 1 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle1Accent3">
      <summary>
            The '<b>Light Style 1 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle1Accent4">
      <summary>
            The '<b>Light Style 1 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle1Accent5">
      <summary>
            The '<b>Light Style 1 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle1Accent6">
      <summary>
            The '<b>Light Style 1 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle2">
      <summary>
            The '<b>Light Style 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle2Accent1">
      <summary>
            The '<b>Light Style 2 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle2Accent2">
      <summary>
            The '<b>Light Style 2 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle2Accent3">
      <summary>
            The '<b>Light Style 2 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle2Accent4">
      <summary>
            The '<b>Light Style 2 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle2Accent5">
      <summary>
            The '<b>Light Style 2 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle2Accent6">
      <summary>
            The '<b>Light Style 2 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle3">
      <summary>
            The '<b>Light Style 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle3Accent1">
      <summary>
            The '<b>Light Style 3 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle3Accent2">
      <summary>
            The '<b>Light Style 3 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle3Accent3">
      <summary>
            The '<b>Light Style 3 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle3Accent4">
      <summary>
            The '<b>Light Style 3 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle3Accent5">
      <summary>
            The '<b>Light Style 3 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.LightStyle3Accent6">
      <summary>
            The '<b>Light Style 3 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle1">
      <summary>
            The '<b>Medium Style 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle1Accent1">
      <summary>
            The '<b>Medium Style 1 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle1Accent2">
      <summary>
            The '<b>Medium Style 1 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle1Accent3">
      <summary>
            The '<b>Medium Style 1 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle1Accent4">
      <summary>
            The '<b>Medium Style 1 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle1Accent5">
      <summary>
            The '<b>Medium Style 1 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle1Accent6">
      <summary>
            The '<b>Medium Style 1 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle2">
      <summary>
            The '<b>Medium Style 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle2Accent1">
      <summary>
            The '<b>Medium Style 2 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle2Accent2">
      <summary>
            The '<b>Medium Style 2 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle2Accent3">
      <summary>
            The '<b>Medium Style 2 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle2Accent4">
      <summary>
            The '<b>Medium Style 2 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle2Accent5">
      <summary>
            The '<b>Medium Style 2 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle2Accent6">
      <summary>
            The '<b>Medium Style 2 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle3">
      <summary>
            The '<b>Medium Style 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle3Accent1">
      <summary>
            The '<b>Medium Style 3 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle3Accent2">
      <summary>
            The '<b>Medium Style 3 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle3Accent3">
      <summary>
            The '<b>Medium Style 3 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle3Accent4">
      <summary>
            The '<b>Medium Style 3 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle3Accent5">
      <summary>
            The '<b>Medium Style 3 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle3Accent6">
      <summary>
            The '<b>Medium Style 3 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle4">
      <summary>
            The '<b>Medium Style 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle4Accent1">
      <summary>
            The '<b>Medium Style 4 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle4Accent2">
      <summary>
            The '<b>Medium Style 4 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle4Accent3">
      <summary>
            The '<b>Medium Style 4 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle4Accent4">
      <summary>
            The '<b>Medium Style 4 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle4Accent5">
      <summary>
            The '<b>Medium Style 4 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.MediumStyle4Accent6">
      <summary>
            The '<b>Medium Style 4 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle1">
      <summary>
            The '<b>Dark Style 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle1Accent1">
      <summary>
            The '<b>Dark Style 1 - Accent 1</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle1Accent2">
      <summary>
            The '<b>Dark Style 1 - Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle1Accent3">
      <summary>
            The '<b>Dark Style 1 - Accent 3</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle1Accent4">
      <summary>
            The '<b>Dark Style 1 - Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle1Accent5">
      <summary>
            The '<b>Dark Style 1 - Accent 5</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle1Accent6">
      <summary>
            The '<b>Dark Style 1 - Accent 6</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle2">
      <summary>
            The '<b>Dark Style 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle2Accent12">
      <summary>
            The '<b>Dark Style 2 - Accent 1/Accent 2</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle2Accent34">
      <summary>
            The '<b>Dark Style 2 - Accent 3/Accent 4</b>' table style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleName.DarkStyle2Accent56">
      <summary>
            The '<b>Dark Style 2 - Accent 5/Accent 6</b>' table style.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Tables.TableStyleOptions">
      <summary>
            Specifies which table style special formats are applied to a table.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleOptions.None">
      <summary>
            Do not apply any special formatting.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleOptions.FirstRow">
      <summary>
            Apply special formatting for the first row of the specified table.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleOptions.LastRow">
      <summary>
            Apply special formatting for the last row of the specified table.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleOptions.FirstColumn">
      <summary>
            Apply special formatting for the first column of the specified table.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleOptions.LastColumn">
      <summary>
            Apply special formatting for the last column of the specified table.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleOptions.BandedRows">
      <summary>
            Apply special formatting in which even rows are formatted differently from odd rows.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleOptions.BandedColumns">
      <summary>
            Apply special formatting in which even columns are formatted differently from odd columns.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Tables.TableStyleOptions.All">
      <summary>
        <para>Apply all special formatting.</para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.TabStop">
      <summary>
            Represents a custom tab stop to be used on a line of text when there are one or more tab characters present within the text.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.TabStop.Position">
      <summary>
            Gets the position of the tab stop relative to the left margin.
            </summary>
      <value>
            The position of the tab stop relative to the left margin.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TabStop.Alignment">
      <summary>
            Gets the alignment that is to be applied to text using this tab stop.
            </summary>
      <value>
            The alignment that is to be applied to text using this tab stop.
            </value>
    </member>
    <member name="M:GemBox.Presentation.TabStop.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TabStop"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TabStop"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.TabStop.Equals(GemBox.Presentation.TabStop)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.TabStop"/> is equal to this <see cref="T:GemBox.Presentation.TabStop"/> instance.
            </summary>
      <param name="other">The other tab stop to compare with this tab stop instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.TabStop"/> is equal to this <see cref="T:GemBox.Presentation.TabStop"/> instance; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.TabStop.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.TabStop"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this tab stop instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.TabStop"/> and is equal to this <see cref="T:GemBox.Presentation.TabStop"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TabStop.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.TabStop"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.TabStop"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TabStop.op_Equality(GemBox.Presentation.TabStop,GemBox.Presentation.TabStop)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.TabStop"/>s are equal.
            </summary>
      <param name="first">The first tab stop.</param>
      <param name="second">The second tab stop.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> tab stops are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TabStop.op_Inequality(GemBox.Presentation.TabStop,GemBox.Presentation.TabStop)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.TabStop"/>s are not equal.
            </summary>
      <param name="first">The first tab stop.</param>
      <param name="second">The second tab stop.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> tab stops are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TabStopAlignment">
      <summary>
            Represents an enumeration of available alignments for tab stops.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TabStopAlignment.Left">
      <summary>
            The text at this tab stop is left aligned.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TabStopAlignment.Center">
      <summary>
            The text at this tab stop is center aligned.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TabStopAlignment.Right">
      <summary>
            The text at this tab stop is right aligned.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TabStopAlignment.Decimal">
      <summary>
            At this tab stop, the decimals are lined up.
            From a user's point of view, the text here behaves as right aligned until the decimal point, and then as left aligned after the decimal point.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.TabStopCollection">
      <summary>
        <para>Represents a collection of custom tab stops that are to be used within a <see cref="T:GemBox.Presentation.TextParagraph"/>.</para>
        <para>This collection is sorted based on <see cref="P:GemBox.Presentation.TabStop.Position"/> property.</para>
      </summary>
      <seealso cref="P:GemBox.Presentation.TextParagraphFormat.Tabs"/>
    </member>
    <member name="P:GemBox.Presentation.TabStopCollection.DefaultSize">
      <summary>
        <para>Gets or sets the default size for a tab character within this <see cref="T:GemBox.Presentation.TextParagraph"/>.</para>
        <para>Default value is 2.54 cm (1 inch).</para>
      </summary>
      <value>
            The default size for a tab character within this <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.Set(GemBox.Presentation.Length,GemBox.Presentation.TabStopAlignment)">
      <summary>
            Sets the tab stop at the specified position and of the specified alignment.
            </summary>
      <param name="position">The tab stop position.</param>
      <param name="alignment">The tab stop alignment.</param>
      <returns>A <see cref="T:GemBox.Presentation.TabStop"/> instance that was set to <see cref="T:GemBox.Presentation.TabStopCollection"/>.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="position"/> is less than zero.</exception>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.Remove(GemBox.Presentation.Length)">
      <summary>
            Removes the tab stop at the specified position from the <see cref="T:GemBox.Presentation.TabStopCollection"/>.
            </summary>
      <param name="position">The position of the tab stop to remove.</param>
      <returns>
        <see langword="true"/> if tab stop is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if tab stop was not found at the specified position in the <see cref="T:GemBox.Presentation.TabStopCollection"/>.</returns>
    </member>
    <member name="P:GemBox.Presentation.TabStopCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.TabStop"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.TabStop"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TabStopCollection.Item(System.Int32)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.TabStop"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.TabStop"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.TabStop"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.TabStop"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.TabStopCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.Insert(System.Int32,GemBox.Presentation.TabStop)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.Add(GemBox.Presentation.TabStop)">
      <exclude/>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.TabStop"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.TabStop"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.TabStopCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.Contains(GemBox.Presentation.TabStop)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.TabStop"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TabStop"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.IndexOf(GemBox.Presentation.TabStop)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.TabStop"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TabStop"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.Remove(GemBox.Presentation.TabStop)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.TabStop"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TabStop"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.TabStop"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.TabStopCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.TabStopCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TextAutoFit">
      <summary>
            Represents an enumeration of available text fitting options.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextAutoFit.None">
      <summary>
            Text within the <see cref="T:GemBox.Presentation.TextBox"/> should not be auto-fit to the bounding box.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow">
      <summary>
        <para>Text within the <see cref="T:GemBox.Presentation.TextBox"/> should be auto-fit to the bounding box by reducing the font size of each <see cref="T:GemBox.Presentation.TextRun"/> and line spacing of each <see cref="T:GemBox.Presentation.TextParagraph"/> in the <see cref="T:GemBox.Presentation.TextBox"/>.</para>
        <para>This value is currently partially supported in PDF, XPS, and image formats.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.TextAutoFit.ResizeShapeToFitText">
      <summary>
        <see cref="T:GemBox.Presentation.Shape"/> should be auto-fit to fully contain the text described within it.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.TextBox">
      <summary>
            Represents a text content and formatting associated with an object such as a <see cref="P:GemBox.Presentation.TextBox.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </summary>
      <seealso cref="P:GemBox.Presentation.Shape.Text"/>
      <seealso cref="P:GemBox.Presentation.Tables.TableCell.Text"/>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textboxes/404">Text Boxes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextBox.Format">
      <summary>
            Gets or sets the text box formatting.
            </summary>
      <value>
            The text box formatting.
            </value>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textbox-formatting/302">Text Box Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextBox.Paragraphs">
      <summary>
            Gets the paragraphs contained in this text box.
            </summary>
      <value>
            The paragraphs contained in this text box.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextBox.Shape">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.Shape"/> associated with this <see cref="T:GemBox.Presentation.TextBox"/> or <see langword="null"/> if <see cref="T:GemBox.Presentation.TextBox"/> is not associated with any <see cref="P:GemBox.Presentation.TextBox.Shape"/>.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.Shape"/> associated with this <see cref="T:GemBox.Presentation.TextBox"/> or <see langword="null"/> if <see cref="T:GemBox.Presentation.TextBox"/> is not associated with any <see cref="P:GemBox.Presentation.TextBox.Shape"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.TextBox.AddParagraph">
      <summary>
            Adds a new paragraph to the text box.
            </summary>
      <returns>The paragraph added to the text box.</returns>
    </member>
    <member name="M:GemBox.Presentation.TextBox.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextBox"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextBox"/> instance.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TextBoxFormat">
      <summary>
            Represents a set of formatting properties that can be applied to a <see cref="T:GemBox.Presentation.TextBox"/>.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textbox-formatting/302">Text Box Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.VerticalAlignment">
      <summary>
        <para>Gets or sets the vertical alignment of the text within an object such as a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.VerticalAlignment.Top"/>.</para>
      </summary>
      <value>
            The vertical alignment of the text within an object such as a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.Centered">
      <summary>
        <para>Gets or sets a value indicating the centering of the text box.</para>
        <para>The way it works fundamentally is to determine the smallest possible "bounds box" for the text and then to center that "bounds box" accordingly.
            This is different than <see cref="P:GemBox.Presentation.TextParagraphFormat.Alignment"/>, which aligns the text within the "bounds box" for the text.</para>
        <para>This property is compatible with all of the different kinds of <see cref="T:GemBox.Presentation.VerticalAlignment"/>.</para>
        <para>Default value is <see langword="false"/>.</para>
        <para>This member is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
        <see langword="true"/> if the text box is horizontally centered; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.TextDirection">
      <summary>
        <para>Gets or sets the text direction.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.TextDirection.Horizontal"/>.</para>
      </summary>
      <value>
            The text direction.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.AutoFit">
      <summary>
        <para>Gets or sets the text auto-fitting setting.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.TextAutoFit.None"/>.</para>
        <para>This property is not applicable on a <see cref="T:GemBox.Presentation.TextBox"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/> but if set to the <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/> it will be supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The text auto-fitting setting.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.AutoFitShrinkTextFontScale">
      <summary>
        <para>Gets or sets the percentage of the original font size to which each <see cref="T:GemBox.Presentation.TextRun"/> in the <see cref="T:GemBox.Presentation.TextBox"/> is scaled when <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/>.</para>
        <para>Default value is 1 if <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/>; otherwise, <see cref="F:System.Double.NaN"/>.</para>
        <para>This property is not applicable on a <see cref="T:GemBox.Presentation.TextBox"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/> but if the <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is set to the <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/> it will be supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The percentage of the original font size to which each <see cref="T:GemBox.Presentation.TextRun"/> in the <see cref="T:GemBox.Presentation.TextBox"/> is scaled when <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/>.
            </value>
      <exception cref="T:System.InvalidOperationException">Property <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFitShrinkTextFontScale"/> can be set only if property <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/>.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 0 and 1.</exception>
      <remarks>
            In order to auto-fit text within a bounding box it is sometimes necessary to decrease the font size by a certain percentage.
            Using this property the font within a text box can be scaled based on the value provided.
            A value of 1 scales the text to 100%, while a value of 0.01 scales the text to 1%.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.AutoFitShrinkTextLineSpaceReduction">
      <summary>
        <para>Gets or sets the percentage amount by which the line spacing of each <see cref="T:GemBox.Presentation.TextParagraph"/> in the <see cref="T:GemBox.Presentation.TextBox"/> is reduced when <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/>.</para>
        <para>This property applies only to paragraphs with percentage line spacing.</para>
        <para>Default value is 0 if <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/>; otherwise, <see cref="F:System.Double.NaN"/>.</para>
        <para>This property is not applicable on a <see cref="T:GemBox.Presentation.TextBox"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/> but if the <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is set to the <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/> it will be supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The percentage amount by which the line spacing of each <see cref="T:GemBox.Presentation.TextParagraph"/> in the <see cref="T:GemBox.Presentation.TextBox"/> is reduced when <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/>.
            </value>
      <exception cref="T:System.InvalidOperationException">Property <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFitShrinkTextLineSpaceReduction"/> can be set only if property <see cref="P:GemBox.Presentation.TextBoxFormat.AutoFit"/> is <see cref="F:GemBox.Presentation.TextAutoFit.ShrinkTextOnOverflow"/>.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 0 and 1.</exception>
      <remarks>
            The reduction is applied by subtracting it from the original line spacing value.
            Using this property the vertical spacing between the lines of text can be scaled by a percent amount.
            A value of 1 reduces the line spacing by 100%, while a value of 0.01 reduces the line spacing by one percent.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.InternalMarginLeft">
      <summary>
        <para>Gets or sets the left internal margin of the <see cref="T:GemBox.Presentation.TextBox"/> bounding rectangle within a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.</para>
        <para>Default value is 0.1 inches.</para>
      </summary>
      <value>
            The left internal margin of the <see cref="T:GemBox.Presentation.TextBox"/> bounding rectangle within a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.InternalMarginTop">
      <summary>
        <para>Gets or sets the top internal margin of the <see cref="T:GemBox.Presentation.TextBox"/> bounding rectangle within a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.</para>
        <para>Default value is 0.05 inches.</para>
      </summary>
      <value>
            The top internal margin of the <see cref="T:GemBox.Presentation.TextBox"/> bounding rectangle within a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.InternalMarginRight">
      <summary>
        <para>Gets or sets the right internal margin of the <see cref="T:GemBox.Presentation.TextBox"/> bounding rectangle within a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.</para>
        <para>Default value is 0.1 inches.</para>
      </summary>
      <value>
            The right internal margin of the <see cref="T:GemBox.Presentation.TextBox"/> bounding rectangle within a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.InternalMarginBottom">
      <summary>
        <para>Gets or sets the bottom internal margin of the <see cref="T:GemBox.Presentation.TextBox"/> bounding rectangle within a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.</para>
        <para>Default value is 0.05 inches.</para>
      </summary>
      <value>
            The bottom internal margin of the <see cref="T:GemBox.Presentation.TextBox"/> bounding rectangle within a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.WrapText">
      <summary>
        <para>Gets or sets a value indicating whether to wrap text in shape.</para>
        <para>Default value is <see langword="true"/>.</para>
        <para>This property is not applicable on a <see cref="T:GemBox.Presentation.TextBox"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if words are wrapped within the bounding rectangle; otherwise, <see langword="false"/> if words spill out without paying attention to the bounding rectangle boundaries.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.ColumnNumber">
      <summary>
        <para>Gets or sets the number of columns of text in the bounding rectangle.</para>
        <para>Default value is 1.</para>
        <para>This property is not applicable on a <see cref="T:GemBox.Presentation.TextBox"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.</para>
        <para>This member is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The number of columns of text in the bounding rectangle.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than 1.</exception>
      <remarks>
            When applied to a <see cref="T:GemBox.Presentation.TextBox"/> this property takes the width of the bounding box for the text and divides it by the number of columns specified.
            These columns are then treated as overflow containers in that when the previous column has been filled with text the next column acts as the repository for additional text.
            When all columns have been filled and text still remains then the overflow properties set for this <see cref="T:GemBox.Presentation.TextBox"/> are used and the text is reflowed to make room for additional text.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.TextBoxFormat.ColumnSpacing">
      <summary>
        <para>Gets or sets the space between text columns when there is more than 1 column present in the <see cref="T:GemBox.Presentation.TextBox"/>.</para>
        <para>Default value is 0.</para>
        <para>This property is not applicable on a <see cref="T:GemBox.Presentation.TextBox"/> within a <see cref="T:GemBox.Presentation.Tables.TableCell"/>.</para>
        <para>This member is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The space between text columns when there is more than 1 column present in the <see cref="T:GemBox.Presentation.TextBox"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is less than zero.</exception>
    </member>
    <member name="T:GemBox.Presentation.TextCharacterFormat">
      <summary>
            Represents a set of formatting properties that can be applied to a <see cref="T:GemBox.Presentation.TextElement"/>.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-character-formatting/304">Character Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Font">
      <summary>
            Gets or sets the font to be used on characters within a given <see cref="T:GemBox.Presentation.TextElement"/>.
            </summary>
      <value>
            The font to be used on characters within a given <see cref="T:GemBox.Presentation.TextElement"/>.
            </value>
      <exception cref="T:System.ArgumentException">Value is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Bold">
      <summary>
        <para>Gets or sets a value indicating whether a run of text is formatted as bold text.</para>
        <para>Default value is <see langword="false"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if a run of text is formatted as bold text; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Italic">
      <summary>
        <para>Gets or sets a value indicating whether a run of text is formatted as italic text.</para>
        <para>Default value is <see langword="false"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if a run of text is formatted as italic text; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Size">
      <summary>
            Gets or sets the size of text within a <see cref="T:GemBox.Presentation.TextElement"/>.
            </summary>
      <value>
            The size of text within a <see cref="T:GemBox.Presentation.TextElement"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 1 pt and 4000 pt (inclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.UnderlineStyle">
      <summary>
        <para>Gets or sets the text underline style.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.UnderlineStyle.None"/>.</para>
      </summary>
      <value>
            The text underline style.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Strikethrough">
      <summary>
        <para>Gets or sets the text strikethrough.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.StrikethroughType.None"/>.</para>
      </summary>
      <value>
            The text strikethrough.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Offset">
      <summary>
        <para>Gets or sets the offset for both the superscript and subscript fonts. Positive value indicates superscript and negative value indicates subscript.
            The size is specified using a percentage where 0.01 is equal to 1 percent of the font size and 1 is equal to 100 percent font of the font size.</para>
        <para>Default value is 0.</para>
        <para>This member is currently partially supported in PDF, XPS, and image formats. All positive values are exported in the same superscript position and all negative values are exported in the same subscript position.</para>
      </summary>
      <value>
            The offset for both the superscript and subscript fonts.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between -1 and 1 (inclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Caps">
      <summary>
        <para>Gets or sets the capitalization that is to be applied to the <see cref="T:GemBox.Presentation.TextElement"/>.
            This is a render-only modification and does not affect the actual characters stored in the <see cref="T:GemBox.Presentation.TextRun"/>.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.CapsType.None"/>.</para>
      </summary>
      <value>
            The capitalization that is to be applied to the <see cref="T:GemBox.Presentation.TextElement"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.EqualizeCharacterHeight">
      <summary>
        <para>Gets or sets the normalization of height that is to be applied to the <see cref="T:GemBox.Presentation.TextElement"/>.
            This is a render-only modification and does not affect the actual characters stored in the <see cref="T:GemBox.Presentation.TextRun"/>.</para>
        <para>Default value is <see langword="false"/>.</para>
        <para>This member is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
        <see langword="true"/> if character heights are equalized; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Spacing">
      <summary>
        <para>Gets or sets the spacing between characters within a <see cref="T:GemBox.Presentation.TextRun"/>.
            Positive value indicates expanded (loose) spacing and negative value indicates condensed (tight) spacing.</para>
        <para>Default value is 0.</para>
      </summary>
      <value>
            The spacing between characters within a <see cref="T:GemBox.Presentation.TextRun"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between -4000 pt and 4000 pt (inclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Kerning">
      <summary>
        <para>Gets or sets the minimum font size at which character kerning occurs for this <see cref="T:GemBox.Presentation.TextElement"/>.</para>
        <para>This member is currently not supported in PDF, XPS, and image formats.</para>
      </summary>
      <value>
            The minimum font size at which character kerning occurs for this <see cref="T:GemBox.Presentation.TextElement"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 0 and 4000 pt (inclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Fill">
      <summary>
            Gets or sets the fill.
            </summary>
      <value>
            The fill.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Outline">
      <summary>
            Gets or sets the outline.
            </summary>
      <value>
            The outline.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.UnderlineFill">
      <summary>
            Gets or sets the underline fill.
            </summary>
      <value>
            The underline fill.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.HighlightColor">
      <summary>
            Gets or sets the highlight color.
            </summary>
      <value>
            The highlight color.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextCharacterFormat.Action">
      <summary>
        <para>Gets or sets the action settings for this text that specify what should happen when the user clicks on this text or hovers over this text with a pointing device such as a computer mouse.</para>
        <para>To remove all actions from this text, set this property to <see langword="null"/>.</para>
      </summary>
      <value>
            The action settings for this text that specify what should happen when the user clicks on this text or hovers over this text with a pointing device such as a computer mouse.
            </value>
      <remarks>
        <para>Currently, not supported in PPT.</para>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.ActionSettings"/> won't actually be stored in this text, but the data to which the instance points to will be copied. This enables easy copying of complex properties from one text to another.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-hyperlinks/409">Hyperlinks Example</seealso>
    </member>
    <member name="T:GemBox.Presentation.TextDirection">
      <summary>
            Represents an enumeration of available text directions.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextDirection.Horizontal">
      <summary>
            Horizontal text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextDirection.Rotate90">
      <summary>
            Text is vertical orientation (each line is 90 degrees rotated clockwise, so it goes from top to bottom; each next line is to the left from the previous one).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextDirection.Rotate270">
      <summary>
            Text is vertical orientation (each line is 270 degrees rotated clockwise, so it goes from bottom to top; each next line is to the right from the previous one).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextDirection.Stacked">
      <summary>
        <para>Text is vertical (one letter on top of another).</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.TextDirection.Rotate90"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.TextDirection.StackedRightToLeft">
      <summary>
        <para>Text is vertical (one letter on top of another) as for <see cref="F:GemBox.Presentation.TextDirection.Stacked"/> but should be shown from right to left rather than left to right.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.TextDirection.Rotate90"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.TextDirection.Rotate90EastAsian">
      <summary>
        <para>A special version of <see cref="F:GemBox.Presentation.TextDirection.Rotate90"/>, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.TextDirection.Rotate90"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.TextDirection.Rotate90Mongolian">
      <summary>
        <para>A special version of <see cref="F:GemBox.Presentation.TextDirection.Rotate90"/>, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical.
            The difference between this and the <see cref="F:GemBox.Presentation.TextDirection.Rotate90EastAsian"/> is the text flows top down then LEFT RIGHT, instead of RIGHT LEFT.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.TextDirection.Rotate90"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.TextElement">
      <summary>
            Represents a base class for text elements such as runs, fields, line breaks and unknown text elements.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.TextElement.ElementType">
      <summary>
            Gets the type of the text element.
            </summary>
      <value>
            The type of the text element.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextElement.Parent">
      <summary>
            Gets the parent text paragraph or <see langword="null"/> if text element was deleted.
            </summary>
      <value>
            The parent text paragraph or <see langword="null"/> if text element was deleted.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextElement.Slide">
      <summary>
            Gets the slide associated with this text element.
            </summary>
      <value>
            The slide associated with this text element.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextElement.Format">
      <summary>
            Gets or sets the character formatting options.
            </summary>
      <value>
            The character formatting options.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.TextCharacterFormat"/> that points to data associated with this text element.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.TextCharacterFormat"/> won't actually be stored in this text element, but the data to which the instance points to will be copied. This enables easy copying of complex properties from one text element to another.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-character-formatting/304">Character Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextElement.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.TextElement"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.TextElement"/>.
            </value>
      <remarks>
        <para>The property always returns a new instance of the <see cref="T:GemBox.Presentation.TextRange"/> class.</para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextElement.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextElement"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextElement"/> instance.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TextElementCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.TextElement"/>s.
            </summary>
      <seealso cref="P:GemBox.Presentation.TextParagraph.Elements"/>
    </member>
    <member name="P:GemBox.Presentation.TextElementCollection.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.TextElementCollection"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.TextElementCollection"/>.
            </value>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextElementCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.TextElement"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.TextElement"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextElementCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.TextElement"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.TextElement"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.TextElement"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.TextElement"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.TextElementCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.TextElementCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.Insert(System.Int32,GemBox.Presentation.TextElement)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.TextElement"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.TextElement"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.TextElement"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.TextElementCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.TextElementCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.Add(GemBox.Presentation.TextElement)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.TextElement"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TextElement"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.TextElementCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.TextElement"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.TextElement"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.TextElementCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.Contains(GemBox.Presentation.TextElement)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.TextElement"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TextElement"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.IndexOf(GemBox.Presentation.TextElement)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.TextElement"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TextElement"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.Remove(GemBox.Presentation.TextElement)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.TextElement"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TextElement"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.TextElement"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.TextElementCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.InsertClone``1(System.Int32,``0,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> to the collection at the specified index.
            </summary>
      <typeparam name="TTextElement">The type of the drawing.</typeparam>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> should be inserted.</param>
      <param name="source">The source <typeparamref name="TTextElement"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.InsertClone``1(System.Int32,``0)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <typeparam name="TTextElement">The type of the drawing.</typeparam>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> should be inserted.</param>
      <param name="source">The source <typeparamref name="TTextElement"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.AddClone``1(``0,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> to the end of the collection.
            </summary>
      <typeparam name="TTextElement">The type of the drawing.</typeparam>
      <param name="source">The source <typeparamref name="TTextElement"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextElementCollection.AddClone``1(``0)">
      <summary>
            Adds a clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <typeparam name="TTextElement">The type of the drawing.</typeparam>
      <param name="source">The source <typeparamref name="TTextElement"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <typeparamref name="TTextElement"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="T:GemBox.Presentation.TextElementType">
      <summary>
            Represents a text element type enumeration.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextElementType.Run">
      <summary>
        <see cref="T:GemBox.Presentation.TextRun"/> element.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextElementType.LineBreak">
      <summary>
        <see cref="T:GemBox.Presentation.TextLineBreak"/> element.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextElementType.Field">
      <summary>
        <see cref="T:GemBox.Presentation.TextField"/> element.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextElementType.Unknown">
      <summary>
        <see cref="T:GemBox.Presentation.TextUnknown"/> element.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.TextField">
      <summary>
            Represents a text field which contains generated text that the application should update periodically.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textboxes/404">Text Boxes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextField.ElementType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.TextElementType.Field"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.TextElementType.Field"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextField.Text">
      <summary>
            Gets or sets the text.
            </summary>
      <value>
            The text.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextField.FieldType">
      <summary>
            Gets the type of text that should be used to update this text field.
            This is used to inform the rendering application what text it should use to update this text field.
            </summary>
      <value>
            The type of text that should be used to update this text field.
            </value>
      <exception cref="T:System.ArgumentException">Value <see cref="F:GemBox.Presentation.TextFieldType.Custom"/> cannot be set.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextField.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextField"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextField"/> instance.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TextFieldType">
      <summary>
            Represents the type of text that should be used to update <see cref="T:GemBox.Presentation.TextField"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.SlideNumber">
      <summary>
            Presentation slide number.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime">
      <summary>
            Date time in default date time format. Example: '<i>06/13/2016 17:54:28</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime1">
      <summary>
            Date in standard <see href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings#ShortDate">'<b>d</b>'</see> date time format. Example: '<i>06/13/2016</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime2">
      <summary>
            Date in standard <see href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings#LongDate">'<b>D</b>'</see> date time format. Example: '<i>'Monday, 13 June 2016</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime3">
      <summary>
            Date in custom '<b>d MMMM yyyy</b>' date time format. Example: '<i>13 June 2016</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime4">
      <summary>
            Date in custom '<b>MMMM d, yyyy</b>' date time format. Example: '<i>June 13, 2016</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime5">
      <summary>
            Date in custom '<b>d-MMM-yy</b>' date time format. Example: '<i>13-Jun-16</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime6">
      <summary>
            Date in custom '<b>MMMM yy</b>' date time format. Example: '<i>June 16</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime7">
      <summary>
            Date in custom '<b>MMM-yy</b>' date time format. Example: '<i>Jun-16</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime8">
      <summary>
            Date time in standard <see href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings#GeneralDateShortTime">g</see> date time format. Example: '<i>06/13/2016 17:54</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime9">
      <summary>
            Date time in standard <see href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings#GeneralDateLongTime">G</see> date time format. Example: '<i>06/13/2016 17:54:28</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime10">
      <summary>
            Time in custom '<b>HH:mm</b>' date time format. Example: '<i>17:54</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime11">
      <summary>
            Time in custom '<b>HH:mm:ss</b>' date time format. Example: '<i>17:54:28</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime12">
      <summary>
            Time in custom '<b>h:mm tt</b>' date time format. Example: '<i>5:54 PM</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.DateTime13">
      <summary>
            Time in custom '<b>h:mm:ss tt</b>' date time format. Example: '<i>5:54:28 PM</i>'.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextFieldType.Custom">
      <summary>
            Field type is not supported by <b>GemBox.Presentation</b> component.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.TextLineBreak">
      <summary>
            Represents a vertical line break.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textboxes/404">Text Boxes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextLineBreak.ElementType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.TextElementType.LineBreak"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.TextElementType.LineBreak"/> value.
            </value>
    </member>
    <member name="M:GemBox.Presentation.TextLineBreak.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextLineBreak"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextLineBreak"/> instance.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TextListFormat">
      <summary>
            Represents a set of formatting properties related to bulleted or numbered lists that can be applied to a <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.ListType">
      <summary>
        <para>Gets the type of the list.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.ListType.None"/>.</para>
        <para>Use members <see cref="P:GemBox.Presentation.TextListFormat.NumberType"/>, <see cref="P:GemBox.Presentation.TextListFormat.BulletType"/>, <see cref="P:GemBox.Presentation.TextListFormat.BulletCharacter"/> or <see cref="M:GemBox.Presentation.TextListFormat.SetBulletPicture(System.IO.Stream,GemBox.Presentation.PictureContentType)"/> to set list type.</para>
      </summary>
      <value>
            The type of the list.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.Level">
      <summary>
        <para>Gets or sets the list indent level.</para>
        <para>Default value is 0.</para>
      </summary>
      <value>
            The list indent level.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 0 and 8 (inclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.NumberType">
      <summary>
        <para>Gets or sets the numbering scheme of the numbered list.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.ListNumberType.None"/>.</para>
        <para>This allows specifying formats other than strictly numbers.
            For instance, a set of bullets can be represented by a series of Roman numerals instead of the standard 1,2,3, etc. number set.</para>
      </summary>
      <value>
            The numbering scheme of the numbered list.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.NumberStartAt">
      <summary>
        <para>Gets or sets the number that starts a given sequence of a numbered list.</para>
        <para>Default value is 1 if <see cref="P:GemBox.Presentation.TextListFormat.ListType"/> is <see cref="F:GemBox.Presentation.ListType.Number"/>; otherwise, -1.</para>
        <para>When the numbering is alphabetical, the number should map to the appropriate letter.
            For instance 1 maps to 'a', 2 to 'b' and so on.
            If the numbers are larger than 26, then multiple letters should be used.
            For instance 27 should be represented as 'aa' and similarly 53 should be 'aaa'.</para>
      </summary>
      <value>
            The number that starts a given sequence of a numbered list.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 1 and 32767 (inclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.BulletType">
      <summary>
        <para>Gets or sets the bullet scheme of the bulleted list.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.ListBulletType.None"/>.</para>
        <para>This allows specifying character and font of predefined list bullets.</para>
      </summary>
      <value>
            The bullet scheme of the bulleted list.
            </value>
      <exception cref="T:System.ArgumentException">Value <see cref="F:GemBox.Presentation.ListBulletType.Custom"/> is not supported. Set <see cref="P:GemBox.Presentation.TextListFormat.BulletCharacter"/> property instead.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.BulletCharacter">
      <summary>
        <para>Gets or sets the character to be used in place of the standard bullet point.</para>
        <para>Default value is <see cref="F:System.String.Empty"/>.</para>
      </summary>
      <value>
            The character to be used in place of the standard bullet point.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.BulletPicture">
      <summary>
        <para>Gets or sets the picture to be applied to a set of bullets.</para>
        <para>Default value is <see langword="null"/>.</para>
      </summary>
      <value>
            The picture to be applied to a set of bullets.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.Color">
      <summary>
            Gets or sets the color to be used on bullet characters within a given <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </summary>
      <value>
            The color to be used on bullet characters within a given <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.Size">
      <summary>
            Gets or sets the absolute size to be used on bullet characters within a given <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </summary>
      <value>
            The absolute size to be used on bullet characters within a given <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 1 pt and 4000 pt (inclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.RelativeSize">
      <summary>
            Gets or sets the size in percentage of the surrounding text to be used on bullet characters within a given <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </summary>
      <value>
            The size in percentage of the surrounding text to be used on bullet characters within a given <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 25% and 400% (inclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextListFormat.Font">
      <summary>
            Gets or sets the font to be used on bullet characters within a given <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </summary>
      <value>
            The font to be used on bullet characters within a given <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
      <exception cref="T:System.ArgumentException">Value is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextListFormat.SetBulletPicture(System.IO.Stream,GemBox.Presentation.PictureContentType)">
      <summary>
            Sets the bullet picture.
            </summary>
      <param name="stream">The picture stream.</param>
      <param name="contentType">Content type of the picture stream.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="contentType"/> is <see cref="F:GemBox.Presentation.PictureContentType.Unknown"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextListFormat.SetBulletPicture(System.IO.Stream,System.String)">
      <summary>
            Sets the bullet picture.
            </summary>
      <param name="stream">The picture stream.</param>
      <param name="contentType">Content type (MIME type) of the picture stream.</param>
      <exception cref="T:System.ArgumentException">
        <paramref name="contentType"/> is <see langword="null"/> or <see cref="F:System.String.Empty"/>.</exception>
    </member>
    <member name="T:GemBox.Presentation.TextParagraph">
      <summary>
            Represents a paragraph of text.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textboxes/404">Text Boxes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextParagraph.Elements">
      <summary>
            Gets the paragraph text elements.
            </summary>
      <value>
            The paragraph text elements.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraph.Parent">
      <summary>
            Gets the parent object such as a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>, or <see langword="null"/> if text paragraph was deleted.
            </summary>
      <value>
            The parent object such as a <see cref="T:GemBox.Presentation.Shape"/> or a <see cref="T:GemBox.Presentation.Tables.TableCell"/>, or <see langword="null"/> if text paragraph was deleted.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraph.Slide">
      <summary>
            Gets the slide associated with this text paragraph.
            </summary>
      <value>
            The slide associated with this text paragraph.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraph.Format">
      <summary>
            Gets or sets the paragraph's formatting options.
            </summary>
      <value>
            The paragraph's formatting options.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.TextParagraphFormat"/> that points to data associated with this paragraph.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.TextParagraphFormat"/> won't actually be stored in this paragraph, but the data to which the instance points to will be copied. This enables easy copying of complex properties from one text element to another.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-paragraph-formatting/303">Paragraph Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextParagraph.TextContent">
      <summary>
            Gets the content range of the current <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </summary>
      <value>
            The content range of the current <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
      <remarks>
        <para>The property always returns a new instance of the <see cref="T:GemBox.Presentation.TextRange"/> class.</para>
        <para>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextParagraph.AddRun(System.String)">
      <summary>
            Adds a new run of text to the paragraph.
            </summary>
      <param name="text">The text.</param>
      <returns>The run of text added to the paragraph.</returns>
      <exception cref="T:System.ArgumentException">
            Parameter <paramref name="text"/> is either <see langword="null"/> or <see cref="F:System.String.Empty"/>, or it contains character '\v', '\r' or '\n'.
            Character '\v' represents a line break and a <see cref="T:GemBox.Presentation.TextLineBreak"/> instance should be added instead. Characters '\r' and '\n' represent a paragraph break and a <see cref="T:GemBox.Presentation.TextParagraph"/> instance should be added instead.
            </exception>
    </member>
    <member name="M:GemBox.Presentation.TextParagraph.AddField(GemBox.Presentation.TextFieldType)">
      <summary>
            Adds a new text field to the paragraph.
            </summary>
      <param name="fieldType">Type of the field. <see cref="P:GemBox.Presentation.TextField.Text"/> property is set based on the field type.</param>
      <returns>The text field added to the paragraph.</returns>
    </member>
    <member name="M:GemBox.Presentation.TextParagraph.AddField(System.String,System.String)">
      <summary>
            Adds a new text field to the paragraph.
            </summary>
      <param name="fieldType">Type of the field that is not supported by <see cref="T:GemBox.Presentation.TextFieldType"/> enumeration.</param>
      <param name="text">The field text.</param>
      <returns>The text field added to the paragraph.</returns>
      <exception cref="T:System.ArgumentException">
            Parameter <paramref name="text"/> contains character '\v', '\r' or '\n'.
            Character '\v' represents a line break and a <see cref="T:GemBox.Presentation.TextLineBreak"/> instance should be added instead. Characters '\r' and '\n' represent a paragraph break and a <see cref="T:GemBox.Presentation.TextParagraph"/> instance should be added instead.
            </exception>
    </member>
    <member name="M:GemBox.Presentation.TextParagraph.AddLineBreak">
      <summary>
            Adds a new line break to the paragraph.
            </summary>
      <returns>The line break added to the paragraph.</returns>
    </member>
    <member name="M:GemBox.Presentation.TextParagraph.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextParagraph"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextParagraph"/> instance.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TextParagraphCollection">
      <summary>
            Represents a collection of <see cref="T:GemBox.Presentation.TextParagraph"/>s.
            </summary>
      <seealso cref="P:GemBox.Presentation.TextBox.Paragraphs"/>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphCollection.TextContent">
      <summary>
            Gets the text content of the current <see cref="T:GemBox.Presentation.TextParagraphCollection"/>.
            </summary>
      <value>
            The text content of the current <see cref="T:GemBox.Presentation.TextParagraphCollection"/>.
            </value>
      <remarks>For more information, see <see href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</see>.</remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-vb-net-find-replace-text-powerpoint/206">Find and Replace example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphCollection.Count">
      <summary>
            Gets the number of <see cref="T:GemBox.Presentation.TextParagraph"/>s contained in the collection.
            </summary>
      <value>
            The number of <see cref="T:GemBox.Presentation.TextParagraph"/>s contained in the collection.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphCollection.Item(System.Int32)">
      <summary>
            Gets or sets the <see cref="T:GemBox.Presentation.TextParagraph"/> at the specified index.
            </summary>
      <value>
            The <see cref="T:GemBox.Presentation.TextParagraph"/> at the specified index.
            </value>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.TextParagraph"/> to get or set.</param>
      <returns>The <see cref="T:GemBox.Presentation.TextParagraph"/> at the specified index.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.TextParagraphCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="value"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="value"/> is already contained in another <see cref="T:GemBox.Presentation.TextParagraphCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.Insert(System.Int32,GemBox.Presentation.TextParagraph)">
      <summary>
            Inserts a <see cref="T:GemBox.Presentation.TextParagraph"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which <see cref="T:GemBox.Presentation.TextParagraph"/> should be inserted.</param>
      <param name="item">The <see cref="T:GemBox.Presentation.TextParagraph"/> to insert into the collection.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.TextParagraphCollection.Count"/>.</exception>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.TextParagraphCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.Add(GemBox.Presentation.TextParagraph)">
      <summary>
            Adds a <see cref="T:GemBox.Presentation.TextParagraph"/> to the end of the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TextParagraph"/> to be added to the end of the collection.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="item"/> is already contained in another <see cref="T:GemBox.Presentation.TextParagraphCollection"/> or it belongs to another <see cref="T:GemBox.Presentation.SlideObject"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.TextParagraph"/> at the specified index of the collection.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.TextParagraph"/> to remove.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">
        <paramref name="index"/> is less than zero or <paramref name="index"/> is equal to or greater than <see cref="P:GemBox.Presentation.TextParagraphCollection.Count"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.Contains(GemBox.Presentation.TextParagraph)">
      <summary>
            Determines whether a <see cref="T:GemBox.Presentation.TextParagraph"/> is in the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TextParagraph"/> to locate in the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is found in the collection; otherwise, <see langword="false"/>.
            </returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="item"/> is <see langword="null"/>.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.IndexOf(GemBox.Presentation.TextParagraph)">
      <summary>
            Searches for the specified <see cref="T:GemBox.Presentation.TextParagraph"/> and returns the zero-based index of the first occurrence within the entire collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TextParagraph"/> to locate in the collection.</param>
      <returns>
            The zero-based index of the first occurrence of <paramref name="item"/> within the entire collection, if found; otherwise, -1.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.Remove(GemBox.Presentation.TextParagraph)">
      <summary>
            Removes the first occurrence of a specific <see cref="T:GemBox.Presentation.TextParagraph"/> from the collection.
            </summary>
      <param name="item">The <see cref="T:GemBox.Presentation.TextParagraph"/> to remove from the collection.</param>
      <returns>
        <see langword="true"/> if <paramref name="item"/> is successfully removed; otherwise, <see langword="false"/>. This method also returns <see langword="false"/> if <paramref name="item"/> was not found in the original collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.Clear">
      <summary>
            Removes all <see cref="T:GemBox.Presentation.TextParagraph"/>s from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the <see cref="T:GemBox.Presentation.TextParagraphCollection"/>.
            </summary>
      <returns>
            An <see cref="T:System.Collections.Generic.IEnumerator`1"/> for the collection.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.InsertClone(System.Int32,GemBox.Presentation.TextParagraph,GemBox.Presentation.CloneContext)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> to the collection at the specified index.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.TextParagraph"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.InsertClone(System.Int32,GemBox.Presentation.TextParagraph)">
      <summary>
            Inserts a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> to the collection at the specified index. Clone will be formatted using the destination theme.
            </summary>
      <param name="index">The zero-based index at which clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> should be inserted.</param>
      <param name="source">The source <see cref="T:GemBox.Presentation.TextParagraph"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> inserted to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.AddClone(GemBox.Presentation.TextParagraph,GemBox.Presentation.CloneContext)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> to the end of the collection.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.TextParagraph"/> that will be cloned.</param>
      <param name="context">The context used to maintain reference mapping in multiple cloning operations.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> or <paramref name="context"/> parameter is <see langword="null"/>.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="source"/> is not associated with the <see cref="P:GemBox.Presentation.CloneContext.SourcePresentation"/> or the current collection is not associated with the <see cref="P:GemBox.Presentation.CloneContext.DestinationPresentation"/> of the <paramref name="context"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="M:GemBox.Presentation.TextParagraphCollection.AddClone(GemBox.Presentation.TextParagraph)">
      <summary>
            Adds a clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> to the end of the collection. Clone will be formatted using the destination theme.
            </summary>
      <param name="source">The source <see cref="T:GemBox.Presentation.TextParagraph"/> that will be cloned.</param>
      <returns>A clone of the <paramref name="source"/> <see cref="T:GemBox.Presentation.TextParagraph"/> added to the collection.</returns>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="source"/> parameter is <see langword="null"/>.</exception>
      <remarks>
        <para>
        Cloning is a process when one or more objects from a presentation are duplicated.
        Objects can be duplicated to the same or another presentation and to the same or another location (for example, to another slide).
      </para>
        <para>
        Cloning methods are available on collection types, such as <see cref="T:GemBox.Presentation.SlideCollection"/>, <see cref="T:GemBox.Presentation.DrawingCollection"/>, <see cref="T:GemBox.Presentation.TextParagraphCollection"/>
        or <see cref="T:GemBox.Presentation.TextElementCollection"/>. Exception is the <see cref="T:GemBox.Presentation.PresentationDocument"/> type that has a <see cref="M:GemBox.Presentation.PresentationDocument.Clone"/> method
        used to make a deep clone of the entire presentation. Cloning methods available on the collection types have two forms: <see cref="M:GemBox.Presentation.SlideCollection.AddClone(GemBox.Presentation.Slide)"/> and <see cref="M:GemBox.Presentation.SlideCollection.InsertClone(System.Int32,GemBox.Presentation.Slide)"/> to append the duplicate to the collection or insert it into a specific location in the collection.
      </para>
        <para>
        Objects contained in the presentation can contain references to other objects.
        For example, <see cref="T:GemBox.Presentation.Slide"/> contains a reference to its <see cref="P:GemBox.Presentation.Slide.ParentTemplate">parent layout template</see>,
        <see cref="T:GemBox.Presentation.Connector"/> can contain a reference to drawings that it connects (<see cref="P:GemBox.Presentation.Connector.BeginConnection"/> and <see cref="P:GemBox.Presentation.Connector.EndConnection"/>),
        <see cref="T:GemBox.Presentation.Action"/> can contain a <see cref="P:GemBox.Presentation.Action.Target">reference</see> to
        <see cref="T:GemBox.Presentation.Slide"/> or <see cref="T:GemBox.Presentation.CustomSlideShow"/> that should be shown when the action is triggered.
      </para>
        <para>
        When cloning multiple objects, the desired behavior is to maintain these references in the duplicated objects so that, for example, when <see cref="T:GemBox.Presentation.Connector"/> is cloned,
        and later when drawings that it connects are cloned, the duplicated <see cref="T:GemBox.Presentation.Connector"/> also connects duplicates of the original drawings that are connected.
      </para>
        <para>
        This reference mapping between an original object and its duplicate is maintained by the instance of the <see cref="T:GemBox.Presentation.CloneContext"/> type.
        <see cref="T:GemBox.Presentation.CloneContext"/> instance is created with <see cref="M:GemBox.Presentation.CloneContext.Create(GemBox.Presentation.PresentationDocument,GemBox.Presentation.PresentationDocument)"/> static method.
        Each object can be cloned exactly once using the same <see cref="T:GemBox.Presentation.CloneContext"/> instance.
        If you want to clone the same object multiple times, each time a new <see cref="T:GemBox.Presentation.CloneContext"/> instance must be used.
        <see cref="T:GemBox.Presentation.CloneContext"/> is the most useful when cloning multiple objects one after another or when you want to change a behavior of the cloning operation.
      </para>
        <para>
        Behavior of the cloning operation can be changed by using <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method.
        With this method you can make an explicit mapping between objects and cloning process will respect that mapping.
        For example, if you are cloning a <see cref="T:GemBox.Presentation.Slide"/> instance to another <see cref="T:GemBox.Presentation.PresentationDocument"/> default behavior would be that
        its parent template <see cref="T:GemBox.Presentation.LayoutSlide"/> and <see cref="T:GemBox.Presentation.MasterSlide"/> would also be cloned to another <see cref="T:GemBox.Presentation.PresentationDocument"/>.
        This behavior can be changed by making an explicit mapping from the <see cref="T:GemBox.Presentation.LayoutSlide"/> that is the <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the <see cref="T:GemBox.Presentation.Slide"/>
        that will be cloned to some <see cref="T:GemBox.Presentation.LayoutSlide"/> in the another <see cref="T:GemBox.Presentation.PresentationDocument"/> that we wish to be a <see cref="P:GemBox.Presentation.Slide.ParentTemplate"/> of the duplicated <see cref="T:GemBox.Presentation.Slide"/>.
        Explicit mapping with <see cref="M:GemBox.Presentation.CloneContext.Set``1(``0,``0)"/> method can currently be made between following type (and their derivatives) instances: <see cref="T:GemBox.Presentation.SlideObject"/>, <see cref="T:GemBox.Presentation.Drawing"/>, <see cref="T:GemBox.Presentation.Tables.TableStyle"/> and <see cref="T:GemBox.Presentation.CustomSlideShow"/>.
      </para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/c-sharp-clone-slides/205">Cloning Example</seealso>
    </member>
    <member name="T:GemBox.Presentation.TextParagraphFormat">
      <summary>
            Represents a set of formatting properties that can be applied to a <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-paragraph-formatting/303">Paragraph Formatting Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.Alignment">
      <summary>
        <para>Gets or sets the alignment that is to be applied to the paragraph.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.HorizontalAlignment.Left"/>.</para>
      </summary>
      <value>
            The alignment that is to be applied to the paragraph.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.IndentationBeforeText">
      <summary>
        <para>Gets or sets the indentation before text of the <see cref="T:GemBox.Presentation.TextParagraph"/>.</para>
        <para>This is specified in addition to the <see cref="P:GemBox.Presentation.TextBoxFormat.InternalMarginLeft"/> and applies only to this <see cref="T:GemBox.Presentation.TextParagraph"/>.
            That is the <see cref="P:GemBox.Presentation.TextBoxFormat.InternalMarginLeft"/> and the <see cref="P:GemBox.Presentation.TextParagraphFormat.IndentationBeforeText"/> are additive with respect to the text position.</para>
        <para>Default value is 0.</para>
      </summary>
      <value>
            The indentation before text of the <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between 0 and 142.24 cm.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.IndentationSpecial">
      <summary>
        <para>Gets or sets the special indentation that is applied to the first line of text in the <see cref="T:GemBox.Presentation.TextParagraph"/>.</para>
        <para>Positive value specifies <i>First line</i> indentation, negative values specifies <i>Hanging</i> indentation and value of zero is considered to be at the same location as <see cref="P:GemBox.Presentation.TextParagraphFormat.IndentationBeforeText"/> property.</para>
        <para>Default value is 0.</para>
      </summary>
      <value>
            The special indentation that is applied to the first line of text in the <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
      <exception cref="T:System.ArgumentOutOfRangeException">Value is not between -142.24 cm and 142.24 cm.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.SpacingBefore">
      <summary>
        <para>Gets or sets the amount of vertical white space that is present before a <see cref="T:GemBox.Presentation.TextParagraph"/>. This space is specified in either percentage or absolute value via <see cref="T:GemBox.Presentation.TextSpacing"/> structure.</para>
        <para>Default value is equal to <see cref="F:GemBox.Presentation.TextSpacing.None"/>.</para>
        <para>Percentage based value is currently not supported in PDF, XPS, and image formats and 0 point value is exported instead.</para>
      </summary>
      <value>
            The amount of vertical white space that is present before a <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.SpacingAfter">
      <summary>
        <para>Gets or sets the amount of vertical white space that is present after a <see cref="T:GemBox.Presentation.TextParagraph"/>. This space is specified in either percentage or absolute value via <see cref="T:GemBox.Presentation.TextSpacing"/> structure.</para>
        <para>Default value is equal to <see cref="F:GemBox.Presentation.TextSpacing.None"/>.</para>
        <para>Percentage based value is currently not supported in PDF, XPS, and image formats and 0 point value is exported instead.</para>
      </summary>
      <value>
            The amount of vertical white space that is present after a <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.SpacingLine">
      <summary>
        <para>Gets or sets the vertical line spacing that is to be used within a <see cref="T:GemBox.Presentation.TextParagraph"/>. This can be specified in two different ways, percentage spacing and absolute spacing via <see cref="T:GemBox.Presentation.TextSpacing"/> structure.</para>
        <para>Default value is equal to <see cref="F:GemBox.Presentation.TextSpacing.Single"/>.</para>
      </summary>
      <value>
            The vertical line spacing that is to be used within a <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.RightToLeft">
      <summary>
            When true, this is a right-to-left paragraph.
            </summary>
      <value>
        <see langword="true"/> if this is right-to-left paragraph; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.Tabs">
      <summary>
        <para>Gets all tab stops that are to be used within a <see cref="T:GemBox.Presentation.TextParagraph"/>.</para>
        <para>Default value is empty <see cref="T:GemBox.Presentation.TabStopCollection"/>.</para>
      </summary>
      <value>
            All tab stops that are to be used within a <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
      <remarks>
            These tabs should be used when describing any custom tab stops within the document. If these are not specified then the <see cref="P:GemBox.Presentation.TabStopCollection.DefaultSize"/> should be used.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.List">
      <summary>
            Gets the paragraph's list (bulleted or numbered) formatting options.
            </summary>
      <value>
            The paragraph's list (bulleted or numbered) formatting options.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextParagraphFormat.Character">
      <summary>
        <para>Gets or sets the default character formatting options for all <see cref="T:GemBox.Presentation.TextElement"/>s within a containing <see cref="T:GemBox.Presentation.TextParagraph"/>.</para>
        <para>These options are used when child <see cref="T:GemBox.Presentation.TextElement"/> doesn't have a specific character formatting options from <see cref="P:GemBox.Presentation.TextElement.Format"/> specified. </para>
      </summary>
      <value>
            The default character formatting options for all <see cref="T:GemBox.Presentation.TextElement"/>s within a containing <see cref="T:GemBox.Presentation.TextParagraph"/>.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.TextCharacterFormat"/> that points to data associated with this paragraph formatting.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
      </remarks>
    </member>
    <member name="T:GemBox.Presentation.TextRun">
      <summary>
            Represents a run of text.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-textboxes/404">Text Boxes Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.TextRun.ElementType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.TextElementType.Run"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.TextElementType.Run"/> value.
            </value>
    </member>
    <member name="P:GemBox.Presentation.TextRun.Text">
      <summary>
            Gets or sets the text.
            </summary>
      <value>
            The text.
            </value>
    </member>
    <member name="M:GemBox.Presentation.TextRun.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextRun"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextRun"/> instance.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TextSpacing">
      <summary>
            Represents inter-paragraph and inter-line spacing specified either in percentages of the text size or as an absolute value.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextSpacing.None">
      <summary>
            Text spacing is absent (zero).
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextSpacing.Single">
      <summary>
            Text spacing that is equivalent to 100% of the text size.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextSpacing.OnePointFiveLines">
      <summary>
            Text spacing that is equivalent to 150% of the text size.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TextSpacing.Double">
      <summary>
            Text spacing that is equivalent to 200% of the text size.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.TextSpacing.Exactly(GemBox.Presentation.Length)">
      <summary>
            Creates a text spacing instance from the specified absolute value.
            </summary>
      <param name="value">The absolute value of the text spacing.</param>
      <returns>A text spacing instance that represents the specified absolute text spacing.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">Argument is not between 0 and 55.88 cm.</exception>
    </member>
    <member name="M:GemBox.Presentation.TextSpacing.Multiple(System.Double)">
      <summary>
        <para>Creates a text spacing instance from the specified percentage value.</para>
        <para>
            If <paramref name="percent"/> parameter is equal to 1, then returned text spacing is equal to <see cref="F:GemBox.Presentation.TextSpacing.Single"/>.
            If <paramref name="percent"/> parameter is equal to 1.5, then returned text spacing is equal to <see cref="F:GemBox.Presentation.TextSpacing.OnePointFiveLines"/>.
            If <paramref name="percent"/> parameter is equal to 2, then returned text spacing is equal to <see cref="F:GemBox.Presentation.TextSpacing.Double"/>.
            </para>
      </summary>
      <param name="percent">The percentage value of the text spacing.</param>
      <returns>A text spacing instance that represents the specified percentage text spacing.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">Argument is not between 0 and 10 (exclusive).</exception>
    </member>
    <member name="P:GemBox.Presentation.TextSpacing.Value">
      <summary>
            Gets the text spacing value.
            </summary>
      <value>
            The text spacing value.
            </value>
      <exception cref="T:System.InvalidOperationException">Text spacing is specified in percentages.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextSpacing.Percent">
      <summary>
            Gets the text spacing percentage.
            </summary>
      <value>
            The text spacing percentage.
            </value>
      <exception cref="T:System.InvalidOperationException">Text spacing is not specified in percentages.</exception>
    </member>
    <member name="P:GemBox.Presentation.TextSpacing.IsPercent">
      <summary>
            Gets a value indicating whether this text spacing is specified in percentages.
            </summary>
      <value>
        <see langword="true"/> if this text spacing is specified in percentages; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="M:GemBox.Presentation.TextSpacing.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextSpacing"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.TextSpacing"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.TextSpacing.Equals(GemBox.Presentation.TextSpacing)">
      <summary>
            Determines whether the <paramref name="other"/> <see cref="T:GemBox.Presentation.TextSpacing"/> is equal to this <see cref="T:GemBox.Presentation.TextSpacing"/> instance.
            </summary>
      <param name="other">The other text spacing to compare with this text spacing instance.</param>
      <returns>
        <see langword="true"/> if the <paramref name="other"/> <see cref="T:GemBox.Presentation.TextSpacing"/> is equal to this <see cref="T:GemBox.Presentation.TextSpacing"/> instance; otherwise, <see langword="false"/>.</returns>
    </member>
    <member name="M:GemBox.Presentation.TextSpacing.Equals(System.Object)">
      <summary>
            Determines whether the specified <see cref="T:System.Object"/> is equal to this <see cref="T:GemBox.Presentation.TextSpacing"/> instance.
            </summary>
      <param name="obj">The <see cref="T:System.Object"/> to compare with this text spacing instance.</param>
      <returns>
        <see langword="true"/> if the specified <see cref="T:System.Object"/> is a <see cref="T:GemBox.Presentation.TextSpacing"/> and is equal to this <see cref="T:GemBox.Presentation.TextSpacing"/> instance; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextSpacing.GetHashCode">
      <summary>
            Returns a hash code for this <see cref="T:GemBox.Presentation.TextSpacing"/> instance.
            </summary>
      <returns>
            An integer value that specifies a hash value for this <see cref="T:GemBox.Presentation.TextSpacing"/> instance.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextSpacing.op_Equality(GemBox.Presentation.TextSpacing,GemBox.Presentation.TextSpacing)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.TextSpacing"/>s are equal.
            </summary>
      <param name="first">The first text spacing.</param>
      <param name="second">The second text spacing.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> text spacings are equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.TextSpacing.op_Inequality(GemBox.Presentation.TextSpacing,GemBox.Presentation.TextSpacing)">
      <summary>
            Determines whether <paramref name="first"/> and <paramref name="second"/> <see cref="T:GemBox.Presentation.TextSpacing"/>s are not equal.
            </summary>
      <param name="first">The first text spacing.</param>
      <param name="second">The second text spacing.</param>
      <returns>
        <see langword="true"/> if <paramref name="first"/> and <paramref name="second"/> text spacings are not equal; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TextUnknown">
      <summary>
            Represents a text element that is not recognized by the <b>GemBox.Presentation</b> component.
            </summary>
      <remarks>
        <para>This type can either represent some text element that is supported by a particular input file format supported by the <b>GemBox.Presentation</b> component or some user-defined text element.
            In either case, text element is not supported by the <b>GemBox.Presentation</b> component (no additional behavior or information about it can be obtained through the <b>GemBox.Presentation</b> API).</para>
        <para>This type is used for preserving not supported text elements when reading and writing a presentation to a same file format.</para>
        <para>This type can also be used for user-defined text elements.</para>
        <para>Information contained in the <see cref="P:GemBox.Presentation.TextUnknown.Data"/> property is either internal to <b>GemBox.Presentation</b> component (when the type is used for preserving not supported text elements) or is user-specific type (when the type is used for user-defined text elements).</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.TextUnknown.Data">
      <summary>
            Gets the data of this text element.
            </summary>
      <value>
            The data of this text element.
            </value>
      <remarks>
            Value type is either internal to <b>GemBox.Presentation</b> component (when the type is used for preserving not supported text elements) or is user-specific type (when the type is used for user-defined text elements).
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.TextUnknown.ElementType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.TextElementType.Unknown"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.TextElementType.Unknown"/> value.
            </value>
    </member>
    <member name="M:GemBox.Presentation.TextUnknown.ToString">
      <summary>
            Returns <see cref="F:System.String.Empty"/>.
            </summary>
      <returns>
        <see cref="F:System.String.Empty"/>.
            </returns>
    </member>
    <member name="T:GemBox.Presentation.TiffCompression">
      <summary>
            An enumeration of supported compression schemes for Tagged Image File Format (TIFF) when saving a <see cref="T:GemBox.Presentation.PresentationDocument"/> to an image using an <see cref="T:GemBox.Presentation.ImageSaveOptions"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TiffCompression.Default">
      <summary>
            The encoder attempts to save the bitmap with the best possible compression schema.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TiffCompression.None">
      <summary>
            The Tagged Image File Format (TIFF) image will not be compressed.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TiffCompression.Ccitt3">
      <summary>
            The CCITT3 compression schema.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TiffCompression.Ccitt4">
      <summary>
            The CCITT4 compression schema.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TiffCompression.Lzw">
      <summary>
            The LZW compression schema.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TiffCompression.Rle">
      <summary>
            The RLE compression schema.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TiffCompression.Zip">
      <summary>
            Zip compression schema.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.TileMirrorTypes">
      <summary>
            Indicates whether/how to flip the contents of a tile region when using it to fill a larger fill region.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TileMirrorTypes.None">
      <summary>
            Tiles are not flipped.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TileMirrorTypes.Horizontal">
      <summary>
            Tiles are flipped horizontally.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TileMirrorTypes.Vertical">
      <summary>
            Tiles are flipped vertically.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TileMirrorTypes.Both">
      <summary>
            Tiles are flipped both horizontally and vertically.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.TransitionEffect">
      <summary>
            Represents a change to a variation of the selected transition.
            Variations let you change properties of a transition effect, such as its direction.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slide-transition/501">Slide Transition Example</seealso>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.None">
      <summary>
            No effect.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Smoothly">
      <summary>
            Smoothly.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Fade"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.ThroughBlack">
      <summary>
            Through Black.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Cut"/>, <see cref="F:GemBox.Presentation.TransitionType.Fade"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.FromBottom">
      <summary>
            From  Bottom.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Push"/>, <see cref="F:GemBox.Presentation.TransitionType.Wipe"/>, <see cref="F:GemBox.Presentation.TransitionType.Uncover"/>, <see cref="F:GemBox.Presentation.TransitionType.Cover"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Vortex"/>, <see cref="F:GemBox.Presentation.TransitionType.Cube"/>, <see cref="F:GemBox.Presentation.TransitionType.Box"/>, <see cref="F:GemBox.Presentation.TransitionType.Pan"/>, <see cref="F:GemBox.Presentation.TransitionType.Rotate"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Orbit"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.FromLeft">
      <summary>
            From Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Push"/>, <see cref="F:GemBox.Presentation.TransitionType.Wipe"/>, <see cref="F:GemBox.Presentation.TransitionType.Uncover"/>, <see cref="F:GemBox.Presentation.TransitionType.Cover"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Checkerboard"/>, <see cref="F:GemBox.Presentation.TransitionType.Vortex"/>, <see cref="F:GemBox.Presentation.TransitionType.Gallery"/>, <see cref="F:GemBox.Presentation.TransitionType.Cube"/>, <see cref="F:GemBox.Presentation.TransitionType.Box"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Pan"/>, <see cref="F:GemBox.Presentation.TransitionType.FerrisWheel"/>, <see cref="F:GemBox.Presentation.TransitionType.Conveyor"/>, <see cref="F:GemBox.Presentation.TransitionType.Rotate"/>, <see cref="F:GemBox.Presentation.TransitionType.Orbit"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.FromRight">
      <summary>
            From Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Push"/>, <see cref="F:GemBox.Presentation.TransitionType.Wipe"/>, <see cref="F:GemBox.Presentation.TransitionType.Uncover"/>, <see cref="F:GemBox.Presentation.TransitionType.Cover"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Vortex"/>, <see cref="F:GemBox.Presentation.TransitionType.Gallery"/>, <see cref="F:GemBox.Presentation.TransitionType.Cube"/>, <see cref="F:GemBox.Presentation.TransitionType.Box"/>, <see cref="F:GemBox.Presentation.TransitionType.Pan"/>,
            <see cref="F:GemBox.Presentation.TransitionType.FerrisWheel"/>, <see cref="F:GemBox.Presentation.TransitionType.Conveyor"/>, <see cref="F:GemBox.Presentation.TransitionType.Rotate"/>, <see cref="F:GemBox.Presentation.TransitionType.Orbit"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.FromTop">
      <summary>
            From Top.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Push"/>, <see cref="F:GemBox.Presentation.TransitionType.Wipe"/>, <see cref="F:GemBox.Presentation.TransitionType.Uncover"/>, <see cref="F:GemBox.Presentation.TransitionType.Cover"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Checkerboard"/>, <see cref="F:GemBox.Presentation.TransitionType.Vortex"/>, <see cref="F:GemBox.Presentation.TransitionType.Cube"/>, <see cref="F:GemBox.Presentation.TransitionType.Box"/>, <see cref="F:GemBox.Presentation.TransitionType.Pan"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Rotate"/>, <see cref="F:GemBox.Presentation.TransitionType.Orbit"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.FromTopRight">
      <summary>
            From Top-Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Wipe"/>, <see cref="F:GemBox.Presentation.TransitionType.Uncover"/>, <see cref="F:GemBox.Presentation.TransitionType.Cover"/>, <see cref="F:GemBox.Presentation.TransitionType.Ripple"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.FromBottomRight">
      <summary>
            From Bottom-Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Wipe"/>, <see cref="F:GemBox.Presentation.TransitionType.Uncover"/>, <see cref="F:GemBox.Presentation.TransitionType.Cover"/>, <see cref="F:GemBox.Presentation.TransitionType.Ripple"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.FromTopLeft">
      <summary>
            From Top-Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Wipe"/>, <see cref="F:GemBox.Presentation.TransitionType.Uncover"/>, <see cref="F:GemBox.Presentation.TransitionType.Cover"/>, <see cref="F:GemBox.Presentation.TransitionType.Ripple"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.FromBottomLeft">
      <summary>
            From Bottom-Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Wipe"/>, <see cref="F:GemBox.Presentation.TransitionType.Uncover"/>, <see cref="F:GemBox.Presentation.TransitionType.Cover"/>, <see cref="F:GemBox.Presentation.TransitionType.Ripple"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.VerticalOut">
      <summary>
            Vertical Out.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Split"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.HorizontalIn">
      <summary>
            Horizontal In.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Split"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.HorizontalOut">
      <summary>
            Horizontal Out.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Split"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.VerticalIn">
      <summary>
            Vertical In.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Split"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.SmoothlyFromRight">
      <summary>
            Smoothly From Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Reveal"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.SmoothlyFromLeft">
      <summary>
            Smoothly From Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Reveal"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.ThroughBlackFromRight">
      <summary>
            Through Black From Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Reveal"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.ThroughBlackFromLeft">
      <summary>
            Through Black From Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Reveal"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Vertical">
      <summary>
            Vertical.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.RandomBars"/>, <see cref="F:GemBox.Presentation.TransitionType.Blinds"/>, <see cref="F:GemBox.Presentation.TransitionType.Doors"/>, <see cref="F:GemBox.Presentation.TransitionType.Comb"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Window"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Horizontal">
      <summary>
            Horizontal.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.RandomBars"/>, <see cref="F:GemBox.Presentation.TransitionType.Blinds"/>, <see cref="F:GemBox.Presentation.TransitionType.Doors"/>, <see cref="F:GemBox.Presentation.TransitionType.Comb"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Window"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Circle">
      <summary>
            Circle.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shape"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Diamond">
      <summary>
            Diamond.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shape"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Plus">
      <summary>
            Plus.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shape"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.In">
      <summary>
            In.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shape"/>, <see cref="F:GemBox.Presentation.TransitionType.Zoom"/>, <see cref="F:GemBox.Presentation.TransitionType.FlyThrough"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Out">
      <summary>
            Out.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shape"/>, <see cref="F:GemBox.Presentation.TransitionType.Zoom"/>, <see cref="F:GemBox.Presentation.TransitionType.FlyThrough"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Left">
      <summary>
            Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.FallOver"/>, <see cref="F:GemBox.Presentation.TransitionType.Drape"/>, <see cref="F:GemBox.Presentation.TransitionType.Wind"/>, <see cref="F:GemBox.Presentation.TransitionType.PeelOff"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Airplane"/>, <see cref="F:GemBox.Presentation.TransitionType.Origami"/>, <see cref="F:GemBox.Presentation.TransitionType.Switch"/>, <see cref="F:GemBox.Presentation.TransitionType.Flip"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Right">
      <summary>
            Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.FallOver"/>, <see cref="F:GemBox.Presentation.TransitionType.Drape"/>, <see cref="F:GemBox.Presentation.TransitionType.Wind"/>, <see cref="F:GemBox.Presentation.TransitionType.PeelOff"/>,
            <see cref="F:GemBox.Presentation.TransitionType.Airplane"/>, <see cref="F:GemBox.Presentation.TransitionType.Origami"/>, <see cref="F:GemBox.Presentation.TransitionType.Switch"/>, <see cref="F:GemBox.Presentation.TransitionType.Flip"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.DoubleLeft">
      <summary>
            Double Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.PageCurl"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.DoubleRight">
      <summary>
            Double Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.PageCurl"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.SingleLeft">
      <summary>
            Single Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.PageCurl"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.SingleRight">
      <summary>
            Single Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.PageCurl"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Clockwise">
      <summary>
            Clockwise.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Clock"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Counterclockwise">
      <summary>
            Counterclockwise.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Clock"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Wedge">
      <summary>
            Wedge.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Clock"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.Center">
      <summary>
            Center.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Ripple"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.HexagonsFromLeft">
      <summary>
            Hexagons From Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Glitter"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.HexagonsFromTop">
      <summary>
            Hexagons From Top.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Glitter"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.HexagonsFromRight">
      <summary>
            Hexagons From Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Glitter"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.HexagonsFromBottom">
      <summary>
            Hexagons From Bottom.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Glitter"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.DiamondsFromLeft">
      <summary>
            Diamonds From Left.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Glitter"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.DiamondsFromTop">
      <summary>
            Diamonds From Top.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Glitter"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.DiamondsFromRight">
      <summary>
            Diamonds From Right.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Glitter"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.DiamondsFromBottom">
      <summary>
            Diamonds From Bottom.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Glitter"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.StripsIn">
      <summary>
            Strips In.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shred"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.StripsOut">
      <summary>
            Strips Out.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shred"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.ParticlesIn">
      <summary>
            Particles In.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shred"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.ParticlesOut">
      <summary>
            Particles Out.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Shred"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.ZoomAndRotate">
      <summary>
            Zoom And Rotate.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.Zoom"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.InWithBounce">
      <summary>
            In With Bounce.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.FlyThrough"/></remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionEffect.OutWithBounce">
      <summary>
            Out With Bounce.
            </summary>
      <remarks>
            Valid for following transition types: <see cref="F:GemBox.Presentation.TransitionType.FlyThrough"/></remarks>
    </member>
    <member name="T:GemBox.Presentation.TransitionSpeed">
      <summary>
            Represents the allowed transition speeds for transitioning from the current slide to the next.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TransitionSpeed.Fast">
      <summary>
            Fast slide transition.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TransitionSpeed.Medium">
      <summary>
            Medium slide transition.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TransitionSpeed.Slow">
      <summary>
            Slow slide transition.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.TransitionType">
      <summary>
            Represents types of slide transitions.
            </summary>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-slide-transition/501">Slide Transition Example</seealso>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.None">
      <summary>
            None.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Cut">
      <summary>
            Cut.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.None"/> and <see cref="F:GemBox.Presentation.TransitionEffect.ThroughBlack"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Fade">
      <summary>
            Fade.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Smoothly"/> and <see cref="F:GemBox.Presentation.TransitionEffect.ThroughBlack"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Push">
      <summary>
            Push.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Wipe">
      <summary>
            Wipe.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTopRight"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromBottomRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTopLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromBottomLeft"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Split">
      <summary>
            Split.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.VerticalOut"/>, <see cref="F:GemBox.Presentation.TransitionEffect.HorizontalIn"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.HorizontalOut"/> and <see cref="F:GemBox.Presentation.TransitionEffect.VerticalIn"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Reveal">
      <summary>
            Reveal.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.SmoothlyFromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.SmoothlyFromLeft"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.ThroughBlackFromRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.ThroughBlackFromLeft"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.RandomBars">
      <summary>
            Random Bars.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Vertical"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Horizontal"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Shape">
      <summary>
            Shape.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Circle"/>, <see cref="F:GemBox.Presentation.TransitionEffect.Diamond"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.Plus"/>, <see cref="F:GemBox.Presentation.TransitionEffect.In"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Out"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Uncover">
      <summary>
            Uncover.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTopRight"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromBottomRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTopLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromBottomLeft"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Cover">
      <summary>
            Cover.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTopRight"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromBottomRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTopLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromBottomLeft"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Flash">
      <summary>
            Flash.
            </summary>
      <remarks>
            No transition effects.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.FallOver">
      <summary>
            Fall Over.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Left"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Right"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Drape">
      <summary>
            Drape.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Left"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Right"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Curtains">
      <summary>
            Curtains.
            </summary>
      <remarks>
            No transition effects.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Wind">
      <summary>
            Wind.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Right"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Left"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Prestige">
      <summary>
            Prestige.
            </summary>
      <remarks>
            No transition effects.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Fracture">
      <summary>
            Fracture.
            </summary>
      <remarks>
            No transition effects.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Crush">
      <summary>
            Crush.
            </summary>
      <remarks>
            No transition effects.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.PeelOff">
      <summary>
            Peel Off.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Left"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Right"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.PageCurl">
      <summary>
            Page Curl.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.DoubleLeft"/>, <see cref="F:GemBox.Presentation.TransitionEffect.DoubleRight"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.SingleLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.SingleRight"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Airplane">
      <summary>
            Airplane.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Right"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Left"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Origami">
      <summary>
            Origami.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Right"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Left"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Dissolve">
      <summary>
            Dissolve.
            </summary>
      <remarks>
            No transition effects.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Checkerboard">
      <summary>
            Checkerboard.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Blinds">
      <summary>
            Blinds.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Vertical"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Horizontal"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Clock">
      <summary>
            Clock.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Clockwise"/>, <see cref="F:GemBox.Presentation.TransitionEffect.Counterclockwise"/>
            and <see cref="F:GemBox.Presentation.TransitionEffect.Wedge"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Ripple">
      <summary>
            Ripple.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Center"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromBottomLeft"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromBottomRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTopRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromTopLeft"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Honeycomb">
      <summary>
            Honeycomb.
            </summary>
      <remarks>
            No transition effects.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Glitter">
      <summary>
            Glitter.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.HexagonsFromLeft"/>, <see cref="F:GemBox.Presentation.TransitionEffect.HexagonsFromTop"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.HexagonsFromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.HexagonsFromBottom"/>, <see cref="F:GemBox.Presentation.TransitionEffect.DiamondsFromLeft"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.DiamondsFromTop"/>, <see cref="F:GemBox.Presentation.TransitionEffect.DiamondsFromRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.DiamondsFromBottom"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Vortex">
      <summary>
            Vortex.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Shred">
      <summary>
            Shred.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.StripsIn"/>, <see cref="F:GemBox.Presentation.TransitionEffect.StripsOut"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.ParticlesIn"/> and <see cref="F:GemBox.Presentation.TransitionEffect.ParticlesOut"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Switch">
      <summary>
            Switch.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Right"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Left"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Flip">
      <summary>
            Flip.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Right"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Left"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Gallery">
      <summary>
            Gallery.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Cube">
      <summary>
            Cube.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Doors">
      <summary>
            Doors.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Vertical"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Horizontal"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Box">
      <summary>
            Box.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Comb">
      <summary>
            Comb.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Horizontal"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Vertical"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Zoom">
      <summary>
            Zoom.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.In"/>, <see cref="F:GemBox.Presentation.TransitionEffect.Out"/>
            and <see cref="F:GemBox.Presentation.TransitionEffect.ZoomAndRotate"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Random">
      <summary>
            Random.
            </summary>
      <remarks>
            No transition effects.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Pan">
      <summary>
            Pan.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.FerrisWheel">
      <summary>
            Ferris Wheel.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Conveyor">
      <summary>
            Conveyor.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Rotate">
      <summary>
            Rotate.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Window">
      <summary>
            Window.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.Vertical"/> and <see cref="F:GemBox.Presentation.TransitionEffect.Horizontal"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.Orbit">
      <summary>
            Orbit.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.FromRight"/>, <see cref="F:GemBox.Presentation.TransitionEffect.FromBottom"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.FromLeft"/> and <see cref="F:GemBox.Presentation.TransitionEffect.FromTop"/>.
            </remarks>
    </member>
    <member name="F:GemBox.Presentation.TransitionType.FlyThrough">
      <summary>
            FlyThrough.
            </summary>
      <remarks>
            Used with following transition effects: <see cref="F:GemBox.Presentation.TransitionEffect.In"/>, <see cref="F:GemBox.Presentation.TransitionEffect.Out"/>,
            <see cref="F:GemBox.Presentation.TransitionEffect.InWithBounce"/> and <see cref="F:GemBox.Presentation.TransitionEffect.OutWithBounce"/>.
            </remarks>
    </member>
    <member name="T:GemBox.Presentation.UnderlineStyle">
      <summary>
            Represents a text underline style.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.None">
      <summary>
            Do not underline the text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.Single">
      <summary>
            Underline the text with a single line of normal thickness.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.Double">
      <summary>
            Underline the text with two lines of normal thickness.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.Heavy">
      <summary>
        <para>Underline the text with a single, thick line.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.Single"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.Dotted">
      <summary>
            Underline the text with a single, dotted line of normal thickness.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.DottedHeavy">
      <summary>
        <para>Underline the text with a single, thick, dotted line.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.Dotted"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.Dash">
      <summary>
            Underline the text with a single, dashed line of normal thickness.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.DashHeavy">
      <summary>
        <para>Underline the text with a single, dashed, thick line.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.Dash"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.DashLong">
      <summary>
        <para>Underline the text with a single line consisting of long dashes of normal thickness.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.Dash"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.DashLongHeavy">
      <summary>
        <para>Underline the text with a single line consisting of long, thick dashes.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.Dash"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.DotDash">
      <summary>
            Underline the text with a single line of normal thickness consisting of repeating dots and dashes.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.DotDashHeavy">
      <summary>
        <para>Underline the text with a single, thick line consisting of repeating dots and dashes.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.DotDash"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.DotDotDash">
      <summary>
            Underline the text with a single line of normal thickness consisting of repeating two dots and dashes.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.DotDotDashHeavy">
      <summary>
        <para>Underline the text with a single, thick line consisting of repeating two dots and dashes.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.DotDotDash"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.Wavy">
      <summary>
        <para>Underline the text with a single wavy line of normal thickness.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.Single"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.WavyHeavy">
      <summary>
        <para>Underline the text with a single, thick wavy line.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.Single"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.WavyDouble">
      <summary>
        <para>Underline the text with two wavy lines of normal thickness.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.UnderlineStyle.Double"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.UnderlineStyle.Words">
      <summary>
            Underline just the words and not the spaces between them.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.UnknownDrawing">
      <summary>
            Represents a drawing that is not recognized by the <b>GemBox.Presentation</b> component.
            </summary>
      <remarks>
        <para>This type can either represent some drawing that is supported by a particular input file format supported by the <b>GemBox.Presentation</b> component or some user-defined drawing.
            In either case, drawing is not supported by the <b>GemBox.Presentation</b> component (no additional behavior or information about it can be obtained through the <b>GemBox.Presentation</b> API).</para>
        <para>This type is used for preserving not supported drawings when reading and writing a presentation to the same file format.</para>
        <para>This type can also be used for user-defined drawings, although <see cref="T:GemBox.Presentation.GraphicFrame"/> type is more appropriate for this purpose.</para>
        <para>Information contained in the <see cref="P:GemBox.Presentation.UnknownDrawing.Data"/> property is either internal to <b>GemBox.Presentation</b> component (when the type is used for preserving not supported drawings) or is user-specific type (when the type is used for user-defined drawings).</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.UnknownDrawing.Data">
      <summary>
            Gets or sets the data of this drawing.
            </summary>
      <value>
            The data of this drawing.
            </value>
      <exception cref="T:System.InvalidOperationException">Value can be set only once and it cannot be a <see langword="null"/>.</exception>
      <remarks>
            Value type is either internal to <b>GemBox.Presentation</b> component (when the type is used for preserving not supported drawings) or is user-specific type (when the type is used for user-defined drawings).
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.UnknownDrawing.DrawingType">
      <summary>
            Gets the <see cref="F:GemBox.Presentation.DrawingType.UnknownDrawing"/> value.
            </summary>
      <value>
            The <see cref="F:GemBox.Presentation.DrawingType.UnknownDrawing"/> value.
            </value>
    </member>
    <member name="T:GemBox.Presentation.Vba.VbaModule">
      <summary>
            Represents the module in <see cref="T:GemBox.Presentation.Vba.VbaProject"/>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Vba.VbaModule.Name">
      <summary>
            Gets or sets the name of <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Vba.VbaModule.Code">
      <summary>
            Gets or sets the code of <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Vba.VbaModule.Type">
      <summary>
            Gets the type of <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModule.Equals(System.Object)">
      <inheritdoc/>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModule.GetHashCode">
      <inheritdoc/>
    </member>
    <member name="T:GemBox.Presentation.Vba.VbaModuleCollection">
      <summary>
            Represents the collection of <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Vba.VbaModuleCollection.Count">
      <summary>
            Gets the number of elements contained.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Vba.VbaModuleCollection.Item(System.Int32)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> at the specified index.
            </summary>
      <param name="index">The zero-based index of the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> to get.</param>
      <returns>
        <see cref="T:GemBox.Presentation.Vba.VbaModule"/> that corresponds to the given index.</returns>
    </member>
    <member name="P:GemBox.Presentation.Vba.VbaModuleCollection.Item(System.String)">
      <summary>
            Gets the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> with the given name.
            </summary>
      <param name="name">Name of the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> to get.</param>
      <returns>
        <see cref="T:GemBox.Presentation.Vba.VbaModule"/> that corresponds to the given name.</returns>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.Add(System.String)">
      <summary>
            Creates and returns a new <see cref="T:GemBox.Presentation.Vba.VbaModule"/> with the given name and with the type of <see cref="F:GemBox.Presentation.Vba.VbaModuleType.Procedural"/>.
            </summary>
      <param name="name">Name of the returning <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.</param>
      <returns>
        <see cref="T:GemBox.Presentation.Vba.VbaModule"/> that is created and added to the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.Clear">
      <summary>
            Removes all items from the collection.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.Contains(System.String)">
      <summary>
            Indicates whether this collection contains the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> object with the specified <paramref name="name"/>.
            </summary>
      <param name="name">The name of the module to locate.</param>
      <returns>
        <see langword="true"/> if the collection contains an item with the <paramref name="name"/>; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.GetEnumerator">
      <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
      <returns>A <see cref="T:System.Collections.Generic.IEnumerator`1"/> that can be used to iterate through the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.Remove(System.String)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> by name.
            </summary>
      <param name="name">Name of the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> contained in the collection.</param>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.Remove(GemBox.Presentation.Vba.VbaModule)">
      <summary>
            Removes the given <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.
            </summary>
      <param name="vbaModule">The <see cref="T:GemBox.Presentation.Vba.VbaModule"/> that will be removed from this collection.</param>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.RemoveAt(System.Int32)">
      <summary>
            Removes the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> from the given index.
            </summary>
      <param name="index">The index of the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> that will be removed.</param>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.TryGet(System.String,GemBox.Presentation.Vba.VbaModule@)">
      <summary>
            Tries to get the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> with the specified <paramref name="name"/>.
            </summary>
      <param name="name">Name of the <see cref="T:GemBox.Presentation.Vba.VbaModule"/> contained in the collection.</param>
      <param name="vbaModule">The found <see cref="T:GemBox.Presentation.Vba.VbaModule"/> with the given <paramref name="name"/>.</param>
      <returns>
        <see langword="true"/> if the collection contains an item with the <paramref name="name"/>; otherwise, <see langword="false"/>.
            </returns>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.Add(System.String,GemBox.Presentation.Vba.VbaModuleType)">
      <summary>
        <para>Creates and returns a new <see cref="T:GemBox.Presentation.Vba.VbaModule"/> with the given name and type.</para>
        <para>If the given <paramref name="vbaModuleType"/> is <see cref="F:GemBox.Presentation.Vba.VbaModuleType.Document"/>, returning <see cref="T:GemBox.Presentation.Vba.VbaModule"/> will be bound to <see cref="T:GemBox.Presentation.PresentationDocument"/>.</para>
      </summary>
      <param name="name">Name of the returning <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.</param>
      <param name="vbaModuleType">Type of the returning <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.</param>
      <returns>
        <see cref="T:GemBox.Presentation.Vba.VbaModule"/> that is created and added to the collection.</returns>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaModuleCollection.AddCopy(GemBox.Presentation.Vba.VbaModule)">
      <summary>
        <para>Clones and returns a new <see cref="T:GemBox.Presentation.Vba.VbaModule"/> from the given module.</para>
      </summary>
      <param name="vbaModule">Source <see cref="T:GemBox.Presentation.Vba.VbaModule"/> to be cloned.</param>
      <returns>
        <para>
          <see cref="T:GemBox.Presentation.Vba.VbaModule"/> that is cloned and added to the collection.</para>
      </returns>
    </member>
    <member name="T:GemBox.Presentation.Vba.VbaModuleType">
      <summary>
            Represents the type of <see cref="T:GemBox.Presentation.Vba.VbaModule"/>.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Vba.VbaModuleType.Procedural">
      <summary>
            A collection of subroutines and functions.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Vba.VbaModuleType.Document">
      <summary>
            A type of VBA project item that specifies a module for embedded macros and programmatic access operations that are associated with a document.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Vba.VbaModuleType.Class">
      <summary>
            A module that contains the definition for a new object. Each instance of a class creates a new object, and procedures that are defined in the module become properties and methods of the object.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.Vba.VbaModuleType.Designer">
      <summary>
            A VBA module that extends the methods and properties of an ActiveX control that has been registered with the project.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.Vba.VbaProject">
      <summary>
            Represents the VBA project.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Vba.VbaProject.Modules">
      <summary>
            Gets all <see cref="T:GemBox.Presentation.Vba.VbaModule"/> objects.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.Vba.VbaProject.Name">
      <summary>
            Gets or sets the name of the <see cref="T:GemBox.Presentation.Vba.VbaProject"/>.
            </summary>
    </member>
    <member name="M:GemBox.Presentation.Vba.VbaProject.Delete">
      <summary>
            Deletes this VBA project from the workbook.
            </summary>
    </member>
    <member name="T:GemBox.Presentation.VerticalAlignment">
      <summary>
            Represents an enumeration of available vertical alignments for text.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.VerticalAlignment.Top">
      <summary>
            Align the text to the top of the bounding rectangle.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.VerticalAlignment.Middle">
      <summary>
            Align the text to the middle of the bounding rectangle.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.VerticalAlignment.Bottom">
      <summary>
            Align the text to the bottom of the bounding rectangle.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.VerticalAlignment.Justify">
      <summary>
        <para>Anchor the text so that it is justified vertically.</para>
        <para>When text is horizontal, this spaces out the actual lines of text and is almost always identical in behavior to <see cref="F:GemBox.Presentation.VerticalAlignment.Distributed"/> (special case: if only 1 line, then aligned to <see cref="F:GemBox.Presentation.VerticalAlignment.Top"/>).</para>
        <para>When text is vertical, then it justifies the letters vertically. This is different than <see cref="F:GemBox.Presentation.VerticalAlignment.Distributed"/>, because in some cases such as very little text in a line, it does not justify.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.VerticalAlignment.Middle"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="F:GemBox.Presentation.VerticalAlignment.Distributed">
      <summary>
        <para>Align the text so that it is distributed vertically.</para>
        <para>When text is horizontal, this spaces out the actual lines of text and is almost always identical in behavior to <see cref="F:GemBox.Presentation.VerticalAlignment.Justify"/> (special case: if only 1 line, then aligned to <see cref="F:GemBox.Presentation.VerticalAlignment.Middle"/>).</para>
        <para>When text is vertical, then it distributes the letters vertically. This is different than <see cref="F:GemBox.Presentation.VerticalAlignment.Justify"/>, because it always forces distribution of the words, even if there are only one or two words in a line.</para>
        <para>This value is currently not supported in PDF, XPS, and image formats and <see cref="F:GemBox.Presentation.VerticalAlignment.Middle"/> value is exported instead.</para>
      </summary>
    </member>
    <member name="T:GemBox.Presentation.ViewProperties">
      <summary>
            Represents presentation-wide view properties.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.ViewProperties.SlideViewProperties">
      <summary>
            Gets the common view properties associated with the slide view mode.
            </summary>
      <value>
            The common view properties associated with the slide view mode.
            </value>
    </member>
    <member name="P:GemBox.Presentation.ViewProperties.NotesViewProperties">
      <summary>
            Gets the common view properties associated with the notes view mode.
            </summary>
      <value>
            The common view properties associated with the notes view mode.
            </value>
    </member>
    <member name="T:GemBox.Presentation.VisualDrawing">
      <summary>
            Represents a base type for all drawings that have a visual appearance in a specific position and of a specific size.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.VisualDrawing.AllowedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.SupportedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.NamePrefix">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.Name">
      <summary>
            Gets or sets the name of this drawing.
            </summary>
      <value>
            The name of this drawing.
            </value>
      <exception cref="T:System.ArgumentException">Name cannot be <see langword="null"/>, <see cref="F:System.String.Empty"/> or consist only of white-space characters.</exception>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.Hidden">
      <summary>
        <para>Gets or sets a value indicating whether this drawing is hidden.
            Drawing is automatically hidden if any of its ancestor <see cref="T:GemBox.Presentation.GroupShape"/> is hidden.</para>
        <para>Default value is <see langword="false"/>.</para>
      </summary>
      <value>
        <see langword="true"/> if drawing or any of its ancestor <see cref="T:GemBox.Presentation.GroupShape"/> is hidden; otherwise, <see langword="false"/>.
            </value>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.AlternativeText">
      <summary>
        <para>Gets or sets the alternative, text-based representation of the information contained in this drawing.</para>
        <para>To remove an alternative, text-based representation from this drawing, set this property to <see langword="null"/>.</para>
      </summary>
      <value>
            The alternative, text-based representation of the information contained in this drawing.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.DrawingAlternativeText"/> that points to data associated with this drawing.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.DrawingAlternativeText"/> won't actually be stored in this drawing, but the data to which the instance points to will be copied. This enables easy copying of complex properties from one drawing to another.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.Action">
      <summary>
        <para>Gets or sets the action settings for this drawing that specify what should happen when the user clicks on this drawing or hovers over this drawing with a pointing device such as a computer mouse.</para>
        <para>To remove all actions from this drawing, set this property to <see langword="null"/>.</para>
      </summary>
      <value>
            The action settings for this drawing that specify what should happen when the user clicks on this drawing or hovers over this drawing with a pointing device such as a computer mouse.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.ActionSettings"/> that points to data associated with this drawing.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.ActionSettings"/> won't actually be stored in this drawing, but the data to which the instance points to will be copied. This enables easy copying of complex properties from one drawing to another.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-hyperlinks/409">Hyperlinks Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.Locks">
      <summary>
        <para>Gets or sets the locking settings for this drawing.
            These settings inform the application about specific drawing properties that have been previously locked and thus should not be changed by the user when viewing a drawing in an application.</para>
        <para>Default value is <see cref="F:GemBox.Presentation.DrawingLocks.None"/>.</para>
      </summary>
      <value>
            The locking settings for this drawing.
            </value>
      <remarks>
            Some values are applicable only to certain <see cref="T:GemBox.Presentation.VisualDrawing"/> derived types. Specified input values will be automatically coerced to a set of valid values for a specific <see cref="T:GemBox.Presentation.VisualDrawing"/> derived type as documented in <see cref="T:GemBox.Presentation.DrawingLocks"/> members documentation.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.Placeholder">
      <summary>
            Gets the placeholder settings for this drawing if the drawing is a placeholder; otherwise, <see langword="null"/>.
            </summary>
      <value>
            The placeholder settings for this drawing if the drawing is a placeholder; otherwise, <see langword="null"/>.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.DrawingPlaceholder"/> that points to data associated with this drawing.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-placeholders/402">Placeholders Example</seealso>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.CustomerData">
      <summary>
            Gets or sets the customer defined data.
            </summary>
      <value>
            The customer defined data.
            </value>
    </member>
    <member name="P:GemBox.Presentation.VisualDrawing.Layout">
      <summary>
            Gets or sets the location, size and transformations (flipping and rotation) of the bounding box enclosing this drawing.
            </summary>
      <value>
            The location, size and transformations (flipping and rotation) of the bounding box enclosing this drawing.
            </value>
    </member>
    <member name="M:GemBox.Presentation.VisualDrawing.ToString">
      <summary>
            Returns a <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.VisualDrawing"/> instance.
            </summary>
      <returns>
            A <see cref="T:System.String"/> that represents this <see cref="T:GemBox.Presentation.VisualDrawing"/> instance.
            </returns>
      <remarks>This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).</remarks>
    </member>
    <member name="M:GemBox.Presentation.VisualDrawing.FormatDrawing">
      <summary>
            Formats this <see cref="T:GemBox.Presentation.VisualDrawing"/> to its default size so it can be exported to PDF, XPS, image, or be printed.
            </summary>
      <returns>
        <see cref="T:GemBox.Presentation.FormattedVisualDrawing"/> that can be exported to PDF, XPS, image, or be printed.</returns>
      <exception cref="T:System.InvalidOperationException">Drawing cannot be formatted because it doesn't belong to any slide.</exception>
    </member>
    <member name="M:GemBox.Presentation.VisualDrawing.FormatDrawing(GemBox.Presentation.PaginatorOptions)">
      <summary>
            Formats this <see cref="T:GemBox.Presentation.VisualDrawing"/> to its default size so it can be exported to PDF, XPS, image, or be printed.
            </summary>
      <param name="options">The options used to specify which parts of the visual drawing to update while formatting it.</param>
      <returns>
        <see cref="T:GemBox.Presentation.FormattedVisualDrawing"/> that can be exported to PDF, XPS, image, or be printed.</returns>
      <exception cref="T:System.InvalidOperationException">Drawing cannot be formatted because it doesn't belong to any slide.</exception>
    </member>
    <member name="M:GemBox.Presentation.VisualDrawing.FormatDrawing(System.Double,System.Double,GemBox.Presentation.LengthUnit)">
      <summary>
            Formats this <see cref="T:GemBox.Presentation.VisualDrawing"/> to specified size so it can be exported to PDF, XPS, image, or be printed.
            </summary>
      <param name="width">The formatted drawing width.</param>
      <param name="height">The formatted drawing height.</param>
      <param name="unit">The formatted drawing width / height length unit.</param>
      <returns>
        <see cref="T:GemBox.Presentation.FormattedVisualDrawing"/> that can be exported to PDF, XPS, image, or be printed.</returns>
      <exception cref="T:System.InvalidOperationException">Drawing cannot be formatted because it doesn't belong to any slide.</exception>
    </member>
    <member name="M:GemBox.Presentation.VisualDrawing.FormatDrawing(System.Double,System.Double,GemBox.Presentation.LengthUnit,GemBox.Presentation.PaginatorOptions)">
      <summary>
            Formats this <see cref="T:GemBox.Presentation.VisualDrawing"/> to specified size so it can be exported to PDF, XPS, image, or be printed.
            </summary>
      <param name="width">The formatted drawing width.</param>
      <param name="height">The formatted drawing height.</param>
      <param name="unit">The formatted drawing width / height length unit.</param>
      <param name="options">The options used to specify which parts of the visual drawing to update while formatting it.</param>
      <returns>
        <see cref="T:GemBox.Presentation.FormattedVisualDrawing"/> that can be exported to PDF, XPS, image, or be printed.</returns>
      <exception cref="T:System.InvalidOperationException">Drawing cannot be formatted because it doesn't belong to any slide.</exception>
    </member>
    <member name="M:GemBox.Presentation.VisualDrawing.VerifyActionType(GemBox.Presentation.ActionType)">
      <exclude/>
    </member>
    <member name="T:GemBox.Presentation.VisualShape">
      <summary>
            Represents a base type for geometric and group shapes.
            </summary>
    </member>
    <member name="F:GemBox.Presentation.VisualShape.AllowedLocks">
      <exclude/>
    </member>
    <member name="P:GemBox.Presentation.VisualShape.Format">
      <summary>
            Gets or sets the shape's formatting options.
            </summary>
      <value>
            The shape's formatting options.
            </value>
      <remarks>
        <para>This property always returns a new instance of a <see cref="T:GemBox.Presentation.ShapeFormat"/> that points to data associated with this shape.
            This reduces memory footprint since simpler internal structures can be used to hold the data and execution time increase is negligible since Garbage Collector has a very good performance for a short-lived (Generation 0) objects.</para>
        <para>When setting a value, instance of a <see cref="T:GemBox.Presentation.ShapeFormat"/> won't actually be stored in this shape, but the data to which the instance points to will be copied. This enables easy copying of complex properties from one drawing to another.</para>
      </remarks>
      <seealso href="https://www.gemboxsoftware.com/presentation/examples/powerpoint-shape-formatting/301">Shape Formatting Example</seealso>
    </member>
    <member name="T:GemBox.Presentation.WpfHelper">
      <summary>
            Provides helper methods for dealing with <see href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/">Windows Presentation Foundation</see> (WPF) <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">dispatcher</see><see href="https://github.com/dotnet/wpf/issues/9026">resource leaks in multithreaded applications</see>.
            </summary>
      <remarks>
        <para>GemBox uses or might use WPF for the following operations:
            <see href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/printing-overview">printing</see>,
            converting to an <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.xps.packaging.xpsdocument">XpsDocument</see> or an <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.imagesource">ImageSource</see>,
            saving to an XPS file or an image file,
            getting page or drawing content as <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.frameworkelement">FrameworkElement</see>,
            bitmap <see href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/graphics-multimedia/imaging-overview#image-format-decoding">decoding</see> and <see href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/graphics-multimedia/imaging-overview#image-format-encoding">encoding</see>,
            <see href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/graphics-multimedia/how-to-create-a-bitmap-from-a-visual">rasterizing</see> the vectorized content,
            <see href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/advanced-text-formatting">text formatting</see> (shaping),
            <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.imaging.colorconvertedbitmap">converting colors</see> between custom color spaces,
            transferring data to and from the system <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.clipboard">Clipboard</see>, and other.
            For some of these operations, such as printing and converting to an <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.imagesource">ImageSource</see>, the use of WPF is mandatory because no alternative is currently provided or possible.
            For other operations, an alternative to WPF might be used instead.
            For example, for saving to an XPS file or an image file and rasterizing the vectorized content, <see href="https://skia.org/">Skia</see> (via <see href="https://www.nuget.org/packages/SkiaSharp">SkiaSharp</see> NuGet package) might be used instead.
            For bitmap decoding and encoding, <see href="https://learn.microsoft.com/en-us/dotnet/desktop/winforms/advanced/about-gdi-managed-code">GDI+</see>, Skia, or internal GemBox implementation might be used instead.
            And for text shaping, <see href="https://harfbuzz.github.io/">HarfBuzz</see> (via <see href="https://www.nuget.org/packages/HarfBuzzSharp">HarfBuzzSharp</see> NuGet package) or internal GemBox implementation might be used instead.</para>
        <para>If WPF is used in a non-WPF application or in a WPF application but not in its main (UI) thread, the instance of a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> class is implicitly <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.currentdispatcher">created</see> for each thread in which WPF is used and this instance must be <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> before the thread terminates, otherwise the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see> happens.
            The <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">Dispatcher shutdown</see> must be invoked in the same thread in which the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> was <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.currentdispatcher">created</see>.</para>
        <note type="important">
          <para>Since GemBox doesn't know if the code running after the GemBox code in the same thread might use WPF (and therefore require a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance that is not <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">shutdown</see>) nor GemBox has an option to be notified before a thread terminates (to <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> then and prevent the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>), <strong>GemBox won't use WPF in a thread that doesn't already have an <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.fromthread">associated Dispatcher</see> or if it was <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">already shutdown</see></strong>.
            In other words, <strong>GemBox guarantees that its code won't initiate a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.currentdispatcher">creation</see> of a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance in any currently existing thread</strong>, except those listed below, thus preventing the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>.
            Therefore, for operations for which the use of WPF is not mandatory, an alternative to WPF will be used instead, and for operations for which the use of WPF is mandatory, GemBox will <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.-ctor">create a new thread</see>, <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.currentdispatcher">associate</see> a new <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> with it, use WPF in that thread, and <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> before that thread terminates thus preventing the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>.
            In the meantime, the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> will wait for this thread to terminate via the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.join">Join</see> method.</para>
          <para>For reasons explained below, <strong>GemBox might still initiate a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.currentdispatcher">creation</see> of a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance in the following threads</strong> without <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutting it down</see>, thus allowing the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see> to happen:</para>
          <list type="bullet">
            <item>
              <description>The thread in which you set the <see cref="P:GemBox.Presentation.WpfHelper.DispatcherForCurrentThreadMustBeShutdown"/> to <see langword="false"/> because with this operation you explicitly allow the thread to <see href="https://github.com/dotnet/wpf/issues/9026">leak resources</see>.</description>
            </item>
            <item>
              <description>The main (<i>primary</i>) thread of your application because when it terminates, the application's <see href="https://learn.microsoft.com/en-us/windows/win32/procthread/about-processes-and-threads">process</see> exists and the operating system reclaims all used resources.</description>
            </item>
            <item>
              <description>Threads whose <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.name">name</see> ends with 'GemBox WPF background thread' because GemBox component and testing infrastructure relies on this.</description>
            </item>
          </list>
        </note>
        <para>If you want GemBox to use WPF (for operations for which the use of WPF is mandatory) or to consider using WPF (for operations for which an alternative to WPF might be used instead) in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see>, you must <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.currentdispatcher">create a Dispatcher</see> instance for the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> and you <strong>must</strong><see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> before that thread terminates to prevent the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>.
            A utility method <see cref="M:GemBox.Presentation.WpfHelper.CreateDispatcherForCurrentThread"/> can be used for this purpose.
            The returned <see cref="T:GemBox.Presentation.WpfHelper.DispatcherShutdowner"/><strong>must</strong> be <see href="https://learn.microsoft.com/en-us/dotnet/api/system.idisposable.dispose">disposed</see> before the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> terminates to <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> the <see cref="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherNewlyCreated">newly created</see><see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> and prevent the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>.
            If the <see cref="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherShutdown"/> of the returned <see cref="T:GemBox.Presentation.WpfHelper.DispatcherShutdowner"/> is <see langword="false"/> then GemBox will use or consider using WPF in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see>; otherwise, if the value is  <see langword="true"/>, GemBox won't use WPF in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> because its <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> is <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">already shutdown</see>. 
            </para>
        <note type="important">
            You should <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.currentdispatcher">create</see> and <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance for the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> (for example, with the <see cref="M:GemBox.Presentation.WpfHelper.CreateDispatcherForCurrentThread"/> method and the returned <see cref="T:GemBox.Presentation.WpfHelper.DispatcherShutdowner"/>) <strong>only if you <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.-ctor">created</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> or it is the main (<i>primary</i>) thread of your application</strong>.
            Otherwise, the thread might belong to the <see href="https://learn.microsoft.com/en-us/dotnet/standard/threading/the-managed-thread-pool">managed thread pool</see> and/or the code running after your code in that thread might use WPF and therefore require a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance that is not <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">shutdown</see>.
            </note>
        <inheritdoc cref="P:GemBox.Presentation.WpfHelper.MaxNonShutdownDispatcherCount" select="/remarks"/>
      </remarks>
      <seealso href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/threading-model">WPF Threading Model</seealso>
      <seealso href="https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/wpf-architecture#systemthreadingdispatcherobject">WPF Architecture - System.Threading.DispatcherObject</seealso>
      <seealso href="https://github.com/dotnet/wpf/issues/9026">HwndWrapper leaks class registrations (ATOMs returned by RegisterClassEx)</seealso>
      <seealso href="https://github.com/dotnet/wpf/issues/3971">Atom table leak after window running on a separate thread closes (Check the demo)</seealso>
      <seealso href="https://github.com/JordiCorbilla/atom-table-monitor">Atom Table Monitor</seealso>
    </member>
    <member name="P:GemBox.Presentation.WpfHelper.MaxNonShutdownDispatcherCount">
      <summary>
        <para>Gets or sets the maximum number of <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instances associated with terminated threads that have not been <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> while their <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.thread">associated thread</see> was <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.isalive">alive</see>, thus <see href="https://github.com/dotnet/wpf/issues/9026">leaking resources</see>.</para>
        <para>If the value is negative, then counting of <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instances associated with terminated threads that have not been <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> while their <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.thread">associated thread</see> was <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.isalive">alive</see> is not performed.</para>
        <para>Default value: -1.</para>
      </summary>
      <value>
            The maximum number of <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instances associated with terminated threads that have not been <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> while their <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.thread">associated thread</see> was <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.isalive">alive</see>.
            </value>
      <remarks>
        <para>For diagnostics purposes of reliably detecting the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">dispatcher</see><see href="https://github.com/dotnet/wpf/issues/9026">resource leaks in multithreaded applications</see>, you can set the value of the <see cref="P:GemBox.Presentation.WpfHelper.MaxNonShutdownDispatcherCount"/> property to a non-negative value and optionally use <see cref="M:GemBox.Presentation.WpfHelper.VerifyMaxNonShutdownDispatcherCount"/> in each <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.-ctor">newly created thread</see>.
            If you want the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> to be excluded from this verification and allow it to <see href="https://github.com/dotnet/wpf/issues/9026">leak resources</see>, set the <see cref="P:GemBox.Presentation.WpfHelper.DispatcherForCurrentThreadMustBeShutdown"/> to <see langword="false"/>.
            Setting the <see cref="P:GemBox.Presentation.WpfHelper.DispatcherForCurrentThreadMustBeShutdown"/> to <see langword="false"/> also enables GemBox to use or consider using WPF in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> without GemBox <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutting down</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.fromthread">associated Dispatcher</see> instance thus allowing GemBox code to <see href="https://github.com/dotnet/wpf/issues/9026">leak resources</see>.</para>
      </remarks>
    </member>
    <member name="P:GemBox.Presentation.WpfHelper.DispatcherForCurrentThreadMustBeShutdown">
      <summary>
        <para>Gets or sets the value whether the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance associated with the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> must be <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> before the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> terminates in the context of verification done by the <see cref="M:GemBox.Presentation.WpfHelper.VerifyMaxNonShutdownDispatcherCount"/> method.</para>
        <para>The default list of threads whose associated <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance doesn't have to be <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> are listed in the remarks of the <see cref="T:GemBox.Presentation.WpfHelper"/> class.</para>
      </summary>
      <value>
        <see langword="true"/> to include the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> to the the verification done by the <see cref="M:GemBox.Presentation.WpfHelper.VerifyMaxNonShutdownDispatcherCount"/> method; otherwise, <see langword="false"/> to exclude the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> from the the verification done by the <see cref="M:GemBox.Presentation.WpfHelper.VerifyMaxNonShutdownDispatcherCount"/> method thus allowing it to <see href="https://github.com/dotnet/wpf/issues/9026">leak resources</see>.</value>
      <inheritdoc cref="P:GemBox.Presentation.WpfHelper.MaxNonShutdownDispatcherCount" select="remarks"/>
    </member>
    <member name="M:GemBox.Presentation.WpfHelper.VerifyMaxNonShutdownDispatcherCount">
      <summary>
        <para>Iterates over the list of threads in which <see cref="M:GemBox.Presentation.WpfHelper.VerifyMaxNonShutdownDispatcherCount"/> was called and counts the number of <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instances associated with terminated threads that have not been <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> while their <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.thread">associated thread</see> was <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.isalive">alive</see>, thus <see href="https://github.com/dotnet/wpf/issues/9026">leaking resources</see>, and throws an <see cref="T:System.OutOfMemoryException"/> if that number is greater than the <see cref="P:GemBox.Presentation.WpfHelper.MaxNonShutdownDispatcherCount"/>.</para>
        <para>If the value of the <see cref="P:GemBox.Presentation.WpfHelper.MaxNonShutdownDispatcherCount"/> is negative, then this method does nothing.</para>
      </summary>
      <exception cref="T:System.OutOfMemoryException">The application is leaking more resources that specified by the <see cref="P:GemBox.Presentation.WpfHelper.MaxNonShutdownDispatcherCount"/> limit. Please read the documentation of the <see cref="T:GemBox.Presentation.WpfHelper"/> class for more information how to prevent the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>.</exception>
      <inheritdoc cref="P:GemBox.Presentation.WpfHelper.MaxNonShutdownDispatcherCount" select="remarks"/>
    </member>
    <member name="M:GemBox.Presentation.WpfHelper.CreateDispatcherForCurrentThread">
      <summary>
        <para>Creates a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance for the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> if it was not already created.</para>
        <para>The returned <see cref="T:GemBox.Presentation.WpfHelper.DispatcherShutdowner"/><strong>must</strong> be <see href="https://learn.microsoft.com/en-us/dotnet/api/system.idisposable.dispose">disposed</see> before the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> terminates to <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> the <see cref="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherNewlyCreated">newly created</see><see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> and prevent the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>.</para>
        <para>Use this method if you want GemBox to use WPF (for operations for which the use of WPF is mandatory) or to consider using WPF (for operations for which an alternative to WPF might be used instead) in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see>.
            If the <see cref="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherShutdown"/> of the returned <see cref="T:GemBox.Presentation.WpfHelper.DispatcherShutdowner"/> is <see langword="false"/> then GemBox will use or consider using WPF in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see>; otherwise, if the value is  <see langword="true"/>, GemBox won't use WPF in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> because its <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> is <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">already shutdown</see>.</para>
        <note type="important">
            You should call this method <strong>only if you <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.-ctor">created</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> or it is the main (<i>primary</i>) thread of your application</strong>.
            Otherwise, the thread might belong to the <see href="https://learn.microsoft.com/en-us/dotnet/standard/threading/the-managed-thread-pool">managed thread pool</see> and/or the code running after your code in that thread might use WPF and therefore require a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance that is not <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">shutdown</see>.
            </note>
        <para>For more information, read the <see cref="T:GemBox.Presentation.WpfHelper"/> class remarks.</para>
      </summary>
      <returns>A <see cref="T:GemBox.Presentation.WpfHelper.DispatcherShutdowner"/> instance that <strong>must</strong> be <see href="https://learn.microsoft.com/en-us/dotnet/api/system.idisposable.dispose">disposed</see> before the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> terminates to <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> the <see cref="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherNewlyCreated">newly created</see><see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> and prevent the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>.</returns>
    </member>
    <member name="T:GemBox.Presentation.WpfHelper.DispatcherShutdowner">
      <summary>
            Represents the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance associated with the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> and provides a means to <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shut it down</see> if it was <see cref="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherNewlyCreated">newly created</see> before the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> terminates, thus preventing the <see href="https://github.com/dotnet/wpf/issues/9026">resource leak</see>.
            </summary>
    </member>
    <member name="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherNewlyCreated">
      <summary>
            Gets a value indicating whether a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance associated with the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> was created with the <see cref="M:GemBox.Presentation.WpfHelper.CreateDispatcherForCurrentThread"/> method call or it already existed before.
            </summary>
      <value>
        <see langword="true"/> if a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance associated with the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> was created with the <see cref="M:GemBox.Presentation.WpfHelper.CreateDispatcherForCurrentThread"/> method call; otherwise, <see langword="false"/> if it already existed before.
            </value>
      <remarks>
            The <see cref="M:GemBox.Presentation.WpfHelper.DispatcherShutdowner.Dispose"/> method will <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">shutdown</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance associated with the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> only if the value of this property is <see langword="true"/>.
            </remarks>
    </member>
    <member name="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherShutdown">
      <summary>
            Gets a value indicating a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance associated with the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> is <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">already shutdown</see>.
            </summary>
      <value>
        <see langword="true"/> if a <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance associated with the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> is <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">already shutdown</see>; otherwise, <see langword="false"/>.
            </value>
      <remarks>
            If the value of this property is <see langword="false"/> then GemBox will use or consider using WPF in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see>; otherwise, if the value is  <see langword="true"/>, GemBox won't use WPF in the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> because its <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> is <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.hasshutdownfinished">already shutdown</see>.
            </remarks>
    </member>
    <member name="M:GemBox.Presentation.WpfHelper.DispatcherShutdowner.Dispose">
      <summary>
        <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher.invokeshutdown">Shuts down</see> the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.threading.dispatcher">Dispatcher</see> instance associated with the <see href="https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.currentthread">current thread</see> if it was <see cref="P:GemBox.Presentation.WpfHelper.DispatcherShutdowner.IsDispatcherNewlyCreated">newly created</see>.
            </summary>
      <exception cref="T:System.InvalidOperationException">The call was not made in the same thread in which the <see cref="M:GemBox.Presentation.WpfHelper.CreateDispatcherForCurrentThread"/> method was called.</exception>
      <remarks>
            This method must be called in the same thread in which the <see cref="M:GemBox.Presentation.WpfHelper.CreateDispatcherForCurrentThread"/> method was called.
            </remarks>
    </member>
  </members>
<script/></doc>