Table of Contents

TObjectTextProperties Class

Specifies properties for the text in an autoshape or object.

Syntax

Namespace: FlexCel.Core

public class TObjectTextProperties: ICloneable

Constructors

Methods

Name Description
Clone Creates a new object that is a copy of the current instance.
EqualValues Returns true if both instances of the objects contain the same values. Instances might be different, this method will return if their values are equal. Instances can be null.

Properties

Name Description
HAlignment Horizontal alignment for the text in the object.

Important: This property uses xls, not xlsx semantics, because it is used in comments which follow xls semantics even in xlsx files. For more information see Text Rotation In Xls And Xlsx
LockText Specifies if the text of the object is locked.
TextRotation Determines how the text is oriented in the object.

Important: This property uses xls, not xlsx semantics, because it is used in comments which follow xls semantics even in xlsx files. For more information see Text Rotation In Xls And Xlsx
VAlignment Horizontal alignment for the text in the object.

Important: This property uses xls, not xlsx semantics, because it is used in comments which follow xls semantics even in xlsx files. For more information see Text Rotation In Xls And Xlsx