CMD
This command is called: BaseExtensions:apply-exhibit
<Cmd case="BaseExtensions:apply-exhibit" exhibitstring="xx" Indentation="xx" Separator="xx"/>
<Cmd case="BaseExtensions:apply-exhibit" exhibitstring=".//" Indentation="-2.5"/>
Parameters
ExhibitString
The symbol that should be inserted before the paragraph. If this parameter is empty or omitted, the code won’t do anything.
Indentation - optional
The indentation in centimeters. This can be negative numbers to move it to the left and positive numbers to move it to the right. If this parameter is omitted, the value is set to 0. If UseDirectFormatting is true then this is matching the Indentation before text parameter in the paragraph settings in Word.
UseDirectFormatting - optional
Specifies if we are applying directformatting to the paragragh for the exhibit instead of using a textbox.
Default is false.
AltText - optional
The alternative text for the textbox, default it "Bilagstegn".
UseStyle - optional
If we want to specify what style to use in the textbox, default is textbox-default(Normal). This can be from this list WdBuiltinStyle or just the name of the style.
Separator - optional (only applicable if UseDirectFormatting = true)
This parameter defines the separator in between the ExhibitSymbol and the rest of the paragraph. If this parameter is omitted the default value is "\t" which corresponds to a TAB. This is only applicable if UseDirectFormatting is true.
Comments
0 comments
Please sign in to leave a comment.