BulletFont-Klasse
Specified.When the object is serialized out as xml, its qualified name is a:buFont.
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.TextFontType
DocumentFormat.OpenXml.Drawing.BulletFont
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class BulletFont _
Inherits TextFontType
'Usage
Dim instance As BulletFont
public class BulletFont : TextFontType
Hinweise
[ISO/IEC 29500-1 1. Ausgabe]
21.1.2.4.6 buFont (Specified)
This element specifies the font to be used on bullet characters within a given paragraph. The font is specified using the typeface that it is registered as within the generating application.
[Example: Consider the DrawingML shown below.
<p:txBody>
…
<a:p>
<a:pPr …>
<a:buFont typeface="Arial"/>
<a:buChar char="g"/>
</a:pPr>
…
<a:t>Bullet 1</a:t>
…
</a:p>
…
</p:txBody>
The font of the above bullet does not follow the text font but instead has Arial font specified by typeface="Arial". This font should only apply to the actual bullet character and not to the text within the bullet. end example]
Parent Elements |
---|
defPPr (§21.1.2.2.2); lvl1pPr (§21.1.2.4.13); lvl2pPr (§21.1.2.4.14); lvl3pPr (§21.1.2.4.15); lvl4pPr (§21.1.2.4.16); lvl5pPr (§21.1.2.4.17); lvl6pPr (§21.1.2.4.18); lvl7pPr (§21.1.2.4.19); lvl8pPr (§21.1.2.4.20); lvl9pPr (§21.1.2.4.21); pPr (§21.1.2.2.7) |
Attributes |
Description |
---|---|
charset (Similar Character Set) |
Specifies the character set which is supported by the parent font. This information can be used 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. The value of this attribute shall be interpreted as follows: Value Description
Specifies the ANSI character set. (IANA name iso-8859-1)
Specifies the default character set.
Specifies the Symbol character set. This value specifies that the characters in the Unicode private use area (U+FF00 to U+FFFF) of the font should be used to display characters in the range U+0000 to U+00FF.
Specifies a Macintosh (Standard Roman) character set. (IANA name macintosh)
Specifies the JIS character set. (IANA name shift_jis)
Specifies the Hangul character set. (IANA name ks_c_5601-1987)
Specifies a Johab character set. (IANA name KS C-5601-1992)
Specifies the GB-2312 character set. (IANA name GBK)
Specifies the Chinese Big Five character set. (IANA name Big5)
Specifies a Greek character set. (IANA name windows-1253)
Specifies a Turkish character set. (IANA name iso-8859-9)
Specifies a Vietnamese character set. (IANA name windows-1258)
Specifies a Hebrew character set. (IANA name windows-1255)
Specifies an Arabic character set. (IANA name windows-1256)
Specifies a Baltic character set. (IANA name windows-1257)
Specifies a Russian character set. (IANA name windows-1251)
Specifies a Thai character set. (IANA name windows-874)
Specifies an Eastern European character set. (IANA name windows-1250)
Specifies an OEM character set not defined by ISO/IEC 29500. Any other value Application-defined, can be ignored. The possible values for this attribute are defined by the W3C XML Schema byte datatype. |
panose (Panose Setting) |
Specifies the Panose-1 classification number for the current font using the mechanism defined in §4.2.7.17 of ISO/IEC 14496-22:2007. The possible values for this attribute are defined by the ST_Panose simple type (§22.9.2.8). |
pitchFamily (Similar Font Family) |
Specifies the font pitch as well as the font family for the corresponding font. Because the value of this attribute is determined by a byte variable this value shall be interpreted as follows: Value Description 0x00 DEFAULT PITCH + UNKNOWN FONT FAMILY 0x01 FIXED PITCH + UNKNOWN FONT FAMILY 0x02 VARIABLE PITCH + UNKNOWN FONT FAMILY 0x10 DEFAULT PITCH + ROMAN FONT FAMILY 0x11 FIXED PITCH + ROMAN FONT FAMILY 0x12 VARIABLE PITCH + ROMAN FONT FAMILY 0x20 DEFAULT PITCH + SWISS FONT FAMILY 0x21 FIXED PITCH + SWISS FONT FAMILY 0x22 VARIABLE PITCH + SWISS FONT FAMILY 0x30 DEFAULT PITCH + MODERN FONT FAMILY 0x31 FIXED PITCH + MODERN FONT FAMILY 0x32 VARIABLE PITCH + MODERN FONT FAMILY 0x40 DEFAULT PITCH + SCRIPT FONT FAMILY 0x41 FIXED PITCH + SCRIPT FONT FAMILY 0x42 VARIABLE PITCH + SCRIPT FONT FAMILY 0x50 DEFAULT PITCH + DECORATIVE FONT FAMILY 0x51 FIXED PITCH + DECORATIVE FONT FAMILY 0x52 VARIABLE PITCH + DECORATIVE FONT FAMILY This information is determined by querying the font when present and shall not be modified when the font is not available. This information can be used in font substitution logic to locate an appropriate substitute font when this font is not available. The possible values for this attribute are defined by the W3C XML Schema byte datatype. |
typeface (Text Typeface) |
Specifies the typeface, or name of the font that is to be used. The typeface is a string name of the specific font that should be used in rendering the presentation. If this font is not available within the font list of the generating application than font substitution logic should be utilized in order to select an alternate font. The possible values for this attribute are defined by the ST_TextTypeface simple type (§20.1.10.81). |
[Note: The W3C XML Schema definition of this element's content model (CT_TextFont) is located in §A.4.1. end note]
© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.