]> source.dussan.org Git - poi.git/commitdiff
add javadoc
authorPJ Fanning <fanningpj@apache.org>
Wed, 6 Mar 2024 12:22:34 +0000 (12:22 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 6 Mar 2024 12:22:34 +0000 (12:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916150 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xdgf/usermodel/section/geometry/PolyLineTo.java

index 6ce4f15ea9a4a0ce70078d3a77960d29a85b790b..3e772f3a89ac8fb617fd0edaf4f77265feddb34d 100644 (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(";