Class SpacingCommand
java.lang.Object
ch.stegmaier.java2tex.core.BaseCommand<X>
ch.stegmaier.java2tex.core.GenericCommand<SpacingCommand>
ch.stegmaier.java2tex.commands.registry.impl.SpacingCommand
-
Constructor Summary
ConstructorsConstructorDescriptionSpacingCommand(String commandName) SpacingCommand(String commandName, int value, ch.stegmaier.java2tex.core.BaseCommand unitsOfLength) -
Method Summary
Methods inherited from class ch.stegmaier.java2tex.core.GenericCommand
append, append, append, append, appendNewLine, argument, argument, argument, argument, arguments, autoNewline, buildMandatory, buildName, buildOptional, clear, emptyArgs, getConfigValue, getConfigValue, getContent, noFormat, noPrefix, option, option, option, option, star, toString, validateMethods inherited from class ch.stegmaier.java2tex.core.BaseCommand
getCommand, getThis
-
Constructor Details
-
SpacingCommand
-
SpacingCommand
public SpacingCommand(String commandName, int value, ch.stegmaier.java2tex.core.BaseCommand unitsOfLength)
-
-
Method Details
-
pt
sets the command first argument as size with suffix 'pt'- See Also:
-
in
sets the command first argument as size with suffix 'in'- See Also:
-
mm
sets the command first argument as size with suffix 'mm'- See Also:
-