Class DocRenderingOptions

Class DocRenderingOptions

Nazwa przestrzeń: Aspose.Html.Rendering.Doc Zestaw: Aspose.HTML.dll (25.4.0)

Przedstawia opcje renderowania dla Aspose.Html.Rendering.Doc.DocDevice.

[ComVisible(true)]
public class DocRenderingOptions : RenderingOptions

Inheritance

object RenderingOptions DocRenderingOptions

Derived

DocSaveOptions

Dziedziczeni członkowie

RenderingOptions.Css , RenderingOptions.PageSetup , RenderingOptions.HorizontalResolution , RenderingOptions.BackgroundColor , RenderingOptions.VerticalResolution , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

DocRenderingOptions()

Inicjalizuje nowy przykład klasy Aspose.Html.Rendering.Doc.DocRenderingOptions.

public DocRenderingOptions()

DocRenderingOptions(FontEmbeddingRule)

Inicjalizuje nową instancję klasy Aspose.Html.Rendering.Doc.DocRenderingOptions z określoną zasadą wstawiania czcionki.

public DocRenderingOptions(FontEmbeddingRule fontEmbeddingRule)

Parameters

fontEmbeddingRule FontEmbeddingRule

Słowo wstawia zasadę.

Properties

DocumentFormat

Otrzymuje lub ustawia format pliku dokumentu wyjściowego. wartość domyślna to Aspose.Html.Rendering.Doc.DocumentFormat.DOCX.

public DocumentFormat DocumentFormat { get; set; }

Wartość nieruchomości

DocumentFormat

FontEmbeddingRule

Dostęp lub ustaw zasadę wstawiania czcionki. Wartość domyślna to Aspose.Html.Rendering.Doc.FontEmbeddingRule.None.

public FontEmbeddingRule FontEmbeddingRule { get; set; }

Wartość nieruchomości

FontEmbeddingRule

 Polski