A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

P

pageBreakSplit() - Method in class writer2latex.xhtml.XhtmlConfig
 
pageFormatting() - Method in class writer2latex.latex.LaTeXConfig
 
pageHandlers - Variable in class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase
 
PageLayout - Class in writer2latex.office
Class representing a page master in OOo Writer.
PageLayout() - Constructor for class writer2latex.office.PageLayout
 
PAGES - Static variable in class writer2latex.office.BibMark
 
PageStyleConverter - Class in writer2latex.latex
 
PageStyleConverter(OfficeReader, LaTeXConfig, ConverterPalette) - Constructor for class writer2latex.latex.PageStyleConverter
Constructs a new PageStyleConverter.
PageStyleConverter - Class in writer2latex.xhtml
This class converts OpenDocument page styles to CSS2 styles.
PageStyleConverter(OfficeReader, XhtmlConfig, Converter, int) - Constructor for class writer2latex.xhtml.PageStyleConverter
Create a new PageStyleConverter
palette - Variable in class writer2latex.latex.ConverterHelper
 
PAR - Static variable in class writer2latex.latex.util.StyleMapItem
 
ParConverter - Class in writer2latex.latex
 
ParConverter(OfficeReader, LaTeXConfig, ConverterPalette) - Constructor for class writer2latex.latex.ParConverter
Constructs a new ParConverter.
ParStyleConverter - Class in writer2latex.xhtml
This class converts OpenDocument paragraph styles to CSS2 styles for use in ordinary paragraphs.
ParStyleConverter(OfficeReader, XhtmlConfig, Converter, int) - Constructor for class writer2latex.xhtml.ParStyleConverter
Create a new ParStyleConverter
PDF - Static variable in class writer2latex.api.MIMETypes
 
PDF_EXT - Static variable in class writer2latex.office.MIMETypes
 
PDFANNOTATION - Static variable in class writer2latex.latex.LaTeXConfig
 
PDFLATEX - Static variable in class org.openoffice.da.comp.writer4latex.ExternalApps
 
PDFTEX - Static variable in class org.openoffice.da.comp.writer4latex.TeXify
Backend format pdfTeX (pdf)
PDFTEX - Static variable in class writer2latex.latex.LaTeXConfig
 
PDFVIEWER - Static variable in class org.openoffice.da.comp.writer4latex.ExternalApps
 
peekChar() - Method in class writer2latex.util.SimpleInputBuffer
 
peekFollowingChar() - Method in class writer2latex.util.SimpleInputBuffer
 
PNG - Static variable in class writer2latex.api.MIMETypes
 
PNG_EXT - Static variable in class writer2latex.office.MIMETypes
 
PNG_SIG - Static variable in class writer2latex.office.MIMETypes
 
Polyglossia - Class in writer2latex.latex.i18n
 
Polyglossia() - Constructor for class writer2latex.latex.i18n.Polyglossia
 
popContentWidth() - Method in class writer2latex.xhtml.Converter
 
popSpecialTable() - Method in class writer2latex.latex.i18n.ClassicI18n
Pop a font from the font stack
popSpecialTable() - Method in class writer2latex.latex.i18n.I18n
Pop a font from the font stack
popSpecialTable() - Method in class writer2latex.latex.i18n.XeTeXI18n
Pop a font from the font stack
POSTSCRIPTVIEWER - Static variable in class org.openoffice.da.comp.writer4latex.ExternalApps
 
prepareControls(DialogAccess, boolean) - Method in class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.AttributePageHandler
 
prepareControls(DialogAccess, boolean) - Method in class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.StylesPageHandler
 
PRESENTATION_CLASS - Static variable in class writer2latex.office.XMLString
 
PRESENTATION_STYLE_NAME - Static variable in class writer2latex.office.XMLString
 
PresentationStyleConverter - Class in writer2latex.xhtml
This class converts OpenDocument presentation styles to CSS2 styles.
PresentationStyleConverter(OfficeReader, XhtmlConfig, Converter, int) - Constructor for class writer2latex.xhtml.PresentationStyleConverter
Create a new PresentationStyleConverter
prettyPrint() - Method in class writer2latex.xhtml.XhtmlConfig
 
PREVIOUS - Static variable in class writer2latex.xhtml.L10n
 
process(File, String, short, boolean) - Method in class org.openoffice.da.comp.writer4latex.TeXify
Process a document
processingInstruction(String, String) - Method in class org.openoffice.da.comp.w2lcommon.filter.ExportFilterBase
 
PropertyHelper - Class in org.openoffice.da.comp.w2lcommon.helper
This class provides access by name to a PropertyValue array
PropertyHelper() - Constructor for class org.openoffice.da.comp.w2lcommon.helper.PropertyHelper
 
PropertyHelper(PropertyValue[]) - Constructor for class org.openoffice.da.comp.w2lcommon.helper.PropertyHelper
 
PropertySet - Class in writer2latex.office
Class representing a set of style properties in OOo (actually this is simply the set of attributes of an element).
PropertySet() - Constructor for class writer2latex.office.PropertySet
 
props - Variable in class writer2latex.xhtml.StyleInfo
 
PUBLISHER - Static variable in class writer2latex.office.BibMark
 
pushContentWidth(String) - Method in class writer2latex.xhtml.Converter
 
pushSpecialTable(String) - Method in class writer2latex.latex.i18n.ClassicI18n
Push a font to the font stack
pushSpecialTable(String) - Method in class writer2latex.latex.i18n.I18n
Push a font to the font stack
pushSpecialTable(String) - Method in class writer2latex.latex.i18n.XeTeXI18n
Push a font to the font stack
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
put(String, Object) - Method in class org.openoffice.da.comp.w2lcommon.helper.PropertyHelper
 
put(String, Map<String, String>) - Method in class writer2latex.api.ComplexOption
Define a key.
put(BibMark) - Method in class writer2latex.bibtex.BibTeXDocument
 
put(String, String, int) - Method in class writer2latex.latex.i18n.ReplacementTrie
 
put(String, String, int) - Method in class writer2latex.latex.i18n.ReplacementTrieNode
 
put(String, String, String, String, boolean, int, boolean) - Method in class writer2latex.latex.util.StyleMap
 
put(String, String, String, boolean, int, boolean) - Method in class writer2latex.latex.util.StyleMap
 
put(String, String, String, String, boolean) - Method in class writer2latex.latex.util.StyleMap
 
put(String, String, String) - Method in class writer2latex.latex.util.StyleMap
 
put(String, String, String, String, String) - Method in class writer2latex.xhtml.XhtmlStyleMap
 
putOnce(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _