Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.drawingml.line | |
com.hfg.xml.msofficexml.docx.drawingml.line.join |
Modifier and Type | Method and Description |
---|---|
DmlLine |
DmlLine.setLineJoin(DmlLineJoin inValue)
Specifies the line join that should be used for the shape.
|
Modifier and Type | Class and Description |
---|---|
class |
DmlBevelLineJoin
Represents a bevel line join (<a:bevel>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlMiterLineJoin
Represents a miter line join (<a:miter>) tag in drawing markup language (DML) from Office Open XML.
|
class |
DmlRoundLineJoin
Represents a round line join (<a:round>) tag in drawing markup language (DML) from Office Open XML.
|
jataylor@hairyfatguy.com