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
Alignment
Gets or sets the alignment.
public string Alignment { get; set; }
Property Value
Condition
Gets or sets the condition expression for paragraph visibility.
public string Condition { get; set; }
Property Value
ConditionalFormatter
Gets the conditional formatter rules.
[JsonInclude]
public CollectionConditionalFormatterItems ConditionalFormatter { get; }
Property Value
Contents
Gets or sets the paragraph contents expression.
public string Contents { get; set; }
Property Value
Font
Gets or sets the font for the paragraph. Applies conditional formatting if applicable.
[JsonInclude]
public PropertyFontExt Font { get; }
Property Value
LineSpacing
Gets or sets the line spacing.
public string LineSpacing { get; set; }
Property Value
OptimizeSpaces
Gets or sets whether multiple spaces are optimized.
public string OptimizeSpaces { get; set; }
Property Value
OutputFormatter
Gets or sets the output formatter for the paragraph content. Applies conditional formatting if applicable.
[JsonInclude]
public PropertyOutputFormatterBase OutputFormatter { get; }
Property Value
ParagraphSpacing
Gets or sets the paragraph spacing.
public string ParagraphSpacing { get; set; }
Property Value
TabAlignment
Gets or sets the tab alignment.
public string TabAlignment { get; set; }
Property Value
TabPosition
Gets or sets the tab stop position.
public string TabPosition { get; set; }
Property Value
Unerasable
Gets or sets whether the paragraph is unerasable.
public string Unerasable { get; set; }
Property Value
Wrapping
Gets the wrapping settings.
[JsonInclude]
public PropertyParagraphWrapping Wrapping { get; }