LineLabelPlacement Class

Summary: Line label placement places labels along line.

Module: aspose.gis.rendering.labelings

Full Name: aspose.gis.rendering.labelings.LineLabelPlacement

Inheritance: LabelPlacement

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
LineLabelPlacement()Creates new instance.
LineLabelPlacement(other)Creates new instance.

Properties

NameTypeAccessDescription
alignmentLineLabelAlignmentr/wSpecifies how the label is aligned with the linear path. Default is LineLabelAlignment.PARALLEL.
max_angle_deltadoubler/wWhen used with LineLabelAlignment.CURVED sets the maximum angle in degrees between two
subsequent characters in a curved label. Default is 25.
offsetMeasurementr/wThe offset from the linear path.
Positive values offset to the left of the line, negative to the right. Default is 0.

Methods

NameDescription
clone()Clones this instance.

Constructor: LineLabelPlacement()

 LineLabelPlacement() 

Creates new instance.

Constructor: LineLabelPlacement(other)

 LineLabelPlacement(other) 

Creates new instance.

Parameters:

ParameterTypeDescription
otherLineLabelPlacementThe other LineLabelPlacement to copy data from.

Method: clone()

 clone() 

Clones this instance.

Returns

TypeDescription
LabelPlacementA clone of this instance.