mirror of https://github.com/apache/poi.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5319b735af
commit
bac21cc1a6
|
@ -149,7 +149,7 @@ public class XSLFTheme extends POIXMLDocumentPart {
|
|||
|
||||
/**
|
||||
* @return typeface of the major font to use in a document.
|
||||
* Typically the major font is used for heading areas of a document.
|
||||
* Typically, the major font is used for heading areas of a document.
|
||||
*
|
||||
*/
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
|
@ -159,7 +159,7 @@ public class XSLFTheme extends POIXMLDocumentPart {
|
|||
|
||||
/**
|
||||
* @return typeface of the minor font to use in a document.
|
||||
* Typically the monor font is used for normal text or paragraph areas.
|
||||
* Typically, the minor font is used for normal text or paragraph areas.
|
||||
*
|
||||
*/
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
|
|
|
@ -133,7 +133,7 @@ public class XWPFTheme extends POIXMLDocumentPart {
|
|||
|
||||
/**
|
||||
* @return typeface of the major font to use in a document.
|
||||
* Typically the major font is used for heading areas of a document.
|
||||
* Typically, the major font is used for heading areas of a document.
|
||||
*
|
||||
*/
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
|
@ -143,7 +143,7 @@ public class XWPFTheme extends POIXMLDocumentPart {
|
|||
|
||||
/**
|
||||
* @return typeface of the minor font to use in a document.
|
||||
* Typically the monor font is used for normal text or paragraph areas.
|
||||
* Typically, the minor font is used for normal text or paragraph areas.
|
||||
*
|
||||
*/
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
|
|
Loading…
Reference in New Issue