docx
    Preparing search index...

    Variable TextEffectConst

    TextEffect: {
        ANTS_BLACK: "antsBlack";
        ANTS_RED: "antsRed";
        BLINK_BACKGROUND: "blinkBackground";
        LIGHTS: "lights";
        NONE: "none";
        SHIMMER: "shimmer";
        SPARKLE: "sparkle";
    } = ...

    Text animation effect types.

    These effects specify animations that can be applied to text. Note that these effects are deprecated and may not be supported by all applications.

    Reference: http://officeopenxml.com/WPtextFormatting.php

    <xsd:simpleType name="ST_TextEffect">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="blinkBackground"/>
    <xsd:enumeration value="lights"/>
    <xsd:enumeration value="antsBlack"/>
    <xsd:enumeration value="antsRed"/>
    <xsd:enumeration value="shimmer"/>
    <xsd:enumeration value="sparkle"/>
    <xsd:enumeration value="none"/>
    </xsd:restriction>
    </xsd:simpleType>

    Type declaration

    • ReadonlyANTS_BLACK: "antsBlack"

      Black marching ants animation

    • ReadonlyANTS_RED: "antsRed"

      Red marching ants animation

    • Blinking background animation

    • ReadonlyLIGHTS: "lights"

      Lights animation effect

    • ReadonlyNONE: "none"

      No text effect

    • ReadonlySHIMMER: "shimmer"

      Shimmer animation effect

    • ReadonlySPARKLE: "sparkle"

      Sparkle animation effect