AbsolutePositionTabAlignment () |
n/a
|
public sealed enum SautinSoft.Document.AbsolutePositionTabAlignment
                    Left = 0,
                    Center = 1,
                    Right = 2,
|
--> NONE <--
|
--> NONE <--
|
AbsolutePositionTabAnchor () |
n/a
|
public sealed enum SautinSoft.Document.AbsolutePositionTabAnchor
                    Indent = 0,
                    Margin = 1,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document AbsolutePositionTabCharacter () |
n/a
|
public sealed class SautinSoft.Document.AbsolutePositionTabCharacter
|
--> NONE <--
|
- Constructor: public AbsolutePositionTabCharacter (DocumentCore document, AbsolutePositionTabAlignment alignment, AbsolutePositionTabAnchor relativeTo, TabCharacterLeader leader)
- Field: protected ElementCollection _parentCollection
- Method: public new AbsolutePositionTabCharacter Clone ()
- Method (i): public Inline Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: AbsolutePositionTabAlignment Alignment { public get; public set; }
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: SpecialCharacterType CharacterType { public get; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: virtual ElementType ElementType { public get; }
- Property: TabCharacterLeader Leader { public get; public set; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: AbsolutePositionTabAnchor RelativeTo { public get; public set; }
|
SautinSoft.Document Block () |
n/a
|
public abstract class SautinSoft.Document.Block
|
--> NONE <--
|
- Constructor: protected Block (DocumentCore document)
- Field: protected ElementCollection _parentCollection
- Method: public new Block Clone (bool cloneDescendants)
- Method (i): protected virtual Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: abstract ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: new BlockCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document BlockCollection () |
n/a
|
public sealed class SautinSoft.Document.BlockCollection
|
--> NONE <--
|
- Method (i): public virtual void Add (Block item)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (Block item)
- Method (i): public virtual void CopyTo (Block[] array, int arrayIndex)
- Method (i): public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (Block item)
- Method (i): public virtual void Insert (int index, Block item)
- Method (i): protected virtual void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (Block item)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): protected virtual void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected virtual IList EC { }
- Property: virtual Block this [int index] { public get; public set; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
SautinSoft.Document Bookmark () |
n/a
|
public sealed class SautinSoft.Document.Bookmark
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public ContentRange GetContent (bool includeBookmarkStartEnd)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: BookmarkEnd End { public get; }
- Property: string Name { public get; }
- Property: BookmarkStart Start { public get; }
|
SautinSoft.Document BookmarkCollection () |
n/a
|
public sealed class SautinSoft.Document.BookmarkCollection
|
--> NONE <--
|
- Method: public virtual void Clear ()
- Method: public virtual bool Contains (Bookmark item)
- Method: public virtual void CopyTo (Bookmark[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public int IndexOf (Bookmark item)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual bool Remove (Bookmark item)
- Method: public void RemoveAt (int index)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: Bookmark this [int index] { public get; }
- Property: Bookmark this [string name] { public get; }
|
SautinSoft.Document BookmarkEnd () |
n/a
|
public sealed class SautinSoft.Document.BookmarkEnd
|
--> NONE <--
|
- Constructor: public BookmarkEnd (DocumentCore document, string name)
- Field: protected ElementCollection _parentCollection
- Method: public BookmarkEnd Clone ()
- Method (i): public Inline Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: string Name { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document BookmarkStart () |
n/a
|
public sealed class SautinSoft.Document.BookmarkStart
|
--> NONE <--
|
- Constructor: public BookmarkStart (DocumentCore document, string name)
- Field: protected ElementCollection _parentCollection
- Method: public BookmarkStart Clone ()
- Method (i): public Inline Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: string Name { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
BorderStyle () |
n/a
|
public sealed enum SautinSoft.Document.BorderStyle
                    Nil = 0,
                    None = 1,
                    Single = 2,
                    Double = 3,
                    Triple = 4,
                    Dotted = 5,
                    Dashed = 6,
                    DotDash = 7,
                    DotDotDash = 8,
                    DashDotStroked = 9,
                    DashSmallGap = 10,
                    Inset = 11,
                    Outset = 12,
                    Thick = 13,
                    ThickThinLargeGap = 14,
                    ThickThinMediumGap = 15,
                    ThickThinSmallGap = 16,
                    ThinThickLargeGap = 17,
                    ThinThickMediumGap = 18,
                    ThinThickSmallGap = 19,
                    ThinThickThinLargeGap = 20,
                    ThinThickThinMediumGap = 21,
                    ThinThickThinSmallGap = 22,
                    Emboss3D = 23,
                    Engrave3D = 24,
                    Wave = 25,
                    DoubleWave = 26,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document BuiltInDocumentPropertiesDictionary () |
n/a
|
public sealed class SautinSoft.Document.BuiltInDocumentPropertiesDictionary
|
--> NONE <--
|
- Method (i): public virtual void Add (KeyValuePair`2 item)
- Method (i): public virtual void Add (BuiltInDocumentProperty key, string value)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (KeyValuePair`2 item)
- Method (i): public virtual bool ContainsKey (BuiltInDocumentProperty key)
- Method (i): public virtual void CopyTo (KeyValuePair`2[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (BuiltInDocumentProperty key)
- Method (i): public virtual string ToString ()
- Method (i): public virtual bool TryGetValue (BuiltInDocumentProperty key, out string value)
- Method (i): protected virtual bool ValidateKeyValue (BuiltInDocumentProperty key, string value)
- Property: virtual int Count { public get; }
- Property: virtual string this [BuiltInDocumentProperty key] { public get; public set; }
- Property: virtual ICollection`1 Keys { public get; }
- Property: virtual ICollection`1 Values { public get; }
|
BuiltInDocumentProperty () |
n/a
|
public sealed enum SautinSoft.Document.BuiltInDocumentProperty
                    Title = 0,
                    Author = 1,
                    Subject = 2,
                    Comments = 3,
                    DateContentCreated = 4,
                    DateLastSaved = 5,
                    Category = 6,
                    Status = 7,
                    Keywords = 8,
                    LastSavedBy = 9,
                    Manager = 10,
                    Company = 11,
                    HyperlinkBase = 12,
                    Pages = 13,
                    Words = 14,
                    Characters = 15,
                    CharactersWithSpaces = 16,
                    Lines = 17,
                    Paragraphs = 18,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document CharacterFormat () |
n/a
|
public sealed class SautinSoft.Document.CharacterFormat
|
--> NONE <--
|
- Constructor: public CharacterFormat ()
- Field: protected Style _style
- Method: public override void ClearFormatting ()
- Method: public CharacterFormat Clone ()
- Method: public override bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: bool AllCaps { public get; public set; }
- Property: Color BackgroundColor { public get; public set; }
- Property: bool Bold { public get; public set; }
- Property: SingleBorder Border { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: bool DoubleStrikethrough { public get; public set; }
- Property: string FontASCII { public get; public set; }
- Property: Color FontColor { public get; public set; }
- Property: string FontComplexScript { public get; public set; }
- Property: string FontEastAsian { public get; public set; }
- Property: string FontHighANSI { public get; public set; }
- Property: string FontName { public get; public set; }
- Property: bool Hidden { public get; public set; }
- Property: Color HighlightColor { public get; public set; }
- Property: bool Italic { public get; public set; }
- Property: double Kerning { public get; public set; }
- Property: CultureInfo Language { public get; public set; }
- Property: bool Outline { public get; public set; }
- Property: double Position { public get; public set; }
- Property: bool RightToLeft { public get; public set; }
- Property: int Scaling { public get; public set; }
- Property: double Size { public get; public set; }
- Property: bool SmallCaps { public get; public set; }
- Property: double Spacing { public get; public set; }
- Property: bool Strikethrough { public get; public set; }
- Property: CharacterStyle Style { public get; public set; }
- Property: bool Subscript { public get; public set; }
- Property: bool Superscript { public get; public set; }
- Property: Color UnderlineColor { public get; public set; }
- Property: UnderlineType UnderlineStyle { public get; public set; }
|
CharacterSpacingControl () |
n/a
|
public sealed enum SautinSoft.Document.CharacterSpacingControl
                    DoNotCompress = 0,
                    CompressPunctuation = 1,
                    CompressPunctuationAndJapaneseKana = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document CharacterStyle () |
n/a
|
public sealed class SautinSoft.Document.CharacterStyle
|
--> NONE <--
|
- Constructor: public CharacterStyle (string name)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: new CharacterStyle BaseStyle { public get; public set; }
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: bool IsDefault { public get; public set; }
- Property: string Name { public get; public set; }
- Property: override StyleType StyleType { public get; }
|
SautinSoft.Document Color () |
n/a
|
public sealed struct SautinSoft.Document.Color
|
--> NONE <--
|
- Constructor: public Color (byte red, byte green, byte blue)
- Constructor: public Color (byte alpha, byte red, byte green, byte blue)
- Constructor: public Color (int argb)
- Constructor: public Color (string rgbInHex)
- Field: public static readonly Color Auto
- Field: public static readonly Color Black
- Field: public static readonly Color Blue
- Field: public static readonly Color Brown
- Field: public static readonly Color Cyan
- Field: public static readonly Color DarkBlue
- Field: public static readonly Color DarkCyan
- Field: public static readonly Color DarkGray
- Field: public static readonly Color DarkGreen
- Field: public static readonly Color DarkMagenta
- Field: public static readonly Color DarkRed
- Field: public static readonly Color DarkYellow
- Field: public static readonly Color Empty
- Field: public static readonly Color Gray
- Field: public static readonly Color Green
- Field: public static readonly Color LightGray
- Field: public static readonly Color Magenta
- Field: public static readonly Color Orange
- Field: public static readonly Color Pink
- Field: public static readonly Color Purple
- Field: public static readonly Color Red
- Field: public static readonly Color White
- Field: public static readonly Color Yellow
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (Color other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: byte A { public get; }
- Property: byte B { public get; }
- Property: byte G { public get; }
- Property: bool IsAuto { public get; }
- Property: bool IsEmpty { public get; }
- Property: byte R { public get; }
|
SautinSoft.Document ContentPosition () |
n/a
|
public sealed class SautinSoft.Document.ContentPosition
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public ContentPosition Insert (string text)
- Method: public ContentPosition Insert (string text, CharacterFormat format)
- Method: public ContentPosition Insert (string text, HtmlLoadOptions options)
- Method: public ContentPosition Insert (string text, RtfLoadOptions options)
- Method: public ContentPosition Insert (string text, TxtLoadOptions options)
- Method: public ContentPosition Insert (ContentRange range)
- Method: public ContentPosition Insert (ContentRange range, ImportSession session)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Element Parent { public get; }
|
SautinSoft.Document ContentRange () |
n/a
|
public sealed class SautinSoft.Document.ContentRange
|
--> NONE <--
|
- Constructor: public ContentRange (ContentPosition start, ContentPosition end)
- Method: public void Delete ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public IEnumerable`1 Find (string text)
- Method: public IEnumerable`1 Find (Regex regex)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public ContentRange Replace (string text)
- Method: public ContentRange Replace (string text, CharacterFormat format)
- Method: public ContentRange Replace (string text, HtmlLoadOptions options)
- Method: public ContentRange Replace (string text, RtfLoadOptions options)
- Method: public ContentRange Replace (string text, TxtLoadOptions options)
- Method: public ContentRange Replace (ContentRange range)
- Method: public ContentRange Replace (ContentRange range, ImportSession session)
- Method: public override string ToString ()
- Property: ContentPosition End { public get; }
- Property: FormFieldDataCollection FormFieldsData { public get; }
- Property: ContentPosition Start { public get; }
|
CssExportMode () |
n/a
|
public sealed enum SautinSoft.Document.CssExportMode
                    Ignore = 0,
                    Inline = 1,
                    Embedded = 2,
                    External = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document CustomDocumentPropertiesDictionary () |
n/a
|
public sealed class SautinSoft.Document.CustomDocumentPropertiesDictionary
|
--> NONE <--
|
- Method (i): public virtual void Add (KeyValuePair`2 item)
- Method (i): public virtual void Add (string key, object value)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (KeyValuePair`2 item)
- Method (i): public virtual bool ContainsKey (string key)
- Method (i): public virtual void CopyTo (KeyValuePair`2[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (string key)
- Method (i): public virtual string ToString ()
- Method (i): public virtual bool TryGetValue (string key, out object value)
- Method: protected override bool ValidateKeyValue (string key, object value)
- Property: virtual int Count { public get; }
- Property: virtual object this [string key] { public get; public set; }
- Property: virtual ICollection`1 Keys { public get; }
- Property: virtual ICollection`1 Values { public get; }
|
SautinSoft.Document DictionaryBase`2 () |
n/a
|
public abstract class SautinSoft.Document.DictionaryBase`2
|
--> NONE <--
|
- Constructor: protected DictionaryBase`2 (bool isReadOnly, IEqualityComparer`1 ec)
- Constructor: protected DictionaryBase`2 (bool isReadOnly, TKey[] presetKeys, TValue defaultValue, IEqualityComparer`1 ec)
- Method: public virtual void Add (KeyValuePair`2 item)
- Method: public virtual void Add (TKey key, TValue value)
- Method: public virtual void Clear ()
- Method: public virtual bool Contains (KeyValuePair`2 item)
- Method: public virtual bool ContainsKey (TKey key)
- Method: public virtual void CopyTo (KeyValuePair`2[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public virtual bool Remove (TKey key)
- Method (i): public virtual string ToString ()
- Method: public virtual bool TryGetValue (TKey key, out TValue value)
- Method: protected virtual bool ValidateKeyValue (TKey key, TValue value)
- Property: virtual int Count { public get; }
- Property: virtual TValue this [TKey key] { public get; public set; }
- Property: virtual ICollection`1 Keys { public get; }
- Property: virtual ICollection`1 Values { public get; }
|
SautinSoft.Document DocumentCore () |
n/a
|
public sealed class SautinSoft.Document.DocumentCore
|
--> NONE <--
|
- Constructor: public DocumentCore ()
- Field: protected ElementCollection _parentCollection
- Method: public IEnumerable`1 CalculateListItems ()
- Method: public void CalculateStats ()
- Method: public new DocumentCore Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method: protected override ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method: public DocumentPaginator GetPaginator ()
- Method: public DocumentPaginator GetPaginator (PaginatorOptions options)
- Method (i): public Type GetType ()
- Method: public T Import (T sourceElement, bool importDescendants)
- Method: public T Import (T sourceElement, bool importDescendants, ImportSession session)
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method: public static DocumentCore Load (Stream stream, LoadOptions options)
- Method: public static DocumentCore Load (string fileName)
- Method: public static DocumentCore Load (string fileName, LoadOptions options)
- Method (i): protected object MemberwiseClone ()
- Method: public void Save (Stream stream, SaveOptions options)
- Method: public void Save (string fileName)
- Method: public void Save (string fileName, SaveOptions options)
- Method (i): public virtual string ToString ()
- Property: BookmarkCollection Bookmarks { public get; }
- Property: ContentRange Content { public get; }
- Property: CharacterFormat DefaultCharacterFormat { public get; public set; }
- Property: ParagraphFormat DefaultParagraphFormat { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: DocumentEditProtection EditProtection { public get; }
- Property: override ElementType ElementType { public get; }
- Property: MailMerge MailMerge { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: ElementCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: DocumentProperties Properties { public get; }
- Property: SectionCollection Sections { public get; }
- Property: static string Serial { public get; public set; }
- Property: DocumentSettings Settings { public get; public set; }
- Property: StyleCollection Styles { public get; }
- Property: DocumentWriteProtection WriteProtection { public get; }
|
SautinSoft.Document DocumentEditProtection () |
n/a
|
public sealed class SautinSoft.Document.DocumentEditProtection
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void SetPassword (string password)
- Method: public void StartEnforcingProtection (EditingRestrictionType editingRestriction, string password)
- Method: public void StopProtection ()
- Method (i): public virtual string ToString ()
- Property: EditingRestrictionType EditingRestriction { public get; public set; }
- Property: bool EnforceEditingRestriction { public get; public set; }
- Property: bool HasPassword { public get; }
- Property: bool LimitFormatting { public get; public set; }
|
SautinSoft.Document DocumentPage () |
n/a
|
public sealed class SautinSoft.Document.DocumentPage
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public FrameworkElement GetContent ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public Bitmap Rasterize (int dpi)
- Method: public Bitmap Rasterize (int dpi, Color background)
- Method: public void Save (Stream stream, SaveOptions options)
- Method: public void Save (string path)
- Method: public void Save (string path, SaveOptions options)
- Method (i): public virtual string ToString ()
- Property: double Height { public get; }
- Property: double Width { public get; }
|
SautinSoft.Document DocumentPaginator () |
n/a
|
public sealed class SautinSoft.Document.DocumentPaginator
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ReadOnlyCollection`1 Pages { public get; }
|
SautinSoft.Document DocumentProperties () |
n/a
|
public sealed class SautinSoft.Document.DocumentProperties
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: BuiltInDocumentPropertiesDictionary BuiltIn { public get; }
- Property: CustomDocumentPropertiesDictionary Custom { public get; }
|
SautinSoft.Document DocumentSettings () |
n/a
|
public sealed class SautinSoft.Document.DocumentSettings
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterSpacingControl CharacterSpacingControl { public get; public set; }
- Property: int CompatibilityMode { public get; public set; }
- Property: double DefaultTabStop { public get; public set; }
- Property: NoteSettings Endnote { public get; }
- Property: BlockCollection EndnoteContinuationSeparator { public get; }
- Property: BlockCollection EndnoteSeparator { public get; }
- Property: NoteSettings Footnote { public get; }
- Property: BlockCollection FootnoteContinuationSeparator { public get; }
- Property: BlockCollection FootnoteSeparator { public get; }
- Property: bool HasFacingPages { public get; public set; }
- Property: bool MirrorMargins { public get; public set; }
- Property: bool UseHtmlParagraphAutoSpacing { public get; public set; }
- Property: bool UseIndentAsNumberingTabStop { public get; public set; }
- Property: int ZoomPercentage { public get; public set; }
- Property: ZoomType ZoomType { public get; public set; }
|
SautinSoft.Document DocumentWriteProtection () |
n/a
|
public sealed class SautinSoft.Document.DocumentWriteProtection
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void SetPassword (string password)
- Method (i): public virtual string ToString ()
- Property: bool HasPassword { public get; }
- Property: bool ReadOnlyRecommended { public get; public set; }
|
DocxFormat () |
n/a
|
public sealed enum SautinSoft.Document.DocxFormat
                    Docx = 0,
                    Docm = 1,
                    Dotx = 2,
                    Dotm = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document DocxLoadOptions () |
n/a
|
public sealed class SautinSoft.Document.DocxLoadOptions
|
--> NONE <--
|
- Constructor: public DocxLoadOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool EmbedExternalImages { public get; public set; }
- Property: string Password { public get; public set; }
- Property: bool PreserveUnsupportedFeatures { public get; public set; }
|
SautinSoft.Document DocxSaveOptions () |
n/a
|
public sealed class SautinSoft.Document.DocxSaveOptions
|
--> NONE <--
|
- Constructor: public DocxSaveOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: override string ContentType { public get; }
- Property: DocxFormat Format { public get; public set; }
- Property: string Password { public get; public set; }
|
DropCapPosition () |
n/a
|
public sealed enum SautinSoft.Document.DropCapPosition
                    None = 0,
                    Normal = 1,
                    Margin = 2,
|
--> NONE <--
|
--> NONE <--
|
EditingRestrictionType () |
n/a
|
public sealed enum SautinSoft.Document.EditingRestrictionType
                    None = 0,
                    TrackedChanges = 1,
                    Comments = 2,
                    FillingForms = 3,
                    NoChanges = 4,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document Element () |
n/a
|
public abstract class SautinSoft.Document.Element
|
--> NONE <--
|
- Constructor: protected Element (DocumentCore document)
- Field: protected ElementCollection _parentCollection
- Method: public Element Clone (bool cloneDescendants)
- Method: protected virtual Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public IEnumerable`1 GetChildElements (bool recursively)
- Method: public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method: protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: abstract ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: ElementCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document ElementCollection () |
n/a
|
public abstract class SautinSoft.Document.ElementCollection
|
--> NONE <--
|
- Constructor: protected ElementCollection (Element parent, ElementType[] supportedElementTypes)
- Method: public virtual void Clear ()
- Method: public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected virtual void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual void RemoveAt (int index)
- Method: protected virtual void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected abstract IList EC { }
- Property: Element this [int index] { public get; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
SautinSoft.Document ElementCollection`1 () |
n/a
|
public abstract class SautinSoft.Document.ElementCollection`1
|
--> NONE <--
|
- Method: public virtual void Add (T item)
- Method (i): public virtual void Clear ()
- Method: public virtual bool Contains (T item)
- Method: public virtual void CopyTo (T[] array, int arrayIndex)
- Method (i): public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public new virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public virtual int IndexOf (T item)
- Method: public virtual void Insert (int index, T item)
- Method (i): protected virtual void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method: public virtual bool Remove (T item)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): protected virtual void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected override IList EC { }
- Property: new virtual T this [int index] { public get; public set; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
ElementType () |
n/a
|
public sealed enum SautinSoft.Document.ElementType
                    Document = 0,
                    Section = 1,
                    HeaderFooter = 2,
                    Paragraph = 3,
                    TableOfEntries = 4,
                    Table = 5,
                    TableRow = 6,
                    TableCell = 7,
                    BookmarkStart = 8,
                    BookmarkEnd = 9,
                    Field = 10,
                    Hyperlink = 11,
                    Run = 12,
                    SpecialCharacter = 13,
                    Shape = 14,
                    ShapeGroup = 15,
                    Picture = 16,
                    PreservedInline = 17,
                    Note = 18,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document Field () |
n/a
|
public sealed class SautinSoft.Document.Field
|
--> NONE <--
|
- Constructor: public Field (DocumentCore document, FieldType fieldType)
- Constructor: public Field (DocumentCore document, FieldType fieldType, IEnumerable`1 instructionInlines, IEnumerable`1 resultInlines)
- Constructor: public Field (DocumentCore document, FieldType fieldType, IEnumerable`1 instructionInlines, Inline[] resultInlines)
- Constructor: public Field (DocumentCore document, FieldType fieldType, string instructionText, IEnumerable`1 resultInlines)
- Constructor: public Field (DocumentCore document, FieldType fieldType, string instructionText, string resultText)
- Constructor: public Field (DocumentCore document, FieldType fieldType, string instructionText, Inline[] resultInlines)
- Constructor: public Field (DocumentCore document, FieldType fieldType, Inline[] instructionInlines)
- Field: protected ElementCollection _parentCollection
- Method: public new Field Clone (bool cloneResult)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method: public string GetInstructionText ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: FieldType FieldType { public get; }
- Property: FormFieldData FormData { public get; }
- Property: InlineCollection InstructionInlines { public get; }
- Property: bool IsDirty { public get; public set; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: InlineCollection ResultInlines { public get; }
|
FieldType () |
n/a
|
public sealed enum SautinSoft.Document.FieldType
                    Unknown = 0,
                    Complex = 1,
                    CreateDate = 2,
                    Date = 3,
                    EditTime = 4,
                    PrintDate = 5,
                    SaveDate = 6,
                    Time = 7,
                    Compare = 8,
                    DocVariable = 9,
                    GoToButton = 10,
                    If = 11,
                    MacroButton = 12,
                    Print = 13,
                    Author = 14,
                    Comments = 15,
                    DocProperty = 16,
                    FileName = 17,
                    FileSize = 18,
                    Info = 19,
                    Keywords = 20,
                    LastSavedBy = 21,
                    NumChars = 22,
                    NumPages = 23,
                    NumWords = 24,
                    Subject = 25,
                    Template = 26,
                    Title = 27,
                    Formula = 28,
                    Advance = 29,
                    Eq = 30,
                    Symbol = 31,
                    Index = 32,
                    RD = 33,
                    TA = 34,
                    TC = 35,
                    TOA = 36,
                    TOC = 37,
                    XE = 38,
                    AutoText = 39,
                    AutoTextList = 40,
                    Bibliography = 41,
                    Citation = 42,
                    Hyperlink = 43,
                    IncludePicture = 44,
                    IncludeText = 45,
                    Link = 46,
                    NoteRef = 47,
                    PageRef = 48,
                    Quote = 49,
                    Ref = 50,
                    StyleRef = 51,
                    AddressBlock = 52,
                    Ask = 53,
                    Database = 54,
                    FillIn = 55,
                    GreetingLine = 56,
                    MergeField = 57,
                    MergeRec = 58,
                    MergeSeq = 59,
                    Next = 60,
                    NextIf = 61,
                    Set = 62,
                    SkipIf = 63,
                    AutoNum = 64,
                    AutoNumLgl = 65,
                    AutoNumOut = 66,
                    BarCode = 67,
                    ListNum = 68,
                    Page = 69,
                    RevNum = 70,
                    Section = 71,
                    SectionPages = 72,
                    Seq = 73,
                    UserAddress = 74,
                    UserInitials = 75,
                    UserName = 76,
                    FormCheckBox = 77,
                    FormDropDown = 78,
                    FormText = 79,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document FontSettings () |
n/a
|
public abstract sealed class SautinSoft.Document.FontSettings
|
--> NONE <--
|
- Method: public static void AddFontSubstitutes (string originalFontName, string[] substituteFontNames)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static string[] GetFontSubstitutes (string originalFontName)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static string FontsBaseDirectory { public get; public set; }
- Property: static Uri FontsBaseUri { public get; public set; }
|
SautinSoft.Document Format () |
n/a
|
public abstract class SautinSoft.Document.Format
|
--> NONE <--
|
- Constructor: protected Format ()
- Field: protected Style _style
- Method: public virtual void ClearFormatting ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: DocumentCore Document { public get; }
|
SautinSoft.Document FormCheckBoxData () |
n/a
|
public sealed class SautinSoft.Document.FormCheckBoxData
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected override object GetValue ()
- Method: protected override object GetValueOrDefault ()
- Method (i): protected object MemberwiseClone ()
- Method: public override void Reset ()
- Method (i): public virtual string ToString ()
- Property: bool CalculateOnExit { public get; public set; }
- Property: bool DefaultValue { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: string EntryMacro { public get; public set; }
- Property: string ExitMacro { public get; public set; }
- Property: Field Field { public get; }
- Property: string HelpText { public get; public set; }
- Property: bool IsHelpTextAutoEntry { public get; public set; }
- Property: bool IsStatusTextAutoEntry { public get; public set; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 Size { public get; public set; }
- Property: string StatusText { public get; public set; }
- Property: new Nullable`1 Value { public get; public set; }
- Property: object ValueOrDefault { public get; }
|
SautinSoft.Document FormDropDownData () |
n/a
|
public sealed class SautinSoft.Document.FormDropDownData
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected override object GetValue ()
- Method: protected override object GetValueOrDefault ()
- Method (i): protected object MemberwiseClone ()
- Method: public override void Reset ()
- Method (i): public virtual string ToString ()
- Property: bool CalculateOnExit { public get; public set; }
- Property: int DefaultItemIndex { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: string EntryMacro { public get; public set; }
- Property: string ExitMacro { public get; public set; }
- Property: Field Field { public get; }
- Property: string HelpText { public get; public set; }
- Property: bool IsHelpTextAutoEntry { public get; public set; }
- Property: bool IsStatusTextAutoEntry { public get; public set; }
- Property: IList`1 Items { public get; }
- Property: string Name { public get; public set; }
- Property: Nullable`1 SelectedItemIndex { public get; public set; }
- Property: string StatusText { public get; public set; }
- Property: new string Value { public get; }
- Property: new string ValueOrDefault { public get; }
|
SautinSoft.Document FormFieldData () |
n/a
|
public abstract class SautinSoft.Document.FormFieldData
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected virtual object GetValue ()
- Method: protected virtual object GetValueOrDefault ()
- Method (i): protected object MemberwiseClone ()
- Method: public abstract void Reset ()
- Method: public override string ToString ()
- Property: bool CalculateOnExit { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: string EntryMacro { public get; public set; }
- Property: string ExitMacro { public get; public set; }
- Property: Field Field { public get; }
- Property: string HelpText { public get; public set; }
- Property: bool IsHelpTextAutoEntry { public get; public set; }
- Property: bool IsStatusTextAutoEntry { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string StatusText { public get; public set; }
- Property: object Value { public get; }
- Property: object ValueOrDefault { public get; }
|
SautinSoft.Document FormFieldDataCollection () |
n/a
|
public sealed class SautinSoft.Document.FormFieldDataCollection
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public IEnumerable`1 GetAll (string name)
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void Reset ()
- Method (i): public virtual string ToString ()
- Property: FormFieldData this [string name] { public get; }
|
SautinSoft.Document FormTextData () |
n/a
|
public sealed class SautinSoft.Document.FormTextData
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected override object GetValue ()
- Method: protected override object GetValueOrDefault ()
- Method (i): protected object MemberwiseClone ()
- Method: public override void Reset ()
- Method (i): public virtual string ToString ()
- Property: bool CalculateOnExit { public get; public set; }
- Property: string DefaultValue { public get; public set; }
- Property: bool Enabled { public get; public set; }
- Property: string EntryMacro { public get; public set; }
- Property: string ExitMacro { public get; public set; }
- Property: Field Field { public get; }
- Property: string HelpText { public get; public set; }
- Property: bool IsHelpTextAutoEntry { public get; public set; }
- Property: bool IsStatusTextAutoEntry { public get; public set; }
- Property: int MaximumLength { public get; public set; }
- Property: string Name { public get; public set; }
- Property: string StatusText { public get; public set; }
- Property: FormTextType TextType { public get; public set; }
- Property: new object Value { public get; public set; }
- Property: string ValueFormat { public get; public set; }
- Property: object ValueOrDefault { public get; }
|
FormTextType () |
n/a
|
public sealed enum SautinSoft.Document.FormTextType
                    RegularText = 0,
                    Number = 1,
                    Date = 2,
                    CurrentDate = 3,
                    CurrentTime = 4,
                    Calculation = 5,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document HeaderFooter () |
n/a
|
public sealed class SautinSoft.Document.HeaderFooter
|
--> NONE <--
|
- Constructor: public HeaderFooter (DocumentCore document, HeaderFooterType headerFooterType)
- Constructor: public HeaderFooter (DocumentCore document, HeaderFooterType headerFooterType, IEnumerable`1 items)
- Constructor: public HeaderFooter (DocumentCore document, HeaderFooterType headerFooterType, Block[] items)
- Field: protected ElementCollection _parentCollection
- Method: public new HeaderFooter Clone (bool cloneDescendants)
- Method: public HeaderFooter Clone (HeaderFooterType newType)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: BlockCollection Blocks { public get; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: HeaderFooterType HeaderFooterType { public get; }
- Property: bool IsHeader { public get; }
- Property: Element NextSibling { public get; }
- Property: new Section Parent { public get; }
- Property: new HeaderFooterCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document HeaderFooterCollection () |
n/a
|
public sealed class SautinSoft.Document.HeaderFooterCollection
|
--> NONE <--
|
- Method (i): public virtual void Add (HeaderFooter item)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (HeaderFooter item)
- Method (i): public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual void CopyTo (HeaderFooter[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (HeaderFooter item)
- Method (i): public virtual void Insert (int index, HeaderFooter item)
- Method: protected override void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (HeaderFooter item)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): protected virtual void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected virtual IList EC { }
- Property: new HeaderFooter this [HeaderFooterType type] { public get; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
HeaderFooterType () |
n/a
|
public sealed enum SautinSoft.Document.HeaderFooterType
                    HeaderDefault = 0,
                    HeaderEven = 1,
                    HeaderFirst = 2,
                    FooterDefault = 3,
                    FooterEven = 4,
                    FooterFirst = 5,
|
--> NONE <--
|
--> NONE <--
|
HeightRule () |
n/a
|
public sealed enum SautinSoft.Document.HeightRule
                    Auto = 0,
                    AtLeast = 1,
                    Exact = 2,
|
--> NONE <--
|
--> NONE <--
|
HorizontalAlignment () |
n/a
|
public sealed enum SautinSoft.Document.HorizontalAlignment
                    Left = 0,
                    Center = 1,
                    Right = 2,
                    Justify = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document HorizontalPosition () |
n/a
|
public sealed struct SautinSoft.Document.HorizontalPosition
|
--> NONE <--
|
- Constructor: public HorizontalPosition (double absolutePosition, LengthUnit unit, HorizontalPositionAnchor rightOf)
- Constructor: public HorizontalPosition (HorizontalPositionType alignment, HorizontalPositionAnchor relativeTo)
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (HorizontalPosition other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: HorizontalPositionType PositionType { public get; }
- Property: HorizontalPositionAnchor RelativeTo { public get; }
- Property: double Value { public get; }
|
HorizontalPositionAnchor () |
n/a
|
public sealed enum SautinSoft.Document.HorizontalPositionAnchor
                    Margin = 0,
                    Page = 1,
                    Column = 2,
                    Character = 3,
                    LeftMargin = 4,
                    RightMargin = 5,
                    InsideMargin = 6,
                    OutsideMargin = 7,
|
--> NONE <--
|
--> NONE <--
|
HorizontalPositionType () |
n/a
|
public sealed enum SautinSoft.Document.HorizontalPositionType
                    Absolute = 0,
                    Left = 1,
                    Center = 2,
                    Right = 3,
                    Inside = 4,
                    Outside = 5,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document HtmlDocumentPartSavingArgs () |
n/a
|
public sealed class SautinSoft.Document.HtmlDocumentPartSavingArgs
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DocumentCore Document { public get; }
- Property: bool KeepPartStreamOpen { public get; public set; }
- Property: string PartFileName { public get; public set; }
- Property: Stream PartStream { public get; public set; }
|
SautinSoft.Document HtmlFixedSaveOptions () |
n/a
|
public sealed class SautinSoft.Document.HtmlFixedSaveOptions
|
--> NONE <--
|
- Constructor: public HtmlFixedSaveOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual string ContentType { public get; }
- Property: CssExportMode CssExportMode { public get; public set; }
- Property: string CssFileName { public get; public set; }
- Property: Stream CssStream { public get; public set; }
- Property: bool EmbedImages { public get; public set; }
- Property: Encoding Encoding { public get; public set; }
- Property: IHtmlImageSavingCallback ImageSavingCallback { public get; public set; }
- Property: string ImagesDirectoryPath { public get; public set; }
- Property: string ImagesDirectorySrcPath { public get; public set; }
- Property: bool KeepCssStreamOpen { public get; public set; }
- Property: bool PageBorder { public get; public set; }
- Property: int PageCount { public get; public set; }
- Property: int PageIndex { public get; public set; }
- Property: double PageMargins { public get; public set; }
- Property: bool ProduceOnlyHtmlBody { public get; public set; }
- Property: Int32[] SelectedPages { public get; public set; }
- Property: string Title { public get; public set; }
- Property: bool UseNumericCharacterReference { public get; public set; }
- Property: HtmlVersion Version { public get; public set; }
|
SautinSoft.Document HtmlFlowingSaveOptions () |
n/a
|
public sealed class SautinSoft.Document.HtmlFlowingSaveOptions
|
--> NONE <--
|
- Constructor: public HtmlFlowingSaveOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool BuildNavigationPage { public get; public set; }
- Property: virtual string ContentType { public get; }
- Property: CssExportMode CssExportMode { public get; public set; }
- Property: string CssFileName { public get; public set; }
- Property: Stream CssStream { public get; public set; }
- Property: bool EmbedImages { public get; public set; }
- Property: Encoding Encoding { public get; public set; }
- Property: HtmlHeadersFootersExportMode HeadersFootersExportMode { public get; public set; }
- Property: IHtmlImageSavingCallback ImageSavingCallback { public get; public set; }
- Property: string ImagesDirectoryPath { public get; public set; }
- Property: string ImagesDirectorySrcPath { public get; public set; }
- Property: bool KeepCssStreamOpen { public get; public set; }
- Property: HtmlListExportMode ListExportMode { public get; public set; }
- Property: IHtmlDocumentPartSavingCallback PartSavingCallback { public get; public set; }
- Property: bool ProduceOnlyHtmlBody { public get; public set; }
- Property: HtmlSplitCriteria SplitCriteria { public get; public set; }
- Property: int SplitHeadingLevel { public get; public set; }
- Property: string Title { public get; public set; }
- Property: bool UseNumericCharacterReference { public get; public set; }
- Property: HtmlVersion Version { public get; public set; }
|
HtmlHeadersFootersExportMode () |
n/a
|
public sealed enum SautinSoft.Document.HtmlHeadersFootersExportMode
                    None = 0,
                    PerSection = 1,
                    FirstSectionHeaderLastSectionFooter = 2,
                    FirstPageHeaderFooterPerSection = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document HtmlImageSavingArgs () |
n/a
|
public sealed class SautinSoft.Document.HtmlImageSavingArgs
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ShapeBase CurrentShape { public get; }
- Property: DocumentCore Document { public get; }
- Property: string ImageFileName { public get; public set; }
- Property: PictureFormat ImageFormat { public get; public set; }
- Property: Stream ImageStream { public get; public set; }
- Property: bool KeepImageStreamOpen { public get; public set; }
|
HtmlListExportMode () |
n/a
|
public sealed enum SautinSoft.Document.HtmlListExportMode
                    Auto = 0,
                    AsInlineText = 1,
                    ByHtmlTags = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document HtmlLoadOptions () |
n/a
|
public sealed class SautinSoft.Document.HtmlLoadOptions
|
--> NONE <--
|
- Constructor: public HtmlLoadOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string BaseAddress { public get; public set; }
- Property: Encoding Encoding { public get; public set; }
- Property: PageSetup PageSetup { public get; public set; }
- Property: bool PreserveHyperlinks { public get; public set; }
- Property: bool PreserveUnsupportedFeatures { public get; public set; }
- Property: bool TableFastProcessing { public get; public set; }
- Property: bool TableFitWidthByPage { public get; public set; }
|
SautinSoft.Document HtmlSaveOptions () |
n/a
|
public abstract class SautinSoft.Document.HtmlSaveOptions
|
--> NONE <--
|
- Constructor: protected HtmlSaveOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: override string ContentType { public get; }
- Property: CssExportMode CssExportMode { public get; public set; }
- Property: string CssFileName { public get; public set; }
- Property: Stream CssStream { public get; public set; }
- Property: bool EmbedImages { public get; public set; }
- Property: Encoding Encoding { public get; public set; }
- Property: IHtmlImageSavingCallback ImageSavingCallback { public get; public set; }
- Property: string ImagesDirectoryPath { public get; public set; }
- Property: string ImagesDirectorySrcPath { public get; public set; }
- Property: bool KeepCssStreamOpen { public get; public set; }
- Property: bool ProduceOnlyHtmlBody { public get; public set; }
- Property: string Title { public get; public set; }
- Property: bool UseNumericCharacterReference { public get; public set; }
- Property: HtmlVersion Version { public get; public set; }
|
HtmlSplitCriteria () |
n/a
|
public sealed enum SautinSoft.Document.HtmlSplitCriteria
                    None = 0,
                    PageBreak = 1,
                    ColumnBreak = 2,
                    SectionBreak = 3,
                    HeadingParagraph = 4,
|
--> NONE <--
|
--> NONE <--
|
HtmlVersion () |
n/a
|
public sealed enum SautinSoft.Document.HtmlVersion
                    Xhtml = 0,
                    Html5 = 1,
                    Html401 = 2,
                    Html32 = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document Hyperlink () |
n/a
|
public sealed class SautinSoft.Document.Hyperlink
|
--> NONE <--
|
- Constructor: public Hyperlink (DocumentCore document, string address, IEnumerable`1 displayInlines)
- Constructor: public Hyperlink (DocumentCore document, string address, string displayText)
- Constructor: public Hyperlink (DocumentCore document, string address, Inline[] displayInlines)
- Field: protected ElementCollection _parentCollection
- Method: public new Hyperlink Clone (bool cloneDisplay)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string Address { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: InlineCollection DisplayInlines { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: bool IsBookmarkLink { public get; public set; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: string ScreenTip { public get; public set; }
- Property: string TargetFrame { public get; public set; }
|
SautinSoft.Document IContentElement () |
n/a
|
public interface SautinSoft.Document.IContentElement
|
--> NONE <--
|
- Property: IEnumerable`1 Content { public get; }
|
SautinSoft.Document IHtmlDocumentPartSavingCallback () |
n/a
|
public interface SautinSoft.Document.IHtmlDocumentPartSavingCallback
|
--> NONE <--
|
- Method: void PartSaving (HtmlDocumentPartSavingArgs args)
|
SautinSoft.Document IHtmlImageSavingCallback () |
n/a
|
public interface SautinSoft.Document.IHtmlImageSavingCallback
|
--> NONE <--
|
- Method: void ImageSaving (HtmlImageSavingArgs args)
|
SautinSoft.Document ImportSession () |
n/a
|
public sealed class SautinSoft.Document.ImportSession
|
--> NONE <--
|
- Constructor: public ImportSession (DocumentCore sourceDocument, DocumentCore destinationDocument)
- Constructor: public ImportSession (DocumentCore sourceDocument, DocumentCore destinationDocument, StyleImportingMode importingMode)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: DocumentCore DestinationDocument { public get; }
- Property: StyleImportingMode ImportMode { public get; public set; }
- Property: IDictionary`2 Mapping { public get; }
- Property: DocumentCore SourceDocument { public get; }
|
SautinSoft.Document Inline () |
n/a
|
public abstract class SautinSoft.Document.Inline
|
--> NONE <--
|
- Constructor: protected Inline (DocumentCore document)
- Field: protected ElementCollection _parentCollection
- Method: public new Inline Clone (bool cloneDescendants)
- Method (i): protected virtual Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: abstract ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: new InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document InlineCollection () |
n/a
|
public sealed class SautinSoft.Document.InlineCollection
|
--> NONE <--
|
- Method (i): public virtual void Add (Inline item)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (Inline item)
- Method (i): public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual void CopyTo (Inline[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (Inline item)
- Method (i): public virtual void Insert (int index, Inline item)
- Method: protected override void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (Inline item)
- Method (i): public virtual void RemoveAt (int index)
- Method: protected override void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected virtual IList EC { }
- Property: virtual Inline this [int index] { public get; public set; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
LengthUnit () |
n/a
|
public sealed enum SautinSoft.Document.LengthUnit
                    Point = 0,
                    Pixel = 1,
                    Inch = 2,
                    Millimeter = 3,
                    Centimeter = 4,
                    Pica = 5,
                    Twip = 6,
                    Emu = 7,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document LengthUnitConverter () |
n/a
|
public abstract sealed class SautinSoft.Document.LengthUnitConverter
|
--> NONE <--
|
- Method: public static double Convert (double length, LengthUnit sourceUnit, LengthUnit destinationUnit)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
LineNumberRestartSetting () |
n/a
|
public sealed enum SautinSoft.Document.LineNumberRestartSetting
                    None = 0,
                    Continuous = 1,
                    NewPage = 2,
                    NewSection = 3,
|
--> NONE <--
|
--> NONE <--
|
LineSpacingRule () |
n/a
|
public sealed enum SautinSoft.Document.LineSpacingRule
                    AtLeast = 0,
                    Exactly = 1,
                    Multiple = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document ListFormat () |
n/a
|
public sealed class SautinSoft.Document.ListFormat
|
--> NONE <--
|
- Constructor: public ListFormat ()
- Field: protected Style _style
- Method: public override void ClearFormatting ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: DocumentCore Document { public get; }
- Property: bool IsList { public get; }
- Property: ListLevelFormat ListLevelFormat { public get; }
- Property: int ListLevelNumber { public get; public set; }
- Property: ListStyle Style { public get; public set; }
|
SautinSoft.Document ListItem () |
n/a
|
public sealed class SautinSoft.Document.ListItem
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: InlineCollection Inlines { public get; }
- Property: IList`1 Numbers { public get; }
- Property: Paragraph Paragraph { public get; }
|
SautinSoft.Document ListLevelFormat () |
n/a
|
public sealed class SautinSoft.Document.ListLevelFormat
|
--> NONE <--
|
- Field: protected Style _style
- Method: public override void ClearFormatting ()
- Method: public override bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: HorizontalAlignment Alignment { public get; public set; }
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: bool IsLegal { public get; public set; }
- Property: bool IsOld { public get; }
- Property: int Level { public get; }
- Property: string NumberFormat { public get; public set; }
- Property: double NumberPosition { public get; public set; }
- Property: NumberStyle NumberStyle { public get; public set; }
- Property: ParagraphFormat ParagraphFormat { public get; public set; }
- Property: int RestartAfterLevel { public get; public set; }
- Property: int StartAt { public get; public set; }
- Property: double TextPosition { public get; public set; }
- Property: ListTrailingCharacter TrailingCharacter { public get; public set; }
|
SautinSoft.Document ListLevelFormatCollection () |
n/a
|
public sealed class SautinSoft.Document.ListLevelFormatCollection
|
--> NONE <--
|
- Method (i): public virtual bool Contains (ListLevelFormat value)
- Method (i): public virtual void CopyTo (ListLevelFormat[] array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (ListLevelFormat value)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: new ListLevelFormat this [int index] { public get; }
- Property: protected IList`1 Items { }
|
SautinSoft.Document ListStyle () |
n/a
|
public sealed class SautinSoft.Document.ListStyle
|
--> NONE <--
|
- Constructor: public ListStyle (string name, ListTemplateType type)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: new ListStyle BaseStyle { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: bool IsDefault { public get; public set; }
- Property: ListLevelFormatCollection ListLevelFormats { public get; }
- Property: string Name { public get; public set; }
- Property: override StyleType StyleType { public get; }
|
ListTemplateType () |
n/a
|
public sealed enum SautinSoft.Document.ListTemplateType
                    Bullet = 0,
                    BulletCircle = 1,
                    BulletSquare = 2,
                    BulletDiamonds = 3,
                    BulletArrow = 4,
                    BulletCheckmark = 5,
                    LowerLetterWithBracket = 6,
                    NumberWithDot = 7,
                    NumberWithBracket = 8,
                    UpperRomanNumberWithDot = 9,
                    UpperLetterWithDot = 10,
                    LowerLetterWithDot = 11,
                    LowerRomanNumberWithDot = 12,
|
--> NONE <--
|
--> NONE <--
|
ListTrailingCharacter () |
n/a
|
public sealed enum SautinSoft.Document.ListTrailingCharacter
                    Tab = 0,
                    Space = 1,
                    Nothing = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document LoadOptions () |
n/a
|
public abstract class SautinSoft.Document.LoadOptions
|
--> NONE <--
|
- Constructor: protected LoadOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: static DocxLoadOptions DocxDefault { public get; }
- Property: static HtmlLoadOptions HtmlDefault { public get; }
- Property: static PdfLoadOptions PdfDefault { public get; }
- Property: bool PreserveUnsupportedFeatures { public get; public set; }
- Property: static RtfLoadOptions RtfDefault { public get; }
- Property: static TxtLoadOptions TxtDefault { public get; }
|
SautinSoft.Document MultipleBorders () |
n/a
|
public sealed class SautinSoft.Document.MultipleBorders
|
--> NONE <--
|
- Method: public void Add (MultipleBorderTypes borderTypes, BorderStyle borderStyle, Color borderColor, double borderWidth)
- Method: public void Add (MultipleBorderTypes borderTypes, BorderStyle borderStyle, Color borderColor, double borderWidth, double borderSpacing)
- Method: public void ClearBorders ()
- Method: public void ClearBorders (MultipleBorderTypes borderTypes)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void SetBorders (MultipleBorderTypes borderTypes, BorderStyle borderStyle, Color borderColor, double borderWidth)
- Method: public void SetBorders (MultipleBorderTypes borderTypes, BorderStyle borderStyle, Color borderColor, double borderWidth, double borderSpacing)
- Method: public static IEnumerable`1 ToSingleBorderTypes (MultipleBorderTypes borderTypes)
- Method (i): public virtual string ToString ()
- Property: SingleBorder this [SingleBorderType borderType] { public get; }
- Property: IEnumerable`1 SupportedBorderTypes { public get; }
|
MultipleBorderTypes () |
n/a
|
public sealed enum SautinSoft.Document.MultipleBorderTypes
                    None = 0,
                    Left = 1,
                    Top = 2,
                    Right = 4,
                    Bottom = 8,
                    Outside = 15,
                    InsideHorizontal = 16,
                    InsideVertical = 32,
                    Inside = 48,
                    DiagonalDown = 64,
                    DiagonalUp = 128,
                    Diagonal = 192,
                    All = 255,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document Note () |
n/a
|
public sealed class SautinSoft.Document.Note
|
--> NONE <--
|
- Constructor: public Note (DocumentCore document, NoteType noteType, IEnumerable`1 items)
- Constructor: public Note (DocumentCore document, NoteType noteType, string text)
- Constructor: public Note (DocumentCore document, NoteType noteType, Block[] items)
- Field: protected ElementCollection _parentCollection
- Method (i): public Inline Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: BlockCollection Blocks { public get; }
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: string CustomMark { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: NoteType NoteType { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
NoteLocation () |
n/a
|
public sealed enum SautinSoft.Document.NoteLocation
                    BottomOfPage = 0,
                    BelowText = 1,
                    EndOfDocument = 2,
                    EndOfSection = 3,
|
--> NONE <--
|
--> NONE <--
|
NoteNumbering () |
n/a
|
public sealed enum SautinSoft.Document.NoteNumbering
                    Continuous = 0,
                    RestartEachSection = 1,
                    RestartEachPage = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document NoteSettings () |
n/a
|
public sealed class SautinSoft.Document.NoteSettings
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int ColumnCount { public get; public set; }
- Property: NoteLocation NoteLocation { public get; public set; }
- Property: NoteNumbering NoteNumbering { public get; public set; }
- Property: NumberStyle NumberStyle { public get; public set; }
- Property: int StartAt { public get; public set; }
|
NoteType () |
n/a
|
public sealed enum SautinSoft.Document.NoteType
                    Footnote = 0,
                    Endnote = 1,
|
--> NONE <--
|
--> NONE <--
|
NumberStyle () |
n/a
|
public sealed enum SautinSoft.Document.NumberStyle
                    Decimal = 0,
                    UpperRoman = 1,
                    LowerRoman = 2,
                    UpperLetter = 3,
                    LowerLetter = 4,
                    Ordinal = 5,
                    CardinalText = 6,
                    OrdinalText = 7,
                    DecimalZero = 8,
                    Chicago = 9,
                    Bullet = 10,
                    None = 11,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document OCREventArgs () |
n/a
|
public sealed class SautinSoft.Document.OCREventArgs
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: ImageData InputImage { public get; }
- Property: Byte[] OutputPdf { public get; public set; }
|
OCRMode () |
n/a
|
public sealed enum SautinSoft.Document.OCRMode
                    Disabled = 0,
                    Auto = 1,
                    Enabled = 2,
|
--> NONE <--
|
--> NONE <--
|
Orientation () |
n/a
|
public sealed enum SautinSoft.Document.Orientation
                    Portrait = 0,
                    Landscape = 1,
|
--> NONE <--
|
--> NONE <--
|
OutlineLevel () |
n/a
|
public sealed enum SautinSoft.Document.OutlineLevel
                    BodyText = 0,
                    Level1 = 1,
                    Level2 = 2,
                    Level3 = 3,
                    Level4 = 4,
                    Level5 = 5,
                    Level6 = 6,
                    Level7 = 7,
                    Level8 = 8,
                    Level9 = 9,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document Padding () |
n/a
|
public sealed struct SautinSoft.Document.Padding
|
--> NONE <--
|
- Constructor: public Padding (double left, double top, double right, double bottom, LengthUnit unit)
- Constructor: public Padding (double leftRight, double topBottom, LengthUnit unit)
- Constructor: public Padding (double leftTopRightBottom, LengthUnit unit)
- Constructor: public Padding (Nullable`1 leftTopRightBottom)
- Constructor: public Padding (Nullable`1 left, Nullable`1 top, Nullable`1 right, Nullable`1 bottom)
- Field: public static readonly Padding Nil
- Field: public static readonly Padding None
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (Padding other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: double Bottom { public get; }
- Property: double Left { public get; }
- Property: double Right { public get; }
- Property: double Top { public get; }
|
SautinSoft.Document PageMargins () |
n/a
|
public sealed class SautinSoft.Document.PageMargins
|
--> NONE <--
|
- Constructor: public PageMargins ()
- Method: public PageMargins Clone ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: double Bottom { public get; public set; }
- Property: double Footer { public get; public set; }
- Property: double Gutter { public get; public set; }
- Property: double Header { public get; public set; }
- Property: double Left { public get; public set; }
- Property: double Right { public get; public set; }
- Property: double Top { public get; public set; }
|
SautinSoft.Document PageSetup () |
n/a
|
public sealed class SautinSoft.Document.PageSetup
|
--> NONE <--
|
- Constructor: public PageSetup ()
- Method: public PageSetup Clone ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: MultipleBorders Borders { public get; }
- Property: double LineNumberDistanceFromText { public get; public set; }
- Property: int LineNumberIncrement { public get; public set; }
- Property: LineNumberRestartSetting LineNumberRestartSetting { public get; public set; }
- Property: int LineStartingNumber { public get; public set; }
- Property: Orientation Orientation { public get; public set; }
- Property: Brush PageColor { public get; }
- Property: double PageHeight { public get; public set; }
- Property: PageMargins PageMargins { public get; public set; }
- Property: NumberStyle PageNumberStyle { public get; public set; }
- Property: Nullable`1 PageStartingNumber { public get; public set; }
- Property: double PageWidth { public get; public set; }
- Property: PaperType PaperType { public get; public set; }
- Property: SectionStart SectionStart { public get; public set; }
- Property: TextColumnCollection TextColumns { public get; public set; }
- Property: bool TitlePage { public get; public set; }
|
SautinSoft.Document PaginatorOptions () |
n/a
|
public sealed class SautinSoft.Document.PaginatorOptions
|
--> NONE <--
|
- Constructor: public PaginatorOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool ShowHiddenText { public get; public set; }
- Property: bool UpdateFields { public get; public set; }
|
PaperType () |
n/a
|
public sealed enum SautinSoft.Document.PaperType
                    A0 = 0,
                    A1 = 1,
                    A2 = 2,
                    A3 = 3,
                    A4 = 4,
                    A5 = 5,
                    A6 = 6,
                    A7 = 7,
                    B0 = 8,
                    B1 = 9,
                    B2 = 10,
                    B3 = 11,
                    B4 = 12,
                    B5 = 13,
                    B6 = 14,
                    B7 = 15,
                    C0 = 16,
                    C1 = 17,
                    C2 = 18,
                    C3 = 19,
                    C4 = 20,
                    C5 = 21,
                    C6 = 22,
                    C7 = 23,
                    Letter = 24,
                    Legal = 25,
                    LedgerTabloid = 26,
                    Executive = 27,
                    Paper11x17 = 28,
                    EnvelopeDL = 29,
                    EnvelopeC5 = 30,
                    EnvelopeC6 = 31,
                    Custom = 32,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document Paragraph () |
n/a
|
public sealed class SautinSoft.Document.Paragraph
|
--> NONE <--
|
- Constructor: public Paragraph (DocumentCore document)
- Constructor: public Paragraph (DocumentCore document, IEnumerable`1 items)
- Constructor: public Paragraph (DocumentCore document, string text)
- Constructor: public Paragraph (DocumentCore document, Inline[] items)
- Field: protected ElementCollection _parentCollection
- Method: public new Paragraph Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterFormat CharacterFormatForParagraphMark { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: TextFrameFormat FrameFormat { public get; }
- Property: InlineCollection Inlines { public get; }
- Property: ListFormat ListFormat { public get; public set; }
- Property: ListItem ListItem { public get; }
- Property: Element NextSibling { public get; }
- Property: ParagraphFormat ParagraphFormat { public get; public set; }
- Property: Element Parent { public get; }
- Property: BlockCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document ParagraphFormat () |
n/a
|
public sealed class SautinSoft.Document.ParagraphFormat
|
--> NONE <--
|
- Constructor: public ParagraphFormat ()
- Field: protected Style _style
- Method: public override void ClearFormatting ()
- Method: public ParagraphFormat Clone ()
- Method: public override bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: bool AfterAutospacing { public get; public set; }
- Property: HorizontalAlignment Alignment { public get; public set; }
- Property: Color BackgroundColor { public get; public set; }
- Property: bool BeforeAutospacing { public get; public set; }
- Property: MultipleBorders Borders { public get; }
- Property: DocumentCore Document { public get; }
- Property: bool KeepLinesTogether { public get; public set; }
- Property: bool KeepWithNext { public get; public set; }
- Property: double LeftIndentation { public get; public set; }
- Property: double LineSpacing { public get; public set; }
- Property: LineSpacingRule LineSpacingRule { public get; public set; }
- Property: bool MirrorIndents { public get; public set; }
- Property: bool NoSpaceBetweenParagraphsOfSameStyle { public get; public set; }
- Property: OutlineLevel OutlineLevel { public get; public set; }
- Property: bool PageBreakBefore { public get; public set; }
- Property: double RightIndentation { public get; public set; }
- Property: bool RightToLeft { public get; public set; }
- Property: double SpaceAfter { public get; public set; }
- Property: double SpaceBefore { public get; public set; }
- Property: double SpecialIndentation { public get; public set; }
- Property: ParagraphStyle Style { public get; public set; }
- Property: TabStopCollection Tabs { public get; }
- Property: bool WidowControl { public get; public set; }
|
SautinSoft.Document ParagraphStyle () |
n/a
|
public sealed class SautinSoft.Document.ParagraphStyle
|
--> NONE <--
|
- Constructor: public ParagraphStyle (string name)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: new ParagraphStyle BaseStyle { public get; public set; }
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: bool IsDefault { public get; public set; }
- Property: ListFormat ListFormat { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ParagraphFormat ParagraphFormat { public get; public set; }
- Property: override StyleType StyleType { public get; }
|
PdfCompliance () |
n/a
|
public sealed enum SautinSoft.Document.PdfCompliance
                    PDF_15 = 0,
                    PDF_A = 1,
|
--> NONE <--
|
--> NONE <--
|
PdfConversionMode () |
n/a
|
public sealed enum SautinSoft.Document.PdfConversionMode
                    Flowing = 0,
                    Continuous = 1,
                    Exact = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document PdfDigitalSignatureDetails () |
n/a
|
public sealed class SautinSoft.Document.PdfDigitalSignatureDetails
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Byte[] CertificateBytes { public get; public set; }
- Property: string CertificatePassword { public get; public set; }
- Property: string CertificatePath { public get; public set; }
- Property: string ContactInfo { public get; public set; }
- Property: string Location { public get; public set; }
- Property: string Reason { public get; public set; }
- Property: ShapeBase Signature { public get; public set; }
- Property: ShapeBase SignatureLine { public get; public set; }
|
PdfEncryptionAlgorithm () |
n/a
|
public sealed enum SautinSoft.Document.PdfEncryptionAlgorithm
                    RC4_40 = 0,
                    RC4_128 = 1,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document PdfEncryptionDetails () |
n/a
|
public sealed class SautinSoft.Document.PdfEncryptionDetails
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: PdfEncryptionAlgorithm EncryptionAlgorithm { public get; public set; }
- Property: string OwnerPassword { public get; public set; }
- Property: PdfPermissions Permissions { public get; public set; }
- Property: string UserPassword { public get; public set; }
|
SautinSoft.Document PdfLoadOptions () |
n/a
|
public sealed class SautinSoft.Document.PdfLoadOptions
|
--> NONE <--
|
- Constructor: public PdfLoadOptions ()
- Event: public event PageProgressDelegate NotifyPageProgress
- Event: public event EventHandler`1 OCR
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Nested Type: public sealed delegate PageProgressDelegate
- Property: PdfConversionMode ConversionMode { public get; public set; }
- Property: bool DetectTables { public get; public set; }
- Property: bool KeepCharScaleAndSpacing { public get; public set; }
- Property: OCRMode OCRMode { public get; public set; }
- Property: bool OptimizeImages { public get; public set; }
- Property: int PageCount { public get; public set; }
- Property: int PageIndex { public get; public set; }
- Property: string Password { public get; public set; }
- Property: bool PreserveEmbeddedFonts { public get; public set; }
- Property: bool PreserveGraphics { public get; public set; }
- Property: bool PreserveImages { public get; public set; }
- Property: bool PreserveUnsupportedFeatures { public get; public set; }
- Property: bool RasterizeVectorGraphics { public get; public set; }
- Property: Int32[] SelectedPages { public get; public set; }
- Property: bool ShapeAnchoring { public get; public set; }
- Property: bool ShapeGrouping { public get; public set; }
- Property: bool ShowInvisibleText { public get; public set; }
|
PdfPermissions () |
n/a
|
public sealed enum SautinSoft.Document.PdfPermissions
                    DisallowAll = 0,
                    Printing = 4,
                    ModifyContents = 8,
                    ContentCopy = 16,
                    ModifyAnnotations = 32,
                    FillIn = 256,
                    ContentCopyForAccessibility = 512,
                    DocumentAssembly = 1024,
                    HighResolutionPrinting = 2052,
                    AllowAll = 65535,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document PdfSaveOptions () |
n/a
|
public sealed class SautinSoft.Document.PdfSaveOptions
|
--> NONE <--
|
- Constructor: public PdfSaveOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Nested Type: public sealed enum PdfImagesFormat
                    Auto = 0,                     Jpeg = 1,                     Png = 2
- Property: bool ClipboardTextProtection { public get; public set; }
- Property: PdfCompliance Compliance { public get; public set; }
- Property: bool Compression { public get; public set; }
- Property: override string ContentType { public get; }
- Property: PdfDigitalSignatureDetails DigitalSignature { public get; }
- Property: bool EmbedAllFonts { public get; public set; }
- Property: PdfImagesFormat EmbeddedImagesFormat { public get; public set; }
- Property: PdfEncryptionDetails EncryptionDetails { public get; }
- Property: int JpegQuality { public get; public set; }
- Property: int PageCount { public get; public set; }
- Property: int PageIndex { public get; public set; }
- Property: bool PreserveFormFields { public get; public set; }
- Property: Int32[] SelectedPages { public get; public set; }
- Property: bool UseCoreFonts { public get; public set; }
|
SautinSoft.Document PreservedInline () |
n/a
|
public sealed class SautinSoft.Document.PreservedInline
|
--> NONE <--
|
- Field: protected ElementCollection _parentCollection
- Method: public new PreservedInline Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document RtfLoadOptions () |
n/a
|
public sealed class SautinSoft.Document.RtfLoadOptions
|
--> NONE <--
|
- Constructor: public RtfLoadOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Encoding Encoding { public get; public set; }
- Property: bool PreserveUnsupportedFeatures { public get; public set; }
|
SautinSoft.Document RtfSaveOptions () |
n/a
|
public sealed class SautinSoft.Document.RtfSaveOptions
|
--> NONE <--
|
- Constructor: public RtfSaveOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: override string ContentType { public get; }
- Property: Encoding Encoding { public get; public set; }
|
SautinSoft.Document Run () |
n/a
|
public sealed class SautinSoft.Document.Run
|
--> NONE <--
|
- Constructor: public Run (DocumentCore document)
- Constructor: public Run (DocumentCore document, char c)
- Constructor: public Run (DocumentCore document, char c, CharacterFormat format)
- Constructor: public Run (DocumentCore document, string text)
- Constructor: public Run (DocumentCore document, string text, CharacterFormat format)
- Field: protected ElementCollection _parentCollection
- Method: public Run Clone ()
- Method (i): public Inline Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: string Text { public get; public set; }
|
SautinSoft.Document SaveOptions () |
n/a
|
public abstract class SautinSoft.Document.SaveOptions
|
--> NONE <--
|
- Constructor: protected SaveOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: abstract string ContentType { public get; }
- Property: static DocxSaveOptions DocxDefault { public get; }
- Property: static HtmlFixedSaveOptions HtmlFixedDefault { public get; }
- Property: static HtmlFlowingSaveOptions HtmlFlowingDefault { public get; }
- Property: static PdfSaveOptions PdfDefault { public get; }
- Property: static RtfSaveOptions RtfDefault { public get; }
- Property: static TxtSaveOptions TxtDefault { public get; }
|
SautinSoft.Document Section () |
n/a
|
public sealed class SautinSoft.Document.Section
|
--> NONE <--
|
- Constructor: public Section (DocumentCore document)
- Constructor: public Section (DocumentCore document, IEnumerable`1 items)
- Constructor: public Section (DocumentCore document, Block[] items)
- Field: protected ElementCollection _parentCollection
- Method: public new Section Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: BlockCollection Blocks { public get; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: NoteSettings EndnoteSettings { public get; }
- Property: NoteSettings FootnoteSettings { public get; }
- Property: HeaderFooterCollection HeadersFooters { public get; }
- Property: Element NextSibling { public get; }
- Property: PageSetup PageSetup { public get; public set; }
- Property: Element Parent { public get; }
- Property: new SectionCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document SectionCollection () |
n/a
|
public sealed class SautinSoft.Document.SectionCollection
|
--> NONE <--
|
- Method (i): public virtual void Add (Section item)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (Section item)
- Method (i): public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual void CopyTo (Section[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (Section item)
- Method (i): public virtual void Insert (int index, Section item)
- Method (i): protected virtual void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (Section item)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): protected virtual void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected virtual IList EC { }
- Property: virtual Section this [int index] { public get; public set; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
SectionStart () |
n/a
|
public sealed enum SautinSoft.Document.SectionStart
                    NewPage = 0,
                    NewColumn = 1,
                    Continuous = 2,
                    EvenPage = 3,
                    OddPage = 4,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document SingleBorder () |
n/a
|
public sealed struct SautinSoft.Document.SingleBorder
|
--> NONE <--
|
- Constructor: public SingleBorder (BorderStyle style, Color color, double width)
- Constructor: public SingleBorder (BorderStyle style, Color color, double width, double spacing)
- Field: public static readonly SingleBorder None
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (SingleBorder other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Color Color { public get; }
- Property: double Spacing { public get; public set; }
- Property: BorderStyle Style { public get; }
- Property: double Width { public get; }
|
SingleBorderType () |
n/a
|
public sealed enum SautinSoft.Document.SingleBorderType
                    Left = 0,
                    Top = 1,
                    Right = 2,
                    Bottom = 3,
                    InsideHorizontal = 4,
                    InsideVertical = 5,
                    DiagonalDown = 6,
                    DiagonalUp = 7,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document SpecialCharacter () |
n/a
|
public class SautinSoft.Document.SpecialCharacter
|
--> NONE <--
|
- Constructor: public SpecialCharacter (DocumentCore document, SpecialCharacterType specialCharacterType)
- Field: protected ElementCollection _parentCollection
- Method: public SpecialCharacter Clone ()
- Method (i): public Inline Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: SpecialCharacterType CharacterType { public get; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SpecialCharacterType () |
n/a
|
public sealed enum SautinSoft.Document.SpecialCharacterType
                    LineBreak = 0,
                    PageBreak = 1,
                    ColumnBreak = 2,
                    Tab = 3,
                    AbsoluteTab = 4,
                    NoteMark = 5,
                    NoteSeparator = 6,
                    NoteContinuationSeparator = 7,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document Style () |
n/a
|
public abstract class SautinSoft.Document.Style
|
--> NONE <--
|
- Constructor: protected Style ()
- Method: public static Style CreateStyle (StyleTemplateType templateType, DocumentCore document)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Style BaseStyle { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: bool IsDefault { public get; public set; }
- Property: string Name { public get; public set; }
- Property: abstract StyleType StyleType { public get; }
|
SautinSoft.Document StyleCollection () |
n/a
|
public sealed class SautinSoft.Document.StyleCollection
|
--> NONE <--
|
- Method: public void Add (Style item)
- Method: public bool Contains (string styleName)
- Method: public bool Contains (Style item)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method: public Style GetOrAdd (StyleTemplateType templateType)
- Method (i): public Type GetType ()
- Method: public Style Import (Style sourceStyle)
- Method: public Style Import (Style sourceStyle, ImportSession session)
- Method: public int IndexOf (Style item)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: int Count { public get; }
- Property: Style this [int index] { public get; }
- Property: Style this [string styleName] { public get; }
|
StyleImportingMode () |
n/a
|
public sealed enum SautinSoft.Document.StyleImportingMode
                    UseDestinationStyles = 0,
                    KeepSourceFormatting = 1,
                    KeepDifferentStyles = 2,
|
--> NONE <--
|
--> NONE <--
|
StyleTemplateType () |
n/a
|
public sealed enum SautinSoft.Document.StyleTemplateType
                    DefaultParagraphFont = 0,
                    Strong = 1,
                    Emphasis = 2,
                    SubtleEmphasis = 3,
                    IntenseEmphasis = 4,
                    SubtleReference = 5,
                    IntenseReference = 6,
                    BookTitle = 7,
                    Normal = 8,
                    Heading1 = 9,
                    Heading2 = 10,
                    Heading3 = 11,
                    Heading4 = 12,
                    Heading5 = 13,
                    Heading6 = 14,
                    Heading7 = 15,
                    Heading8 = 16,
                    Heading9 = 17,
                    Title = 18,
                    Subtitle = 19,
                    NoSpacing = 20,
                    Quote = 21,
                    IntenseQuote = 22,
                    ListParagraph = 23,
                    TableNormal = 24,
                    TableGrid = 25,
                    LightShading = 26,
                    LightShadingAccent1 = 27,
                    LightShadingAccent2 = 28,
                    LightShadingAccent3 = 29,
                    LightShadingAccent4 = 30,
                    LightShadingAccent5 = 31,
                    LightShadingAccent6 = 32,
                    LightList = 33,
                    LightListAccent1 = 34,
                    LightListAccent2 = 35,
                    LightListAccent3 = 36,
                    LightListAccent4 = 37,
                    LightListAccent5 = 38,
                    LightListAccent6 = 39,
                    LightGrid = 40,
                    LightGridAccent1 = 41,
                    LightGridAccent2 = 42,
                    LightGridAccent3 = 43,
                    LightGridAccent4 = 44,
                    LightGridAccent5 = 45,
                    LightGridAccent6 = 46,
                    MediumShading1 = 47,
                    MediumShading1Accent1 = 48,
                    MediumShading1Accent2 = 49,
                    MediumShading1Accent3 = 50,
                    MediumShading1Accent4 = 51,
                    MediumShading1Accent5 = 52,
                    MediumShading1Accent6 = 53,
                    MediumShading2 = 54,
                    MediumShading2Accent1 = 55,
                    MediumShading2Accent2 = 56,
                    MediumShading2Accent3 = 57,
                    MediumShading2Accent4 = 58,
                    MediumShading2Accent5 = 59,
                    MediumShading2Accent6 = 60,
                    MediumList1 = 61,
                    MediumList1Accent1 = 62,
                    MediumList1Accent2 = 63,
                    MediumList1Accent3 = 64,
                    MediumList1Accent4 = 65,
                    MediumList1Accent5 = 66,
                    MediumList1Accent6 = 67,
                    MediumList2 = 68,
                    MediumList2Accent1 = 69,
                    MediumList2Accent2 = 70,
                    MediumList2Accent3 = 71,
                    MediumList2Accent4 = 72,
                    MediumList2Accent5 = 73,
                    MediumList2Accent6 = 74,
                    MediumGrid1 = 75,
                    MediumGrid1Accent1 = 76,
                    MediumGrid1Accent2 = 77,
                    MediumGrid1Accent3 = 78,
                    MediumGrid1Accent4 = 79,
                    MediumGrid1Accent5 = 80,
                    MediumGrid1Accent6 = 81,
                    MediumGrid2 = 82,
                    MediumGrid2Accent1 = 83,
                    MediumGrid2Accent2 = 84,
                    MediumGrid2Accent3 = 85,
                    MediumGrid2Accent4 = 86,
                    MediumGrid2Accent5 = 87,
                    MediumGrid2Accent6 = 88,
                    MediumGrid3 = 89,
                    MediumGrid3Accent1 = 90,
                    MediumGrid3Accent2 = 91,
                    MediumGrid3Accent3 = 92,
                    MediumGrid3Accent4 = 93,
                    MediumGrid3Accent5 = 94,
                    MediumGrid3Accent6 = 95,
                    DarkList = 96,
                    DarkListAccent1 = 97,
                    DarkListAccent2 = 98,
                    DarkListAccent3 = 99,
                    DarkListAccent4 = 100,
                    DarkListAccent5 = 101,
                    DarkListAccent6 = 102,
                    ColorfulShading = 103,
                    ColorfulShadingAccent1 = 104,
                    ColorfulShadingAccent2 = 105,
                    ColorfulShadingAccent3 = 106,
                    ColorfulShadingAccent4 = 107,
                    ColorfulShadingAccent5 = 108,
                    ColorfulShadingAccent6 = 109,
                    ColorfulList = 110,
                    ColorfulListAccent1 = 111,
                    ColorfulListAccent2 = 112,
                    ColorfulListAccent3 = 113,
                    ColorfulListAccent4 = 114,
                    ColorfulListAccent5 = 115,
                    ColorfulListAccent6 = 116,
                    ColorfulGrid = 117,
                    ColorfulGridAccent1 = 118,
                    ColorfulGridAccent2 = 119,
                    ColorfulGridAccent3 = 120,
                    ColorfulGridAccent4 = 121,
                    ColorfulGridAccent5 = 122,
                    ColorfulGridAccent6 = 123,
|
--> NONE <--
|
--> NONE <--
|
StyleType () |
n/a
|
public sealed enum SautinSoft.Document.StyleType
                    Paragraph = 0,
                    Character = 1,
                    List = 2,
                    Table = 3,
|
--> NONE <--
|
--> NONE <--
|
TabCharacterLeader () |
n/a
|
public sealed enum SautinSoft.Document.TabCharacterLeader
                    None = 0,
                    Dot = 1,
                    Hyphen = 2,
                    Underscore = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document TableOfEntries () |
n/a
|
public sealed class SautinSoft.Document.TableOfEntries
|
--> NONE <--
|
- Constructor: public TableOfEntries (DocumentCore document, FieldType fieldType)
- Constructor: public TableOfEntries (DocumentCore document, FieldType fieldType, string instructionText, IEnumerable`1 entries)
- Constructor: public TableOfEntries (DocumentCore document, FieldType fieldType, string instructionText, Block[] entries)
- Field: protected ElementCollection _parentCollection
- Method: public new TableOfEntries Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method: public void Update ()
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: BlockCollection Entries { public get; }
- Property: FieldType FieldType { public get; }
- Property: string InstructionText { public get; public set; }
- Property: bool IsDirty { public get; public set; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: BlockCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
|
SautinSoft.Document TabStop () |
n/a
|
public sealed struct SautinSoft.Document.TabStop
|
--> NONE <--
|
- Constructor: public TabStop (double position, TabStopAlignment alignment)
- Constructor: public TabStop (double position, TabStopAlignment alignment, TabCharacterLeader leader)
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (TabStop other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TabStopAlignment Alignment { public get; }
- Property: TabCharacterLeader Leader { public get; }
- Property: double Position { public get; }
|
TabStopAlignment () |
n/a
|
public sealed enum SautinSoft.Document.TabStopAlignment
                    None = 0,
                    Left = 1,
                    Center = 2,
                    Right = 3,
                    Decimal = 4,
                    Bar = 5,
                    List = 6,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document TabStopCollection () |
n/a
|
public sealed class SautinSoft.Document.TabStopCollection
|
--> NONE <--
|
- Method: public void Add (TabStop item)
- Method: public void Clear ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public TabStop[] ToArray ()
- Method (i): public virtual string ToString ()
|
SautinSoft.Document TextColumn () |
n/a
|
public sealed class SautinSoft.Document.TextColumn
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: double SpaceAfter { public get; public set; }
- Property: double Width { public get; public set; }
|
SautinSoft.Document TextColumnCollection () |
n/a
|
public sealed class SautinSoft.Document.TextColumnCollection
|
--> NONE <--
|
- Constructor: public TextColumnCollection (int columnsCount)
- Method (i): public virtual bool Contains (TextColumn value)
- Method (i): public virtual void CopyTo (TextColumn[] array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (TextColumn value)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: bool EvenlySpaced { public get; public set; }
- Property: virtual TextColumn this [int index] { public get; }
- Property: protected IList`1 Items { }
- Property: bool LineBetween { public get; public set; }
- Property: double SpaceBetween { public get; public set; }
|
TextDirection () |
n/a
|
public sealed enum SautinSoft.Document.TextDirection
                    LeftToRight = 0,
                    TopToBottom = 1,
                    BottomToTop = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document TextFrameFormat () |
n/a
|
public sealed class SautinSoft.Document.TextFrameFormat
|
--> NONE <--
|
- Method: public void ClearFormatting ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Padding DistanceFromText { public get; public set; }
- Property: DropCapPosition DropCapPosition { public get; public set; }
- Property: HeightRule HeightRule { public get; public set; }
- Property: HorizontalPosition HorizontalPosition { public get; public set; }
- Property: bool IsFrame { public get; }
- Property: int LinesToDrop { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: VerticalPosition VerticalPosition { public get; public set; }
|
SautinSoft.Document TxtLoadOptions () |
n/a
|
public sealed class SautinSoft.Document.TxtLoadOptions
|
--> NONE <--
|
- Constructor: public TxtLoadOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Encoding Encoding { public get; public set; }
- Property: bool PreserveUnsupportedFeatures { public get; public set; }
|
SautinSoft.Document TxtSaveOptions () |
n/a
|
public sealed class SautinSoft.Document.TxtSaveOptions
|
--> NONE <--
|
- Constructor: public TxtSaveOptions ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: override string ContentType { public get; }
- Property: Encoding Encoding { public get; public set; }
- Property: string ParagraphBreak { public get; public set; }
|
UnderlineType () |
n/a
|
public sealed enum SautinSoft.Document.UnderlineType
                    None = 0,
                    Single = 1,
                    Double = 2,
                    Dotted = 3,
                    Dashed = 4,
                    DotDash = 5,
                    DotDotDash = 6,
                    Wave = 7,
                    DoubleWave = 8,
                    UnderlineNonSpaceCharactersOnly = 9,
|
--> NONE <--
|
--> NONE <--
|
VerticalAlignment () |
n/a
|
public sealed enum SautinSoft.Document.VerticalAlignment
                    Top = 0,
                    Center = 1,
                    Bottom = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document VerticalPosition () |
n/a
|
public sealed struct SautinSoft.Document.VerticalPosition
|
--> NONE <--
|
- Constructor: public VerticalPosition (double absolutePosition, LengthUnit unit, VerticalPositionAnchor below)
- Constructor: public VerticalPosition (VerticalPositionType alignment, VerticalPositionAnchor relativeTo)
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (VerticalPosition other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: VerticalPositionType PositionType { public get; }
- Property: VerticalPositionAnchor RelativeTo { public get; }
- Property: double Value { public get; }
|
VerticalPositionAnchor () |
n/a
|
public sealed enum SautinSoft.Document.VerticalPositionAnchor
                    Margin = 0,
                    Page = 1,
                    Paragraph = 2,
                    Line = 3,
                    TopMargin = 4,
                    BottomMargin = 5,
                    InsideMargin = 6,
                    OutsideMargin = 7,
|
--> NONE <--
|
--> NONE <--
|
VerticalPositionType () |
n/a
|
public sealed enum SautinSoft.Document.VerticalPositionType
                    Absolute = 0,
                    Top = 1,
                    Center = 2,
                    Bottom = 3,
                    Inside = 4,
                    Outside = 5,
|
--> NONE <--
|
--> NONE <--
|
ZoomType () |
n/a
|
public sealed enum SautinSoft.Document.ZoomType
                    None = 0,
                    FullPage = 1,
                    BestFit = 2,
                    TextFit = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Drawing Brush () |
n/a
|
public class SautinSoft.Document.Drawing.Brush
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public Brush SetEmpty ()
- Method: public PictureFillBrush SetPicture (Stream pictureStream, PictureFormat format)
- Method: public PictureFillBrush SetPicture (string picturePath)
- Method: public SolidColorBrush SetSolid (Color color)
- Method (i): public virtual string ToString ()
- Property: virtual bool IsEmpty { public get; }
|
SautinSoft.Document.Drawing CustomGeometry () |
n/a
|
public sealed class SautinSoft.Document.Drawing.CustomGeometry
|
--> NONE <--
|
- Field: protected Dictionary`2 _adjustValues
- Field: protected Shape _shape
- Method: public CustomPath AddPath (Size size)
- Method: public CustomPath AddPath (Size size, Point[] points)
- Method: public CustomPath AddPath (Size size, Point[] points, bool close)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public CustomGeometry SetCustom ()
- Method (i): public PresetGeometry SetPreset (Figure figure)
- Method (i): public virtual string ToString ()
- Property: IDictionary`2 AdjustValues { public get; }
- Property: int Count { public get; }
- Property: bool IsPreset { public get; }
- Property: CustomPath this [int index] { public get; }
- Property: Nullable`1 TextBoundingBox { public get; public set; }
|
SautinSoft.Document.Drawing CustomPath () |
n/a
|
public sealed class SautinSoft.Document.Drawing.CustomPath
|
--> NONE <--
|
- Method: public void AddArc (double arcHeightRadius, double arcStartAngle, double arcSwingAngle, double arcWidthRadius)
- Method: public void AddCubicBezier (Point controlPoint1, Point controlPoint2, Point endPoint)
- Method: public void AddLine (Point point)
- Method: public void AddQuadBezier (Point controlPoint, Point endPoint)
- Method: public void ClosePath ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void MoveTo (Point point)
- Method: public void Reset ()
- Method (i): public virtual string ToString ()
- Property: int Count { public get; }
- Property: PathFillMode FillMode { public get; public set; }
- Property: PathElement this [int index] { public get; }
- Property: Size Size { public get; }
- Property: bool Stroke { public get; public set; }
|
Figure () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.Figure
                    Rectangle = 0,
                    RoundRectangle = 1,
                    Ellipse = 2,
                    Diamond = 3,
                    IsoscelesTriangle = 4,
                    RightTriangle = 5,
                    Parallelogram = 6,
                    Trapezoid = 7,
                    Hexagon = 8,
                    Octagon = 9,
                    PlusSign = 10,
                    Star = 11,
                    Arrow = 12,
                    ThickArrow = 13,
                    HomePlate = 14,
                    Cube = 15,
                    Balloon = 16,
                    Seal = 17,
                    Arc = 18,
                    Line = 19,
                    Plaque = 20,
                    Can = 21,
                    Donut = 22,
                    TextSimple = 23,
                    TextOctagon = 24,
                    TextHexagon = 25,
                    TextCurve = 26,
                    TextWave = 27,
                    TextRing = 28,
                    TextOnCurve = 29,
                    TextOnRing = 30,
                    StraightConnector1 = 31,
                    BentConnector2 = 32,
                    BentConnector3 = 33,
                    BentConnector4 = 34,
                    BentConnector5 = 35,
                    CurvedConnector2 = 36,
                    CurvedConnector3 = 37,
                    CurvedConnector4 = 38,
                    CurvedConnector5 = 39,
                    Callout1 = 40,
                    Callout2 = 41,
                    Callout3 = 42,
                    AccentCallout1 = 43,
                    AccentCallout2 = 44,
                    AccentCallout3 = 45,
                    BorderCallout1 = 46,
                    BorderCallout2 = 47,
                    BorderCallout3 = 48,
                    AccentBorderCallout1 = 49,
                    AccentBorderCallout2 = 50,
                    AccentBorderCallout3 = 51,
                    Ribbon = 52,
                    Ribbon2 = 53,
                    Chevron = 54,
                    Pentagon = 55,
                    NoSmoking = 56,
                    Seal8 = 57,
                    Seal16 = 58,
                    Seal32 = 59,
                    WedgeRectangleCallout = 60,
                    WedgeRRectCallout = 61,
                    WedgeEllipseCallout = 62,
                    Wave = 63,
                    FoldedCorner = 64,
                    LeftArrow = 65,
                    DownArrow = 66,
                    UpArrow = 67,
                    LeftRightArrow = 68,
                    UpDownArrow = 69,
                    IrregularSeal1 = 70,
                    IrregularSeal2 = 71,
                    LightningBolt = 72,
                    Heart = 73,
                    PictureFrame = 74,
                    QuadArrow = 75,
                    LeftArrowCallout = 76,
                    RightArrowCallout = 77,
                    UpArrowCallout = 78,
                    DownArrowCallout = 79,
                    LeftRightArrowCallout = 80,
                    UpDownArrowCallout = 81,
                    QuadArrowCallout = 82,
                    Bevel = 83,
                    LeftBracket = 84,
                    RightBracket = 85,
                    LeftBrace = 86,
                    RightBrace = 87,
                    LeftUpArrow = 88,
                    BentUpArrow = 89,
                    BentArrow = 90,
                    Seal24 = 91,
                    StripedRightArrow = 92,
                    NotchedRightArrow = 93,
                    BlockArc = 94,
                    SmileyFace = 95,
                    VerticalScroll = 96,
                    HorizontalScroll = 97,
                    CircularArrow = 98,
                    NotchedCircularArrow = 99,
                    UTurnArrow = 100,
                    CurvedRightArrow = 101,
                    CurvedLeftArrow = 102,
                    CurvedUpArrow = 103,
                    CurvedDownArrow = 104,
                    CloudCallout = 105,
                    EllipseRibbon = 106,
                    EllipseRibbon2 = 107,
                    FlowChartProcess = 108,
                    FlowChartDecision = 109,
                    FlowChartInputOutput = 110,
                    FlowChartPredefinedProcess = 111,
                    FlowChartInternalStorage = 112,
                    FlowChartDocument = 113,
                    FlowChartMultidocument = 114,
                    FlowChartTerminator = 115,
                    FlowChartPreparation = 116,
                    FlowChartManualInput = 117,
                    FlowChartManualOperation = 118,
                    FlowChartConnector = 119,
                    FlowChartPunchedCard = 120,
                    FlowChartPunchedTape = 121,
                    FlowChartSummingJunction = 122,
                    FlowChartOr = 123,
                    FlowChartCollate = 124,
                    FlowChartSort = 125,
                    FlowChartExtract = 126,
                    FlowChartMerge = 127,
                    FlowChartOfflineStorage = 128,
                    FlowChartOnlineStorage = 129,
                    FlowChartMagneticTape = 130,
                    FlowChartMagneticDisk = 131,
                    FlowChartMagneticDrum = 132,
                    FlowChartDisplay = 133,
                    FlowChartDelay = 134,
                    TextPlainText = 135,
                    TextStop = 136,
                    TextTriangle = 137,
                    TextTriangleInverted = 138,
                    TextChevron = 139,
                    TextChevronInverted = 140,
                    TextRingInside = 141,
                    TextRingOutside = 142,
                    TextArchUpCurve = 143,
                    TextArchDownCurve = 144,
                    TextCircleCurve = 145,
                    TextButtonCurve = 146,
                    TextArchUpPour = 147,
                    TextArchDownPour = 148,
                    TextCirclePour = 149,
                    TextButtonPour = 150,
                    TextCurveUp = 151,
                    TextCurveDown = 152,
                    TextCascadeUp = 153,
                    TextCascadeDown = 154,
                    TextWave1 = 155,
                    TextWave2 = 156,
                    TextWave3 = 157,
                    TextWave4 = 158,
                    TextInflate = 159,
                    TextDeflate = 160,
                    TextInflateBottom = 161,
                    TextDeflateBottom = 162,
                    TextInflateTop = 163,
                    TextDeflateTop = 164,
                    TextDeflateInflate = 165,
                    TextDeflateInflateDeflate = 166,
                    TextFadeRight = 167,
                    TextFadeLeft = 168,
                    TextFadeUp = 169,
                    TextFadeDown = 170,
                    TextSlantUp = 171,
                    TextSlantDown = 172,
                    TextCanUp = 173,
                    TextCanDown = 174,
                    FlowChartAlternateProcess = 175,
                    FlowChartOffPageConnector = 176,
                    Callout90 = 177,
                    AccentCallout90 = 178,
                    BorderCallout90 = 179,
                    AccentBorderCallout90 = 180,
                    LeftRightUpArrow = 181,
                    Sun = 182,
                    Moon = 183,
                    BracketPair = 184,
                    BracePair = 185,
                    Seal4 = 186,
                    DoubleWave = 187,
                    ActionButtonBlank = 188,
                    ActionButtonHome = 189,
                    ActionButtonHelp = 190,
                    ActionButtonInformation = 191,
                    ActionButtonForwardNext = 192,
                    ActionButtonBackPrevious = 193,
                    ActionButtonEnd = 194,
                    ActionButtonBeginning = 195,
                    ActionButtonReturn = 196,
                    ActionButtonDocument = 197,
                    ActionButtonSound = 198,
                    ActionButtonMovie = 199,
                    HostControl = 200,
                    TextBox = 201,
                    LineInv = 202,
                    NonIsoscelesTrapezoid = 203,
                    Star4 = 204,
                    Star5 = 205,
                    Star6 = 206,
                    Star7 = 207,
                    Star8 = 208,
                    Star10 = 209,
                    Star12 = 210,
                    Star16 = 211,
                    Star24 = 212,
                    Star32 = 213,
                    Round1Rectangle = 214,
                    Round2SameRectangle = 215,
                    Round2DiagRectangle = 216,
                    SnipRoundRectangle = 217,
                    Snip1Rectangle = 218,
                    Snip2SameRectangle = 219,
                    Snip2DiagRectangle = 220,
                    TearDrop = 221,
                    PieWedge = 222,
                    Pie = 223,
                    RightArrow = 224,
                    LeftCircularArrow = 225,
                    LeftRightCircularArrow = 226,
                    SwooshArrow = 227,
                    Frame = 228,
                    HalfFrame = 229,
                    Corner = 230,
                    DiagonalStripe = 231,
                    Chord = 232,
                    WedgeRoundRectangleCallout = 233,
                    Cloud = 234,
                    Gear6 = 235,
                    Gear9 = 236,
                    Funnel = 237,
                    MathPlus = 238,
                    MathMinus = 239,
                    MathMultiply = 240,
                    MathDivide = 241,
                    MathEqual = 242,
                    MathNotEqual = 243,
                    CornerTabs = 244,
                    SquareTabs = 245,
                    PlaqueTabs = 246,
                    ChartX = 247,
                    ChartStar = 248,
                    ChartPlus = 249,
                    Heptagon = 250,
                    Decagon = 251,
                    Dodecagon = 252,
|
--> NONE <--
|
--> NONE <--
|
FlipOrientation () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.FlipOrientation
                    None = 0,
                    Horizontal = 1,
                    Vertical = 2,
                    Both = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Drawing FloatingLayout () |
n/a
|
public sealed class SautinSoft.Document.Drawing.FloatingLayout
|
--> NONE <--
|
- Constructor: public FloatingLayout (HorizontalPosition horizontalPosition, VerticalPosition verticalPosition, Size size)
- Field: protected Size _size
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool AllowOverlap { public get; public set; }
- Property: bool AspectRatioLocked { public get; public set; }
- Property: Padding DistanceFromText { public get; public set; }
- Property: Padding Effects { public get; public set; }
- Property: HorizontalPosition HorizontalPosition { public get; public set; }
- Property: bool LayoutInCell { public get; public set; }
- Property: Size Size { public get; public set; }
- Property: VerticalPosition VerticalPosition { public get; public set; }
- Property: WrappingStyle WrappingStyle { public get; public set; }
- Property: Point[] WrapPolygon { public get; public set; }
- Property: WrapSide WrapSide { public get; public set; }
- Property: int ZOrder { public get; public set; }
|
SautinSoft.Document.Drawing Geometry () |
n/a
|
public abstract class SautinSoft.Document.Drawing.Geometry
|
--> NONE <--
|
- Field: protected Dictionary`2 _adjustValues
- Field: protected Shape _shape
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public CustomGeometry SetCustom ()
- Method: public PresetGeometry SetPreset (Figure figure)
- Method (i): public virtual string ToString ()
- Property: IDictionary`2 AdjustValues { public get; }
- Property: bool IsPreset { public get; }
|
SautinSoft.Document.Drawing GroupLayout () |
n/a
|
public sealed class SautinSoft.Document.Drawing.GroupLayout
|
--> NONE <--
|
- Constructor: public GroupLayout (Point position, Size size)
- Field: protected Size _size
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Point Position { public get; public set; }
- Property: new Size Size { public get; public set; }
|
SautinSoft.Document.Drawing ImageData () |
n/a
|
public sealed class SautinSoft.Document.Drawing.ImageData
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: public MemoryStream GetStream ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: PictureFillMode FillMode { public get; public set; }
- Property: PictureFormat Format { public get; }
- Property: bool IsLink { public get; }
- Property: string Source { public get; }
|
SautinSoft.Document.Drawing InlineLayout () |
n/a
|
public sealed class SautinSoft.Document.Drawing.InlineLayout
|
--> NONE <--
|
- Constructor: public InlineLayout (Size size)
- Field: protected Size _size
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Size Size { public get; public set; }
|
SautinSoft.Document.Drawing Layout () |
n/a
|
public abstract class SautinSoft.Document.Drawing.Layout
|
--> NONE <--
|
- Constructor: protected Layout (Size size)
- Field: protected Size _size
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static FloatingLayout Floating (HorizontalPosition horizontalPosition, VerticalPosition verticalPosition, Size size)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static GroupLayout Group (Point position, Size size)
- Method: public static InlineLayout Inline (Size size)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Size Size { public get; public set; }
|
LineCapStyle () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.LineCapStyle
                    Flat = 0,
                    Round = 1,
                    Square = 2,
|
--> NONE <--
|
--> NONE <--
|
LineDashStyle () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.LineDashStyle
                    Solid = 0,
                    Dot = 1,
                    Dash = 2,
                    DashDot = 3,
                    DashDotDot = 4,
|
--> NONE <--
|
--> NONE <--
|
LineEndLength () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.LineEndLength
                    Small = 0,
                    Medium = 1,
                    Large = 2,
|
--> NONE <--
|
--> NONE <--
|
LineEndType () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.LineEndType
                    None = 0,
                    Arrow = 1,
                    Diamond = 2,
                    Oval = 3,
                    StealthArrow = 4,
                    TriangleArrow = 5,
|
--> NONE <--
|
--> NONE <--
|
LineJoinStyle () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.LineJoinStyle
                    Bevel = 0,
                    Miter = 1,
                    Round = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Drawing PathArcTo () |
n/a
|
public sealed class SautinSoft.Document.Drawing.PathArcTo
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: double ArcHeightRadius { public get; }
- Property: double ArcStartAngle { public get; }
- Property: double ArcSwingAngle { public get; }
- Property: double ArcWidthRadius { public get; }
- Property: override PathElementType ElementType { public get; }
|
SautinSoft.Document.Drawing PathClose () |
n/a
|
public sealed class SautinSoft.Document.Drawing.PathClose
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: override PathElementType ElementType { public get; }
|
SautinSoft.Document.Drawing PathCubicBezierTo () |
n/a
|
public sealed class SautinSoft.Document.Drawing.PathCubicBezierTo
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Point ControlPoint1 { public get; }
- Property: Point ControlPoint2 { public get; }
- Property: override PathElementType ElementType { public get; }
- Property: Point EndPoint { public get; }
|
SautinSoft.Document.Drawing PathElement () |
n/a
|
public abstract class SautinSoft.Document.Drawing.PathElement
|
--> NONE <--
|
- Constructor: protected PathElement ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: abstract PathElementType ElementType { public get; }
|
PathElementType () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.PathElementType
                    Close = 0,
                    MoveTo = 1,
                    LineTo = 2,
                    ArcTo = 3,
                    QuadBezierTo = 4,
                    CubicBezierTo = 5,
|
--> NONE <--
|
--> NONE <--
|
PathFillMode () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.PathFillMode
                    None = 0,
                    Normal = 1,
                    Lighten = 2,
                    LightenLess = 3,
                    Darken = 4,
                    DarkenLess = 5,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Drawing PathLineTo () |
n/a
|
public sealed class SautinSoft.Document.Drawing.PathLineTo
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: override PathElementType ElementType { public get; }
- Property: Point Point { public get; }
|
SautinSoft.Document.Drawing PathMoveTo () |
n/a
|
public sealed class SautinSoft.Document.Drawing.PathMoveTo
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: override PathElementType ElementType { public get; }
- Property: Point Point { public get; }
|
SautinSoft.Document.Drawing PathQuadBezierTo () |
n/a
|
public sealed class SautinSoft.Document.Drawing.PathQuadBezierTo
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Point ControlPoint { public get; }
- Property: override PathElementType ElementType { public get; }
- Property: Point EndPoint { public get; }
|
SautinSoft.Document.Drawing Pen () |
n/a
|
public sealed class SautinSoft.Document.Drawing.Pen
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: LineCapStyle CapStyle { public get; public set; }
- Property: LineDashStyle DashStyle { public get; public set; }
- Property: Brush Fill { public get; }
- Property: LineEndType HeadEnd { public get; public set; }
- Property: LineEndLength HeadEndLength { public get; public set; }
- Property: LineEndLength HeadEndWidth { public get; public set; }
- Property: LineJoinStyle JoinStyle { public get; public set; }
- Property: LineEndType TailEnd { public get; public set; }
- Property: LineEndLength TailEndLength { public get; public set; }
- Property: LineEndLength TailEndWidth { public get; public set; }
- Property: double Width { public get; public set; }
|
SautinSoft.Document.Drawing Picture () |
n/a
|
public sealed class SautinSoft.Document.Drawing.Picture
|
--> NONE <--
|
- Constructor: public Picture (DocumentCore document, Stream pictureStream, PictureFormat format)
- Constructor: public Picture (DocumentCore document, string picturePath)
- Constructor: public Picture (DocumentCore document, Layout layout, Stream pictureStream, PictureFormat format)
- Constructor: public Picture (DocumentCore document, Layout layout, string picturePath)
- Field: protected ElementCollection _parentCollection
- Method: public new Picture Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): protected virtual void CopyFrom (ShapeBase source)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected virtual void ImportFrom (ShapeBase source, ImportSession session)
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Brush Fill { public get; }
- Property: FlipOrientation FlipOrientation { public get; public set; }
- Property: Geometry Geometry { public get; }
- Property: ImageData ImageData { public get; }
- Property: bool IsTopLevel { public get; }
- Property: Layout Layout { public get; public set; }
- Property: Element NextSibling { public get; }
- Property: Pen Outline { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: ShapeGroup ParentGroup { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: double Rotation { public get; public set; }
- Property: ShapeText Text { public get; }
|
SautinSoft.Document.Drawing PictureFillBrush () |
n/a
|
public sealed class SautinSoft.Document.Drawing.PictureFillBrush
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Brush SetEmpty ()
- Method (i): public PictureFillBrush SetPicture (Stream pictureStream, PictureFormat format)
- Method (i): public PictureFillBrush SetPicture (string picturePath)
- Method (i): public SolidColorBrush SetSolid (Color color)
- Method (i): public virtual string ToString ()
- Property: ImageData ImageData { public get; }
- Property: override bool IsEmpty { public get; }
|
PictureFillMode () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.PictureFillMode
                    Tile = 0,
                    Stretch = 1,
|
--> NONE <--
|
--> NONE <--
|
PictureFormat () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.PictureFormat
                    Unknown = 0,
                    Jpeg = 1,
                    Gif = 2,
                    Png = 3,
                    Tiff = 4,
                    Emf = 5,
                    Wmf = 6,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Drawing Point () |
n/a
|
public sealed struct SautinSoft.Document.Drawing.Point
|
--> NONE <--
|
- Constructor: public Point (double x, double y)
- Constructor: public Point (double x, double y, LengthUnit unit)
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (Point other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: double X { public get; }
- Property: double Y { public get; }
|
SautinSoft.Document.Drawing PresetGeometry () |
n/a
|
public sealed class SautinSoft.Document.Drawing.PresetGeometry
|
--> NONE <--
|
- Field: protected Dictionary`2 _adjustValues
- Field: protected Shape _shape
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public CustomGeometry SetCustom ()
- Method (i): public PresetGeometry SetPreset (Figure figure)
- Method (i): public virtual string ToString ()
- Property: IDictionary`2 AdjustValues { public get; }
- Property: Figure Figure { public get; }
- Property: bool IsPreset { public get; }
|
SautinSoft.Document.Drawing Rectangle () |
n/a
|
public sealed struct SautinSoft.Document.Drawing.Rectangle
|
--> NONE <--
|
- Constructor: public Rectangle (double left, double top, double width, double height)
- Constructor: public Rectangle (double left, double top, double width, double height, LengthUnit unit)
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (Rectangle other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: double Bottom { public get; }
- Property: double Height { public get; }
- Property: double Left { public get; }
- Property: Point Location { public get; }
- Property: double Right { public get; }
- Property: double Top { public get; }
- Property: double Width { public get; }
|
SautinSoft.Document.Drawing Shape () |
n/a
|
public class SautinSoft.Document.Drawing.Shape
|
--> NONE <--
|
- Constructor: public Shape (DocumentCore document, Layout layout)
- Field: protected ElementCollection _parentCollection
- Method: public new Shape Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method: protected override void CopyFrom (ShapeBase source)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected override void ImportFrom (ShapeBase source, ImportSession session)
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Brush Fill { public get; }
- Property: FlipOrientation FlipOrientation { public get; public set; }
- Property: Geometry Geometry { public get; }
- Property: bool IsTopLevel { public get; }
- Property: Layout Layout { public get; public set; }
- Property: Element NextSibling { public get; }
- Property: Pen Outline { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: ShapeGroup ParentGroup { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: double Rotation { public get; public set; }
- Property: ShapeText Text { public get; }
|
ShapeAutoFit () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.ShapeAutoFit
                    NoAutoFit = 0,
                    FitTextToShape = 1,
                    FitShapeToText = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Drawing ShapeBase () |
n/a
|
public abstract class SautinSoft.Document.Drawing.ShapeBase
|
--> NONE <--
|
- Constructor: protected ShapeBase (DocumentCore document, Layout layout)
- Field: protected ElementCollection _parentCollection
- Method: public new ShapeBase Clone (bool cloneDescendants)
- Method (i): protected virtual Element CloneElement (bool cloneDescendants)
- Method: protected virtual void CopyFrom (ShapeBase source)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: protected virtual void ImportFrom (ShapeBase source, ImportSession session)
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: abstract ElementType ElementType { public get; }
- Property: Brush Fill { public get; }
- Property: FlipOrientation FlipOrientation { public get; public set; }
- Property: bool IsTopLevel { public get; }
- Property: Layout Layout { public get; public set; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: ShapeGroup ParentGroup { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: double Rotation { public get; public set; }
|
SautinSoft.Document.Drawing ShapeCollection () |
n/a
|
public sealed class SautinSoft.Document.Drawing.ShapeCollection
|
--> NONE <--
|
- Method (i): public virtual void Add (ShapeBase item)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (ShapeBase item)
- Method (i): public virtual void CopyTo (ShapeBase[] array, int arrayIndex)
- Method (i): public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (ShapeBase item)
- Method (i): public virtual void Insert (int index, ShapeBase item)
- Method: protected override void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (ShapeBase item)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): protected virtual void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected virtual IList EC { }
- Property: virtual ShapeBase this [int index] { public get; public set; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
SautinSoft.Document.Drawing ShapeGroup () |
n/a
|
public sealed class SautinSoft.Document.Drawing.ShapeGroup
|
--> NONE <--
|
- Constructor: public ShapeGroup (DocumentCore document, Layout layout)
- Constructor: public ShapeGroup (DocumentCore document, Layout layout, IEnumerable`1 childShapes)
- Constructor: public ShapeGroup (DocumentCore document, Layout layout, ShapeBase[] childShapes)
- Field: protected ElementCollection _parentCollection
- Method: public new ShapeGroup Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): protected virtual void CopyFrom (ShapeBase source)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected virtual void ImportFrom (ShapeBase source, ImportSession session)
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: ShapeCollection ChildShapes { public get; }
- Property: Size ChildSize { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Brush Fill { public get; }
- Property: FlipOrientation FlipOrientation { public get; public set; }
- Property: bool IsTopLevel { public get; }
- Property: Layout Layout { public get; public set; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: InlineCollection ParentCollection { public get; }
- Property: ShapeGroup ParentGroup { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: double Rotation { public get; public set; }
|
SautinSoft.Document.Drawing ShapeText () |
n/a
|
public sealed class SautinSoft.Document.Drawing.ShapeText
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TextAnchoringType Anchoring { public get; public set; }
- Property: ShapeAutoFit AutoFit { public get; public set; }
- Property: BlockCollection Blocks { public get; }
- Property: TextHorizontalOverflowType HorizontalOverflow { public get; public set; }
- Property: Padding Margins { public get; public set; }
- Property: bool RotateWithShape { public get; public set; }
- Property: TextDirection TextDirection { public get; public set; }
- Property: TextVerticalOverflowType VerticalOverflow { public get; public set; }
- Property: bool WrapText { public get; public set; }
|
ShapeType () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.ShapeType
                    Group = 0,
                    Shape = 1,
                    Picture = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Drawing Size () |
n/a
|
public sealed struct SautinSoft.Document.Drawing.Size
|
--> NONE <--
|
- Constructor: public Size (double width, double height)
- Constructor: public Size (double width, double height, LengthUnit unit)
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (Size other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Property: double Height { public get; }
- Property: double Width { public get; }
|
SautinSoft.Document.Drawing SolidColorBrush () |
n/a
|
public sealed class SautinSoft.Document.Drawing.SolidColorBrush
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public Brush SetEmpty ()
- Method (i): public PictureFillBrush SetPicture (Stream pictureStream, PictureFormat format)
- Method (i): public PictureFillBrush SetPicture (string picturePath)
- Method (i): public SolidColorBrush SetSolid (Color color)
- Method (i): public virtual string ToString ()
- Property: Color Color { public get; public set; }
- Property: override bool IsEmpty { public get; }
|
TextAnchoringType () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.TextAnchoringType
                    Top = 0,
                    Bottom = 1,
                    Center = 2,
                    Distributed = 3,
                    Justified = 4,
|
--> NONE <--
|
--> NONE <--
|
TextHorizontalOverflowType () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.TextHorizontalOverflowType
                    Overflow = 0,
                    Clip = 1,
|
--> NONE <--
|
--> NONE <--
|
TextVerticalOverflowType () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.TextVerticalOverflowType
                    Overflow = 0,
                    Clip = 1,
                    Ellipsis = 2,
|
--> NONE <--
|
--> NONE <--
|
WrappingStyle () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.WrappingStyle
                    Square = 0,
                    Tight = 1,
                    Through = 2,
                    TopAndBottom = 3,
                    BehindText = 4,
                    InFrontOfText = 5,
|
--> NONE <--
|
--> NONE <--
|
WrapSide () |
n/a
|
public sealed enum SautinSoft.Document.Drawing.WrapSide
                    Both = 0,
                    Left = 1,
                    Right = 2,
                    Largest = 3,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.MailMerging FieldMappingDictionary () |
n/a
|
public sealed class SautinSoft.Document.MailMerging.FieldMappingDictionary
|
--> NONE <--
|
- Method (i): public virtual void Add (KeyValuePair`2 item)
- Method: public new void Add (string fieldName, string valueName)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (KeyValuePair`2 item)
- Method (i): public virtual bool ContainsKey (string key)
- Method (i): public virtual void CopyTo (KeyValuePair`2[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (string key)
- Method (i): public virtual string ToString ()
- Method (i): public virtual bool TryGetValue (string key, out string value)
- Method: protected override bool ValidateKeyValue (string key, string value)
- Property: virtual int Count { public get; }
- Property: virtual string this [string key] { public get; public set; }
- Property: virtual ICollection`1 Keys { public get; }
- Property: virtual ICollection`1 Values { public get; }
|
SautinSoft.Document.MailMerging FieldMergingEventArgs () |
n/a
|
public sealed class SautinSoft.Document.MailMerging.FieldMergingEventArgs
|
--> NONE <--
|
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Cancel { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: Field Field { public get; }
- Property: string FieldName { public get; }
- Property: Inline Inline { public get; public set; }
- Property: IList`1 Inlines { public get; }
- Property: bool IsValueFound { public get; }
- Property: string RangeName { public get; }
- Property: int RecordNumber { public get; }
- Property: object Value { public get; }
|
SautinSoft.Document.MailMerging IMailMergeDataSource () |
n/a
|
public interface SautinSoft.Document.MailMerging.IMailMergeDataSource
|
--> NONE <--
|
- Method: IMailMergeDataSource GetChildDataSource (string sourceName)
- Method: bool MoveNext ()
- Method: bool TryGetValue (string valueName, out object value)
- Property: string Name { public get; }
|
SautinSoft.Document.MailMerging MailMerge () |
n/a
|
public sealed class SautinSoft.Document.MailMerging.MailMerge
|
--> NONE <--
|
- Event: public event EventHandler`1 FieldMerging
- Method (i): public virtual bool Equals (object obj)
- Method: public void Execute (object dataSource)
- Method: public void Execute (object dataSource, string rangeName)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: public IEnumerable`1 GetMergeFieldNames ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void RemoveMergeFields ()
- Method: public void RemoveMergeFields (bool allRelatedMergeFields)
- Method (i): public virtual string ToString ()
- Property: MailMergeClearOptions ClearOptions { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: FieldMappingDictionary FieldMappings { public get; }
- Property: string RangeEndPrefix { public get; public set; }
- Property: string RangeStartPrefix { public get; public set; }
|
MailMergeClearOptions () |
n/a
|
public sealed enum SautinSoft.Document.MailMerging.MailMergeClearOptions
                    None = 0,
                    RemoveUnusedFields = 1,
                    RemoveEmptyRanges = 2,
                    RemoveEmptyParagraphs = 4,
                    RemoveEmptyTableRows = 8,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Tables CreateTableCell () |
n/a
|
public sealed delegate SautinSoft.Document.Tables.CreateTableCell
|
--> NONE <--
|
- Constructor: public CreateTableCell (object object, IntPtr method)
- Method: public virtual IAsyncResult BeginInvoke (int rowIndex, int columnIndex, AsyncCallback callback, object object)
- Method (i): public virtual object Clone ()
- Method (i): protected virtual delegate CombineImpl (delegate follow)
- Method (i): public object DynamicInvoke (object[] args)
- Method (i): protected virtual object DynamicInvokeImpl (object[] args)
- Method: public virtual TableCell EndInvoke (IAsyncResult result)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public virtual delegate[] GetInvocationList ()
- Method (i): protected virtual MethodInfo GetMethodImpl ()
- Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
- Method (i): public Type GetType ()
- Method: public virtual TableCell Invoke (int rowIndex, int columnIndex)
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual delegate RemoveImpl (delegate value)
- Method (i): public virtual string ToString ()
- Property: MethodInfo Method { public get; }
- Property: object Target { public get; }
|
SautinSoft.Document.Tables FloatingTablePositioning () |
n/a
|
public sealed class SautinSoft.Document.Tables.FloatingTablePositioning
|
--> NONE <--
|
- Method: public void ClearPositioning ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Padding DistanceFromText { public get; public set; }
- Property: HorizontalPosition HorizontalPosition { public get; public set; }
- Property: bool IsFloating { public get; }
- Property: VerticalPosition VerticalPosition { public get; public set; }
|
SautinSoft.Document.Tables Table () |
n/a
|
public sealed class SautinSoft.Document.Tables.Table
|
--> NONE <--
|
- Constructor: public Table (DocumentCore document)
- Constructor: public Table (DocumentCore document, IEnumerable`1 rows)
- Constructor: public Table (DocumentCore document, int rowCount, int columnCount)
- Constructor: public Table (DocumentCore document, int rowCount, int columnCount, CreateTableCell tableCellCreator)
- Constructor: public Table (DocumentCore document, TableRow[] rows)
- Field: protected ElementCollection _parentCollection
- Method: public new Table Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TableColumnCollection Columns { public get; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: TableMetadata Metadata { public get; }
- Property: Element NextSibling { public get; }
- Property: Element Parent { public get; }
- Property: BlockCollection ParentCollection { public get; }
- Property: FloatingTablePositioning Positioning { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: TableRowCollection Rows { public get; }
- Property: TableFormat TableFormat { public get; public set; }
|
SautinSoft.Document.Tables TableCell () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableCell
|
--> NONE <--
|
- Constructor: public TableCell (DocumentCore document)
- Constructor: public TableCell (DocumentCore document, IEnumerable`1 blocks)
- Constructor: public TableCell (DocumentCore document, Block[] blocks)
- Field: protected ElementCollection _parentCollection
- Method: public new TableCell Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: BlockCollection Blocks { public get; }
- Property: TableCellFormat CellFormat { public get; public set; }
- Property: int ColumnSpan { public get; public set; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: new TableRow Parent { public get; }
- Property: new TableCellCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: int RowSpan { public get; public set; }
|
SautinSoft.Document.Tables TableCellCollection () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableCellCollection
|
--> NONE <--
|
- Method (i): public virtual void Add (TableCell item)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (TableCell item)
- Method (i): public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual void CopyTo (TableCell[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (TableCell item)
- Method (i): public virtual void Insert (int index, TableCell item)
- Method (i): protected virtual void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (TableCell item)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): protected virtual void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected virtual IList EC { }
- Property: virtual TableCell this [int index] { public get; public set; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
SautinSoft.Document.Tables TableCellFormat () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableCellFormat
|
--> NONE <--
|
- Constructor: public TableCellFormat ()
- Field: protected Style _style
- Method: public override void ClearFormatting ()
- Method: public TableCellFormat Clone ()
- Method: public override bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: Color BackgroundColor { public get; public set; }
- Property: MultipleBorders Borders { public get; }
- Property: DocumentCore Document { public get; }
- Property: bool FitText { public get; public set; }
- Property: Padding Padding { public get; public set; }
- Property: TableWidth PreferredWidth { public get; public set; }
- Property: TextDirection TextDirection { public get; public set; }
- Property: VerticalAlignment VerticalAlignment { public get; public set; }
- Property: bool WrapText { public get; public set; }
|
SautinSoft.Document.Tables TableColumn () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableColumn
|
--> NONE <--
|
- Constructor: public TableColumn ()
- Constructor: public TableColumn (double preferredWidth)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: double PreferredWidth { public get; public set; }
|
SautinSoft.Document.Tables TableColumnCollection () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableColumnCollection
|
--> NONE <--
|
- Method (i): public virtual void Add (TableColumn item)
- Method (i): public virtual void Clear ()
- Method (i): protected virtual void ClearItems ()
- Method (i): public virtual bool Contains (TableColumn item)
- Method (i): public virtual void CopyTo (TableColumn[] array, int index)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (TableColumn item)
- Method (i): public virtual void Insert (int index, TableColumn item)
- Method (i): protected virtual void InsertItem (int index, TableColumn item)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (TableColumn item)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): protected virtual void RemoveItem (int index)
- Method (i): protected virtual void SetItem (int index, TableColumn item)
- Method (i): public virtual string ToString ()
- Property: virtual int Count { public get; }
- Property: virtual TableColumn this [int index] { public get; public set; }
- Property: protected IList`1 Items { }
|
SautinSoft.Document.Tables TableFormat () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableFormat
|
--> NONE <--
|
- Constructor: public TableFormat ()
- Field: protected Style _style
- Method: public override void ClearFormatting ()
- Method: public TableFormat Clone ()
- Method: public override bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: HorizontalAlignment Alignment { public get; public set; }
- Property: bool AutomaticallyResizeToFitContents { public get; public set; }
- Property: Color BackgroundColor { public get; public set; }
- Property: MultipleBorders Borders { public get; }
- Property: int ColumnBandSize { public get; public set; }
- Property: Padding DefaultCellPadding { public get; public set; }
- Property: double DefaultCellSpacing { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: double IndentFromLeft { public get; public set; }
- Property: TableWidth PreferredWidth { public get; public set; }
- Property: int RowBandSize { public get; public set; }
- Property: TableStyle Style { public get; public set; }
- Property: TableStyleOptions StyleOptions { public get; public set; }
|
SautinSoft.Document.Tables TableMetadata () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableMetadata
|
--> NONE <--
|
- Constructor: public TableMetadata ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: string Description { public get; public set; }
- Property: string Title { public get; public set; }
|
SautinSoft.Document.Tables TableRow () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableRow
|
--> NONE <--
|
- Constructor: public TableRow (DocumentCore document)
- Constructor: public TableRow (DocumentCore document, IEnumerable`1 cells)
- Constructor: public TableRow (DocumentCore document, TableCell[] cells)
- Field: protected ElementCollection _parentCollection
- Method: public new TableRow Clone (bool cloneDescendants)
- Method: protected override Element CloneElement (bool cloneDescendants)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public IEnumerable`1 GetChildElements (bool recursively)
- Method (i): public IEnumerable`1 GetChildElements (bool recursively, ElementType[] filterElements)
- Method (i): protected virtual ContentRange GetContentRange ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected ContentRange InsertParentElement (Element element, ContentPosition targetPosition)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TableCellCollection Cells { public get; }
- Property: ContentRange Content { public get; }
- Property: DocumentCore Document { public get; }
- Property: override ElementType ElementType { public get; }
- Property: Element NextSibling { public get; }
- Property: new Table Parent { public get; }
- Property: new TableRowCollection ParentCollection { public get; }
- Property: Element PreviuosSibling { public get; }
- Property: TableRowFormat RowFormat { public get; public set; }
|
SautinSoft.Document.Tables TableRowCollection () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableRowCollection
|
--> NONE <--
|
- Method (i): public virtual void Add (TableRow item)
- Method (i): public virtual void Clear ()
- Method (i): public virtual bool Contains (TableRow item)
- Method (i): public void CopyTo (Element[] array, int arrayIndex)
- Method (i): public virtual void CopyTo (TableRow[] array, int arrayIndex)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): public virtual int IndexOf (TableRow item)
- Method (i): public virtual void Insert (int index, TableRow item)
- Method (i): protected virtual void InsertItem (int index, Element element)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual bool Remove (TableRow item)
- Method (i): public virtual void RemoveAt (int index)
- Method (i): protected virtual void RemoveItem (int index)
- Method (i): public virtual string ToString ()
- Property: ContentRange Content { public get; }
- Property: virtual int Count { public get; }
- Property: protected virtual IList EC { }
- Property: virtual TableRow this [int index] { public get; public set; }
- Property: IEnumerable`1 SupportedElementTypes { public get; }
|
SautinSoft.Document.Tables TableRowFormat () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableRowFormat
|
--> NONE <--
|
- Constructor: public TableRowFormat ()
- Field: protected Style _style
- Method: public override void ClearFormatting ()
- Method: public TableRowFormat Clone ()
- Method: public override bool Equals (object obj)
- Method: protected override void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: bool AllowBreakAcrossPages { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: int GridAfter { public get; public set; }
- Property: int GridBefore { public get; public set; }
- Property: TableRowHeight Height { public get; public set; }
- Property: bool Hidden { public get; public set; }
- Property: bool RepeatOnEachPage { public get; public set; }
|
SautinSoft.Document.Tables TableRowHeight () |
n/a
|
public sealed struct SautinSoft.Document.Tables.TableRowHeight
|
--> NONE <--
|
- Constructor: public TableRowHeight (double value, HeightRule rule)
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (TableRowHeight other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: HeightRule Rule { public get; }
- Property: double Value { public get; }
|
TableRowHeightRule () |
n/a
|
public sealed enum SautinSoft.Document.Tables.TableRowHeightRule
                    Auto = 0,
                    AtLeast = 1,
                    Exact = 2,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Tables TableStyle () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableStyle
|
--> NONE <--
|
- Constructor: public TableStyle (string name)
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: new TableStyle BaseStyle { public get; public set; }
- Property: TableCellFormat CellFormat { public get; public set; }
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: TableStyleFormatCollection ConditionalFormats { public get; }
- Property: DocumentCore Document { public get; }
- Property: bool IsDefault { public get; public set; }
- Property: string Name { public get; public set; }
- Property: ParagraphFormat ParagraphFormat { public get; public set; }
- Property: TableRowFormat RowFormat { public get; public set; }
- Property: override StyleType StyleType { public get; }
- Property: TableFormat TableFormat { public get; public set; }
|
SautinSoft.Document.Tables TableStyleFormat () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableStyleFormat
|
--> NONE <--
|
- Constructor: public TableStyleFormat (TableStyleFormatType formatType)
- Field: protected Style _style
- Method: public override void ClearFormatting ()
- Method: public override bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): protected virtual void SetStyle (Style style)
- Method (i): public virtual string ToString ()
- Property: TableCellFormat CellFormat { public get; public set; }
- Property: CharacterFormat CharacterFormat { public get; public set; }
- Property: DocumentCore Document { public get; }
- Property: TableStyleFormatType FormatType { public get; public set; }
- Property: ParagraphFormat ParagraphFormat { public get; public set; }
- Property: TableRowFormat RowFormat { public get; public set; }
- Property: TableFormat TableFormat { public get; public set; }
|
SautinSoft.Document.Tables TableStyleFormatCollection () |
n/a
|
public sealed class SautinSoft.Document.Tables.TableStyleFormatCollection
|
--> NONE <--
|
- Method: public void Clear ()
- Method: public bool Contains (TableStyleFormatType formatType)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public virtual IEnumerator`1 GetEnumerator ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public bool Remove (TableStyleFormatType formatType)
- Method (i): public virtual string ToString ()
- Property: TableStyleFormat this [TableStyleFormatType formatType] { public get; }
|
TableStyleFormatType () |
n/a
|
public sealed enum SautinSoft.Document.Tables.TableStyleFormatType
                    WholeTable = 0,
                    OddBandedRows = 1,
                    EvenBandedRows = 2,
                    OddBandedColumns = 3,
                    EvenBandedColumns = 4,
                    FirstColumn = 5,
                    LastColumn = 6,
                    FirstRow = 7,
                    LastRow = 8,
                    TopLeftCell = 9,
                    TopRightCell = 10,
                    BottomLeftCell = 11,
                    BottomRightCell = 12,
|
--> NONE <--
|
--> NONE <--
|
TableStyleOptions () |
n/a
|
public sealed enum SautinSoft.Document.Tables.TableStyleOptions
                    None = 0,
                    FirstRow = 1,
                    LastRow = 2,
                    FirstColumn = 4,
                    LastColumn = 8,
                    BandedRows = 16,
                    BandedColumns = 32,
                    All = 63,
|
--> NONE <--
|
--> NONE <--
|
SautinSoft.Document.Tables TableWidth () |
n/a
|
public sealed struct SautinSoft.Document.Tables.TableWidth
|
--> NONE <--
|
- Constructor: public TableWidth (double value, TableWidthUnit unit)
- Field: public static readonly TableWidth Auto
- Method: public override bool Equals (object obj)
- Method: public virtual bool Equals (TableWidth other)
- Method (i): protected virtual void Finalize ()
- Method: public override int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: TableWidthUnit Unit { public get; }
- Property: double Value { public get; }
|
TableWidthUnit () |
n/a
|
public sealed enum SautinSoft.Document.Tables.TableWidthUnit
                    Auto = 0,
                    Point = 1,
                    Percentage = 2,
|
--> NONE <--
|
--> NONE <--
|