Word) (ListTemplate 物件
表示單一清單範本,其中包含定義清單的所有格式。 ListTemplate物件是ListTemplates集合的成員。
註解
在 [專案符號和編號] 對話方塊的三個索引標籤中,每個 (不含 [無]) 格式都會對應至清單範本物件。 您可以從 ListGalleries 集合中的三個 ListGallery 物件存取這些預先定義的清單範本。 Documents and templates can also contain collections of list templates.
使用 ListTemplates (Index) ,其中 Index 是從 1 到 7 的數位,可從清單庫傳回單一清單範本。 下列範例會傳回第三個清單格式 (不包括 [專案符號和編號] 對話方塊中 [編號] 索引標籤上的 [無) ]。
Set temp3 = ListGalleries(2).ListTemplates(3)
注意事項
[!注意事項] 一些屬性及方法 轉換 ] 和 [ 新增] ,例如 不適用於存取清單庫中的清單範本。 您可以修改這些範本,但是不能變更範本的清單庫類型 (wdBulletGallery、wdNumberGallery 或 wdOutlineNumberGallery)。
下列範例會將物件變數設定為等於使用中文件中的第三個清單中所使用的清單範本,然後會將該清單範本套用至選取範圍。
Set myLt = ActiveDocument.ListTemplates(3)
Selection.Range.ListFormat.ApplyListTemplate ListTemplate:=myLt
使用 Add 方法可將清單範本新增至檔或範本中的清單樣板集合。
若要查看指定的清單範本是否包含 Word 內建的格式設定,請使用 Modified 屬性與 ListGallery 物件。 若要重設為原始的清單格式的格式設定,請使用 Reset 方法 ListGallery 物件。
您有傳回 ListTemplate 物件之後,使用 ListLevels (Index),其中 Index 是從 1 到 9 的數字,可傳回單一 ListLevel 物件。 使用 ListLevel 物件,您可以存取所有格式化屬性指定的清單層級,例如 Alignment 、 Font 、 NumberFormat 、 NumberPosition 、 NumberStyle 及 TrailingCharacter 。
使用 Convert 方法可將多層次清單範本轉換成單層次範本。
方法
名稱 |
---|
Convert |
屬性
名稱 |
---|
Application |
Creator |
ListLevels |
Name |
OutlineNumbered |
Parent |
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。