ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WordOptions - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WordOptions

    To set the WordOptions of Word Writter

    Inheritance
    System.Object
    WordOptions
    Implements
    IReportDispose
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.ReportWriter
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class WordOptions : IReportDispose, IDisposable
    Remarks

    WordOptions contains the properties to define the Page Height, Page Width and Page Margins

    Constructors

    WordOptions()

    Declaration
    public WordOptions()

    Properties

    EncryptionPassword

    Get or Set the encryption password to open the word document.

    Declaration
    public string EncryptionPassword { get; set; }
    Property Value
    Type Description
    System.String

    FormatType

    Gets or sets FormatType.

    Declaration
    public WordFormatType FormatType { get; set; }
    Property Value
    Type Description
    WordFormatType

    LayoutOption

    Gets or sets the rendering type need to be used for exporting report.

    Declaration
    public WordLayoutOptions LayoutOption { get; set; }
    Property Value
    Type Description
    WordLayoutOptions

    ParagraphSpacing

    Gets or sets the ParagraphSpacing (Increase or decrease empty paragraph height in word report).

    Declaration
    public ParagraphSpacing ParagraphSpacing { get; set; }
    Property Value
    Type Description
    ParagraphSpacing

    ProtectionPassword

    Get or Set the protection password to modify the word document.

    Declaration
    public string ProtectionPassword { get; set; }
    Property Value
    Type Description
    System.String

    ProtectionType

    Get or Set type of protection type of the word document.

    Declaration
    public ProtectionType ProtectionType { get; set; }
    Property Value
    Type Description
    ProtectionType

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved