<< SetDrawingEditor | SetDuplicateDefaults >> |
Top: Documentation Library | Up: S Commands |
SetDropCap Text Command
SETDROPCAP Text Commands
Sets the drop cap paragraph type options for the paragraph at the insertion point, for selected paragraphs or for a style tag.
setdropcap
OFF toggles automatic dropcaps off.
ON toggles automatic dropcaps on and sets the number of characters and lines, and the font.
FONT is the full name of the font. (Default=current)
STYLE is the style of the font. (Default=current)
DOCUMENT is the document name. (Default=current)
WINDOW is the window name. (Default=current)
STYLETAG sets the automatic drop cap option for a style tag.
Notes:
To set the paragraph type to Normal, toggle the drop cap and bullet options off. Note that a paragraph can have both an automatic drop cap and bullet through macros, although this is not recommended.
Examples:
setdropcap on 2 5 setdropcap on 1 4 font 'AGaramond-Semibold' setdropcap off styletag 'Body Text'
SetDropCap Command Definition url:PGScmd/setdropcap
created:2006-03-31 10:52:54 last updated:2006-03-31 10:52:54
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SetDropCap | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-04 17:07:12 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Gets the {...} . SetDropcap ([OFF | ON chars lines [FONT fontname] [PGS50:OUTDENT [TRUE|FALSE]] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])
ARexx: Applescript: | |
User Contributed Comments For SetDropCap | sign in to add a comment |
<< SetDrawingEditor | SetDuplicateDefaults >> |
Top: Documentation Library | Up: S Commands |