Table of Contents

Class ParagraphBase

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Base class for paragraph elements providing content, formatting, alignment and wrapping properties.

public class ParagraphBase : DomItem, IDomItemWithConditionalFormatter, IDomItemWithOutputFormatter
Inheritance
ParagraphBase
Implements
Derived
Inherited Members

Properties

Adjusted

Gets or sets whether spacing is adjusted.

public string Adjusted { get; set; }

Property Value

string

Alignment

Gets or sets the alignment.

public string Alignment { get; set; }

Property Value

string

Condition

Gets or sets the condition expression for paragraph visibility.

public string Condition { get; set; }

Property Value

string

ConditionalFormatter

Gets the conditional formatter rules.

[JsonInclude]
public CollectionConditionalFormatterItems ConditionalFormatter { get; }

Property Value

CollectionConditionalFormatterItems

Contents

Gets or sets the paragraph contents expression.

public string Contents { get; set; }

Property Value

string

Font

Gets or sets the font for the paragraph. Applies conditional formatting if applicable.

[JsonInclude]
public PropertyFontExt Font { get; }

Property Value

PropertyFontExt

LineSpacing

Gets or sets the line spacing.

public string LineSpacing { get; set; }

Property Value

string

OptimizeSpaces

Gets or sets whether multiple spaces are optimized.

public string OptimizeSpaces { get; set; }

Property Value

string

OutputFormatter

Gets or sets the output formatter for the paragraph content. Applies conditional formatting if applicable.

[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }

Property Value

PropertyOutputFormatterBase

ParagraphSpacing

Gets or sets the paragraph spacing.

public string ParagraphSpacing { get; set; }

Property Value

string

TabAlignment

Gets or sets the tab alignment.

public string TabAlignment { get; set; }

Property Value

string

TabPosition

Gets or sets the tab stop position.

public string TabPosition { get; set; }

Property Value

string

Unerasable

Gets or sets whether the paragraph is unerasable.

public string Unerasable { get; set; }

Property Value

string

Wrapping

Gets the wrapping settings.

[JsonInclude]
public PropertyParagraphWrapping Wrapping { get; }

Property Value

PropertyParagraphWrapping