Constant Field Values

Contents

org.docx4j.*

  • org.docx4j.com.google.common.base.Ascii 
    Modifier and Type Constant Field Value
    public static final byte ACK 6
    public static final byte BEL 7
    public static final byte BS 8
    public static final byte CAN 24
    public static final byte CR 13
    public static final byte DC1 17
    public static final byte DC2 18
    public static final byte DC3 19
    public static final byte DC4 20
    public static final byte DEL 127
    public static final byte DLE 16
    public static final byte EM 25
    public static final byte ENQ 5
    public static final byte EOT 4
    public static final byte ESC 27
    public static final byte ETB 23
    public static final byte ETX 3
    public static final byte FF 12
    public static final byte FS 28
    public static final byte GS 29
    public static final byte HT 9
    public static final byte LF 10
    public static final char MAX 127
    public static final char MIN 0
    public static final byte NAK 21
    public static final byte NL 10
    public static final byte NUL 0
    public static final byte RS 30
    public static final byte SI 15
    public static final byte SO 14
    public static final byte SOH 1
    public static final byte SP 32
    public static final byte SPACE 32
    public static final byte STX 2
    public static final byte SUB 26
    public static final byte SYN 22
    public static final byte US 31
    public static final byte VT 11
    public static final byte XOFF 19
    public static final byte XON 17
  • org.docx4j.com.google.common.primitives.Ints 
    Modifier and Type Constant Field Value
    public static final int BYTES 4
    public static final int MAX_POWER_OF_TWO 1073741824
  • org.docx4j.convert.out.common.preprocess.Containerization 
    Modifier and Type Constant Field Value
    public static final java.lang.String TAG_BORDERS "XSLT_PBdr"
    public static final java.lang.String TAG_RPR "XSLT_RPr"
    public static final java.lang.String TAG_SHADING "XSLT_Shd"
  • org.docx4j.fonts.BestMatchingMapper 
    Modifier and Type Constant Field Value
    public static final int MATCH_THRESHOLD 30
  • org.docx4j.fonts.Mapper 
    Modifier and Type Constant Field Value
    public static final java.lang.String FONT_FALLBACK "Times New Roman"
  • org.docx4j.fonts.RunFontSelector 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "font-family"
    public static final java.lang.String FO_NAME "font-family"
  • org.docx4j.fonts.fop.fonts.truetype.TTFFile 
    Modifier and Type Constant Field Value
    public static final boolean TRACE_ENABLED false
  • org.docx4j.fonts.fop.fonts.type1.PFBData 
    Modifier and Type Constant Field Value
    public static final int PFB_MAC 2
    public static final int PFB_PC 1
    public static final int PFB_RAW 0
  • org.docx4j.model.images.AbstractWordXmlPicture 
    Modifier and Type Constant Field Value
    protected static final java.lang.String IMAGE_URL "http://docxwave.appspot.com/image?"
  • org.docx4j.model.properties.Property 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_COLON ":"
    public static final java.lang.String CSS_COMMA ";"
    public static final java.lang.String CSS_NULL ""
    public static final java.lang.String CSS_SPACE " "
  • org.docx4j.model.properties.paragraph.Indent 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "margin-left"
    public static final java.lang.String FO_NAME "start-indent"
    public static final java.lang.String FO_NAME_TEXT_INDENT "text-indent"
  • org.docx4j.model.properties.paragraph.Justification 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "text-align"
    public static final java.lang.String FO_NAME "text-align"
  • org.docx4j.model.properties.paragraph.KeepNext 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "page-break-after"
    public static final java.lang.String FO_NAME "keep-with-next"
  • org.docx4j.model.properties.paragraph.LineSpacing 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "line-height"
    public static final java.lang.String FO_NAME "line-height"
  • org.docx4j.model.properties.paragraph.NumberingProperty 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "FIXME"
    public static final java.lang.String FO_NAME "FIXME"
  • org.docx4j.model.properties.paragraph.PageBreakBefore 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "page-break-before"
    public static final java.lang.String FO_NAME "break-before"
  • org.docx4j.model.properties.paragraph.PBorderBottom 
    Modifier and Type Constant Field Value
    public static final java.lang.String FO_NAME "border-bottom"
  • org.docx4j.model.properties.paragraph.PBorderLeft 
    Modifier and Type Constant Field Value
    public static final java.lang.String FO_NAME "border-left"
  • org.docx4j.model.properties.paragraph.PBorderRight 
    Modifier and Type Constant Field Value
    public static final java.lang.String FO_NAME "border-right"
  • org.docx4j.model.properties.paragraph.PBorderTop 
    Modifier and Type Constant Field Value
    public static final java.lang.String FO_NAME "border-top"
  • org.docx4j.model.properties.paragraph.PShading 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "background-color"
    public static final java.lang.String FO_NAME "background-color"
  • org.docx4j.model.properties.paragraph.SpaceAfter 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "margin-bottom"
    public static final java.lang.String FO_NAME "space-after"
  • org.docx4j.model.properties.paragraph.SpaceBefore 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "margin-top"
    public static final java.lang.String FO_NAME "space-before"
  • org.docx4j.model.properties.paragraph.TextAlignmentVertical 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "vertical-align"
    public static final java.lang.String FO_NAME "vertical-align"
  • org.docx4j.model.properties.run.Bold 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "font-weight"
    public static final java.lang.String FO_NAME "font-weight"
  • org.docx4j.model.properties.run.FontColor 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "color"
    public static final java.lang.String FO_NAME "color"
  • org.docx4j.model.properties.run.FontSize 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "font-size"
    public static final java.lang.String FO_NAME "font-size"
  • org.docx4j.model.properties.run.HighlightColor 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "background-color"
    public static final java.lang.String FO_NAME "background-color"
  • org.docx4j.model.properties.run.Italics 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "font-style"
    public static final java.lang.String FO_NAME "font-style"
  • org.docx4j.model.properties.run.RBorder 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME_COLOR "border-color"
    public static final java.lang.String CSS_NAME_STYLE "border-style"
    public static final java.lang.String CSS_NAME_WIDTH "border-width"
  • org.docx4j.model.properties.run.RShading 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "background-color"
    public static final java.lang.String FO_NAME "background-color"
  • org.docx4j.model.properties.run.Strike 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "text-decoration"
    public static final java.lang.String FO_NAME "text-decoration"
  • org.docx4j.model.properties.run.TextDirection 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "direction"
    public static final java.lang.String FO_NAME "direction"
  • org.docx4j.model.properties.run.Underline 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "text-decoration"
    public static final java.lang.String FO_NAME "text-decoration"
  • org.docx4j.model.properties.run.VerticalAlignment 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "vertical-align"
    public static final java.lang.String FO_NAME "vertical-align"
  • org.docx4j.model.properties.table.AbstractCellMargin 
    Modifier and Type Constant Field Value
    protected static final java.lang.String CSS_NAME_PREFIX "padding-"
    protected static final java.lang.String FO_NAME_PREFIX "padding-"
  • org.docx4j.model.properties.table.BorderBottom 
    Modifier and Type Constant Field Value
    public static final java.lang.String FO_NAME "TODO"
  • org.docx4j.model.properties.table.BorderLeft 
    Modifier and Type Constant Field Value
    public static final java.lang.String FO_NAME "TODO"
  • org.docx4j.model.properties.table.BorderRight 
    Modifier and Type Constant Field Value
    public static final java.lang.String FO_NAME "TODO"
  • org.docx4j.model.properties.table.BorderTop 
    Modifier and Type Constant Field Value
    public static final java.lang.String FO_NAME "TODO"
  • org.docx4j.model.properties.table.CellMarginBottom 
    Modifier and Type Constant Field Value
    protected static final java.lang.String SUFFIX "bottom"
  • org.docx4j.model.properties.table.CellMarginLeft 
    Modifier and Type Constant Field Value
    protected static final java.lang.String SUFFIX "left"
  • org.docx4j.model.properties.table.CellMarginRight 
    Modifier and Type Constant Field Value
    protected static final java.lang.String SUFFIX "right"
  • org.docx4j.model.properties.table.CellMarginTop 
    Modifier and Type Constant Field Value
    protected static final java.lang.String SUFFIX "top"
  • org.docx4j.model.properties.table.Indent 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "margin-left"
    public static final java.lang.String FO_NAME "start-indent"
  • org.docx4j.model.properties.table.tc.Shading 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "background-color"
    public static final java.lang.String FO_NAME "background-color"
  • org.docx4j.model.properties.table.tc.TextAlignmentVertical 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "vertical-align"
    public static final java.lang.String FO_NAME "display-align"
  • org.docx4j.model.properties.table.tc.TextDir 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "transform"
    public static final java.lang.String FO_NAME "reference-orientation"
  • org.docx4j.model.properties.table.tr.TrCantSplit 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "page-break-inside"
    public static final java.lang.String FO_NAME "keep-together.within-page"
  • org.docx4j.model.properties.table.tr.TrHeight 
    Modifier and Type Constant Field Value
    public static final java.lang.String CSS_NAME "height"
    public static final java.lang.String FO_NAME "height"
  • org.docx4j.openpackaging.contenttype.ContentTypeManager 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONTENT_TYPES_PART_NAME "[Content_Types].xml"
    public static final java.lang.String TYPES_NAMESPACE_URI "http://schemas.openxmlformats.org/package/2006/content-types"
  • org.docx4j.openpackaging.contenttype.ContentTypes 
    Modifier and Type Constant Field Value
    public static final java.lang.String APPLICATION_XML "application/xml"
    public static final java.lang.String DIGITAL_SIGNATURE_ORIGIN_PART "application/vnd.openxmlformats-package.digital-signature-origin"
    public static final java.lang.String DIGITAL_SIGNATURE_XML_SIGNATURE_PART "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml"
    public static final java.lang.String DRAWINGML_CHART "application/vnd.openxmlformats-officedocument.drawingml.chart+xml"
    public static final java.lang.String DRAWINGML_CHART_SHAPES "application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml"
    public static final java.lang.String DRAWINGML_DIAGRAM_COLORS "application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml"
    public static final java.lang.String DRAWINGML_DIAGRAM_DATA "application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml"
    public static final java.lang.String DRAWINGML_DIAGRAM_DRAWING "application/vnd.ms-office.drawingml.diagramDrawing+xml"
    public static final java.lang.String DRAWINGML_DIAGRAM_LAYOUT "application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml"
    public static final java.lang.String DRAWINGML_DIAGRAM_LAYOUT_HEADER "application/vnd.openxmlformats-officedocument.drawingml.diagramLayoutHeader+xml"
    public static final java.lang.String DRAWINGML_DIAGRAM_STYLE "application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml"
    public static final java.lang.String DRAWINGML_DRAWING "application/vnd.openxmlformats-officedocument.drawing+xml"
    public static final java.lang.String EXTENSION_BMP "bmp"
    public static final java.lang.String EXTENSION_EMF "emf"
    public static final java.lang.String EXTENSION_EPS "eps"
    public static final java.lang.String EXTENSION_GIF "gif"
    public static final java.lang.String EXTENSION_JPG_1 "jpg"
    public static final java.lang.String EXTENSION_JPG_2 "jpeg"
    public static final java.lang.String EXTENSION_PICT "tiff"
    public static final java.lang.String EXTENSION_PNG "png"
    public static final java.lang.String EXTENSION_TIFF "tiff"
    public static final java.lang.String EXTENSION_WMF "wmf"
    public static final java.lang.String IMAGE_BMP "image/bmp"
    public static final java.lang.String IMAGE_EMF "image/x-emf"
    public static final java.lang.String IMAGE_EMF2 "image/emf"
    public static final java.lang.String IMAGE_EPS "application/postscript"
    public static final java.lang.String IMAGE_GIF "image/gif"
    public static final java.lang.String IMAGE_JPEG "image/jpeg"
    public static final java.lang.String IMAGE_PICT "image/pict"
    public static final java.lang.String IMAGE_PNG "image/png"
    public static final java.lang.String IMAGE_SVG "image/svg+xml"
    public static final java.lang.String IMAGE_TIFF "image/tiff"
    public static final java.lang.String IMAGE_WMF "image/x-wmf"
    public static final java.lang.String INK_ML "application/inkml+xml"
    public static final java.lang.String MS_WORD_KEYMAP "application/vnd.ms-word.keyMapCustomizations+xml"
    public static final java.lang.String OFFICEDOCUMENT_ACTIVEX_OBJECT "application/vnd.ms-office.activeX"
    public static final java.lang.String OFFICEDOCUMENT_ACTIVEX_XML_OBJECT "application/vnd.ms-office.activeX+xml"
    public static final java.lang.String OFFICEDOCUMENT_CUSTOMPROPERTIES "application/vnd.openxmlformats-officedocument.custom-properties+xml"
    public static final java.lang.String OFFICEDOCUMENT_CUSTOMXML_DATASTORAGE "application/xml"
    public static final java.lang.String OFFICEDOCUMENT_CUSTOMXML_DATASTORAGEPROPERTIES "application/vnd.openxmlformats-officedocument.customXmlProperties+xml"
    public static final java.lang.String OFFICEDOCUMENT_EXTENDEDPROPERTIES "application/vnd.openxmlformats-officedocument.extended-properties+xml"
    public static final java.lang.String OFFICEDOCUMENT_FONT "application/vnd.openxmlformats-officedocument.obfuscatedFont"
    public static final java.lang.String OFFICEDOCUMENT_OLE_OBJECT "application/vnd.openxmlformats-officedocument.oleObject"
    public static final java.lang.String OFFICEDOCUMENT_THEME "application/vnd.openxmlformats-officedocument.theme+xml"
    public static final java.lang.String OFFICEDOCUMENT_THEME_OVERRIDE "application/vnd.openxmlformats-officedocument.themeOverride+xml"
    public static final java.lang.String OFFICEDOCUMENT_VBA_DATA "application/vnd.ms-word.vbaData+xml"
    public static final java.lang.String OFFICEDOCUMENT_VBA_PROJECT "application/vnd.ms-office.vbaProject"
    public static final java.lang.String OFFICEDOCUMENT_VBA_PROJECT_SIGNATURE "application/vnd.ms-office.vbaProjectSignature"
    public static final java.lang.String PACKAGE_COREPROPERTIES "application/vnd.openxmlformats-package.core-properties+xml"
    public static final java.lang.String PRESENTATION "application/vnd.openxmlformats-officedocument.presentationml.presentation"
    public static final java.lang.String PRESENTATIONML_COMMENT_AUTHORS "application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml"
    public static final java.lang.String PRESENTATIONML_COMMENTS "application/vnd.openxmlformats-officedocument.presentationml.comments+xml"
    public static final java.lang.String PRESENTATIONML_FONT_DATA "application/x-fontdata"
    public static final java.lang.String PRESENTATIONML_HANDOUT_MASTER "application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml"
    public static final java.lang.String PRESENTATIONML_MACROENABLED "application/vnd.ms-powerpoint.presentation.macroEnabled.main+xml"
    public static final java.lang.String PRESENTATIONML_MAIN "application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"
    public static final java.lang.String PRESENTATIONML_NOTES_MASTER "application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml"
    public static final java.lang.String PRESENTATIONML_NOTES_SLIDE "application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml"
    public static final java.lang.String PRESENTATIONML_PRES_PROPS "application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"
    public static final java.lang.String PRESENTATIONML_SLIDE "application/vnd.openxmlformats-officedocument.presentationml.slide+xml"
    public static final java.lang.String PRESENTATIONML_SLIDE_LAYOUT "application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"
    public static final java.lang.String PRESENTATIONML_SLIDE_MASTER "application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"
    public static final java.lang.String PRESENTATIONML_SLIDESHOW "application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml"
    public static final java.lang.String PRESENTATIONML_TABLE_STYLES "application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"
    public static final java.lang.String PRESENTATIONML_TAGS "application/vnd.openxmlformats-officedocument.presentationml.tags+xml"
    public static final java.lang.String PRESENTATIONML_TEMPLATE "application/vnd.openxmlformats-officedocument.presentationml.template.main+xml"
    public static final java.lang.String PRESENTATIONML_TEMPLATE_MACROENABLED "application/vnd.ms-powerpoint.template.macroEnabled.main+xml"
    public static final java.lang.String PRESENTATIONML_VIEW_PROPS "application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"
    public static final java.lang.String RELATIONSHIPS_PART "application/vnd.openxmlformats-package.relationships+xml"
    public static final java.lang.String SPREADSHEETML_CALC_CHAIN "application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml"
    public static final java.lang.String SPREADSHEETML_CHARTSHEET "application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml"
    public static final java.lang.String SPREADSHEETML_COMMENTS "application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"
    public static final java.lang.String SPREADSHEETML_CONNECTIONS "application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"
    public static final java.lang.String SPREADSHEETML_EXTERNAL_LINK "application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"
    public static final java.lang.String SPREADSHEETML_PIVOT_CACHE_DEFINITION "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml"
    public static final java.lang.String SPREADSHEETML_PIVOT_CACHE_RECORDS "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml"
    public static final java.lang.String SPREADSHEETML_PIVOT_TABLE "application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"
    public static final java.lang.String SPREADSHEETML_PRINTER_SETTINGS "application/vnd.openxmlformats-officedocument.spreadsheetml.printerSettings"
    public static final java.lang.String SPREADSHEETML_QUERY_TABLE "application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"
    public static final java.lang.String SPREADSHEETML_SHARED_STRINGS "application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"
    public static final java.lang.String SPREADSHEETML_STYLES "application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"
    public static final java.lang.String SPREADSHEETML_TABLE "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"
    public static final java.lang.String SPREADSHEETML_TEMPLATE "application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"
    public static final java.lang.String SPREADSHEETML_TEMPLATE_MACROENABLED "application/vnd.ms-excel.template.macroEnabled.main+xml"
    public static final java.lang.String SPREADSHEETML_WORKBOOK "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"
    public static final java.lang.String SPREADSHEETML_WORKBOOK_MACROENABLED "application/vnd.ms-excel.sheet.macroEnabled.main+xml"
    public static final java.lang.String SPREADSHEETML_WORKSHEET "application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"
    public static final java.lang.String TRUETYPE_FONT "application/x-font-ttf"
    public static final java.lang.String VML_DRAWING "application/vnd.openxmlformats-officedocument.vmlDrawing"
    public static final java.lang.String WEB_EXTENSION_TASKPANES "application/vnd.ms-office.webextensiontaskpanes+xml"
    public static final java.lang.String WEB_EXTENSION_WEBEXTENSION "application/vnd.ms-office.webextension+xml"
    public static final java.lang.String WORDPROCESSINGML_COMMENTS "application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml"
    public static final java.lang.String WORDPROCESSINGML_COMMENTS_EXTENDED "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsExtended+xml"
    public static final java.lang.String WORDPROCESSINGML_COMMENTS_IDS "application/vnd.openxmlformats-officedocument.wordprocessingml.commentsIds+xml"
    public static final java.lang.String WORDPROCESSINGML_DOCUMENT "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"
    public static final java.lang.String WORDPROCESSINGML_DOCUMENT_MACROENABLED "application/vnd.ms-word.document.macroEnabled.main+xml"
    public static final java.lang.String WORDPROCESSINGML_ENDNOTES "application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"
    public static final java.lang.String WORDPROCESSINGML_FONTTABLE "application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"
    public static final java.lang.String WORDPROCESSINGML_FOOTER "application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml"
    public static final java.lang.String WORDPROCESSINGML_FOOTNOTES "application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"
    public static final java.lang.String WORDPROCESSINGML_GLOSSARYDOCUMENT "application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml"
    public static final java.lang.String WORDPROCESSINGML_HEADER "application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml"
    public static final java.lang.String WORDPROCESSINGML_NUMBERING "application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml"
    public static final java.lang.String WORDPROCESSINGML_PEOPLE "application/vnd.openxmlformats-officedocument.wordprocessingml.people+xml"
    public static final java.lang.String WORDPROCESSINGML_SETTINGS "application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"
    public static final java.lang.String WORDPROCESSINGML_STYLES "application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"
    public static final java.lang.String WORDPROCESSINGML_STYLESWITHEFFECTS "application/vnd.ms-word.stylesWithEffects+xml"
    public static final java.lang.String WORDPROCESSINGML_TEMPLATE "application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml"
    public static final java.lang.String WORDPROCESSINGML_TEMPLATE_MACROENABLED "application/vnd.ms-word.template.macroEnabledTemplate.main+xml"
    public static final java.lang.String WORDPROCESSINGML_WEBSETTINGS "application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"
    public static final java.lang.String XML "text/xml"
  • org.docx4j.openpackaging.parts.DocPropsCustomPart 
    Modifier and Type Constant Field Value
    public static final java.lang.String fmtidValLpwstr "{D5CDD505-2E9C-101B-9397-08002B2CF9AE}"
    public static final java.lang.String MARK_AS_FINAL "_MarkAsFinal"
  • org.docx4j.openpackaging.parts.PresentationML.JaxbPmlPart<E> 
    Modifier and Type Constant Field Value
    protected static final java.lang.String COLOR_MAPPING "<p:clrMap xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" bg1=\"lt1\" tx1=\"dk1\" bg2=\"lt2\" tx2=\"dk2\" accent1=\"accent1\" accent2=\"accent2\" accent3=\"accent3\" accent4=\"accent4\" accent5=\"accent5\" accent6=\"accent6\" hlink=\"hlink\" folHlink=\"folHlink\"/>"
    public static final java.lang.String COMMON_SLIDE_DATA "<p:cSld xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\"><p:spTree><p:nvGrpSpPr><p:cNvPr id=\"1\" name=\"\"/><p:cNvGrpSpPr/><p:nvPr/></p:nvGrpSpPr><p:grpSpPr><a:xfrm><a:off x=\"0\" y=\"0\"/><a:ext cx=\"0\" cy=\"0\"/><a:chOff x=\"0\" y=\"0\"/><a:chExt cx=\"0\" cy=\"0\"/></a:xfrm></p:grpSpPr></p:spTree></p:cSld>"
  • org.docx4j.openpackaging.parts.relationships.Namespaces 
    Modifier and Type Constant Field Value
    public static final java.lang.String ACTIVEX_XML_OBJECT "http://schemas.openxmlformats.org/officeDocument/2006/relationships/control"
    public static final java.lang.String AF "http://schemas.openxmlformats.org/officeDocument/2006/relationships/aFChunk"
    public static final java.lang.String ATTACHED_TEMPLATE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/attachedTemplate"
    public static final java.lang.String CHART_USER_SHAPES "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartUserShapes"
    public static final java.lang.String COMMENTS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"
    public static final java.lang.String COMMENTS_EXTENDED "http://schemas.microsoft.com/office/2011/relationships/commentsExtended"
    public static final java.lang.String COMMENTS_IDS "http://schemas.microsoft.com/office/2016/09/relationships/commentsIds"
    public static final java.lang.String CONTENT_TYPES "http://schemas.openxmlformats.org/package/2006/content-types"
    public static final java.lang.String CUSTOM_XML_DATA_STORAGE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXml"
    public static final java.lang.String CUSTOM_XML_DATA_STORAGE_PROPERTIES "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customXmlProps"
    public static final java.lang.String DIGITAL_SIGNATURE "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/signature"
    public static final java.lang.String DIGITAL_SIGNATURE_CERTIFICATE "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/certificate"
    public static final java.lang.String DIGITAL_SIGNATURE_ORIGIN "http://schemas.openxmlformats.org/package/2006/relationships/digital-signature/origin"
    public static final java.lang.String DOCUMENT "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
    public static final java.lang.String DRAWINGML_DIAGRAM_COLORS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramColors"
    public static final java.lang.String DRAWINGML_DIAGRAM_DATA "http://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramData"
    public static final java.lang.String DRAWINGML_DIAGRAM_DRAWING "http://schemas.microsoft.com/office/2007/relationships/diagramDrawing"
    public static final java.lang.String DRAWINGML_DIAGRAM_LAYOUT "http://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramLayout"
    public static final java.lang.String DRAWINGML_DIAGRAM_LAYOUT_HEADER "http://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramLayoutHeader"
    public static final java.lang.String DRAWINGML_DIAGRAM_STYLE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramQuickStyle"
    public static final java.lang.String EMBEDDED_PKG "http://schemas.openxmlformats.org/officeDocument/2006/relationships/package"
    public static final java.lang.String ENDNOTES "http://schemas.openxmlformats.org/officeDocument/2006/relationships/endnotes"
    public static final java.lang.String FONT "http://schemas.openxmlformats.org/officeDocument/2006/relationships/font"
    public static final java.lang.String FONT_TABLE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable"
    public static final java.lang.String FOOTER "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer"
    public static final java.lang.String FOOTNOTES "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"
    public static final java.lang.String GLOSSARY_DOCUMENT "http://schemas.openxmlformats.org/officeDocument/2006/relationships/glossaryDocument"
    public static final java.lang.String HEADER "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header"
    public static final java.lang.String HYPERLINK "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"
    public static final java.lang.String IMAGE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"
    public static final java.lang.String KEYMAP "http://schemas.microsoft.com/office/2006/relationships/keyMapCustomizations"
    public static final java.lang.String METADATA_THUMBNAIL "http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail"
    public static final java.lang.String NS_WORD12 "http://schemas.openxmlformats.org/wordprocessingml/2006/main"
    public static final java.lang.String NUMBERING "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering"
    public static final java.lang.String OFFICE_2011_PEOPLE "http://schemas.microsoft.com/office/2011/relationships/people"
    public static final java.lang.String OLE_OBJECT "http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject"
    public static final java.lang.String PKG_XML "http://schemas.microsoft.com/office/2006/xmlPackage"
    public static final java.lang.String PRESENTATIONML_COMMENT_AUTHORS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/commentAuthors"
    public static final java.lang.String PRESENTATIONML_COMMENTS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"
    public static final java.lang.String PRESENTATIONML_FONT_DATA "http://schemas.openxmlformats.org/officeDocument/2006/relationships/font"
    public static final java.lang.String PRESENTATIONML_HANDOUT_MASTER "http://schemas.openxmlformats.org/officeDocument/2006/relationships/handoutMaster"
    public static final java.lang.String PRESENTATIONML_MAIN "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
    public static final java.lang.String PRESENTATIONML_NOTES_MASTER "http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesMaster"
    public static final java.lang.String PRESENTATIONML_NOTES_SLIDE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/notesSlide"
    public static final java.lang.String PRESENTATIONML_PRES_PROPS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/presProps"
    public static final java.lang.String PRESENTATIONML_SLIDE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide"
    public static final java.lang.String PRESENTATIONML_SLIDE_LAYOUT "http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"
    public static final java.lang.String PRESENTATIONML_SLIDE_MASTER "http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster"
    public static final java.lang.String PRESENTATIONML_TABLE_STYLES "http://schemas.openxmlformats.org/officeDocument/2006/relationships/tableStyles"
    public static final java.lang.String PRESENTATIONML_TAGS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/tags"
    public static final java.lang.String PRESENTATIONML_VIEW_PROPS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps"
    public static final java.lang.String PROPERTIES_CORE "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties"
    public static final java.lang.String PROPERTIES_COVERPAGE "http://schemas.microsoft.com/\u200coffice/\u200c2006/\u200ccoverPageProps"
    public static final java.lang.String PROPERTIES_CUSTOM "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties"
    public static final java.lang.String PROPERTIES_EXTENDED "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties"
    public static final java.lang.String RELATIONSHIPS "http://schemas.openxmlformats.org/package/2006/relationships"
    public static final java.lang.String RELATIONSHIPS_OFFICEDOC "http://schemas.openxmlformats.org/officeDocument/2006/relationships"
    public static final java.lang.String SETTINGS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings"
    public static final java.lang.String SPREADSHEETML_CALC_CHAIN "http://schemas.openxmlformats.org/officeDocument/2006/relationships/calcChain"
    public static final java.lang.String SPREADSHEETML_CHART "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart"
    public static final java.lang.String SPREADSHEETML_CHARTSHEET "http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet"
    public static final java.lang.String SPREADSHEETML_COMMENTS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments"
    public static final java.lang.String SPREADSHEETML_CONNECTIONS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/connections"
    public static final java.lang.String SPREADSHEETML_DRAWING "http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing"
    public static final java.lang.String SPREADSHEETML_EXTERNAL_LINK "http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLink"
    public static final java.lang.String SPREADSHEETML_PIVOT_CACHE_DEFINITION "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheDefinition"
    public static final java.lang.String SPREADSHEETML_PIVOT_CACHE_RECORDS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotCacheRecords"
    public static final java.lang.String SPREADSHEETML_PIVOT_TABLE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotTable"
    public static final java.lang.String SPREADSHEETML_PRINTER_SETTINGS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/printerSettings"
    public static final java.lang.String SPREADSHEETML_QUERY_TABLE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/queryTable"
    public static final java.lang.String SPREADSHEETML_SHARED_STRINGS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings"
    public static final java.lang.String SPREADSHEETML_STYLES "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"
    public static final java.lang.String SPREADSHEETML_TABLE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/table"
    public static final java.lang.String SPREADSHEETML_WORKBOOK "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
    public static final java.lang.String SPREADSHEETML_WORKSHEET "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet"
    public static final java.lang.String STYLES "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"
    public static final java.lang.String SUBDOCUMENT "http://schemas.openxmlformats.org/officeDocument/2006/relationships/subDocument"
    public static final java.lang.String THEME "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"
    public static final java.lang.String THEME_OVERRIDE "http://schemas.openxmlformats.org/officeDocument/2006/relationships/themeOverride"
    public static final java.lang.String THUMBNAIL "http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail"
    public static final java.lang.String VBA_DATA_WORD "http://schemas.microsoft.com/office/2006/relationships/wordVbaData"
    public static final java.lang.String VBA_PROJECT "http://schemas.microsoft.com/office/2006/relationships/vbaProject"
    public static final java.lang.String VBA_PROJECT_SIGNATURE "http://schemas.microsoft.com/office/2006/relationships/vbaProjectSignature"
    public static final java.lang.String VML "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing"
    public static final java.lang.String W_NAMESPACE_DECLARATION "xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\""
    public static final java.lang.String WEB_EXTENSION_TASKPANES "http://schemas.microsoft.com/office/webextensions/taskpanes/2010/11"
    public static final java.lang.String WEB_EXTENSION_WEBEXTENSION "http://schemas.microsoft.com/office/webextensions/webextension/2010/11"
    public static final java.lang.String WEB_SETTINGS "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings"
    public static final java.lang.String XFORMS "http://www.w3.org/2002/xforms"
    public static final java.lang.String XML_EVENTS "http://www.w3.org/2001/xml-events"
    public static final java.lang.String XML_SCHEMA "http://www.w3.org/2001/XMLSchema"
  • org.docx4j.openpackaging.parts.WordprocessingML.StyleDefinitionsPart 
    Modifier and Type Constant Field Value
    public static final java.lang.String docDefaultsString "<w:docDefaults xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"><w:rPrDefault><w:rPr xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"><w:sz w:val=\"20\" /><w:szCs w:val=\"20\" /><w:lang w:val=\"en-US\" w:eastAsia=\"en-US\" w:bidi=\"ar-SA\" /></w:rPr></w:rPrDefault><w:pPrDefault><w:pPr xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"><w:spacing w:after=\"200\" w:line=\"276\" w:lineRule=\"auto\" /></w:pPr></w:pPrDefault></w:docDefaults>"
    public static final java.lang.String pPrDefaultsString "<w:pPr xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"><w:spacing w:after=\"200\" w:line=\"276\" w:lineRule=\"auto\" /></w:pPr>"
    public static final java.lang.String rPrDefaultsString "<w:rPr xmlns:w=\"http://schemas.openxmlformats.org/wordprocessingml/2006/main\"><w:sz w:val=\"20\" /><w:szCs w:val=\"20\" /><w:lang w:val=\"en-US\" w:eastAsia=\"en-US\" w:bidi=\"ar-SA\" /></w:rPr>"
  • org.docx4j.org.apache.poi.poifs.crypt.Decryptor 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_PASSWORD "VelvetSweatshop"
    public static final java.lang.String DEFAULT_POIFS_ENTRY "EncryptedPackage"
  • org.docx4j.org.apache.poi.poifs.crypt.Encryptor 
    Modifier and Type Constant Field Value
    protected static final java.lang.String DEFAULT_POIFS_ENTRY "EncryptedPackage"
  • org.docx4j.org.apache.poi.poifs.filesystem.DocumentInputStream 
    Modifier and Type Constant Field Value
    protected static final int EOF -1
    protected static final int SIZE_INT 4
    protected static final int SIZE_LONG 8
    protected static final int SIZE_SHORT 2
  • org.docx4j.org.apache.poi.poifs.filesystem.Ole10Native 
    Modifier and Type Constant Field Value
    protected static final java.lang.String ISO1 "ISO-8859-1"
    public static final java.lang.String OLE10_NATIVE "\u0001Ole10Native"
  • org.docx4j.org.apache.xml.security.Init 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONF_NS "http://www.xmlsecurity.org/NS/#configuration"
  • org.docx4j.org.apache.xml.security.transforms.implementations.TransformBase64Decode 
    Modifier and Type Constant Field Value
    public static final java.lang.String implementedTransformURI "http://www.w3.org/2000/09/xmldsig#base64"
  • org.docx4j.org.apache.xml.security.transforms.implementations.TransformC14N 
    Modifier and Type Constant Field Value
    public static final java.lang.String implementedTransformURI "http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
  • org.docx4j.org.apache.xml.security.transforms.implementations.TransformC14NExclusive 
    Modifier and Type Constant Field Value
    public static final java.lang.String implementedTransformURI "http://www.w3.org/2001/10/xml-exc-c14n#"
  • org.docx4j.org.apache.xml.security.transforms.implementations.TransformC14NExclusiveWithComments 
    Modifier and Type Constant Field Value
    public static final java.lang.String implementedTransformURI "http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
  • org.docx4j.org.apache.xml.security.transforms.implementations.TransformC14NWithComments 
    Modifier and Type Constant Field Value
    public static final java.lang.String implementedTransformURI "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"
  • org.docx4j.org.apache.xml.security.transforms.implementations.TransformEnvelopedSignature 
    Modifier and Type Constant Field Value
    public static final java.lang.String implementedTransformURI "http://www.w3.org/2000/09/xmldsig#enveloped-signature"
  • org.docx4j.toc.switches.AbstractSwitch 
    Modifier and Type Constant Field Value
    public static final java.lang.String EMPTY ""
    public static final java.lang.String ERROR_NOT_VALID_HEADING_LEVEL "Error! Not a valid heading level range."
  • org.docx4j.toc.switches.HSwitch 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "\\h"
  • org.docx4j.toc.switches.NSwitch 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "\\n"
  • org.docx4j.toc.switches.OSwitch 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "\\o"
  • org.docx4j.toc.switches.TSwitch 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "\\t"
  • org.docx4j.toc.switches.USwitch 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID "\\u"

org.pptx4j.*

org.xlsx4j.*