Word.OperationUnit enum
指定Word作中使用的度量单位。
注解
字段
| cell = "Cell" | 指定单元格单位。 |
| character = "Character" | 指定字符单位。 |
| characterFormat = "CharacterFormat" | 指定字符格式单位。 |
| column = "Column" | 指定列单位。 |
| item = "Item" | 指定项单位。 |
| line = "Line" | 指定线条单位。 |
| paragraph = "Paragraph" | 指定段落单位。 |
| paragraphFormat = "ParagraphFormat" | 指定段落格式单位。 |
| row = "Row" | 指定行单元。 |
| screen = "Screen" | 指定屏幕单元。 |
| section = "Section" | 指定节单元。 |
| sentence = "Sentence" | 指定句子单位。 |
| story = "Story" | 指定故事单元。 |
| table = "Table" | 指定表单位。 |
| window = "Window" | 指定窗口单元。 |
| word = "Word" | 指定单词单位。 |