Java org.apache.poi.xwpf.usermodel VerticalAlign fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xwpf.usermodel VerticalAlign fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xwpf.usermodel VerticalAlign.

The text is from its open source code.

Field

VerticalAlignBASELINE
Specifies that the text in the parent run shall be located at the baseline and presented in the same size as surrounding text.
VerticalAlignSUPERSCRIPT
Specifies that this text should be subscript.
VerticalAlignSUBSCRIPT
Specifies that this text should be superscript.