API Reference
Class
PowerPointParagraphInline
An ordered typed inline node from a PowerPoint paragraph.
Inheritance
- Object
- PowerPointParagraphInline
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PowerPointParagraph.InlineNodes
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PowerPointParagraphInlineKind Kind { get; } #Node kind.
public String Text { get; } #Displayed text contributed by the node; a line break contributes a newline.
public PowerPointTextRun Run { get; } #Formatted run when Kind is Run.
public String FieldId { get; } #DrawingML field identifier when Kind is Field.
public String FieldType { get; } #DrawingML field type when Kind is Field.