ImageGear23.Formats.Office Assembly > ImageGear.Formats.Office Namespace : ImGearPowerPointTextExtractionMethod Enumeration |
'Declaration <SuppressMessageAttribute(Category="Microsoft.Naming", CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", Scope="", Target="", MessageId="Im", Justification="We have own naming rules.")> Public Enum ImGearPowerPointTextExtractionMethod Inherits System.Enum
'Usage Dim instance As ImGearPowerPointTextExtractionMethod
[SuppressMessage(Category="Microsoft.Naming", CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", Scope="", Target="", MessageId="Im", Justification="We have own naming rules.")] public enum ImGearPowerPointTextExtractionMethod : System.Enum
[SuppressMessage(Category="Microsoft.Naming", CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", Scope="", Target="", MessageId="Im", Justification="We have own naming rules.")] __value public enum ImGearPowerPointTextExtractionMethod : public System.Enum
[SuppressMessage(Category="Microsoft.Naming", CheckId="CA1709:IdentifiersShouldBeCasedCorrectly", Scope="", Target="", MessageId="Im", Justification="We have own naming rules.")] public enum class ImGearPowerPointTextExtractionMethod : public System.Enum
Member | Value | Description |
---|---|---|
LineBreakOrder | 1 | Extracts words according their coordinates on the slide. |
ParagraphOrder | 0 | Extracts words in the native order they appear in the presentation (does not consider their coordinates on the slide). |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.Office.ImGearPowerPointTextExtractionMethod