Word.Interfaces.ListLevelCollectionLoadOptions interface
Word のコレクションが含まれています。ListLevel オブジェクト。
プロパティ
| $all | 読み込みオプションに |
| alignment | For each ITEM in the collection: リスト レベルの水平方向の配置を指定します。 値には、 |
| font | For each ITEM in the collection: |
| linked |
コレクション内の各アイテムの場合: |
| number |
For each ITEM in the collection: リスト レベルの数値形式を指定します。 |
| number |
コレクション内の各アイテムの場合: |
| number |
For each ITEM in the collection: |
| reset |
For each ITEM in the collection: 1 から番号付けを再開する前に表示する必要があるリスト レベルを指定します。 |
| start |
For each ITEM in the collection: |
| tab |
For each ITEM in the collection: |
| text |
コレクション内の各アイテムの場合: |
| trailing |
For each ITEM in the collection: リスト レベルの番号の後に挿入される文字を指定します。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
alignment
For each ITEM in the collection: リスト レベルの水平方向の配置を指定します。 値には、 left、 centered、または right を指定できます。
alignment?: boolean;
プロパティ値
boolean
注釈
font
For each ITEM in the collection: ListLevel オブジェクトの文字書式を表す Font オブジェクトを取得します。
font?: Word.Interfaces.FontLoadOptions;
プロパティ値
注釈
linkedStyle
コレクション内の各アイテムの場合: ListLevel オブジェクトにリンクされているスタイルの名前を指定します。
linkedStyle?: boolean;
プロパティ値
boolean
注釈
numberFormat
For each ITEM in the collection: リスト レベルの数値形式を指定します。
numberFormat?: boolean;
プロパティ値
boolean
注釈
numberPosition
コレクション内の各アイテムの場合: ListLevel オブジェクトの番号または箇条書きの位置 (ポイント単位) を指定します。
numberPosition?: boolean;
プロパティ値
boolean
注釈
numberStyle
For each ITEM in the collection: ListLevel オブジェクトの数値スタイルを指定します。
numberStyle?: boolean;
プロパティ値
boolean
注釈
resetOnHigher
For each ITEM in the collection: 1 から番号付けを再開する前に表示する必要があるリスト レベルを指定します。
resetOnHigher?: boolean;
プロパティ値
boolean
注釈
startAt
For each ITEM in the collection: ListLevel オブジェクトの開始番号を指定します。
startAt?: boolean;
プロパティ値
boolean
注釈
tabPosition
For each ITEM in the collection: ListLevel オブジェクトのタブ位置を指定します。
tabPosition?: boolean;
プロパティ値
boolean
注釈
textPosition
コレクション内の各アイテムの場合: ListLevel オブジェクトの折り返しテキストの 2 行目の位置をポイント単位で指定します。
textPosition?: boolean;
プロパティ値
boolean
注釈
trailingCharacter
For each ITEM in the collection: リスト レベルの番号の後に挿入される文字を指定します。
trailingCharacter?: boolean;
プロパティ値
boolean