<< R Commands | SaveBorders >> |
Top: Documentation Library | Up: Index of Commands |
S Commands
PageStream S Command Reference
 SaveDocument
 SaveFontPrefs
 SavePrintPrefs
 SaveSettings
 SaveSnapshot
 SaveStyleTags
 ScaleObject
 ScreenToBack
 ScreenToFront
 ScriptPalette
 SelectActiveLayer
 SelectCell
 SelectMasterpage
 SelectObject
 SelectOnPaste
 SelectPoint
 SelectText
 SendBackward
 SendToBack
 SetAlignment
 SetArcDefaults
 SetArexxGadget
 SetArticle
 SetArticleDesc
 SetArticleDesc
 SetArticleName
 SetAutoColumns
 SetBackup
 SetBaseline
 SetBaselineLeading
 SetBitmapEditor
 SetBleed
 SetBold
 SetBorder
 SetBorderColor
 SetBorderPath
 SetBoxDefaults
 SetBullet
 SetBusyRequester
 SetCase
 SetCCB
 SetCell
 SetChapterDesc
 SetChapterName
 SetChapterNumbering
 SetCharacterStyle
 SetColor
 SetColorBlend
 SetColorCount
 SetColorStyle
 SetColorTint
 SetColumnDefaults
 SetColumnGuides
 SetControlAttr
 SetCPB
 SetCursorFlash
 SetDefaultTabStop
 SetDimensions
 SetDirection
 SetDocumentAuthor
 SetDocumentCopyright
 SetDocumentDesc
 SetDocumentName
 SetDocumentPath
 SetDocumentStatus
 SetDoubleClick
 SetDrawing
 SetDrawingEditor
 SetDropCap
 SetDuplicateDefaults
 SetEPS
 SetFill
 SetFirstLine
 SetFont
 SetFPattern
 SetFPatternStyle
 SetGraphicPath
 SetGrid
 SetGridDefaults
 SetGuide
 SetGuides
 SetHanging
 SetHyphenation
 SetHyphenLanguage
 SetIndent
 SetIndex
 SetItalic
 SetJobNumbering
 SetJustification
 SetKerning
 SetLanguage
 SetLastLineFlush
 SetLeading
 SetLigature
 SetLiveUpdate
 SetMagnifyIncrement
 SetMailMergePath
 SetMarginGuides
 SetMask
 SetMaskBlend
 SetMasterpageDesc
 SetMasterpageName
 SetMeasurements
 SetMinLineLength
 SetMoveDefaults
 SetNavigatorDefaults
 SetNormal
 SetNudgeDefaults
 SetNumbered
 SetObjectLock
 SetObjectStyle
 SetOptical
 SetOutline
 SetPageDesc
 SetPageName
 SetPageNumbering
 SetPairKern
 SetParagraphLeading
 SetParagraphStyle
 SetPath
 SetPDFPath
 SetPicture
 SetPolygonDefaults
 SetPrintDefaults
 SetPrintPath
 SetReverse
 SetRevision
 SetRevisionTracking
 SetRuleAbove
 SetRuleBelow
 SetScratchPath
 SetScreen
 SetScript
 SetScriptPath
 SetShadow
 SetSmallCaps
 SetSmart
 SetStroke
 SetStrokeBegin
 SetStrokeCap
 SetStrokeCount
 SetStrokeEnd
 SetStrokeJoin
 SetStrokeOffset
 SetStrokeStyle
 SetStrokeWeight
 SetStrokeWidth
 SetStyleTag
 SetStyleTagName
 SetSubscript
 SetSuperscript
 SetTable
 SetTabRuler
 SetTextEditor
 SetTextFrame
 SetTextPath
 SetTextRouting
 SetTextWrap
 SetTOC
 SetTOF
 SetToolbar
 SetToolMode
 SetTracking
 SetTrackRange
 SetTrackStretch
 SetTrackTable
 SetTrapping
 SetTypeAngle
 SetTypeSize
 SetTypeWidth
 SetUnderline
 SetUndoLevels
 SetVariableName
 SetVariableValue
 SetViewDefaults
 SetWidowOrphan
 SetWindowDefaults
 SetWindowName
 SetWindowPos
 ShowCtrlKbe
 SimplifyPath
 Skew
 SmoothPath
 SnapToGrid
 SnapToGuides
 SortList
 SplitPaths
 SplitPoint
 StartRecording
 StopRecording
 Stroked
 StylePalette
 SubPaths
S Commands Command Section By Letter url:PGScmd/s commands
created:2006-03-10 16:50:14 last updated:2006-06-10 10:31:44
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For S Commands | sign in to add a comment |
Tim Doty wrote... | 2006-05-16 19:19:51 |
SaveBorders Border Extension Usage Notes Examples Extension SaveBorders
Suggested enhancement: Note: the curly braces indicate that the entry can be present zero, one or more times. Each named border is saved. Note2: due to the additional options there are more error conditions that should be reported through .error. Just a cursory go at this so I've probably mucked up errors, but the intent should be clear. | |
Tim Doty wrote... | 2006-05-16 19:43:13 |
SetBorder Border Extension This is the swiss knife of border commands and is used to set the path to use for a given position or to configure the size of the border. Usage SetBorder <border name> <alteration> <size> Notes Each corner of a border, each mid-point, and the dash(es) on either side of a mid-point can be different. If all corners are to be the same except flipped appropriately then they can be defined from a single path using a single command specifying FLIP. That is, use FLIP for the upper right corner if it is a mirror of the upper left corner, and so on. Note that if a middle point is set the dash on each side must be defined if dashes are desired on both sides. Or put another way the dash will only run from corner to corner if a middle point is not defined. All flipping of paths is done with respect to the border from its orientation with respect to CORNER 0, MIDDLE 0 or DASH 0 as appropriate. All pieces are numbered from the upper left corner in clockwise fashion. Corners (at least) are aligned to the lower right corner. This is signifiant if the path does not extend to the lower right corner which is quite possibly the case for corners other than the upper left. To work around this for DONTFLIP corners pre-flip the path and align it to the lower right corner when using AddBorderPath and specify FLIP when using SetBorder. Then PageStream will "unflip" the path to the correct orientation and it will have the correct alignment. Examples Extension SetBorder "My Border" CORNER ALL 0 FLIP SCALE
| |
Tim Doty wrote... | 2006-05-16 20:00:13 |
SetBorderPath Border Extension This command is used to adjust the dimensions of a path after it has been added to a border. Usage Notes Examples To pad a path by 50% of its width on either side where the path is identified as index 1 and was added with a width of 4.5 inches. Extension SetBorderPath "My Border" 1 WIDTH 9
| |
User Contributed Comments For S Commands | sign in to add a comment |
<< R Commands | SaveBorders >> |
Top: Documentation Library | Up: Index of Commands |