Browse Source

javadoc

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905445 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_4
PJ Fanning 1 year ago
parent
commit
bac21cc1a6

+ 2
- 2
poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFTheme.java View File

@@ -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")

+ 2
- 2
poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTheme.java View File

@@ -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…
Cancel
Save