FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Defines editable properties for path objects in the Page Editor. More...
Public Attributes | |
number | shapeStyleDashType |
The dash type of the shape's style line. Supported values are: 1|Solid, 2|Dash1, 3|Dash2, 4|Dash3, 5|Dash4, 6|Dash5, 7|Dash6. More... | |
string | shapeStyleFillColor |
The fill color of the shape's style. More... | |
number | shapeStyleLineCap |
The line cap style of the shape's style line. Supported values are: 0|Butt, 1|Round, 2|Projecting Square Cap. More... | |
string | shapeStyleLineColor |
The color of the shape's style lines. More... | |
number | shapeStyleLineJoin |
The line join style of the shape's style line. Supported values are: 0|Miter, 1|Round, 2|Bevel. More... | |
number | shapeStyleLineWidth |
The line width of the shape's style. More... | |
number | shapeStyleMiterLimit |
The miter limit of the shape's style line. More... | |
Defines editable properties for path objects in the Page Editor.
This interface extends PageGraphicsObjectProperties and provides a set of properties that can be edited for path objects.
number PathGraphicObjectProperties::shapeStyleDashType |
The dash type of the shape's style line. Supported values are: 1|Solid, 2|Dash1, 3|Dash2, 4|Dash3, 5|Dash4, 6|Dash5, 7|Dash6.
string PathGraphicObjectProperties::shapeStyleFillColor |
The fill color of the shape's style.
number PathGraphicObjectProperties::shapeStyleLineCap |
The line cap style of the shape's style line. Supported values are: 0|Butt, 1|Round, 2|Projecting Square Cap.
string PathGraphicObjectProperties::shapeStyleLineColor |
The color of the shape's style lines.
number PathGraphicObjectProperties::shapeStyleLineJoin |
The line join style of the shape's style line. Supported values are: 0|Miter, 1|Round, 2|Bevel.
number PathGraphicObjectProperties::shapeStyleLineWidth |
The line width of the shape's style.
number PathGraphicObjectProperties::shapeStyleMiterLimit |
The miter limit of the shape's style line.