Class PageColumn
- Namespace
- GrapeCity.Documents.Word.Layout
- Assembly
- GcDocs.Word.Layout.dll
Represents a page column element.
public class PageColumn : LayoutElement
- Inheritance
-
object
PageColumn
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
Blocks
Gets the list of column elements.
public List<BlockElement> Blocks { get; }
Property Value
- System.Collections.Generic.List<T><BlockElement>
WordColumn
public TextColumn WordColumn { get; }
Property Value
- TextColumn
WordFrame
public TextFrame WordFrame { get; }
Property Value
- TextFrame
WordHeaderFooter
public HeaderFooter WordHeaderFooter { get; }
Property Value
- HeaderFooter