BaseExtensions can be used to insert a text box and place it specifically on a slide in PowerPoint.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\15_P_insertTextbox.xml
CMD
<Cmd case="BaseExtensions:insert-textbox"/>
Parameters
fontColor
Define font color using RGB.
fontName
Define the name of font style in the inserted text box.
fontSize
Define size of font in the inserted text box.
distanceToPlaceholder
Define distance from the top of inserted text box to the placeholder above.
distanceToLeft
Define distance from the left side of the slide to the text box.
right
Define distance from the right side of the slide to the text box.
distanceToBottom
Define the distance from the bottom of the slide to the bottom of the text box.
height
Define height of the inserted text box.
verticalAnchor
top
Sets the vertical anchor to be top.
bottom
Sets the vertical anchor to be bottom.
middle
Sets the vertical anchor to be middle.
top-baseline
Sets the vertical anchor to be top-baseline.
bottom-baseline
Sets the vertical anchor to be bottom-baseline.
horizontalAnchor
center
Sets the horizontal anchor to be centered.
mixed
Sets the horizontal anchor to be mixed.
textAligment
left
Sets the text alignment in the text box to be left.
right
Sets the text alignment in the text box to be right.
center
Sets the text alignment in the text box to be centered.
Comments
0 comments
Article is closed for comments.