Uses of Class
adams.doc.latex.generator.BlockSize.FontSize
-
Packages that use BlockSize.FontSize Package Description adams.doc.latex.generator -
-
Uses of BlockSize.FontSize in adams.doc.latex.generator
Fields in adams.doc.latex.generator declared as BlockSize.FontSize Modifier and Type Field Description protected BlockSize.FontSize
BlockSize. m_FontSize
the font size.Methods in adams.doc.latex.generator that return BlockSize.FontSize Modifier and Type Method Description BlockSize.FontSize
BlockSize. getFontSize()
Returns the font size for the block.static BlockSize.FontSize
BlockSize.FontSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlockSize.FontSize[]
BlockSize.FontSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.doc.latex.generator with parameters of type BlockSize.FontSize Modifier and Type Method Description void
BlockSize. setFontSize(BlockSize.FontSize value)
Sets the font size for the block.
-