TextExportSettings Attached Properties
The provider of attached properties, which define how to export the text value of a particular dependency object.
Name | Description |
---|---|
Font |
Gets or sets the font family name of the text. |
Font |
Gets or sets the size of the text font. |
Font |
Gets or sets the style of the text font. |
Font |
Gets or sets the weight of the text font. |
Horizontal |
Gets or sets the horizontal text alignment. |
No |
Gets or sets the value indicating whether it is necessary to export the current object if it doesn’t contain any text. |
Padding static | Gets or sets text paddings. |
Text static | Gets or sets the custom text to be displayed within an object. |
Text |
Specifies the text decorations (such as underline or strikeout) available in the exported document. This is a dependency property. This is an attached property. |
Text |
Specifies the text trimming mode. This is an attached property. |
Text |
Gets or sets the text value to be converted to Text |
Text |
Gets or sets the format string to be applied to a Text |
Text |
Gets or sets a value specifying how the text should be wrapped. |
Vertical |
Gets or sets the vertical text alignment. |
Xls |
Specifies whether a brick’s content is exported to XLS (or XLSX) as text, or as a value. This is a dependency property. This is an attached property. |
Xlsx |
Specifies the format string applied when exporting to an Excel file (XLS or XLSX). This is a dependency property. This is an attached property. |
See Also