Word.Interfaces.TabStopCollectionLoadOptions interface
Word 文書内のタブ位置のコレクションを表します。
プロパティ
| $all | 読み込みオプションに |
| alignment | For each ITEM in the collection: タブ位置の配置を表す |
| custom |
For each ITEM in the collection: このタブ位置がカスタム タブ位置かどうかを取得します。 |
| leader | For each ITEM in the collection: この |
| next | For each ITEM in the collection: コレクション内の次のタブ位置を取得します。 |
| position | For each ITEM in the collection: 左余白に対するタブ位置の位置を取得します。 |
| previous | For each ITEM in the collection: コレクション内の前のタブ位置を取得します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
alignment
For each ITEM in the collection: タブ位置の配置を表す TabAlignment 値を取得します。
alignment?: boolean;
プロパティ値
boolean
注釈
customTab
For each ITEM in the collection: このタブ位置がカスタム タブ位置かどうかを取得します。
customTab?: boolean;
プロパティ値
boolean
注釈
leader
For each ITEM in the collection: このTabStopオブジェクトのリーダーを表すTabLeader値を取得します。
leader?: boolean;
プロパティ値
boolean
注釈
next
For each ITEM in the collection: コレクション内の次のタブ位置を取得します。
next?: Word.Interfaces.TabStopLoadOptions;
プロパティ値
注釈
position
For each ITEM in the collection: 左余白に対するタブ位置の位置を取得します。
position?: boolean;
プロパティ値
boolean
注釈
previous
For each ITEM in the collection: コレクション内の前のタブ位置を取得します。
previous?: Word.Interfaces.TabStopLoadOptions;