public static class WriteOdt.CmdArgs extends TranslateOdtCommon.CommonArgs
Modifier and Type | Field and Description |
---|---|
(package private) Argument[] |
argList1
This array describes the commands with its help and stores the result to CmdArgs.
|
(package private) boolean |
bReadAdoc
True then read adoc, false specific markup.
|
(package private) boolean |
bRenameImageFiles
If true then it tries to rename an image with that name which is given in title.
|
(package private) java.io.File |
dirCreateCfgJavaData
If true then call
GenXmlCfgJavaData with the used existing XmlCfg. |
(package private) java.io.File |
dirDbg |
(package private) java.io.File |
fCfg
A configuartion file to read.
|
(package private) java.io.File |
fOutXml
An XML file to write.
|
(package private) java.io.File |
fReport
If not null then write some report info.
|
(package private) java.io.File |
fWriteXmlStruct
If true then write with the only one read #fIn a new analyzed XmlCfg to this file.
|
(package private) float |
pixelPerPageWidth |
(package private) java.lang.String |
swwwRoot
If a www link starts with this, replace also the absolute link if an anchor is replaced.
|
argListCommon, bBackAll, dirIn, dirLabel, dirOut, dirOutBack, fIn, fOut, sExtForeignHtml, sExtForeignPdf, sExtIn, sExtMarkup, sExtOut, sLinkForeignHtml, sLinkForeignPdf, sNameDoc, sNameLabel, sNameMarkup
Constructor and Description |
---|
CmdArgs() |
Modifier and Type | Method and Description |
---|---|
boolean |
testConsistence(java.lang.Appendable msg) |
java.io.File dirDbg
boolean bReadAdoc
java.io.File fCfg
java.io.File fOutXml
java.lang.String swwwRoot
java.io.File fReport
java.io.File dirCreateCfgJavaData
GenXmlCfgJavaData
with the used existing XmlCfg.java.io.File fWriteXmlStruct
float pixelPerPageWidth
boolean bRenameImageFiles
Argument[] argList1
org.vishia.fbcl.readSmlk.GenSmlk2FBcl
, there was using the older concept with org.vishia.mainCmd.MainCmd.Arguments
now proper to Arguments
. This list is possible, alternatively to direct instantiating in ctor.