mirror of https://github.com/apache/poi.git
add javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e01fe6e2a
commit
56692aa84c
|
@ -24,6 +24,10 @@ import org.apache.poi.xdgf.usermodel.XDGFShape;
|
|||
import com.microsoft.schemas.office.visio.x2012.main.CellType;
|
||||
import com.microsoft.schemas.office.visio.x2012.main.RowType;
|
||||
|
||||
/**
|
||||
* Represents a polyline vertex in a shape's geometry.
|
||||
* Until POI 5.2.6, this class not was not properly implemented and was throwing an exception.
|
||||
*/
|
||||
public class PolyLineTo implements GeometryRow {
|
||||
|
||||
private static final String POLYLINE_FORMULA_PREFIX = "POLYLINE(";
|
||||
|
|
Loading…
Reference in New Issue