add javadoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916150 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2024-03-06 12:22:34 +00:00
parent 6e01fe6e2a
commit 56692aa84c
1 changed files with 4 additions and 0 deletions

View File

@ -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(";