Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emfplus.objects |
The package contains types [MS-EMFPLUS]: Enhanced Metafile Format Plus Extensions
2.2 EMF+ Objects.
|
Modifier and Type | Method and Description |
---|---|
EmfPlusCustomLineCap |
EmfPlusCustomEndCapData.getCustomEndCap()
Gets or sets a custom line cap that defines the shape to draw at the end
of a line.
|
EmfPlusCustomLineCap |
EmfPlusCustomStartCapData.getCustomStartCap()
Gets or sets custom line cap that defines the shape to draw at the end
of a line.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPlusCustomEndCapData.setCustomEndCap(EmfPlusCustomLineCap value)
Gets or sets a custom line cap that defines the shape to draw at the end
of a line.
|
void |
EmfPlusCustomStartCapData.setCustomStartCap(EmfPlusCustomLineCap value)
Gets or sets custom line cap that defines the shape to draw at the end
of a line.
|