类 Paragraphs
- java.lang.Object
-
- com.deepoove.poi.data.Paragraphs
-
public class Paragraphs extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classParagraphs.ParagraphBuilder
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static Paragraphs.ParagraphBuilderof()static Paragraphs.ParagraphBuilderof(PictureRenderData picture)static Paragraphs.ParagraphBuilderof(TextRenderData text)static Paragraphs.ParagraphBuilderof(CommentRenderData comment)static Paragraphs.ParagraphBuilderof(String text)
-
-
-
方法详细资料
-
of
public static Paragraphs.ParagraphBuilder of()
-
of
public static Paragraphs.ParagraphBuilder of(String text)
-
of
public static Paragraphs.ParagraphBuilder of(TextRenderData text)
-
of
public static Paragraphs.ParagraphBuilder of(PictureRenderData picture)
-
of
public static Paragraphs.ParagraphBuilder of(CommentRenderData comment)
-
-