public class EmfPlusCustomStartCapData extends EmfPlusStructureObjectType
The EmfPlusCustomStartCapData object specifies a custom line cap for the start of a line.
Constructor and Description |
---|
EmfPlusCustomStartCapData() |
Modifier and Type | Method and Description |
---|---|
EmfPlusCustomLineCap |
getCustomStartCap()
Gets or sets custom line cap that defines the shape to draw at the end
of a line.
|
int |
getCustomStartCapSize()
Gets or sets 32-bit unsigned integer that specifies the size in bytes of
the CustomEndCap field.
|
void |
setCustomStartCap(EmfPlusCustomLineCap value)
Gets or sets custom line cap that defines the shape to draw at the end
of a line.
|
void |
setCustomStartCapSize(int value)
Gets or sets 32-bit unsigned integer that specifies the size in bytes of
the CustomEndCap field.
|
parse_internalized
public EmfPlusCustomLineCap getCustomStartCap()
Gets or sets 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 setCustomStartCap(EmfPlusCustomLineCap value)
Gets or sets 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 getCustomStartCapSize()
Gets or sets 32-bit unsigned integer that specifies the size in bytes of the CustomEndCap field.
public void setCustomStartCapSize(int value)
Gets or sets 32-bit unsigned integer that specifies the size in bytes of the CustomEndCap field.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.