|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Internal | |
---|---|
org.apache.poi | |
org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.hwpf | |
org.apache.poi.hwpf.dev | |
org.apache.poi.hwpf.model | |
org.apache.poi.hwpf.model.io | |
org.apache.poi.hwpf.model.types | |
org.apache.poi.hwpf.sprm | |
org.apache.poi.hwpf.usermodel | |
org.apache.poi.ss.util | |
org.apache.poi.util | Top-level util package are classes that are useful throughout the project. |
org.apache.poi.xslf | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts | |
org.apache.poi.xssf.usermodel.extensions | |
org.apache.poi.xwpf.usermodel |
Uses of Internal in org.apache.poi |
---|
Methods in org.apache.poi with annotations of type Internal | |
---|---|
protected void |
POIDocument.copyNodeRecursively(Entry entry,
DirectoryEntry target)
Deprecated. |
Uses of Internal in org.apache.poi.hssf.model |
---|
Classes in org.apache.poi.hssf.model with annotations of type Internal | |
---|---|
class |
InternalSheet
Low level model implementation of a Sheet (one workbook contains many sheets) This file contains the low level binary records starting at the sheets BOF and ending with the sheets EOF. |
class |
InternalWorkbook
Low level model implementation of a Workbook. |
Uses of Internal in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel with annotations of type Internal | |
---|---|
void |
HSSFPatriarch.addShape(HSSFShape shape)
add a shape to this drawing |
Uses of Internal in org.apache.poi.hwpf |
---|
Methods in org.apache.poi.hwpf with annotations of type Internal | |
---|---|
byte[] |
HWPFDocument.getDataStream()
|
EscherRecordHolder |
HWPFDocument.getEscherRecordHolder()
|
FieldsTables |
HWPFDocument.getFieldsTables()
Deprecated. |
RevisionMarkAuthorTable |
HWPFDocument.getRevisionMarkAuthorTable()
Gets a reference to the revision mark author table, which holds the revision mark authors for the document. |
SavedByTable |
HWPFDocument.getSavedByTable()
Gets a reference to the saved -by table, which holds the save history for the document. |
ShapesTable |
HWPFDocument.getShapesTable()
Deprecated. use HWPFDocument.getOfficeDrawingsMain() instead |
byte[] |
HWPFDocument.getTableStream()
|
abstract java.lang.StringBuilder |
HWPFDocumentCore.getText()
Internal method to access document text |
java.lang.StringBuilder |
HWPFDocument.getText()
|
TextPieceTable |
HWPFDocument.getTextTable()
|
Uses of Internal in org.apache.poi.hwpf.dev |
---|
Classes in org.apache.poi.hwpf.dev with annotations of type Internal | |
---|---|
class |
FieldIterator
For iterating through our fields. |
class |
RecordUtil
Helper functions for the record transformations. |
Uses of Internal in org.apache.poi.hwpf.model |
---|
Classes in org.apache.poi.hwpf.model with annotations of type Internal | |
---|---|
class |
BookmarkFirstDescriptor
|
class |
BookmarksTables
|
class |
CachedPropertyNode
|
interface |
CharIndexTranslator
|
class |
CHPBinTable
This class holds all of the character formatting properties. |
class |
CHPFormattedDiskPage
Represents a CHP fkp. |
class |
CHPX
DANGER - works in bytes! Make sure you call getStart() / getEnd() when you want characters (normal use), but getStartByte() / getEndByte() when you're reading in / writing out! |
class |
Colorref
24-bit color structure |
class |
ComplexFileTable
|
class |
CPSplitCalculator
Deprecated. |
class |
DocumentProperties
Comment me |
class |
EscherRecordHolder
Based on AbstractEscherRecordHolder from HSSF. |
class |
Ffn
FFN - Font Family Name. |
class |
FIBFieldHandler
|
class |
FIBLongHandler
Handles the fibRgLw / The FibRgLw97 part of the FIB (File Information Block) |
class |
FIBShortHandler
Handles the fibRgW / FibRgW97 part of the FIB (File Information Block) |
class |
FieldDescriptor
Class for the FLD structure. |
class |
FieldsDocumentPart
|
class |
FieldsTables
This class provides access to all the fields Plex. |
class |
FileInformationBlock
The File Information Block (FIB). |
class |
FontTable
FontTable or in MS terminology sttbfffn is a common data structure written in all Word files. |
class |
FootnoteReferenceDescriptor
|
class |
FormattedDiskPage
Represents an FKP data structure. |
class |
FSPA
File Shape Address structure |
class |
FSPADocumentPart
|
class |
FSPATable
This class holds all the FSPA (File Shape Address) structures. |
class |
GenericPropertyNode
|
interface |
HDFType
Deprecated. |
class |
Hyphenation
Hyphenation. |
class |
ListData
|
class |
ListFormatOverride
|
class |
ListFormatOverrideLevel
|
class |
ListLevel
"List LeVeL (on File) (LVLF)" See page 170 for details. |
class |
ListTables
|
class |
NotesTables
Holds information about document notes (footnotes or ending notes) |
class |
NoteType
|
class |
OldCHPBinTable
This class holds all of the character formatting properties from Old (Word 6 / Word 95) documents. |
class |
OldPAPBinTable
This class holds all of the paragraph formatting properties from Old (Word 6 / Word 95) documents. |
class |
OldSectionTable
This class holds all of the section formatting properties from Old (Word 6 / Word 95) documents. |
class |
PAPBinTable
This class represents the bin table of Word document but it also serves as a holder for all of the paragraphs of document that have been loaded into memory. |
class |
PAPFormattedDiskPage
Represents a PAP FKP. |
class |
PAPX
DANGER - works in bytes! Make sure you call getStart() / getEnd() when you want characters (normal use), but getStartByte() / getEndByte() when you're reading in / writing out! |
class |
ParagraphHeight
|
class |
PictureDescriptor
Picture Descriptor (on File) (PICF) |
class |
PicturesTable
Holds information about all pictures embedded in Word Document either via "Insert -> Picture -> From File" or via clipboard. |
class |
PieceDescriptor
|
class |
PlexOfField
Structure describing the Plex for fields (contained plclfd* in the spec). |
class |
PropertyModifier
|
class |
PropertyNode<T extends PropertyNode<T>>
Represents a lightweight node in the Trees used to store content properties. |
class |
RevisionMarkAuthorTable
String table containing the names of authors of revision marks, e-mails and comments in this document. |
class |
SavedByEntry
A single entry in the SavedByTable . |
class |
SavedByTable
String table containing the history of the last few revisions ("saves") of the document. |
class |
SectionDescriptor
Section Descriptor (SED) |
class |
SectionTable
|
class |
SEPX
|
class |
ShapesTable
Deprecated. |
class |
SinglentonTextPiece
|
class |
StyleDescription
Comment me |
class |
StyleSheet
Represents a document's stylesheet. |
class |
SubdocumentType
Document text parts that can have text pieces (CPs) |
class |
TextPiece
Lightweight representation of a text piece. |
class |
TextPieceTable
The piece table for matching up character positions to bits of text. |
class |
UnhandledDataStructure
|
class |
UPX
|
Uses of Internal in org.apache.poi.hwpf.model.io |
---|
Classes in org.apache.poi.hwpf.model.io with annotations of type Internal | |
---|---|
class |
HWPFFileSystem
|
class |
HWPFOutputStream
|
Uses of Internal in org.apache.poi.hwpf.model.types |
---|
Classes in org.apache.poi.hwpf.model.types with annotations of type Internal | |
---|---|
class |
BKFAbstractType
BooKmark First descriptor (BKF). |
class |
CHPAbstractType
Character Properties. |
class |
DOPAbstractType
Document Properties. |
class |
FIBAbstractType
Base part of the File information Block (FibBase). |
class |
FLDAbstractType
Field Descriptor (FLD). |
class |
FRDAbstractType
Footnote Reference Descriptor (FRD). |
class |
FSPAAbstractType
File Shape Address (FSPA). |
class |
HRESIAbstractType
Hyphenation (HRESI). |
class |
LFOAbstractType
List Format Override (LFO). |
class |
PAPAbstractType
Paragraph Properties. |
class |
SEPAbstractType
Section Properties. |
class |
TAPAbstractType
"Table Properties (TAP). |
class |
TCAbstractType
Table Cell Descriptor. |
class |
TLPAbstractType
Table Autoformat Look sPecifier (TLP). |
Methods in org.apache.poi.hwpf.model.types with annotations of type Internal | |
---|---|
short |
DOPAbstractType.getAdt()
Get the adt field for the DOP record. |
byte[] |
DOPAbstractType.getAsumyi()
Get the asumyi field for the DOP record. |
BorderCode |
CHPAbstractType.getBrc()
Border. |
byte |
FSPAAbstractType.getBx()
X position of shape relative to anchor CP |
byte |
FSPAAbstractType.getBy()
Y position of shape relative to anchor CP |
int |
DOPAbstractType.getCCh()
Get the cCh field for the DOP record. |
int |
DOPAbstractType.getCChFtnEdn()
Get the cChFtnEdn field for the DOP record. |
int |
DOPAbstractType.getCChWS()
Get the cChWS field for the DOP record. |
int |
DOPAbstractType.getCChWSFtnEdn()
Get the cChWSFtnEdn field for the DOP record. |
int |
DOPAbstractType.getCConsexHypLim()
Get the cConsexHypLim field for the DOP record. |
int |
DOPAbstractType.getCDBC()
Get the cDBC field for the DOP record. |
int |
DOPAbstractType.getCDBCFtnEdn()
Get the cDBCFtnEdn field for the DOP record. |
short |
CHPAbstractType.getCharsetFlags()
Get the CharsetFlags field for the CHP record. |
short |
CHPAbstractType.getChse()
Get the chse field for the CHP record. |
int |
DOPAbstractType.getCLines()
Get the cLines field for the DOP record. |
int |
DOPAbstractType.getCLinesFtnEdn()
Get the cLinesFtnEdn field for the DOP record. |
byte |
CHPAbstractType.getCopt()
Collection of the 5 flags. |
int |
DOPAbstractType.getCParas()
Get the cParas field for the DOP record. |
int |
DOPAbstractType.getCParasFtnEdn()
Get the cParasFtnEdn field for the DOP record. |
int |
CHPAbstractType.getCpg()
Code page of run in pre-Unicode files. |
int |
DOPAbstractType.getCPg()
Get the cPg field for the DOP record. |
short |
DOPAbstractType.getCPgFtnEdn()
Get the cPgFtnEdn field for the DOP record. |
int |
FSPAAbstractType.getCTxbx()
Count of textboxes in shape (undo doc only). |
Colorref |
CHPAbstractType.getCv()
24-bit color. |
int |
DOPAbstractType.getCWords()
Get the cWords field for the DOP record. |
int |
DOPAbstractType.getCWordsFtnEnd()
Get the cWordsFtnEnd field for the DOP record. |
byte |
DOPAbstractType.getDocinfo()
Get the docinfo field for the DOP record. |
byte |
DOPAbstractType.getDocinfo1()
Get the docinfo1 field for the DOP record. |
byte |
DOPAbstractType.getDocinfo2()
Get the docinfo2 field for the DOP record. |
short |
DOPAbstractType.getDocinfo3()
Get the docinfo3 field for the DOP record. |
int |
DOPAbstractType.getDocinfo4()
Get the docinfo4 field for the DOP record. |
short |
DOPAbstractType.getDocinfo5()
Get the docinfo5 field for the DOP record. |
short |
DOPAbstractType.getDocinfo6()
Get the docinfo6 field for the DOP record. |
byte[] |
DOPAbstractType.getDogrid()
Get the dogrid field for the DOP record. |
byte[] |
DOPAbstractType.getDoptypography()
Get the doptypography field for the DOP record. |
DateAndTime |
CHPAbstractType.getDttmConflict()
When the change was made. |
int |
DOPAbstractType.getDttmCreated()
Get the dttmCreated field for the DOP record. |
DateAndTime |
CHPAbstractType.getDttmDispFldRMark()
The date for the ListNum field number change. |
int |
DOPAbstractType.getDttmLastPrint()
Get the dttmLastPrint field for the DOP record. |
DateAndTime |
CHPAbstractType.getDttmPropRMark()
Date/time at which properties of this were changed for this run of text by the author. |
int |
DOPAbstractType.getDttmRevised()
Get the dttmRevised field for the DOP record. |
DateAndTime |
CHPAbstractType.getDttmRMark()
Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.). |
DateAndTime |
CHPAbstractType.getDttmRMarkDel()
Date/time at which this run of text was deleted by the author (Only recorded when revision marking is on.). |
int |
DOPAbstractType.getDxaHotz()
Get the dxaHotz field for the DOP record. |
int |
CHPAbstractType.getDxaSpace()
Space following each character in the run expressed in twip units.. |
int |
DOPAbstractType.getDxaTab()
Get the dxaTab field for the DOP record. |
short |
DOPAbstractType.getDywDispPag()
Get the dywDispPag field for the DOP record. |
short |
DOPAbstractType.getEdn()
Get the Edn field for the DOP record. |
short |
DOPAbstractType.getEdn1()
Get the Edn1 field for the DOP record. |
byte |
DOPAbstractType.getEpc()
|
boolean |
CHPAbstractType.getFBorderWS()
Used internally by Word. |
int |
CHPAbstractType.getFcData()
Points to location of picture data, only if chp.fSpec is true.. |
int |
CHPAbstractType.getFcObj()
Offset in data stream pointing to beginning of a picture when character is an OLE1 object character (character is 0x20 and chp.fSpec is 1, chp.fOle2 is 0).. |
int |
CHPAbstractType.getFcObjp()
Offset in the data stream indicating the location of OLE object data. |
boolean |
CHPAbstractType.getFConflictOrig()
When chp.wConflict!=0, this is TRUE when text is part of the original version of text. |
boolean |
CHPAbstractType.getFConflictOtherDel()
When fConflictOtherDel==fTrue, the other side of a reconciliation conflict causes this text to be deleted. |
int |
CHPAbstractType.getFcPic()
Offset in data stream pointing to beginning of a picture when character is a picture character (character is 0x01 and chp.fSpec is 1).. |
boolean |
CHPAbstractType.getFDblBdr()
Used internally by Word. |
boolean |
CHPAbstractType.getFDispFldRMark()
the number for a ListNum field is being tracked in xstDispFldRMark. |
boolean |
CHPAbstractType.getFHasOldProps()
Used for character property revision marking. |
short |
FSPAAbstractType.getFlags()
Get the flags field for the FSPA record. |
short |
DOPAbstractType.getFootnoteInfo()
Get the footnoteInfo field for the DOP record. |
byte |
DOPAbstractType.getFormatFlags()
Get the formatFlags field for the DOP record. |
byte |
DOPAbstractType.getFOutlineDirtySave()
Get the fOutlineDirtySave field for the DOP record. |
byte |
DOPAbstractType.getFpc()
|
boolean |
CHPAbstractType.getFPropRMark()
properties have been changed with revision marking on. |
boolean |
CHPAbstractType.getFSdtVanish()
Mark the character as hidden.. |
boolean |
CHPAbstractType.getFSpecSymbol()
Used by Word internally. |
boolean |
CHPAbstractType.getFSpecVanish()
Special hidden for leading emphasis (always hidden). |
int |
CHPAbstractType.getFtcAscii()
Font for ASCII text. |
int |
CHPAbstractType.getFtcBi()
Font for Complex Scripts text. |
int |
CHPAbstractType.getFtcFE()
Font for East Asian text. |
int |
CHPAbstractType.getFtcOther()
Font for non-East Asian text. |
int |
CHPAbstractType.getFtcSym()
an index into the rgffn structure. |
boolean |
CHPAbstractType.getFUndetermine()
Character is undetermined. |
int |
DOPAbstractType.getGrfDocEvents()
Get the grfDocEvents field for the DOP record. |
byte |
DOPAbstractType.getGrfSupression()
|
int |
CHPAbstractType.getGrpfChp()
Collection of the 32 flags. |
short |
CHPAbstractType.getHighlight()
Get the Highlight field for the CHP record. |
int |
CHPAbstractType.getHps()
Font size in half points. |
int |
CHPAbstractType.getHpsAsci()
Font size for ASCII font. |
int |
CHPAbstractType.getHpsBi()
Font size for Complex Scripts text. |
int |
CHPAbstractType.getHpsFE()
Font size for East Asian text. |
int |
CHPAbstractType.getHpsKern()
Kerning distance for characters in run recorded in half points. |
short |
CHPAbstractType.getHpsPos()
Reserved (actually used as vertical offset(?) value). |
short |
DOPAbstractType.getHpsZoonFontPag()
Get the hpsZoonFontPag field for the DOP record. |
Hyphenation |
CHPAbstractType.getHresi()
Get the hresi field for the CHP record. |
Hyphenation |
CHPAbstractType.getHresiOld()
Get the hresiOld field for the CHP record. |
int |
CHPAbstractType.getIbstConflict()
Who made this change for this side of the conflict.. |
int |
CHPAbstractType.getIbstDispFldRMark()
Index to author IDs stored in hsttbfRMark. |
int |
CHPAbstractType.getIbstPropRMark()
Index to author IDs stored in hsttbfRMark. |
int |
CHPAbstractType.getIbstRMark()
Index to author IDs stored in hsttbfRMark. |
int |
CHPAbstractType.getIbstRMarkDel()
Index to author IDs stored in hsttbfRMark. |
byte |
CHPAbstractType.getIco()
Color of text for Word 97. |
byte |
CHPAbstractType.getIcoHighlight()
Highlight color (see chp.ico) |
byte |
CHPAbstractType.getIdct()
Not stored in file. |
byte |
CHPAbstractType.getIdctHint()
Identifier of Character type. |
int |
CHPAbstractType.getIdslReasonDel()
An index to strings displayed as reasons for actions taken by Word's AutoFormat code. |
int |
CHPAbstractType.getIdslRMReason()
An index to strings displayed as reasons for actions taken by Word's AutoFormat code. |
byte |
CHPAbstractType.getIss()
Superscript/subscript indices. |
int |
CHPAbstractType.getIstd()
Index to character style descriptor in the stylesheet that tags this run of text. |
short |
CHPAbstractType.getItypFELayout()
|
byte |
CHPAbstractType.getIWarichuBracket()
Bracket character for two-lines-in-one |
byte |
CHPAbstractType.getKcd()
Emphasis mark. |
int |
DOPAbstractType.getKeyVirusSession30()
|
byte |
CHPAbstractType.getKul()
Underline code. |
byte |
CHPAbstractType.getLbrCRJ()
Line BReak code for xchCRJ. |
int |
CHPAbstractType.getLidDefault()
Get the lidDefault field for the CHP record. |
int |
CHPAbstractType.getLidFE()
Get the lidFE field for the CHP record. |
int |
DOPAbstractType.getLKeyProtDoc()
Get the lKeyProtDoc field for the DOP record. |
int |
CHPAbstractType.getLTagObj()
An object ID for an OLE object, only set if chp.fSpec and chp.fOle2 are both true, and chp.fObj.. |
byte |
DOPAbstractType.getLvl()
|
short |
DOPAbstractType.getNEdn()
|
short |
DOPAbstractType.getNfcEdnRef()
Get the nfcEdnRef field for the DOP record. |
byte |
DOPAbstractType.getNfcEdnRef1()
|
short |
DOPAbstractType.getNfcFtnRef()
Get the nfcFtnRef field for the DOP record. |
byte |
DOPAbstractType.getNfcFtnRef1()
|
short |
DOPAbstractType.getNFtn()
|
int |
DOPAbstractType.getNRevision()
Get the nRevision field for the DOP record. |
int |
CHPAbstractType.getPctCharWidth()
Character scale. |
int |
DOPAbstractType.getReserved()
Get the reserved field for the DOP record. |
int |
DOPAbstractType.getReserved1()
Get the reserved1 field for the DOP record. |
int |
DOPAbstractType.getReserved2()
Get the reserved2 field for the DOP record. |
byte |
DOPAbstractType.getRncEdn()
|
byte |
DOPAbstractType.getRncFtn()
|
byte |
CHPAbstractType.getSfxtText()
Text animation. |
ShadingDescriptor |
CHPAbstractType.getShd()
Shading. |
byte[] |
DOPAbstractType.getSpare()
Get the Spare field for the DOP record. |
byte |
CHPAbstractType.getSpare()
Unused |
int |
FSPAAbstractType.getSpid()
Shape Identifier. |
int |
DOPAbstractType.getTmEdited()
Get the tmEdited field for the DOP record. |
short |
CHPAbstractType.getUfel()
Collection properties represented by itypFELayout and copt (East Asian layout properties). |
byte |
DOPAbstractType.getUnused2()
Get the unused2 field for the DOP record. |
byte |
DOPAbstractType.getUnused5()
|
short |
DOPAbstractType.getView()
Get the view field for the DOP record. |
int |
DOPAbstractType.getVirusinfo()
Get the virusinfo field for the DOP record. |
int |
CHPAbstractType.getWCharScale()
Get the wCharScale field for the CHP record. |
int |
CHPAbstractType.getWConflict()
When != 0, index number that identifies all text participating in a particular conflict incident. |
byte |
FSPAAbstractType.getWr()
Text wrapping mode |
byte |
FSPAAbstractType.getWrk()
Text wrapping mode type (valid only for wrapping modes 2 and 4 |
short |
DOPAbstractType.getWScaleSaved()
|
int |
DOPAbstractType.getWSpare()
Get the wSpare field for the DOP record. |
int |
DOPAbstractType.getWSpare2()
Get the wSpare2 field for the DOP record. |
byte |
DOPAbstractType.getWvkSaved()
|
int |
FSPAAbstractType.getXaLeft()
Left of rectangle enclosing shape relative to the origin of the shape. |
int |
FSPAAbstractType.getXaRight()
Right of rectangle enclosing shape relative to the origin of the shape. |
int |
CHPAbstractType.getXchSym()
When chp.fSpec==1 and the character recorded for the run in the document stream is chSymbol (0x28), the character stored chp.xchSym will be displayed using the font specified in chp.ftcSym.. |
byte[] |
CHPAbstractType.getXstDispFldRMark()
The string value of the ListNum field when revision mark tracking began. |
int |
FSPAAbstractType.getYaBottom()
Bottom of the rectangle enclosing shape relative to the origin of the shape. |
int |
FSPAAbstractType.getYaTop()
Top of rectangle enclosing shape relative to the origin of the shape. |
byte |
DOPAbstractType.getZkSaved()
|
boolean |
FSPAAbstractType.isFAnchorLock()
|
boolean |
DOPAbstractType.isFAutoHyphen()
|
boolean |
DOPAbstractType.isFAutoVersions()
|
boolean |
DOPAbstractType.isFBackup()
|
boolean |
FSPAAbstractType.isFBelowText()
|
boolean |
CHPAbstractType.isFBiDi()
Complex Scripts right-to-left text that requires special processing to display and process (character reordering; contextual shaping; display of combining characters and diacritics; specialized justification rules; cursor positioning) |
boolean |
CHPAbstractType.isFBold()
Text is bold |
boolean |
CHPAbstractType.isFBoldBi()
Complex Scripts text is bold |
boolean |
CHPAbstractType.isFCaps()
Displayed with caps |
boolean |
CHPAbstractType.isFCellFitText()
Fit text in cell |
boolean |
CHPAbstractType.isFChsDiff()
Pre-Unicode files, char's char set different from FIB char set |
boolean |
CHPAbstractType.isFComplexScripts()
Complex Scripts text that requires special processing to display and process |
boolean |
DOPAbstractType.isFConvMailMergeEsc()
|
boolean |
CHPAbstractType.isFData()
chp.fcPic points to an FFDATA, the data structure binary data used by Word to describe a form field. |
boolean |
DOPAbstractType.isFDfltTrueType()
|
boolean |
DOPAbstractType.isFDispFormFldSel()
|
boolean |
CHPAbstractType.isFDStrike()
Displayed with double strikethrough |
boolean |
DOPAbstractType.isFEmbedFonts()
|
boolean |
CHPAbstractType.isFEmboss()
Text is embossed |
boolean |
DOPAbstractType.isFExactCWords()
|
boolean |
DOPAbstractType.isFFacingPages()
|
boolean |
CHPAbstractType.isFFldVanish()
Used internally by Word |
boolean |
DOPAbstractType.isFForcePageSizePag()
|
boolean |
DOPAbstractType.isFFormNoFields()
|
boolean |
DOPAbstractType.isFGramAllClean()
|
boolean |
DOPAbstractType.isFGramAllDone()
|
boolean |
DOPAbstractType.isFHaveVersions()
|
boolean |
FSPAAbstractType.isFHdr()
1 in the undo doc when shape is from the header doc, 0 otherwise (undefined when not in the undo doc) |
boolean |
DOPAbstractType.isFHideLastVersion()
|
boolean |
CHPAbstractType.isFHighlight()
When 1, characters are highlighted with color specified by chp.icoHighlight |
boolean |
DOPAbstractType.isFHtmlDoc()
|
boolean |
DOPAbstractType.isFHyphCapitals()
|
boolean |
CHPAbstractType.isFImprint()
Text is engraved |
boolean |
DOPAbstractType.isFIncludeFooter()
|
boolean |
DOPAbstractType.isFIncludeHeader()
|
boolean |
CHPAbstractType.isFItalic()
Italic |
boolean |
CHPAbstractType.isFItalicBi()
Complex Scripts text is italics |
boolean |
CHPAbstractType.isFKumimoji()
combine characters |
boolean |
DOPAbstractType.isFLabelDoc()
|
boolean |
DOPAbstractType.isFLinkStyles()
|
boolean |
DOPAbstractType.isFLockAtn()
|
boolean |
DOPAbstractType.isFLockRev()
|
boolean |
CHPAbstractType.isFLowerCase()
Character is displayed in lower case. |
boolean |
CHPAbstractType.isFLSFitText()
fit text |
boolean |
CHPAbstractType.isFMacChs()
fTrue if char's are Macintosh char set |
boolean |
DOPAbstractType.isFMapPrintTextColor()
|
boolean |
DOPAbstractType.isFMinFontSizePag()
|
boolean |
DOPAbstractType.isFMirrorMargins()
|
boolean |
DOPAbstractType.isFMWSmallCaps()
|
boolean |
DOPAbstractType.isFNoColumnBalance()
|
boolean |
DOPAbstractType.isFNoLeading()
|
boolean |
DOPAbstractType.isFNoSpaceRaiseLower()
|
boolean |
DOPAbstractType.isFNoTabForInd()
|
boolean |
CHPAbstractType.isFObj()
Embedded objec |
boolean |
CHPAbstractType.isFOle2()
chp.lTagObj specifies a particular object in the object stream that specifies the particular OLE object in the stream that should be displayed when the chPicture fSpec character that is tagged with the fOle2 is encountered. |
boolean |
DOPAbstractType.isFOnlyMacPics()
|
boolean |
DOPAbstractType.isFOnlyWinPics()
|
boolean |
DOPAbstractType.isFOrigWordTableRules()
|
boolean |
CHPAbstractType.isFOutline()
Outlined |
boolean |
DOPAbstractType.isFPagHidden()
|
boolean |
DOPAbstractType.isFPagResults()
|
boolean |
DOPAbstractType.isFPagSupressTopSpacing()
|
boolean |
DOPAbstractType.isFPMHMainDoc()
|
boolean |
DOPAbstractType.isFPrintBodyBeforeHdr()
|
boolean |
DOPAbstractType.isFPrintFormData()
|
boolean |
DOPAbstractType.isFProtEnabled()
|
boolean |
FSPAAbstractType.isFRcaSimple()
When set, temporarily overrides bx, by, forcing the xaLeft, xaRight, yaTop, and yaBottom fields to all be page relative. |
boolean |
DOPAbstractType.isFRevMarking()
|
boolean |
CHPAbstractType.isFRMark()
text is newly typed since the last time revision marks have been accepted and will be displayed with an underline when revision marked text is to be displayed |
boolean |
CHPAbstractType.isFRMarkDel()
has been deleted and will be displayed with strikethrough when revision marked text is to be displayed |
boolean |
DOPAbstractType.isFRMPrint()
|
boolean |
DOPAbstractType.isFRMView()
|
boolean |
DOPAbstractType.isFRotateFontW6()
|
boolean |
CHPAbstractType.isFRuby()
Phonetic guide |
boolean |
DOPAbstractType.isFSaveFormData()
|
boolean |
DOPAbstractType.isFShadeFormData()
|
boolean |
CHPAbstractType.isFShadow()
Character is drawn with a shadow |
boolean |
DOPAbstractType.isFShowBreaksInFrames()
|
boolean |
CHPAbstractType.isFSmallCaps()
Displayed with small caps |
boolean |
DOPAbstractType.isFSnapBorder()
|
boolean |
CHPAbstractType.isFSpec()
Character is a Word special character |
boolean |
CHPAbstractType.isFStrike()
Displayed with strikethrough |
boolean |
DOPAbstractType.isFSubsetFonts()
|
boolean |
DOPAbstractType.isFSuppressTopSPacingMac5()
|
boolean |
DOPAbstractType.isFSupressSpdfAfterPageBreak()
|
boolean |
DOPAbstractType.isFSupressTopSpacing()
|
boolean |
DOPAbstractType.isFSwapBordersFacingPgs()
|
boolean |
CHPAbstractType.isFTNY()
Tatenakayoko: Horizontal-in-vertical (range of text in a direction perpendicular to the text flow) is used |
boolean |
CHPAbstractType.isFTNYCompress()
fit text in line |
boolean |
CHPAbstractType.isFTNYFetchTxm()
fetch text metrics |
boolean |
DOPAbstractType.isFTransparentMetafiles()
|
boolean |
DOPAbstractType.isFTruncDxaExpand()
|
boolean |
CHPAbstractType.isFUsePgsuSettings()
Used internally by Word |
boolean |
CHPAbstractType.isFVanish()
text has hidden format, and is not displayed unless fPagHidden is set in the DOP |
boolean |
DOPAbstractType.isFVirusLoadSafe()
|
boolean |
DOPAbstractType.isFVirusPrompted()
|
boolean |
CHPAbstractType.isFWarichu()
Two lines in one (text in the group is displayed as two half-height lines within a line) |
boolean |
CHPAbstractType.isFWarichuNoOpenBracket()
Two-lines-in-one uses no open |
boolean |
DOPAbstractType.isFWCFtnEdn()
|
boolean |
DOPAbstractType.isFWidowControl()
|
boolean |
DOPAbstractType.isFWrapTrailSpaces()
|
boolean |
DOPAbstractType.isIGutterPos()
|
boolean |
DOPAbstractType.isOldfConvMailMergeEsc()
|
boolean |
DOPAbstractType.isOldfMapPrintTextColor()
|
boolean |
DOPAbstractType.isOldfNoColumnBalance()
|
boolean |
DOPAbstractType.isOldfNoSpaceRaiseLower()
|
boolean |
DOPAbstractType.isOldfNoTabForInd()
|
boolean |
DOPAbstractType.isOldfOrigWordTableRules()
|
boolean |
DOPAbstractType.isOldfShowBreaksInFrames()
|
boolean |
DOPAbstractType.isOldfSuppressSpbfAfterPageBreak()
|
boolean |
DOPAbstractType.isOldfSupressTopSpacing()
|
boolean |
DOPAbstractType.isOldfSwapBordersFacingPgs()
|
boolean |
DOPAbstractType.isOldfTransparentMetafiles()
|
boolean |
DOPAbstractType.isOldfWrapTrailSpaces()
|
boolean |
CHPAbstractType.isUnused()
Not used |
boolean |
DOPAbstractType.isUnused1()
|
boolean |
DOPAbstractType.isUnused3()
|
boolean |
DOPAbstractType.isUnused4()
|
void |
DOPAbstractType.setAdt(short field_34_adt)
Set the adt field for the DOP record. |
void |
DOPAbstractType.setAsumyi(byte[] field_39_asumyi)
Set the asumyi field for the DOP record. |
void |
CHPAbstractType.setBrc(BorderCode field_24_brc)
Border. |
void |
FSPAAbstractType.setBx(byte value)
Sets the bx field value. |
void |
FSPAAbstractType.setBy(byte value)
Sets the by field value. |
void |
DOPAbstractType.setCCh(int field_20_cCh)
Set the cCh field for the DOP record. |
void |
DOPAbstractType.setCChFtnEdn(int field_27_cChFtnEdn)
Set the cChFtnEdn field for the DOP record. |
void |
DOPAbstractType.setCChWS(int field_40_cChWS)
Set the cChWS field for the DOP record. |
void |
DOPAbstractType.setCChWSFtnEdn(int field_41_cChWSFtnEdn)
Set the cChWSFtnEdn field for the DOP record. |
void |
DOPAbstractType.setCConsexHypLim(int field_12_cConsexHypLim)
Set the cConsexHypLim field for the DOP record. |
void |
DOPAbstractType.setCDBC(int field_47_cDBC)
Set the cDBC field for the DOP record. |
void |
DOPAbstractType.setCDBCFtnEdn(int field_48_cDBCFtnEdn)
Set the cDBCFtnEdn field for the DOP record. |
void |
CHPAbstractType.setCharsetFlags(short field_49_CharsetFlags)
Set the CharsetFlags field for the CHP record. |
void |
CHPAbstractType.setChse(short field_50_chse)
Set the chse field for the CHP record. |
void |
DOPAbstractType.setCLines(int field_25_cLines)
Set the cLines field for the DOP record. |
void |
DOPAbstractType.setCLinesFtnEdn(int field_30_cLinesFtnEdn)
Set the cLinesFtnEdn field for the DOP record. |
void |
CHPAbstractType.setCopt(byte field_30_copt)
Collection of the 5 flags. |
void |
DOPAbstractType.setCParas(int field_22_cParas)
Set the cParas field for the DOP record. |
void |
DOPAbstractType.setCParasFtnEdn(int field_29_cParasFtnEdn)
Set the cParasFtnEdn field for the DOP record. |
void |
CHPAbstractType.setCpg(int field_47_cpg)
Code page of run in pre-Unicode files. |
void |
DOPAbstractType.setCPg(int field_21_cPg)
Set the cPg field for the DOP record. |
void |
DOPAbstractType.setCPgFtnEdn(short field_28_cPgFtnEdn)
Set the cPgFtnEdn field for the DOP record. |
void |
FSPAAbstractType.setCTxbx(int field_7_cTxbx)
Count of textboxes in shape (undo doc only). |
void |
CHPAbstractType.setCv(Colorref field_8_cv)
24-bit color. |
void |
DOPAbstractType.setCWords(int field_19_cWords)
Set the cWords field for the DOP record. |
void |
DOPAbstractType.setCWordsFtnEnd(int field_26_cWordsFtnEnd)
Set the cWordsFtnEnd field for the DOP record. |
void |
DOPAbstractType.setDocinfo(byte field_5_docinfo)
Set the docinfo field for the DOP record. |
void |
DOPAbstractType.setDocinfo1(byte field_6_docinfo1)
Set the docinfo1 field for the DOP record. |
void |
DOPAbstractType.setDocinfo2(byte field_7_docinfo2)
Set the docinfo2 field for the DOP record. |
void |
DOPAbstractType.setDocinfo3(short field_8_docinfo3)
Set the docinfo3 field for the DOP record. |
void |
DOPAbstractType.setDocinfo4(int field_33_docinfo4)
Set the docinfo4 field for the DOP record. |
void |
DOPAbstractType.setDocinfo5(short field_37_docinfo5)
Set the docinfo5 field for the DOP record. |
void |
DOPAbstractType.setDocinfo6(short field_38_docinfo6)
Set the docinfo6 field for the DOP record. |
void |
DOPAbstractType.setDogrid(byte[] field_36_dogrid)
Set the dogrid field for the DOP record. |
void |
DOPAbstractType.setDoptypography(byte[] field_35_doptypography)
Set the doptypography field for the DOP record. |
void |
CHPAbstractType.setDttmConflict(DateAndTime field_58_dttmConflict)
When the change was made. |
void |
DOPAbstractType.setDttmCreated(int field_14_dttmCreated)
Set the dttmCreated field for the DOP record. |
void |
CHPAbstractType.setDttmDispFldRMark(DateAndTime field_61_dttmDispFldRMark)
The date for the ListNum field number change. |
void |
DOPAbstractType.setDttmLastPrint(int field_16_dttmLastPrint)
Set the dttmLastPrint field for the DOP record. |
void |
CHPAbstractType.setDttmPropRMark(DateAndTime field_53_dttmPropRMark)
Date/time at which properties of this were changed for this run of text by the author. |
void |
DOPAbstractType.setDttmRevised(int field_15_dttmRevised)
Set the dttmRevised field for the DOP record. |
void |
CHPAbstractType.setDttmRMark(DateAndTime field_42_dttmRMark)
Date/time at which this run of text was entered/modified by the author (Only recorded when revision marking is on.). |
void |
CHPAbstractType.setDttmRMarkDel(DateAndTime field_43_dttmRMarkDel)
Date/time at which this run of text was deleted by the author (Only recorded when revision marking is on.). |
void |
DOPAbstractType.setDxaHotz(int field_11_dxaHotz)
Set the dxaHotz field for the DOP record. |
void |
CHPAbstractType.setDxaSpace(int field_7_dxaSpace)
Space following each character in the run expressed in twip units.. |
void |
DOPAbstractType.setDxaTab(int field_9_dxaTab)
Set the dxaTab field for the DOP record. |
void |
DOPAbstractType.setDywDispPag(short field_53_dywDispPag)
Set the dywDispPag field for the DOP record. |
void |
DOPAbstractType.setEdn(short field_23_Edn)
Set the Edn field for the DOP record. |
void |
DOPAbstractType.setEdn1(short field_24_Edn1)
Set the Edn1 field for the DOP record. |
void |
DOPAbstractType.setEpc(byte value)
Sets the epc field value. |
void |
FSPAAbstractType.setFAnchorLock(boolean value)
Sets the fAnchorLock field value. |
void |
DOPAbstractType.setFAutoHyphen(boolean value)
Sets the fAutoHyphen field value. |
void |
DOPAbstractType.setFAutoVersions(boolean value)
Sets the fAutoVersions field value. |
void |
DOPAbstractType.setFBackup(boolean value)
Sets the fBackup field value. |
void |
FSPAAbstractType.setFBelowText(boolean value)
Sets the fBelowText field value. |
void |
CHPAbstractType.setFBiDi(boolean value)
Sets the fBiDi field value. |
void |
CHPAbstractType.setFBold(boolean value)
Sets the fBold field value. |
void |
CHPAbstractType.setFBoldBi(boolean value)
Sets the fBoldBi field value. |
void |
CHPAbstractType.setFBorderWS(boolean field_28_fBorderWS)
Used internally by Word. |
void |
CHPAbstractType.setFCaps(boolean value)
Sets the fCaps field value. |
void |
CHPAbstractType.setFcData(int field_39_fcData)
Points to location of picture data, only if chp.fSpec is true.. |
void |
CHPAbstractType.setFCellFitText(boolean value)
Sets the fCellFitText field value. |
void |
CHPAbstractType.setFChsDiff(boolean value)
Sets the fChsDiff field value. |
void |
CHPAbstractType.setFcObj(int field_37_fcObj)
Offset in data stream pointing to beginning of a picture when character is an OLE1 object character (character is 0x20 and chp.fSpec is 1, chp.fOle2 is 0).. |
void |
CHPAbstractType.setFcObjp(int field_63_fcObjp)
Offset in the data stream indicating the location of OLE object data. |
void |
CHPAbstractType.setFComplexScripts(boolean value)
Sets the fComplexScripts field value. |
void |
CHPAbstractType.setFConflictOrig(boolean field_54_fConflictOrig)
When chp.wConflict!=0, this is TRUE when text is part of the original version of text. |
void |
CHPAbstractType.setFConflictOtherDel(boolean field_55_fConflictOtherDel)
When fConflictOtherDel==fTrue, the other side of a reconciliation conflict causes this text to be deleted. |
void |
DOPAbstractType.setFConvMailMergeEsc(boolean value)
Sets the fConvMailMergeEsc field value. |
void |
CHPAbstractType.setFcPic(int field_36_fcPic)
Offset in data stream pointing to beginning of a picture when character is a picture character (character is 0x01 and chp.fSpec is 1).. |
void |
CHPAbstractType.setFData(boolean value)
Sets the fData field value. |
void |
CHPAbstractType.setFDblBdr(boolean field_27_fDblBdr)
Used internally by Word. |
void |
DOPAbstractType.setFDfltTrueType(boolean value)
Sets the fDfltTrueType field value. |
void |
CHPAbstractType.setFDispFldRMark(boolean field_59_fDispFldRMark)
the number for a ListNum field is being tracked in xstDispFldRMark. |
void |
DOPAbstractType.setFDispFormFldSel(boolean value)
Sets the fDispFormFldSel field value. |
void |
CHPAbstractType.setFDStrike(boolean value)
Sets the fDStrike field value. |
void |
DOPAbstractType.setFEmbedFonts(boolean value)
Sets the fEmbedFonts field value. |
void |
CHPAbstractType.setFEmboss(boolean value)
Sets the fEmboss field value. |
void |
DOPAbstractType.setFExactCWords(boolean value)
Sets the fExactCWords field value. |
void |
DOPAbstractType.setFFacingPages(boolean value)
Sets the fFacingPages field value. |
void |
CHPAbstractType.setFFldVanish(boolean value)
Sets the fFldVanish field value. |
void |
DOPAbstractType.setFForcePageSizePag(boolean value)
Sets the fForcePageSizePag field value. |
void |
DOPAbstractType.setFFormNoFields(boolean value)
Sets the fFormNoFields field value. |
void |
DOPAbstractType.setFGramAllClean(boolean value)
Sets the fGramAllClean field value. |
void |
DOPAbstractType.setFGramAllDone(boolean value)
Sets the fGramAllDone field value. |
void |
CHPAbstractType.setFHasOldProps(boolean field_66_fHasOldProps)
Used for character property revision marking. |
void |
DOPAbstractType.setFHaveVersions(boolean value)
Sets the fHaveVersions field value. |
void |
FSPAAbstractType.setFHdr(boolean value)
Sets the fHdr field value. |
void |
DOPAbstractType.setFHideLastVersion(boolean value)
Sets the fHideLastVersion field value. |
void |
CHPAbstractType.setFHighlight(boolean value)
Sets the fHighlight field value. |
void |
DOPAbstractType.setFHtmlDoc(boolean value)
Sets the fHtmlDoc field value. |
void |
DOPAbstractType.setFHyphCapitals(boolean value)
Sets the fHyphCapitals field value. |
void |
CHPAbstractType.setFImprint(boolean value)
Sets the fImprint field value. |
void |
DOPAbstractType.setFIncludeFooter(boolean value)
Sets the fIncludeFooter field value. |
void |
DOPAbstractType.setFIncludeHeader(boolean value)
Sets the fIncludeHeader field value. |
void |
CHPAbstractType.setFItalic(boolean value)
Sets the fItalic field value. |
void |
CHPAbstractType.setFItalicBi(boolean value)
Sets the fItalicBi field value. |
void |
CHPAbstractType.setFKumimoji(boolean value)
Sets the fKumimoji field value. |
void |
DOPAbstractType.setFLabelDoc(boolean value)
Sets the fLabelDoc field value. |
void |
FSPAAbstractType.setFlags(short field_6_flags)
Set the flags field for the FSPA record. |
void |
DOPAbstractType.setFLinkStyles(boolean value)
Sets the fLinkStyles field value. |
void |
DOPAbstractType.setFLockAtn(boolean value)
Sets the fLockAtn field value. |
void |
DOPAbstractType.setFLockRev(boolean value)
Sets the fLockRev field value. |
void |
CHPAbstractType.setFLowerCase(boolean value)
Sets the fLowerCase field value. |
void |
CHPAbstractType.setFLSFitText(boolean value)
Sets the fLSFitText field value. |
void |
CHPAbstractType.setFMacChs(boolean value)
Sets the fMacChs field value. |
void |
DOPAbstractType.setFMapPrintTextColor(boolean value)
Sets the fMapPrintTextColor field value. |
void |
DOPAbstractType.setFMinFontSizePag(boolean value)
Sets the fMinFontSizePag field value. |
void |
DOPAbstractType.setFMirrorMargins(boolean value)
Sets the fMirrorMargins field value. |
void |
DOPAbstractType.setFMWSmallCaps(boolean value)
Sets the fMWSmallCaps field value. |
void |
DOPAbstractType.setFNoColumnBalance(boolean value)
Sets the fNoColumnBalance field value. |
void |
DOPAbstractType.setFNoLeading(boolean value)
Sets the fNoLeading field value. |
void |
DOPAbstractType.setFNoSpaceRaiseLower(boolean value)
Sets the fNoSpaceRaiseLower field value. |
void |
DOPAbstractType.setFNoTabForInd(boolean value)
Sets the fNoTabForInd field value. |
void |
CHPAbstractType.setFObj(boolean value)
Sets the fObj field value. |
void |
CHPAbstractType.setFOle2(boolean value)
Sets the fOle2 field value. |
void |
DOPAbstractType.setFOnlyMacPics(boolean value)
Sets the fOnlyMacPics field value. |
void |
DOPAbstractType.setFOnlyWinPics(boolean value)
Sets the fOnlyWinPics field value. |
void |
DOPAbstractType.setFootnoteInfo(short field_3_footnoteInfo)
Set the footnoteInfo field for the DOP record. |
void |
DOPAbstractType.setFOrigWordTableRules(boolean value)
Sets the fOrigWordTableRules field value. |
void |
DOPAbstractType.setFormatFlags(byte field_1_formatFlags)
Set the formatFlags field for the DOP record. |
void |
CHPAbstractType.setFOutline(boolean value)
Sets the fOutline field value. |
void |
DOPAbstractType.setFOutlineDirtySave(byte field_4_fOutlineDirtySave)
Set the fOutlineDirtySave field for the DOP record. |
void |
DOPAbstractType.setFPagHidden(boolean value)
Sets the fPagHidden field value. |
void |
DOPAbstractType.setFPagResults(boolean value)
Sets the fPagResults field value. |
void |
DOPAbstractType.setFPagSupressTopSpacing(boolean value)
Sets the fPagSupressTopSpacing field value. |
void |
DOPAbstractType.setFpc(byte value)
Sets the fpc field value. |
void |
DOPAbstractType.setFPMHMainDoc(boolean value)
Sets the fPMHMainDoc field value. |
void |
DOPAbstractType.setFPrintBodyBeforeHdr(boolean value)
Sets the fPrintBodyBeforeHdr field value. |
void |
DOPAbstractType.setFPrintFormData(boolean value)
Sets the fPrintFormData field value. |
void |
CHPAbstractType.setFPropRMark(boolean field_51_fPropRMark)
properties have been changed with revision marking on. |
void |
DOPAbstractType.setFProtEnabled(boolean value)
Sets the fProtEnabled field value. |
void |
FSPAAbstractType.setFRcaSimple(boolean value)
Sets the fRcaSimple field value. |
void |
DOPAbstractType.setFRevMarking(boolean value)
Sets the fRevMarking field value. |
void |
CHPAbstractType.setFRMark(boolean value)
Sets the fRMark field value. |
void |
CHPAbstractType.setFRMarkDel(boolean value)
Sets the fRMarkDel field value. |
void |
DOPAbstractType.setFRMPrint(boolean value)
Sets the fRMPrint field value. |
void |
DOPAbstractType.setFRMView(boolean value)
Sets the fRMView field value. |
void |
DOPAbstractType.setFRotateFontW6(boolean value)
Sets the fRotateFontW6 field value. |
void |
CHPAbstractType.setFRuby(boolean value)
Sets the fRuby field value. |
void |
DOPAbstractType.setFSaveFormData(boolean value)
Sets the fSaveFormData field value. |
void |
CHPAbstractType.setFSdtVanish(boolean field_67_fSdtVanish)
Mark the character as hidden.. |
void |
DOPAbstractType.setFShadeFormData(boolean value)
Sets the fShadeFormData field value. |
void |
CHPAbstractType.setFShadow(boolean value)
Sets the fShadow field value. |
void |
DOPAbstractType.setFShowBreaksInFrames(boolean value)
Sets the fShowBreaksInFrames field value. |
void |
CHPAbstractType.setFSmallCaps(boolean value)
Sets the fSmallCaps field value. |
void |
DOPAbstractType.setFSnapBorder(boolean value)
Sets the fSnapBorder field value. |
void |
CHPAbstractType.setFSpec(boolean value)
Sets the fSpec field value. |
void |
CHPAbstractType.setFSpecSymbol(boolean field_16_fSpecSymbol)
Used by Word internally. |
void |
CHPAbstractType.setFSpecVanish(boolean field_65_fSpecVanish)
Special hidden for leading emphasis (always hidden). |
void |
CHPAbstractType.setFStrike(boolean value)
Sets the fStrike field value. |
void |
DOPAbstractType.setFSubsetFonts(boolean value)
Sets the fSubsetFonts field value. |
void |
DOPAbstractType.setFSuppressTopSPacingMac5(boolean value)
Sets the fSuppressTopSPacingMac5 field value. |
void |
DOPAbstractType.setFSupressSpdfAfterPageBreak(boolean value)
Sets the fSupressSpdfAfterPageBreak field value. |
void |
DOPAbstractType.setFSupressTopSpacing(boolean value)
Sets the fSupressTopSpacing field value. |
void |
DOPAbstractType.setFSwapBordersFacingPgs(boolean value)
Sets the fSwapBordersFacingPgs field value. |
void |
CHPAbstractType.setFtcAscii(int field_3_ftcAscii)
Font for ASCII text. |
void |
CHPAbstractType.setFtcBi(int field_6_ftcBi)
Font for Complex Scripts text. |
void |
CHPAbstractType.setFtcFE(int field_4_ftcFE)
Font for East Asian text. |
void |
CHPAbstractType.setFtcOther(int field_5_ftcOther)
Font for non-East Asian text. |
void |
CHPAbstractType.setFtcSym(int field_34_ftcSym)
an index into the rgffn structure. |
void |
CHPAbstractType.setFTNY(boolean value)
Sets the fTNY field value. |
void |
CHPAbstractType.setFTNYCompress(boolean value)
Sets the fTNYCompress field value. |
void |
CHPAbstractType.setFTNYFetchTxm(boolean value)
Sets the fTNYFetchTxm field value. |
void |
DOPAbstractType.setFTransparentMetafiles(boolean value)
Sets the fTransparentMetafiles field value. |
void |
DOPAbstractType.setFTruncDxaExpand(boolean value)
Sets the fTruncDxaExpand field value. |
void |
CHPAbstractType.setFUndetermine(boolean field_14_fUndetermine)
Character is undetermined. |
void |
CHPAbstractType.setFUsePgsuSettings(boolean value)
Sets the fUsePgsuSettings field value. |
void |
CHPAbstractType.setFVanish(boolean value)
Sets the fVanish field value. |
void |
DOPAbstractType.setFVirusLoadSafe(boolean value)
Sets the fVirusLoadSafe field value. |
void |
DOPAbstractType.setFVirusPrompted(boolean value)
Sets the fVirusPrompted field value. |
void |
CHPAbstractType.setFWarichu(boolean value)
Sets the fWarichu field value. |
void |
CHPAbstractType.setFWarichuNoOpenBracket(boolean value)
Sets the fWarichuNoOpenBracket field value. |
void |
DOPAbstractType.setFWCFtnEdn(boolean value)
Sets the fWCFtnEdn field value. |
void |
DOPAbstractType.setFWidowControl(boolean value)
Sets the fWidowControl field value. |
void |
DOPAbstractType.setFWrapTrailSpaces(boolean value)
Sets the fWrapTrailSpaces field value. |
void |
DOPAbstractType.setGrfDocEvents(int field_42_grfDocEvents)
Set the grfDocEvents field for the DOP record. |
void |
DOPAbstractType.setGrfSupression(byte value)
Sets the grfSupression field value. |
void |
CHPAbstractType.setGrpfChp(int field_1_grpfChp)
Collection of the 32 flags. |
void |
CHPAbstractType.setHighlight(short field_48_Highlight)
Set the Highlight field for the CHP record. |
void |
CHPAbstractType.setHps(int field_2_hps)
Font size in half points. |
void |
CHPAbstractType.setHpsAsci(int field_31_hpsAsci)
Font size for ASCII font. |
void |
CHPAbstractType.setHpsBi(int field_33_hpsBi)
Font size for Complex Scripts text. |
void |
CHPAbstractType.setHpsFE(int field_32_hpsFE)
Font size for East Asian text. |
void |
CHPAbstractType.setHpsKern(int field_21_hpsKern)
Kerning distance for characters in run recorded in half points. |
void |
CHPAbstractType.setHpsPos(short field_22_hpsPos)
Reserved (actually used as vertical offset(?) value). |
void |
DOPAbstractType.setHpsZoonFontPag(short field_52_hpsZoonFontPag)
Set the hpsZoonFontPag field for the DOP record. |
void |
CHPAbstractType.setHresi(Hyphenation field_20_hresi)
Set the hresi field for the CHP record. |
void |
CHPAbstractType.setHresiOld(Hyphenation field_40_hresiOld)
Set the hresiOld field for the CHP record. |
void |
CHPAbstractType.setIbstConflict(int field_57_IbstConflict)
Who made this change for this side of the conflict.. |
void |
CHPAbstractType.setIbstDispFldRMark(int field_60_ibstDispFldRMark)
Index to author IDs stored in hsttbfRMark. |
void |
CHPAbstractType.setIbstPropRMark(int field_52_ibstPropRMark)
Index to author IDs stored in hsttbfRMark. |
void |
CHPAbstractType.setIbstRMark(int field_25_ibstRMark)
Index to author IDs stored in hsttbfRMark. |
void |
CHPAbstractType.setIbstRMarkDel(int field_41_ibstRMarkDel)
Index to author IDs stored in hsttbfRMark. |
void |
CHPAbstractType.setIco(byte field_9_ico)
Color of text for Word 97. |
void |
CHPAbstractType.setIcoHighlight(byte value)
Sets the icoHighlight field value. |
void |
CHPAbstractType.setIdct(byte field_17_idct)
Not stored in file. |
void |
CHPAbstractType.setIdctHint(byte field_18_idctHint)
Identifier of Character type. |
void |
CHPAbstractType.setIdslReasonDel(int field_46_idslReasonDel)
An index to strings displayed as reasons for actions taken by Word's AutoFormat code. |
void |
CHPAbstractType.setIdslRMReason(int field_45_idslRMReason)
An index to strings displayed as reasons for actions taken by Word's AutoFormat code. |
void |
DOPAbstractType.setIGutterPos(boolean value)
Sets the iGutterPos field value. |
void |
CHPAbstractType.setIss(byte field_15_iss)
Superscript/subscript indices. |
void |
CHPAbstractType.setIstd(int field_44_istd)
Index to character style descriptor in the stylesheet that tags this run of text. |
void |
CHPAbstractType.setItypFELayout(short value)
Sets the itypFELayout field value. |
void |
CHPAbstractType.setIWarichuBracket(byte value)
Sets the iWarichuBracket field value. |
void |
CHPAbstractType.setKcd(byte field_13_kcd)
Emphasis mark. |
void |
DOPAbstractType.setKeyVirusSession30(int value)
Sets the KeyVirusSession30 field value. |
void |
CHPAbstractType.setKul(byte field_19_kul)
Underline code. |
void |
CHPAbstractType.setLbrCRJ(byte field_64_lbrCRJ)
Line BReak code for xchCRJ. |
void |
CHPAbstractType.setLidDefault(int field_11_lidDefault)
Set the lidDefault field for the CHP record. |
void |
CHPAbstractType.setLidFE(int field_12_lidFE)
Set the lidFE field for the CHP record. |
void |
DOPAbstractType.setLKeyProtDoc(int field_31_lKeyProtDoc)
Set the lKeyProtDoc field for the DOP record. |
void |
CHPAbstractType.setLTagObj(int field_38_lTagObj)
An object ID for an OLE object, only set if chp.fSpec and chp.fOle2 are both true, and chp.fObj.. |
void |
DOPAbstractType.setLvl(byte value)
Sets the lvl field value. |
void |
DOPAbstractType.setNEdn(short value)
Sets the nEdn field value. |
void |
DOPAbstractType.setNfcEdnRef(short field_51_nfcEdnRef)
Set the nfcEdnRef field for the DOP record. |
void |
DOPAbstractType.setNfcEdnRef1(byte value)
Sets the nfcEdnRef1 field value. |
void |
DOPAbstractType.setNfcFtnRef(short field_50_nfcFtnRef)
Set the nfcFtnRef field for the DOP record. |
void |
DOPAbstractType.setNfcFtnRef1(byte value)
Sets the nfcFtnRef1 field value. |
void |
DOPAbstractType.setNFtn(short value)
Sets the nFtn field value. |
void |
DOPAbstractType.setNRevision(int field_17_nRevision)
Set the nRevision field for the DOP record. |
void |
DOPAbstractType.setOldfConvMailMergeEsc(boolean value)
Sets the oldfConvMailMergeEsc field value. |
void |
DOPAbstractType.setOldfMapPrintTextColor(boolean value)
Sets the oldfMapPrintTextColor field value. |
void |
DOPAbstractType.setOldfNoColumnBalance(boolean value)
Sets the oldfNoColumnBalance field value. |
void |
DOPAbstractType.setOldfNoSpaceRaiseLower(boolean value)
Sets the oldfNoSpaceRaiseLower field value. |
void |
DOPAbstractType.setOldfNoTabForInd(boolean value)
Sets the oldfNoTabForInd field value. |
void |
DOPAbstractType.setOldfOrigWordTableRules(boolean value)
Sets the oldfOrigWordTableRules field value. |
void |
DOPAbstractType.setOldfShowBreaksInFrames(boolean value)
Sets the oldfShowBreaksInFrames field value. |
void |
DOPAbstractType.setOldfSuppressSpbfAfterPageBreak(boolean value)
Sets the oldfSuppressSpbfAfterPageBreak field value. |
void |
DOPAbstractType.setOldfSupressTopSpacing(boolean value)
Sets the oldfSupressTopSpacing field value. |
void |
DOPAbstractType.setOldfSwapBordersFacingPgs(boolean value)
Sets the oldfSwapBordersFacingPgs field value. |
void |
DOPAbstractType.setOldfTransparentMetafiles(boolean value)
Sets the oldfTransparentMetafiles field value. |
void |
DOPAbstractType.setOldfWrapTrailSpaces(boolean value)
Sets the oldfWrapTrailSpaces field value. |
void |
CHPAbstractType.setPctCharWidth(int field_10_pctCharWidth)
Character scale. |
void |
DOPAbstractType.setReserved(int field_49_reserved)
Set the reserved field for the DOP record. |
void |
DOPAbstractType.setReserved1(int field_45_reserved1)
Set the reserved1 field for the DOP record. |
void |
DOPAbstractType.setReserved2(int field_46_reserved2)
Set the reserved2 field for the DOP record. |
void |
DOPAbstractType.setRncEdn(byte value)
Sets the rncEdn field value. |
void |
DOPAbstractType.setRncFtn(byte value)
Sets the rncFtn field value. |
void |
CHPAbstractType.setSfxtText(byte field_26_sfxtText)
Text animation. |
void |
CHPAbstractType.setShd(ShadingDescriptor field_23_shd)
Shading. |
void |
CHPAbstractType.setSpare(byte value)
Sets the spare field value. |
void |
DOPAbstractType.setSpare(byte[] field_44_Spare)
Set the Spare field for the DOP record. |
void |
FSPAAbstractType.setSpid(int field_1_spid)
Shape Identifier. |
void |
DOPAbstractType.setTmEdited(int field_18_tmEdited)
Set the tmEdited field for the DOP record. |
void |
CHPAbstractType.setUfel(short field_29_ufel)
Collection properties represented by itypFELayout and copt (East Asian layout properties). |
void |
CHPAbstractType.setUnused(boolean value)
Sets the unused field value. |
void |
DOPAbstractType.setUnused1(boolean value)
Sets the unused1 field value. |
void |
DOPAbstractType.setUnused2(byte field_2_unused2)
Set the unused2 field for the DOP record. |
void |
DOPAbstractType.setUnused3(boolean value)
Sets the unused3 field value. |
void |
DOPAbstractType.setUnused4(boolean value)
Sets the unused4 field value. |
void |
DOPAbstractType.setUnused5(byte value)
Sets the unused5 field value. |
void |
DOPAbstractType.setView(short field_32_view)
Set the view field for the DOP record. |
void |
DOPAbstractType.setVirusinfo(int field_43_virusinfo)
Set the virusinfo field for the DOP record. |
void |
CHPAbstractType.setWCharScale(int field_68_wCharScale)
Set the wCharScale field for the CHP record. |
void |
CHPAbstractType.setWConflict(int field_56_wConflict)
When != 0, index number that identifies all text participating in a particular conflict incident. |
void |
FSPAAbstractType.setWr(byte value)
Sets the wr field value. |
void |
FSPAAbstractType.setWrk(byte value)
Sets the wrk field value. |
void |
DOPAbstractType.setWScaleSaved(short value)
Sets the wScaleSaved field value. |
void |
DOPAbstractType.setWSpare(int field_10_wSpare)
Set the wSpare field for the DOP record. |
void |
DOPAbstractType.setWSpare2(int field_13_wSpare2)
Set the wSpare2 field for the DOP record. |
void |
DOPAbstractType.setWvkSaved(byte value)
Sets the wvkSaved field value. |
void |
FSPAAbstractType.setXaLeft(int field_2_xaLeft)
Left of rectangle enclosing shape relative to the origin of the shape. |
void |
FSPAAbstractType.setXaRight(int field_4_xaRight)
Right of rectangle enclosing shape relative to the origin of the shape. |
void |
CHPAbstractType.setXchSym(int field_35_xchSym)
When chp.fSpec==1 and the character recorded for the run in the document stream is chSymbol (0x28), the character stored chp.xchSym will be displayed using the font specified in chp.ftcSym.. |
void |
CHPAbstractType.setXstDispFldRMark(byte[] field_62_xstDispFldRMark)
The string value of the ListNum field when revision mark tracking began. |
void |
FSPAAbstractType.setYaBottom(int field_5_yaBottom)
Bottom of the rectangle enclosing shape relative to the origin of the shape. |
void |
FSPAAbstractType.setYaTop(int field_3_yaTop)
Top of rectangle enclosing shape relative to the origin of the shape. |
void |
DOPAbstractType.setZkSaved(byte value)
Sets the zkSaved field value. |
Uses of Internal in org.apache.poi.hwpf.sprm |
---|
Classes in org.apache.poi.hwpf.sprm with annotations of type Internal | |
---|---|
class |
CharacterSprmCompressor
|
class |
CharacterSprmUncompressor
|
class |
ParagraphSprmCompressor
|
class |
ParagraphSprmUncompressor
|
class |
SectionSprmCompressor
|
class |
SectionSprmUncompressor
|
class |
SprmBuffer
|
class |
SprmIterator
This class is used to iterate through a list of sprms from a Word 97/2000/XP document. |
class |
SprmOperation
This class is used to represent a sprm operation from a Word 97/2000/XP document. |
class |
SprmUncompressor
|
class |
SprmUtils
|
class |
TableSprmCompressor
|
class |
TableSprmUncompressor
|
Uses of Internal in org.apache.poi.hwpf.usermodel |
---|
Classes in org.apache.poi.hwpf.usermodel with annotations of type Internal | |
---|---|
class |
FieldsImpl
Default implementation of Field |
class |
ObjectPoolImpl
|
Methods in org.apache.poi.hwpf.usermodel with annotations of type Internal | |
---|---|
void |
ObjectPoolImpl.writeTo(DirectoryEntry directoryEntry)
|
Uses of Internal in org.apache.poi.ss.util |
---|
Classes in org.apache.poi.ss.util with annotations of type Internal | |
---|---|
class |
SSCellRange<K extends Cell>
For POI internal use only |
Uses of Internal in org.apache.poi.util |
---|
Classes in org.apache.poi.util with annotations of type Internal | |
---|---|
class |
POIUtils
|
Methods in org.apache.poi.util with annotations of type Internal | |
---|---|
static void |
POIUtils.copyNodeRecursively(Entry entry,
DirectoryEntry target)
Copies an Entry into a target POIFS directory, recursively |
Uses of Internal in org.apache.poi.xslf |
---|
Methods in org.apache.poi.xslf with annotations of type Internal | |
---|---|
org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide |
XSLFSlideShow.getNotes(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
Returns the low level notes object for the given slide, as found from the supplied slide reference |
org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation |
XSLFSlideShow.getPresentation()
Returns the low level presentation base object |
org.openxmlformats.schemas.presentationml.x2006.main.CTSlide |
XSLFSlideShow.getSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
Returns the low level slide object from the supplied slide reference |
org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList |
XSLFSlideShow.getSlideComments(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
Returns all the comments for the given slide |
org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMaster |
XSLFSlideShow.getSlideMaster(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry master)
Returns the low level slide master object from the supplied slide master reference |
org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList |
XSLFSlideShow.getSlideMasterReferences()
Returns the references from the presentation to its slide masters. |
org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList |
XSLFSlideShow.getSlideReferences()
Returns the references from the presentation to its slides. |
Uses of Internal in org.apache.poi.xslf.usermodel |
---|
Methods in org.apache.poi.xslf.usermodel with annotations of type Internal | |
---|---|
org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation |
XMLSlideShow.getCTPresentation()
|
org.openxmlformats.schemas.drawingml.x2006.main.CTTable |
XSLFTable.getCTTable()
|
java.net.URI |
XSLFHyperlink.getTargetURI()
|
org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeStyleSheet |
XSLFTheme.getXmlObject()
While developing only! |
org.openxmlformats.schemas.drawingml.x2006.main.CTTextParagraph |
XSLFTextParagraph.getXmlObject()
|
org.openxmlformats.schemas.presentationml.x2006.main.CTSlideLayout |
XSLFSlideLayout.getXmlObject()
While developing only! |
org.openxmlformats.schemas.drawingml.x2006.main.CTHyperlink |
XSLFHyperlink.getXmlObject()
|
Uses of Internal in org.apache.poi.xssf.model |
---|
Classes in org.apache.poi.xssf.model with annotations of type Internal | |
---|---|
class |
IndexedUDFFinder
A UDFFinder that can retrieve functions both by name and by fake index. |
Uses of Internal in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel with annotations of type Internal | |
---|---|
void |
XSSFSheet.addHyperlink(XSSFHyperlink hyperlink)
Register a hyperlink in the collection of hyperlinks on this sheet |
CalculationChain |
XSSFWorkbook.getCalculationChain()
Return the CalculationChain object for this workbook |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf |
XSSFCellStyle.getCoreXf()
Used so that StylesSource can figure out our location |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell |
XSSFCell.getCTCell()
Returns the xml bean containing information about the cell's location (reference), value, data type, formatting, and formula |
org.openxmlformats.schemas.drawingml.x2006.chart.CTChart |
XSSFChart.getCTChart()
Return the underlying CTChart bean, within the Chart Space |
org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace |
XSSFChart.getCTChartSpace()
Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part. |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor |
XSSFColor.getCTColor()
Returns the underlying XML bean |
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector |
XSSFConnector.getCTConnector()
|
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing |
XSSFDrawing.getCTDrawing()
Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part. |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont |
XSSFFont.getCTFont()
get the underlying CTFont font |
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame |
XSSFGraphicFrame.getCTGraphicalObjectFrame()
|
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape |
XSSFShapeGroup.getCTGroupShape()
|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap |
XSSFMap.getCtMap()
|
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture |
XSSFPicture.getCTPicture()
Return the underlying CTPicture bean that holds all properties for this picture |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow |
XSSFRow.getCTRow()
Returns the underlying CTRow xml bean containing all cell definitions in this row |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst |
XSSFRichTextString.getCTRst()
Return the underlying xml bean |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema |
XSSFMap.getCTSchema()
|
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape |
XSSFSimpleShape.getCTShape()
|
org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D |
XSSFChildAnchor.getCTTransform2D()
|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook |
XSSFWorkbook.getCTWorkbook()
Return the underlying XML bean |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet |
XSSFSheet.getCTWorksheet()
Provide access to the CTWorksheet bean holding this sheet's data |
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker |
XSSFClientAnchor.getFrom()
Return starting anchor point |
MapInfo |
XSSFWorkbook.getMapInfo()
|
SharedStringsTable |
XSSFWorkbook.getSharedStringSource()
Returns SharedStringsTable - tha cache of string for this workbook |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf |
XSSFCellStyle.getStyleXf()
Used so that StylesSource can figure out our location |
org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker |
XSSFClientAnchor.getTo()
Return ending anchor point |
Uses of Internal in org.apache.poi.xssf.usermodel.charts |
---|
Methods in org.apache.poi.xssf.usermodel.charts with annotations of type Internal | |
---|---|
org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend |
XSSFChartLegend.getCTLegend()
Return the underlying CTLegend bean. |
org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout |
XSSFManualLayout.getCTManualLayout()
Return the underlying CTManualLayout bean. |
Uses of Internal in org.apache.poi.xssf.usermodel.extensions |
---|
Methods in org.apache.poi.xssf.usermodel.extensions with annotations of type Internal | |
---|---|
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder |
XSSFCellBorder.getCTBorder()
Returns the underlying XML bean. |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment |
XSSFCellAlignment.getCTCellAlignment()
Access to low-level data |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill |
XSSFCellFill.getCTFill()
Returns the underlying XML bean. |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter |
XSSFHeaderFooter.getHeaderFooter()
Returns the underlying CTHeaderFooter xml bean |
Uses of Internal in org.apache.poi.xwpf.usermodel |
---|
Methods in org.apache.poi.xwpf.usermodel with annotations of type Internal | |
---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr |
XWPFHeaderFooter._getHdrFtr()
|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock |
TOC.getBlock()
|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP |
XWPFParagraph.getCTP()
|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR |
XWPFRun.getCTR()
Get the currently used CTR object |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow |
XWPFTableRow.getCtRow()
|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl |
XWPFTable.getCTTbl()
|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc |
XWPFTableCell.getCTTc()
|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 |
XWPFDocument.getDocument()
Returns the low level document base object |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles |
XWPFDocument.getStyle()
Returns the styles object used |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |