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:
parent
15b45e1091
commit
efceea044f
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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);
|
||||||
|
@ -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);
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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,
|
||||||
|
@ -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.
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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*/
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -21,6 +21,7 @@ package org.apache.poi.hdf.model.hdftypes;
|
|||||||
*
|
*
|
||||||
* @author andy
|
* @author andy
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public interface HDFType {
|
public interface HDFType {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user