Skip to main content
A newer version of this page is available. .

TextExportSettings Attached Properties

The provider of attached properties, which define how to export the text value of a particular dependency object.
Name Description
FontFamily static Gets or sets the font family name of the text.
FontSize static Gets or sets the size of the text font.
FontStyle static Gets or sets the style of the text font.
FontWeight static Gets or sets the weight of the text font.
HorizontalAlignment static Gets or sets the horizontal text alignment.
NoTextExport static 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.
TextDecorations static Specifies the text decorations (such as underline or strikeout) available in the exported document. This is a dependency property. This is an attached property.
TextTrimming static Specifies the text trimming mode. This is an attached property.
TextValue static Gets or sets the text value to be converted to TextExportSettings.Text.
TextValueFormatString static Gets or sets the format string to be applied to a TextExportSettings.TextValue.
TextWrapping static Gets or sets a value specifying how the text should be wrapped.
VerticalAlignment static Gets or sets the vertical text alignment.
XlsExportNativeFormat static 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.
XlsxFormatString static 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