You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ma...@apache.org on 2021/02/28 18:39:51 UTC

svn commit: r1887007 - /poi/trunk/src/java/org/apache/poi/ddf/EscherRecordTypes.java

Author: mariusvolkhart
Date: Sun Feb 28 18:39:51 2021
New Revision: 1887007

URL: http://svn.apache.org/viewvc?rev=1887007&view=rev
Log:
Add documentation to EscherRecordTypes#DG_CONTAINER

Modified:
    poi/trunk/src/java/org/apache/poi/ddf/EscherRecordTypes.java

Modified: poi/trunk/src/java/org/apache/poi/ddf/EscherRecordTypes.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ddf/EscherRecordTypes.java?rev=1887007&r1=1887006&r2=1887007&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ddf/EscherRecordTypes.java (original)
+++ poi/trunk/src/java/org/apache/poi/ddf/EscherRecordTypes.java Sun Feb 28 18:39:51 2021
@@ -44,6 +44,12 @@ public enum EscherRecordTypes {
      * Referred to as an {@code OfficeArtBStoreContainer} in {@code [MS-ODRAW].pdf v20201117}.
      */
     BSTORE_CONTAINER(0xf001, "BStoreContainer", null, EscherContainerRecord::new),
+
+    /**
+     * {@link EscherContainerRecord Container} for all the file records for the objects in a drawing.
+     * <p>
+     * Referred to as an {@code OfficeArtDgContainer} in {@code [MS-ODRAW].pdf v20201117}.
+     */
     DG_CONTAINER(0xf002, "DgContainer", null, EscherContainerRecord::new),
     SPGR_CONTAINER(0xf003, "SpgrContainer", null, EscherContainerRecord::new),
     SP_CONTAINER(0xf004, "SpContainer", null, EscherContainerRecord::new),



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org