docx
    Preparing search index...

    Variable EmphasisMarkTypeConst

    EmphasisMarkType: { DOT: "dot" } = ...

    Emphasis mark types.

    Defines the types of emphasis marks that can be applied to text. Emphasis marks are commonly used in East Asian typography.

    <xsd:simpleType name="ST_Em">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="none"/>
    <xsd:enumeration value="dot"/>
    <xsd:enumeration value="comma"/>
    <xsd:enumeration value="circle"/>
    <xsd:enumeration value="underDot"/>
    </xsd:restriction>
    </xsd:simpleType>

    Type Declaration

    • ReadonlyDOT: "dot"

      Dot emphasis mark