TextHorizontalAlignment
Comment.TextHorizontalAlignment property
Hämtar och ställer in textens horisontella justering av kommentaren.
public TextAlignmentType TextHorizontalAlignment { get; set; }
Exempel
[C#]
if (comment1.TextHorizontalAlignment == TextAlignmentType.Fill)
{
comment1.TextHorizontalAlignment = TextAlignmentType.Center;
}
Se även
- enum TextAlignmentType
- class Comment
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells