Uses of Enum Class
io.keikai.model.SWordArt.PresetType
Packages that use SWordArt.PresetType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SWordArt.PresetType in io.keikai.model
Methods in io.keikai.model that return SWordArt.PresetTypeModifier and TypeMethodDescriptionSWordArt.getPresetType()Returns the preset text warp type.static SWordArt.PresetTypeReturns the enum constant of this class with the specified name.static SWordArt.PresetType[]SWordArt.PresetType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SWordArt.PresetType in io.keikai.model.impl
Methods in io.keikai.model.impl that return SWordArt.PresetTypeConstructors in io.keikai.model.impl with parameters of type SWordArt.PresetTypeModifierConstructorDescriptionWordArtImpl(SWordArt.PresetType presetType, String text, SFont font, String fillColor, String outlineColor, ViewAnchor anchor) Constructs a WordArt object.