API Reference
Class
OneNoteParagraphStyle
Paragraph alignment and spacing.
Inheritance
- Object
- OneNoteParagraphStyle
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 OneNoteParagraph.Style
Constructors
public OneNoteParagraphStyle() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String StyleId { get; set; } #Named paragraph style identifier.
public Nullable<OneNoteParagraphAlignment> Alignment { get; set; } #Horizontal alignment.
public Nullable<Double> SpaceBefore { get; set; } #Space before the paragraph in native half-inch units.
public Nullable<Double> SpaceAfter { get; set; } #Space after the paragraph in native half-inch units.
public Nullable<Double> ExactLineSpacing { get; set; } #Exact line spacing in native half-inch units.