BodyProperties.ForceAntiAlias Property
Force Anti-Alias.Represents the attribte in schema: forceAA
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "forceAA")> _
Public Property ForceAntiAlias As BooleanValue
Get
Set
'使用
Dim instance As BodyProperties
Dim value As BooleanValue
value = instance.ForceAntiAlias
instance.ForceAntiAlias = value
[SchemaAttrAttribute(, "forceAA")]
public BooleanValue ForceAntiAlias { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.