version 1.5
Property Set/Get FontAttrib As Integer
Some of these attributes are implemented as separate properties. Setting a value using FontAttrib Property (or a combination of values using OR) will change also setting of particular attribute.
ISBOLD - Text in the
rTextRun will be in boldface.
ISITALIC - Text in the
rTextRun will be in italics.
ISUNDERLINE - Text in the
rTextRun will be underlined.
ISSTRIKEOUT - Text in the
rTextRun will be Struck out.
ISSUPER - Text in the
rTextRun will be superscripted
ISSUB - Text in the
rTextRun will be subscripted.
ISEFFECT - Text in the
rTextRun will be of a special effect style: shadowed, embossed, or extruded.
ISSHADOW - Text in the
rTextRun will be shadowed.
ISEMBOSS - Text in the
rTextRun will be embossed. Embossed text is text that appears to be sticking out of the page.
ISEXTRUDE - Text in the
rTextRun will be extruded. Extruded text is text that appears to be pushed into the page.
Convert DocLinks to Hotspots
|