deprecate org.apache.poi.hdf package

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-08-09 07:00:02 +00:00
parent 15b45e1091
commit efceea044f
69 changed files with 69 additions and 47 deletions

View File

@ -26,6 +26,7 @@ import org.apache.poi.util.LittleEndian;
import java.util.ArrayList; import java.util.ArrayList;
@Deprecated
public final class EventBridge implements HDFLowLevelParsingListener public final class EventBridge implements HDFLowLevelParsingListener
{ {

View File

@ -26,6 +26,7 @@ import org.apache.poi.hdf.model.hdftypes.FontTable;
import org.apache.poi.hdf.model.hdftypes.ListTables; import org.apache.poi.hdf.model.hdftypes.ListTables;
import org.apache.poi.hdf.model.hdftypes.StyleSheet; import org.apache.poi.hdf.model.hdftypes.StyleSheet;
@Deprecated
public interface HDFLowLevelParsingListener public interface HDFLowLevelParsingListener
{ {
public void mainDocument(byte[] mainDocument); public void mainDocument(byte[] mainDocument);

View File

@ -23,6 +23,7 @@ import org.apache.poi.hdf.model.hdftypes.ParagraphProperties;
import org.apache.poi.hdf.model.hdftypes.TableProperties; import org.apache.poi.hdf.model.hdftypes.TableProperties;
import org.apache.poi.hdf.model.hdftypes.DocumentProperties; import org.apache.poi.hdf.model.hdftypes.DocumentProperties;
@Deprecated
public interface HDFParsingListener public interface HDFParsingListener
{ {
public void document(DocumentProperties dop); public void document(DocumentProperties dop);

View File

@ -23,7 +23,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class CHP implements Cloneable public final class CHP implements Cloneable
{ {
boolean _bold; boolean _bold;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class FontTable public final class FontTable
{ {
String[] fontNames; String[] fontNames;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class HeaderFooter public final class HeaderFooter
{ {
public static final int HEADER_EVEN = 1; public static final int HEADER_EVEN = 1;

View File

@ -25,7 +25,7 @@ import java.util.*;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class NewOleFile extends RandomAccessFile public final class NewOleFile extends RandomAccessFile
{ {
private byte[] LAOLA_ID_ARRAY = new byte[]{(byte)0xd0, (byte)0xcf, (byte)0x11, private byte[] LAOLA_ID_ARRAY = new byte[]{(byte)0xd0, (byte)0xcf, (byte)0x11,

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class PAP implements Cloneable public final class PAP implements Cloneable
{ {
int _istd;//index to style descriptor. int _istd;//index to style descriptor.

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class PropertySet public final class PropertySet
{ {
private String _name; private String _name;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class SEP public final class SEP
{ {
int _index; int _index;

View File

@ -23,7 +23,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class StyleDescription public final class StyleDescription
{ {

View File

@ -22,6 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class StyleSheet { public final class StyleSheet {
private static final int NIL_STYLE = 4095; private static final int NIL_STYLE = 4095;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class TAP public final class TAP
{ {
short _jc; short _jc;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class TC public final class TC
{ {

View File

@ -24,7 +24,7 @@ import java.util.*;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class TableRow public final class TableRow
{ {
TAP _descriptor; TAP _descriptor;

View File

@ -24,7 +24,7 @@ import org.apache.poi.hdf.extractor.util.*;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class TextPiece extends PropertyNode implements Comparable public final class TextPiece extends PropertyNode implements Comparable
{ {
private boolean _usesUnicode; private boolean _usesUnicode;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class Utils public final class Utils
{ {

View File

@ -35,6 +35,7 @@ import org.apache.poi.util.LittleEndian;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class WordDocument { public final class WordDocument {
// TODO - name this constant properly // TODO - name this constant properly
private static final float K_1440_0F = 1440.0f; private static final float K_1440_0F = 1440.0f;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor.data;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class DOP public final class DOP
{ {

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor.data;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class LFO public final class LFO
{ {
int _lsid; int _lsid;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor.data;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class LFOLVL public final class LFOLVL
{ {
int _iStartAt; int _iStartAt;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor.data;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class LST public final class LST
{ {
int _lsid; int _lsid;

View File

@ -22,8 +22,7 @@ package org.apache.poi.hdf.extractor.data;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class LVL public final class LVL
{ {
public int _iStartAt; public int _iStartAt;

View File

@ -27,7 +27,7 @@ import org.apache.poi.hdf.extractor.*;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class ListTables public final class ListTables
{ {

View File

@ -34,7 +34,7 @@ import java.util.*;
* @author Ryan Ackley * @author Ryan Ackley
* *
*/ */
@Deprecated
public final class BTreeSet extends AbstractSet implements Set { public final class BTreeSet extends AbstractSet implements Set {
/* /*

View File

@ -23,7 +23,7 @@ package org.apache.poi.hdf.extractor.util;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class ChpxNode extends PropertyNode public final class ChpxNode extends PropertyNode
{ {

View File

@ -23,7 +23,7 @@ package org.apache.poi.hdf.extractor.util;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class NumberFormatter public final class NumberFormatter
{ {
private final static int ARABIC = 0; private final static int ARABIC = 0;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor.util;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class PapxNode extends PropertyNode public final class PapxNode extends PropertyNode
{ {

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor.util;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public abstract class PropertyNode implements Comparable { public abstract class PropertyNode implements Comparable {
private byte[] _grpprl; private byte[] _grpprl;
private int _fcStart; private int _fcStart;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.extractor.util;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class SepxNode extends PropertyNode public final class SepxNode extends PropertyNode
{ {

View File

@ -23,6 +23,7 @@ import java.io.IOException;
import org.apache.poi.hdf.event.HDFParsingListener; import org.apache.poi.hdf.event.HDFParsingListener;
import org.apache.poi.hdf.event.EventBridge; import org.apache.poi.hdf.event.EventBridge;
@Deprecated
public final class HDFDocument public final class HDFDocument
{ {

View File

@ -35,6 +35,7 @@ import org.apache.poi.util.LittleEndian;
* that represent the data. * that represent the data.
* @author andy * @author andy
*/ */
@Deprecated
public final class HDFObjectFactory { public final class HDFObjectFactory {
/** OLE stuff*/ /** OLE stuff*/

View File

@ -30,6 +30,7 @@ import org.apache.poi.hdf.model.hdftypes.ListTables;
import org.apache.poi.hdf.model.hdftypes.StyleSheet; import org.apache.poi.hdf.model.hdftypes.StyleSheet;
@Deprecated
public final class HDFObjectModel implements HDFLowLevelParsingListener public final class HDFObjectModel implements HDFLowLevelParsingListener
{ {

View File

@ -35,6 +35,7 @@ import org.apache.poi.util.LittleEndian;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class CHPFormattedDiskPage extends FormattedDiskPage public final class CHPFormattedDiskPage extends FormattedDiskPage
{ {

View File

@ -23,7 +23,7 @@ import org.apache.poi.hdf.model.hdftypes.definitions.CHPAbstractType;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class CharacterProperties extends CHPAbstractType implements Cloneable public final class CharacterProperties extends CHPAbstractType implements Cloneable
{ {

View File

@ -23,7 +23,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class ChpxNode extends PropertyNode public final class ChpxNode extends PropertyNode
{ {

View File

@ -23,7 +23,7 @@ import org.apache.poi.util.LittleEndian;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class DocumentProperties implements HDFType public final class DocumentProperties implements HDFType
{ {

View File

@ -24,6 +24,7 @@ import org.apache.poi.hdf.model.hdftypes.definitions.FIBAbstractType;
* *
* @author andy * @author andy
*/ */
@Deprecated
public final class FileInformationBlock extends FIBAbstractType public final class FileInformationBlock extends FIBAbstractType
{ {
/* /*

View File

@ -23,7 +23,7 @@ import org.apache.poi.util.LittleEndian;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class FontTable implements HDFType public final class FontTable implements HDFType
{ {
String[] fontNames; String[] fontNames;

View File

@ -39,6 +39,7 @@ import org.apache.poi.util.LittleEndian;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public abstract class FormattedDiskPage public abstract class FormattedDiskPage
{ {
protected byte[] _fkp; protected byte[] _fkp;

View File

@ -21,6 +21,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author andy * @author andy
*/ */
@Deprecated
public interface HDFType { public interface HDFType {
} }

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class HeaderFooter public final class HeaderFooter
{ {
public static final int HEADER_EVEN = 1; public static final int HEADER_EVEN = 1;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class LFO public final class LFO
{ {
int _lsid; int _lsid;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class LFOLVL public final class LFOLVL
{ {
int _iStartAt; int _iStartAt;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class LST public final class LST
{ {
int _lsid; int _lsid;

View File

@ -22,8 +22,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class LVL public final class LVL
{ {
public int _iStartAt; public int _iStartAt;

View File

@ -27,7 +27,7 @@ import org.apache.poi.hdf.extractor.*;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class ListTables implements HDFType public final class ListTables implements HDFType
{ {

View File

@ -35,6 +35,7 @@ import org.apache.poi.util.LittleEndian;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class PAPFormattedDiskPage extends FormattedDiskPage public final class PAPFormattedDiskPage extends FormattedDiskPage
{ {

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class PapxNode extends PropertyNode public final class PapxNode extends PropertyNode
{ {

View File

@ -23,7 +23,7 @@ import org.apache.poi.hdf.model.hdftypes.definitions.PAPAbstractType;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class ParagraphProperties extends PAPAbstractType implements Cloneable public final class ParagraphProperties extends PAPAbstractType implements Cloneable
{ {

View File

@ -28,6 +28,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class PlexOfCps public final class PlexOfCps
{ {
private int _count; private int _count;

View File

@ -24,6 +24,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public abstract class PropertyNode implements Comparable { public abstract class PropertyNode implements Comparable {
private byte[] _grpprl; private byte[] _grpprl;
private int _fcStart; private int _fcStart;

View File

@ -23,7 +23,7 @@ import org.apache.poi.hdf.model.hdftypes.definitions.SEPAbstractType;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class SectionProperties extends SEPAbstractType implements HDFType public final class SectionProperties extends SEPAbstractType implements HDFType
{ {
/*int _index; /*int _index;

View File

@ -22,7 +22,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class SepxNode extends PropertyNode public final class SepxNode extends PropertyNode
{ {

View File

@ -23,7 +23,7 @@ import org.apache.poi.util.LittleEndian;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class StyleDescription implements HDFType public final class StyleDescription implements HDFType
{ {

View File

@ -28,6 +28,7 @@ import org.apache.poi.hdf.model.hdftypes.definitions.TCAbstractType;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class StyleSheet implements HDFType { public final class StyleSheet implements HDFType {
private static final int NIL_STYLE = 4095; private static final int NIL_STYLE = 4095;

View File

@ -24,7 +24,7 @@ import org.apache.poi.util.LittleEndian;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class TableCellDescriptor extends TCAbstractType implements HDFType public final class TableCellDescriptor extends TCAbstractType implements HDFType
{ {

View File

@ -24,7 +24,7 @@ import org.apache.poi.hdf.model.hdftypes.definitions.TAPAbstractType;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class TableProperties extends TAPAbstractType public final class TableProperties extends TAPAbstractType
{ {

View File

@ -24,7 +24,7 @@ package org.apache.poi.hdf.model.hdftypes;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class TextPiece extends PropertyNode implements Comparable public final class TextPiece extends PropertyNode implements Comparable
{ {
private boolean _usesUnicode; private boolean _usesUnicode;

View File

@ -29,6 +29,7 @@ import org.apache.poi.hdf.model.hdftypes.HDFType;
* @author S. Ryan Ackley * @author S. Ryan Ackley
*/ */
@Deprecated
public abstract class CHPAbstractType public abstract class CHPAbstractType
implements HDFType implements HDFType
{ {

View File

@ -32,6 +32,7 @@ import org.apache.poi.hdf.model.hdftypes.HDFType;
* @author S. Ryan Ackley * @author S. Ryan Ackley
*/ */
@Deprecated
public abstract class DOPAbstractType public abstract class DOPAbstractType
implements HDFType implements HDFType
{ {

View File

@ -31,6 +31,7 @@ import org.apache.poi.hdf.model.hdftypes.HDFType;
* @author Andrew C. Oliver * @author Andrew C. Oliver
*/ */
@Deprecated
public abstract class FIBAbstractType public abstract class FIBAbstractType
implements HDFType implements HDFType
{ {

View File

@ -29,6 +29,7 @@ import org.apache.poi.hdf.model.hdftypes.HDFType;
* @author S. Ryan Ackley * @author S. Ryan Ackley
*/ */
@Deprecated
public abstract class PAPAbstractType public abstract class PAPAbstractType
implements HDFType implements HDFType
{ {

View File

@ -27,6 +27,7 @@ import org.apache.poi.hdf.model.hdftypes.HDFType;
* @author S. Ryan Ackley * @author S. Ryan Ackley
*/ */
@Deprecated
public abstract class SEPAbstractType public abstract class SEPAbstractType
implements HDFType implements HDFType
{ {

View File

@ -26,6 +26,7 @@ import org.apache.poi.hdf.model.hdftypes.HDFType;
* @author S. Ryan Ackley * @author S. Ryan Ackley
*/ */
@Deprecated
public abstract class TAPAbstractType public abstract class TAPAbstractType
implements HDFType implements HDFType
{ {

View File

@ -28,6 +28,7 @@ import org.apache.poi.hdf.model.hdftypes.HDFType;
* @author S. Ryan Ackley * @author S. Ryan Ackley
*/ */
@Deprecated
public abstract class TCAbstractType public abstract class TCAbstractType
implements HDFType implements HDFType
{ {

View File

@ -35,7 +35,7 @@ import org.apache.poi.hdf.model.hdftypes.PropertyNode;
* @author Ryan Ackley * @author Ryan Ackley
* *
*/ */
@Deprecated
public final class BTreeSet extends AbstractSet public final class BTreeSet extends AbstractSet
{ {

View File

@ -23,7 +23,7 @@ package org.apache.poi.hdf.model.util;
* *
* @author Ryan Ackley * @author Ryan Ackley
*/ */
@Deprecated
public final class NumberFormatter public final class NumberFormatter
{ {
private final static int ARABIC = 0; private final static int ARABIC = 0;

View File

@ -19,6 +19,7 @@ package org.apache.poi.hdf.model.util;
import org.apache.poi.hdf.model.hdftypes.FormattedDiskPage; import org.apache.poi.hdf.model.hdftypes.FormattedDiskPage;
@Deprecated
public final class ParsingState public final class ParsingState
{ {