Table of Contents

Class CmxTextBlockSpec

Namespace
Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs
Assembly
Aspose.Imaging.dll

Represents info specified for text blocks.

public class CmxTextBlockSpec : ICmxObjectSpec
Inheritance
CmxTextBlockSpec
Implements
Inherited Members

Constructors

CmxTextBlockSpec()

public CmxTextBlockSpec()
See Also

Properties

CharLocations

Gets or sets the character locations.

public PointF[] CharLocations { get; set; }

Property Value

PointF[]
See Also

Font

Gets or sets the font.

public Font Font { get; set; }

Property Value

Font
See Also

Matrix

Gets or sets the transformation matrix.

public Matrix Matrix { get; set; }

Property Value

Matrix
See Also

ParagraphStyle

Gets or sets the paragraph style.

public CmxParagraphStyle ParagraphStyle { get; set; }

Property Value

CmxParagraphStyle
See Also

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string
See Also

Methods

Equals(CmxTextBlockSpec)

Check if objects are equal.

protected bool Equals(CmxTextBlockSpec other)

Parameters

other CmxTextBlockSpec

The other object.

Returns

bool

The equality comparison result.

See Also

Equals(object)

Check if objects are equal.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

The equality comparison result.

See Also

GetHashCode()

Get hash code of the current object.

public override int GetHashCode()

Returns

int

The hash code.

See Also

See Also