For making a part of txt bold, you have to create a Character format with the bold option(Radio button chosed).
Use the Character format this way:
p1: this is <cb> bold</> "Here CB is the character format for making the text bold. and p1 is some paragraph fromat.
Refer this link for usage of boxes.
http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm
Regards,
Ravi
hi Nick,
Declare a character font and put that one in between the same ..
i.e,
<B>B</B>old..
For example:<B>These words will be bold</>The only important information which is defined with character strings is the font. Radio buttons can be used to underline
or change the typeface to bold or italics. The radio button Retain means that the setting for bold, italics or underline is retained from the paragraph. If a character string has no font specified, then the font of the paragraph is used. In the example to the right, the character string B changes the format to bold, while the settings for Italics and Underline are retained from the paragraph.
REgards,
Santosh
Nick,
For creating Bold First you could define a Character Set and give BOLD attribute along with Font and size. For example Lets define as <b>B</b>.
And in the script editor if you write anything insdie <B> </B> will appear as Bold.
Box can be drawn as below. In fact Check the code is there in the
<i>Page Window==> Main</i>
. If the boxes are there in both Page windows then it will appear.
/* Inner box below title /: POSITION XORIGIN '1.50' CH YORIGIN '+2.00' LN /: BOX WIDTH '19.50' CM HEIGHT '06.24' CM FRAME 20 TW /* Horizontal lines /: BOX WIDTH '19.50' CM HEIGHT '01.04' CM FRAME 20 TW /: BOX WIDTH '19.50' CM HEIGHT '02.08' CM FRAME 20 TW /: BOX WIDTH '19.50' CM HEIGHT '03.12' CM FRAME 20 TW /: BOX WIDTH '19.50' CM HEIGHT '04.16' CM FRAME 20 TW /: BOX WIDTH '19.50' CM HEIGHT '05.20' CM FRAME 20 TW /* Vertical lines in inner box /: BOX XPOS '06.50' CM WIDTH 0 TW HEIGHT '06.24' CM FRAME 20 TW /: BOX XPOS '13.00' CM WIDTH 0 TW HEIGHT '06.24' CM FRAME 20 TW
Line INTENSITY can be drawn as :
/: BOX XPOS '11.21' MM YPOS '5.31' MM HEIGHT '10' MM WIDTH '20' MM INTENSITY 10 FRAME 0 TW
Add a comment