次の方法で共有


NotTrueType Class

Raster or Vector Font.When the object is serialized out as xml, its qualified name is w:notTrueType.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType
DocumentFormat.OpenXml.Wordprocessing.NotTrueType

Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Class NotTrueType _
    Inherits OnOffOnlyType
'使用
Dim instance As NotTrueType
public class NotTrueType : OnOffOnlyType

Remarks

[ISO/IEC 29500-1 初版]

17.8.3.12 notTrueType (Raster or Vector Font)

This element specifies that this font is not a TrueType or OpenType font, but is rather a raster or vector font. This information can be used as defined in font substitution logic to locate an appropriate substitute font when this font is not available. This information is determined by querying the font when present and shall not be modified when the font is not available.

If this element is omitted, then the font shall be assumed to be a TrueType or OpenType font.

[Example: Consider the following information stored for a single font:

<w:font w:name="JonsFont">
<w:notTrueType w:val="true" />
…
</w:font>

The notTrueType element specifies via its val attribute value of true that this font is a raster or vector font. end example]

Parent Elements

font (§17.8.3.10)

This element's content model is defined by the common boolean property definition in §17.17.4.

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

NotTrueType Members

DocumentFormat.OpenXml.Wordprocessing Namespace