mirror of
https://github.com/apache/poi.git
synced 2025-02-07 18:48:20 +00:00
Fix javadoc formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aeb4f0247b
commit
71b6ee9757
@ -633,14 +633,14 @@ public final class CharacterRun
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the index of the base style which applies to
|
||||
* <p>Returns the index of the base style which applies to
|
||||
* this Run. Details of the style can be looked up
|
||||
* from the {@link StyleSheet}, via
|
||||
* {@link StyleSheet#getStyleDescription(int)}.
|
||||
* Note that runs typically override some of the style
|
||||
* {@link StyleSheet#getStyleDescription(int)}.</p>
|
||||
* <p>Note that runs typically override some of the style
|
||||
* properties from the base, so normally style information
|
||||
* should be fetched directly from the {@link CharacterRun}
|
||||
* itself.
|
||||
* itself.</p>
|
||||
*/
|
||||
public short getStyleIndex() {
|
||||
return _istd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user