[]
        
(Showing Draft Content)

C1.Win.Document.Util

C1.Win.Document.Util Namespace

Classes

C1DXExportGraphics

Base class for all graphics objects used in exporters.

C1DXGraphics

Graphics object used Direct2D and DirectWrite to perform drawing.

C1DXTextLayout

Implements text rendering on the base of DirectWrite API.

C1DXTextMeasurementContext

Implements C1.Document.Util.IC1TextMeasurementContext interface, can be used as context to measure the text with using Direct2D and DirectWrite.

C1GcGraphics

The C1GcGraphics used in exporters.

C1GcPdfGraphics

Represents a graphics object for exporting content to a PDF document using Document Solutions' GcPdf library.

C1GdiGraphics

Represents the graphics properties and methods.

C1HtmlGraphics

Represents HTML graphics properties and methods.

C1PdfGraphics

The class for all graphics objects used when export to PDF.

C1RichText

C1RichText.MeasureInfo

Represents a result of measuring of RTF text.

C1RichText.ParagraphAlignment

C1RichText.RtfVersionEnum

Enumerates the supported versions of RTF.

C1RichText.RtfVersionInfo

Contains the additional information about each RTF version: DLL name, class name of Rich window used in this DLL.

Interfaces

IC1DXTextLayoutOwner

Should be implemented by class owning C1DXTextLayout.