public class EmfPlusCustomEndCapData extends EmfPlusStructureObjectType
The EmfPlusCustomEndCapData object specifies a custom line cap for the end of a line.
Constructor and Description |
---|
EmfPlusCustomEndCapData() |
Modifier and Type | Method and Description |
---|---|
EmfPlusCustomLineCap |
getCustomEndCap()
Gets or sets a custom line cap that defines the shape to draw at the end
of a line.
|
int |
getCustomEndCapSize()
Gets or sets a 32-bit unsigned integer that specifies the size in bytes of
the CustomEndCap field.
|
void |
setCustomEndCap(EmfPlusCustomLineCap value)
Gets or sets a custom line cap that defines the shape to draw at the end
of a line.
|
void |
setCustomEndCapSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size in bytes of
the CustomEndCap field.
|
parse_internalized
public EmfPlusCustomLineCap getCustomEndCap()
Gets or sets a custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond
public void setCustomEndCap(EmfPlusCustomLineCap value)
Gets or sets a custom line cap that defines the shape to draw at the end of a line. It can be any of various shapes, including a square, circle, or diamond
public int getCustomEndCapSize()
Gets or sets a 32-bit unsigned integer that specifies the size in bytes of the CustomEndCap field.
public void setCustomEndCapSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size in bytes of the CustomEndCap field.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.