[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FindFormatting

Class FindFormatting

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the formatting criteria for a find operation.

public class FindFormatting
Inheritance
FindFormatting
Inherited Members

Properties

Font

Provides access to the font formatting properties.

public Font Font { get; }

Property Value

Font

HasValue

Gets a value indicating whether the current FindFormatting instance has user-defined values.

public bool HasValue { get; }

Property Value

bool

ParagraphFormat

Provides access to the paragraph formatting properties.

public ParagraphFormat ParagraphFormat { get; }

Property Value

ParagraphFormat

Style

Gets or sets a style that is associated with the current find formatting options.

public Style Style { get; set; }

Property Value

Style

Methods

Clear()

Clears the find criteria.

public void Clear()