| | setTabs | |
rtParagraphstyle Alignment Bullets FirstLineLeftMargin hasPageBreak Hide HideWhen As rtHideWhen isHidden InterLineSpacing keepTogether keepWithNext LeftMargin MarginType nsFont As rtFontstyle nsName nsUserName NumberedList propagateAll Pagination RightMargin SpacingAbove SpacingBelow Tabs As rtCollection useList
| version 1.5
Sub setTabs (tabnumber As Integer, startposition As Long, interval As Long, tabtype As Integer) Set a number of tabs at once. tabnumber% Integer. Number of tabs to be set. startposition Long. Position of the first tab. RULER_ONE_CENTIMETER (567) RULER_ONE_INCH (1440) interval Long. Interval between tabs. RULER_ONE_CENTIMETER (567) RULER_ONE_INCH (1440) type% Constant of type Integer. Type of tab. TAB_CENTER (3) TAB_DECIMAL (2) TAB_LEFT (0)s TAB_RIGHT (1) The unit of measure for this property is a "twip," where 1440 twips = 1 inch and 537 twips = 1 centimeter. | |