[]
Represents the customizable appearance settings of a cell note that stays visible.
public class StickyNoteStyleInfo : PSShapeStyleInfo
Public Class StickyNoteStyleInfo
Inherits PSShapeStyleInfo
Name | Description |
---|---|
StickyNoteStyleInfo() | Creates a new instance of StickyNoteStyleInfo class. |
Name | Description |
---|---|
AlignHorz | Gets or sets the horizontal alignment of the contents for the cell note. |
AlignVert | Gets or sets the vertical alignment of the contents for the cell note. |
MarginBottom | Gets or sets the margin between the bottom of the cell note and its contents. |
MarginLeft | Gets or sets the margin between the left of the cell note and its contents. |
MarginRight | Gets or sets the margin between the right of the cell note and its contents. |
MarginTop | Gets or sets the margin between the top of the cell note and its contents. |
Name | Description |
---|---|
IsAlignHorzSet() | Determines whether the horizontal alignment of the contents for the cell note is set. |
IsAlignVertSet() | Determines whether the vertical alignment of the contents for the cell note is set. |
IsMarginBottomSet() | Determines whether the margin between the bottom of the cell note and its contents is set. |
IsMarginLeftSet() | Determines whether the margin between the left of the cell note and its contents is set. |
IsMarginRightSet() | Determines whether the margin between the right of the cell note and its contents is set. |
IsMarginTopSet() | Determines whether the margin between the top of the cell note and its contents is set. |
Reset() | Resets all properties to default state. |