| 
FixedLayoutColumn
Body Property
  | 
 Returns the body that corresponds to the layout entity.
 Namespace:
 Spire.Doc.Pages
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Body Body { get; }
 
Public ReadOnly Property Body As Body
	Get
 
public:
property Body^ Body {
	Body^ get ();
}
 
member Body : Body with get
 
 
 
Property Value
 
 Type:
 
Body
 
 
 See Also
See Also