|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > NeutralFormat > MDAddText |
Add an image to the Master Drawing identified with the handler MDid
call DBWShell("MDAddText MDid X Y Text FontFaceName FontHeight FontOrientation Style RGBcolor PageN")
MDid |
Master Drawing handler |
|---|---|
X |
point (in millimeters) on the x axe where the text will be placed |
Y |
point (in millimeters) on the y axe where the text will be placed |
Text |
text string to be inserted |
FontFaceName |
name of a font type, optionally together with a font attribute "Arial" |
FontHeight |
height (in millimeters) of the text to be inserted |
FontOrientation |
rotation angle (in degrees) of the text |
Style |
0: solid |
RGBcolor |
color of the text defined as RGB |
PageN |
the Page Number on which to put the Texts ( 0 = first page ) |
|
The parameter PageN is available only for PDF documents |