public class DocumentSection extends Object
Constructor and Description |
---|
DocumentSection(int start,
int end,
String text) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
int |
getEndLine() |
String |
getSectionName() |
int |
getStartLine() |
void |
setContent(String content) |
void |
setEndLine(int endLine) |
void |
setSectionName(String sectionName) |
void |
setStartLine(int startLine) |
public DocumentSection(int start, int end, String text)
public int getStartLine()
public void setStartLine(int startLine)
public int getEndLine()
public void setEndLine(int endLine)
public String getContent()
public void setContent(String content)
public String getSectionName()
public void setSectionName(String sectionName)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.