Paragraph.CollapsedState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets whether the specified paragraph is currently in a collapsed state. Read-write Boolean (bool in C#).
public:
property bool CollapsedState { bool get(); void set(bool value); };
public bool CollapsedState { get; set; }
member this.CollapsedState : bool with get, set
Public Property CollapsedState As Boolean