Uses of Class
ch.stegmaier.java2tex.commands.BaseCommand
Packages that use BaseCommand
-
Uses of BaseCommand in ch.stegmaier.java2tex.commands
Subclasses of BaseCommand in ch.stegmaier.java2tex.commandsModifier and TypeClassDescriptionclassGenericCommand<X extends GenericCommand>classGenericEnvironment<X extends GenericCommand>classclassclassMethods in ch.stegmaier.java2tex.commands with parameters of type BaseCommandModifier and TypeMethodDescriptionGenericCommand.append(BaseCommand command) GenericCommand.argument(BaseCommand argument) GenericCommand.argument(BaseCommand... arguments) GenericCommand.arguments(BaseCommand... arguments) GenericCommand.option(BaseCommand option) GenericCommand.option(BaseCommand... options) IncludeGraphics.width(BaseCommand width) -
Uses of BaseCommand in ch.stegmaier.java2tex.commands.parameters
Methods in ch.stegmaier.java2tex.commands.parameters that return BaseCommandModifier and TypeMethodDescriptionstatic BaseCommandFigurePlacement.bottom()Position at the bottom of the page.static BaseCommandTableOptions.bottom()Position at the bottom of the page.static BaseCommandColumnOption.colSep()static BaseCommandFigurePlacement.exactHere()Places the float at precisely the location in the LaTeX code.static BaseCommandFigurePlacement.here()Place the float here, i.e., approximately at the same point it occurs in the source text (however, not exactly at the spot)static BaseCommandColumnOption.left()static BaseCommandEscape.lf()static BaseCommandEscape.nbs()Non Breaking Spacestatic BaseCommandFigurePlacement.override()Override internal parameters LaTeX uses for determining "good" float positions.static BaseCommandFigurePlacement.page()Put on a special page for floats only.static BaseCommandColumnOption.right()static BaseCommandColumnOption.stretch()static BaseCommandFigurePlacement.top()Position at the top of the page.static BaseCommandTableOptions.top()Position at the top of the page.static BaseCommandColumnOption.vLine()