EmfPlusDashedLineData

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType

public final class EmfPlusDashedLineData extends EmfPlusStructureObjectType

The EmfPlusDashedLineData object specifies properties of a dashed line for a graphics pen.

Constructors

ConstructorDescription
EmfPlusDashedLineData()

Methods

MethodDescription
getDashedLineData()Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line
setDashedLineData(float[] value)Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line

EmfPlusDashedLineData()

public EmfPlusDashedLineData()

getDashedLineData()

public float[] getDashedLineData()

Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line

Returns: float[]

setDashedLineData(float[] value)

public void setDashedLineData(float[] value)

Gets or sets array of DashedLineDataSize floating-point values that specify the lengths of the dashes and spaces in a dashed line

Parameters:

ParameterTypeDescription
valuefloat[]