EmfPlusCustomLineCap

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.EmfPlusGraphicsObjectType

public final class EmfPlusCustomLineCap extends EmfPlusGraphicsObjectType

The EmfPlusCustomLineCap object specifies the shape to use at the ends of a line drawn by a graphics pen.

Constructors

ConstructorDescription
EmfPlusCustomLineCap()

Methods

MethodDescription
getType()Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field.
setType(int value)Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field.
getCustomLineCapData()Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field.
setCustomLineCapData(EmfPlusCustomBaseLineCap value)Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field.

EmfPlusCustomLineCap()

public EmfPlusCustomLineCap()

getType()

public int getType()

Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field.

Returns: int

setType(int value)

public void setType(int value)

Gets or sets a 32-bit signed integer that specifies the type of custom line cap object, which determines the contents of the CustomLineCapData field.

Parameters:

ParameterTypeDescription
valueint

getCustomLineCapData()

public EmfPlusCustomBaseLineCap getCustomLineCapData()

Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field. The content and format of the data can be different for every custom line cap type.

Returns: EmfPlusCustomBaseLineCap

setCustomLineCapData(EmfPlusCustomBaseLineCap value)

public void setCustomLineCapData(EmfPlusCustomBaseLineCap value)

Gets or sets Variable-length data that defines the custom line cap data object specified in the Type field. The content and format of the data can be different for every custom line cap type.

Parameters:

ParameterTypeDescription
valueEmfPlusCustomBaseLineCap