public class Document extends Object
Data structure for document
Copyright: Copyright (c) 2003
Company:
| Modifier and Type | Field and Description |
|---|---|
static int |
ABSTRACT |
static int |
BODY |
static int |
CONCLUSION |
static int |
INTRODUCTION |
static int |
TITLE |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addParagraph(Paragraph paragraph) |
Paragraph |
getFirstParagraph() |
int |
getIndex() |
Paragraph |
getLastParagraph() |
int |
getParagraphNum() |
void |
setIndex(int index) |
public static final int TITLE
public static final int ABSTRACT
public static final int INTRODUCTION
public static final int BODY
public static final int CONCLUSION
public boolean addParagraph(Paragraph paragraph)
public Paragraph getFirstParagraph()
public Paragraph getLastParagraph()
public int getParagraphNum()
public int getIndex()
public void setIndex(int index)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.