TemplateTableLayout Property |
Gets the table layout.
Namespace: GroupDocs.Parser.TemplatesAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic TemplateTableLayout Layout { get; }
Public ReadOnly Property Layout As TemplateTableLayout
Get
public:
property TemplateTableLayout^ Layout {
TemplateTableLayout^ get ();
}
member Layout : TemplateTableLayout with get
Property Value
Type:
TemplateTableLayoutAn instance of
TemplateTableLayout class that represents the table layout;
null if it isn't set.
See Also