OneNote.Interfaces.ParagraphCollectionLoadOptions interface
表示 Paragraph 对象的集合。
注解
属性
$all |
|
id | 对于集合中的每个项:获取 Paragraph 对象的 ID。 只读。 |
image | 对于集合中的每个项目:获取 Paragraph 中的 Image 对象。 如果 ParagraphType 不是 Image,则引发异常。 |
ink |
对于集合中的每个项:获取 Paragraph 中的 Ink 集合。 如果 ParagraphType 不是 Ink,则引发异常。 |
outline | 对于集合中的每个项目:获取包含 Paragraph 的 Outline 对象。 |
paragraphs | 对于集合中的每个项:此段落下的段落集合。 只读。 |
parent |
对于集合中的每个项:获取父段落对象。 如果父段落不存在,则引发。 |
parent |
对于集合中的每个项:获取父段落对象。 如果父段落不存在,则返回 null。 |
parent |
对于集合中的每个项:获取包含 Paragraph(如果存在)的 TableCell 对象。 如果父级不是 TableCell,则引发 ItemNotFound。 |
parent |
对于集合中的每个项:获取包含 Paragraph(如果存在)的 TableCell 对象。 如果父级不为 TableCell,则返回 null。 |
rich |
对于集合中的每个项:获取 Paragraph 中的 RichText 对象。 如果 ParagraphType 不是 RichText,则引发异常。 |
table | 对于集合中的每个项:获取 Paragraph 中的 Table 对象。 如果 ParagraphType 不是 Table,则引发异常。 |
type | 对于集合中的每个项:获取 Paragraph 对象的类型。 只读。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
id
image
对于集合中的每个项目:获取 Paragraph 中的 Image 对象。 如果 ParagraphType 不是 Image,则引发异常。
image?: OneNote.Interfaces.ImageLoadOptions;
属性值
注解
inkWords
对于集合中的每个项:获取 Paragraph 中的 Ink 集合。 如果 ParagraphType 不是 Ink,则引发异常。
inkWords?: OneNote.Interfaces.InkWordCollectionLoadOptions;
属性值
注解
outline
对于集合中的每个项目:获取包含 Paragraph 的 Outline 对象。
outline?: OneNote.Interfaces.OutlineLoadOptions;
属性值
注解
paragraphs
对于集合中的每个项:此段落下的段落集合。 只读。
paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;
属性值
注解
parentParagraph
对于集合中的每个项:获取父段落对象。 如果父段落不存在,则引发。
parentParagraph?: OneNote.Interfaces.ParagraphLoadOptions;
属性值
注解
parentParagraphOrNull
对于集合中的每个项:获取父段落对象。 如果父段落不存在,则返回 null。
parentParagraphOrNull?: OneNote.Interfaces.ParagraphLoadOptions;
属性值
注解
parentTableCell
对于集合中的每个项:获取包含 Paragraph(如果存在)的 TableCell 对象。 如果父级不是 TableCell,则引发 ItemNotFound。
parentTableCell?: OneNote.Interfaces.TableCellLoadOptions;
属性值
注解
parentTableCellOrNull
对于集合中的每个项:获取包含 Paragraph(如果存在)的 TableCell 对象。 如果父级不为 TableCell,则返回 null。
parentTableCellOrNull?: OneNote.Interfaces.TableCellLoadOptions;
属性值
注解
richText
对于集合中的每个项:获取 Paragraph 中的 RichText 对象。 如果 ParagraphType 不是 RichText,则引发异常。
richText?: OneNote.Interfaces.RichTextLoadOptions;
属性值
注解
table
对于集合中的每个项:获取 Paragraph 中的 Table 对象。 如果 ParagraphType 不是 Table,则引发异常。
table?: OneNote.Interfaces.TableLoadOptions;