diff --git a/src/types/styles/hdftype.xsl b/src/types/styles/hdftype.xsl index fa2192284..dd87d1d1f 100644 --- a/src/types/styles/hdftype.xsl +++ b/src/types/styles/hdftype.xsl @@ -32,6 +32,7 @@ package ; import org.apache.poi.util.BitField; +import org.apache.poi.util.Internal; import org.apache.poi.util.LittleEndian; import org.apache.poi.util.StringUtil; import org.apache.poi.util.HexDump; @@ -39,10 +40,15 @@ import org.apache.poi.hwpf.usermodel.*; /** * + * <p> * NOTE: This source is automatically generated please do not modify this file. Either subclass or * remove the record in src/types/definitions. + * <p> + * This class is internal. It content or properties may change without notice + * due to changes in our knowledge of internal Microsoft Word binary structures. */ +@Internal public abstract class AbstractType { @@ -208,6 +214,7 @@ public abstract class Abstrac * Sets the field value. * */ + @Internal public void set( value ) { = ; @@ -217,6 +224,7 @@ public abstract class Abstrac * * @return the field value. */ + @Internal public () { return @@ -244,7 +252,7 @@ public abstract class Abstrac /**/ - public final static + protected final static @@ -290,6 +298,7 @@ public abstract class Abstrac * * @return One of */ + @Internal public get() { return ; @@ -314,6 +323,7 @@ public abstract class Abstrac * @param * One of */ + @Internal public void set( ) { this. = ;