BodyProperties.ForceAntiAlias Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Force Anti-Alias
Represents the following attribute in the schema: forceAA
[DocumentFormat.OpenXml.SchemaAttr(0, "forceAA")]
public DocumentFormat.OpenXml.BooleanValue ForceAntiAlias { get; set; }
public DocumentFormat.OpenXml.BooleanValue ForceAntiAlias { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "forceAA")]
public DocumentFormat.OpenXml.BooleanValue? ForceAntiAlias { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("forceAA")]
public DocumentFormat.OpenXml.BooleanValue? ForceAntiAlias { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ForceAntiAlias { get; set; }
member this.ForceAntiAlias : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "forceAA")>]
member this.ForceAntiAlias : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("forceAA")>]
member this.ForceAntiAlias : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ForceAntiAlias As BooleanValue
Property Value
Returns BooleanValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Forces the text to be rendered anti-aliased regardless of the font size. Certain fonts may appear grainy around their edges unless they are anti-aliased. Therefore this attribute allows for the specifying of which bodies of text should always be anti-aliased and which ones should not. If this attribute is omitted, then a value of 0
, meaning off, is implied.
The possible values for this attribute are defined by the XML Schema boolean
data type.