Class Excel2007CommentVAlign
This type specifies a list of available anchoring types for text.
Inheritance
System.Object
Excel2007CommentVAlign
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class Excel2007CommentVAlign : Enum
Fields
b
Anchor the text at the bottom of the bounding rectangle.
Declaration
public const Excel2007CommentVAlign b
Field Value
Type |
---|
Excel2007CommentVAlign |
ctr
Anchor the text at the middle of the bounding rectangle.
Declaration
public const Excel2007CommentVAlign ctr
Field Value
Type |
---|
Excel2007CommentVAlign |
dist
Anchor the text so that it is distributed vertically.
Declaration
public const Excel2007CommentVAlign dist
Field Value
Type |
---|
Excel2007CommentVAlign |
just
Anchor the text so that it is justified vertically.
Declaration
public const Excel2007CommentVAlign just
Field Value
Type |
---|
Excel2007CommentVAlign |
t
Anchor the text at the top of the bounding rectangle.
Declaration
public const Excel2007CommentVAlign t
Field Value
Type |
---|
Excel2007CommentVAlign |