[]
Represents the formatting criteria for a find operation.
public class FindFormatting
Provides access to the font formatting properties.
public Font Font { get; }
Gets a value indicating whether the current FindFormatting instance has user-defined values.
public bool HasValue { get; }
Provides access to the paragraph formatting properties.
public ParagraphFormat ParagraphFormat { get; }
Gets or sets a style that is associated with the current find formatting options.
public Style Style { get; set; }
Clears the find criteria.
public void Clear()