LineLabelPlacement Class
Contents
[
Hide
]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
| Name | Description |
|---|---|
| LineLabelPlacement() | Creates new instance. |
| LineLabelPlacement(other) | Creates new instance. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| alignment | LineLabelAlignment | r/w | Specifies how the label is aligned with the linear path. Default is LineLabelAlignment.PARALLEL. |
| max_angle_delta | double | r/w | When used with LineLabelAlignment.CURVED sets the maximum angle in degrees between two subsequent characters in a curved label. Default is 25. |
| offset | Measurement | r/w | The offset from the linear path. Positive values offset to the left of the line, negative to the right. Default is 0. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
Constructor: LineLabelPlacement()
LineLabelPlacement()
Creates new instance.
Constructor: LineLabelPlacement(other)
LineLabelPlacement(other)
Creates new instance.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | LineLabelPlacement | The other LineLabelPlacement to copy data from. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| LabelPlacement | A clone of this instance. |