Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD6D6178F1 for ; Thu, 5 Feb 2015 23:32:38 +0000 (UTC) Received: (qmail 94538 invoked by uid 500); 5 Feb 2015 23:32:35 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 94499 invoked by uid 500); 5 Feb 2015 23:32:35 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 94486 invoked by uid 99); 5 Feb 2015 23:32:35 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 23:32:35 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id A36E5AC006D; Thu, 5 Feb 2015 23:32:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1657718 [1/2] - in /poi/site: publish/ publish/apidocs/ publish/apidocs/org/apache/poi/wp/usermodel/ publish/apidocs/org/apache/poi/wp/usermodel/class-use/ publish/apidocs/org/apache/poi/xwpf/usermodel/ src/documentation/content/xdocs/ Date: Thu, 05 Feb 2015 23:32:34 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150205233235.A36E5AC006D@hades.apache.org> Author: nick Date: Thu Feb 5 23:32:33 2015 New Revision: 1657718 URL: http://svn.apache.org/r1657718 Log: Republish JavaDocs Added: poi/site/publish/apidocs/org/apache/poi/wp/usermodel/Paragraph.html poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/ poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/CharacterRun.html poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/Paragraph.html poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/Range.html poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-frame.html poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-summary.html poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-tree.html poi/site/publish/apidocs/org/apache/poi/wp/usermodel/package-use.html Modified: poi/site/publish/apidocs/deprecated-list.html poi/site/publish/apidocs/index-all.html poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/IRunBody.html poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-summary.html poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-tree.html poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/package-use.html poi/site/publish/apidocs/overview-tree.html poi/site/publish/changes.html poi/site/publish/changes.rss poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/publish/apidocs/deprecated-list.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/deprecated-list.html?rev=1657718&r1=1657717&r2=1657718&view=diff ============================================================================== --- poi/site/publish/apidocs/deprecated-list.html (original) +++ poi/site/publish/apidocs/deprecated-list.html Thu Feb 5 23:32:33 2015 @@ -1357,68 +1357,71 @@ +org.apache.poi.xwpf.usermodel.XWPFParagraph.setWordWrap(boolean) + + org.apache.poi.ss.usermodel.Sheet.showInPane(short, short)
Use Sheet.showInPane(int, int) as there can be more than 32767 rows.
- + org.apache.poi.xssf.streaming.SXSSFSheet.showInPane(short, short)
Use the version of showInPane() with ints as there can be more than 32767 rows.
- + org.apache.poi.xssf.usermodel.XSSFSheet.showInPane(short, short)
Use XSSFSheet.showInPane(int, int) as there can be more than 32767 rows.
- + org.apache.poi.hwpf.model.TextPiece.substring(int, int) - + org.apache.poi.hwpf.model.CHPFormattedDiskPage.toByteArray(CharIndexTranslator, int) - + org.apache.poi.hwpf.usermodel.Range.type() - + org.apache.poi.hwpf.usermodel.Paragraph.type() - + org.apache.poi.hwpf.usermodel.ListEntry.type() - + org.apache.poi.hwpf.sprm.CharacterSprmUncompressor.uncompressCHP(CharacterProperties, byte[], int) - + org.apache.poi.hwpf.sprm.TableSprmUncompressor.uncompressTAP(byte[], int) - + org.apache.poi.hssf.usermodel.HSSFSheet.ungroupColumn(short, short) - + org.apache.poi.hwpf.usermodel.Range.usesUnicode()
Range is not linked to any text piece anymore, so to check if unicode is used please access TextPieceTable during document load time
- + org.apache.poi.hwpf.model.FontTable.writeTo(HWPFFileSystem) - + org.apache.poi.hwpf.model.ComplexFileTable.writeTo(HWPFFileSystem) - + org.apache.poi.hwpf.model.PAPBinTable.writeTo(HWPFFileSystem, CharIndexTranslator) - + org.apache.poi.hwpf.model.SectionTable.writeTo(HWPFFileSystem, int) - + org.apache.poi.hwpf.model.CHPBinTable.writeTo(HWPFFileSystem, int, CharIndexTranslator) Modified: poi/site/publish/apidocs/index-all.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1657718&r1=1657717&r2=1657718&view=diff ============================================================================== --- poi/site/publish/apidocs/index-all.html (original) +++ poi/site/publish/apidocs/index-all.html Thu Feb 5 23:32:33 2015 @@ -23185,6 +23185,10 @@ return null
 
getFirstLineIndent() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
getFirstLineIndent() - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
getFirstLineIndent() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
getFirstPageFooter() - Method in class org.apache.poi.xwpf.model.XWPFHeaderFooterPolicy
 
getFirstPageHeader() - Method in class org.apache.poi.xwpf.model.XWPFHeaderFooterPolicy
@@ -23592,6 +23596,10 @@ return null
 
getFontAlignment() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
getFontAlignment() - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
getFontAlignment() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
getFontAt(short) - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
Get the font at the given index number
@@ -25450,11 +25458,6 @@ return null
Returns the ilfo, an index to the document's hpllfo, which describes the automatic number formatting of the paragraph.
-
getIlfo() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
-
Returns the ilfo, an index to the document's hpllfo, which - describes the automatic number formatting of the paragraph.
-
getIlfoByLsid(int) - Method in class org.apache.poi.hwpf.model.PlfLfo
 
getILvl() - Method in class org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType
@@ -25469,10 +25472,6 @@ return null
Returns the multi-level indent for the paragraph.
-
getIlvl() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
-
Returns the multi-level indent for the paragraph.
-
getIlvlRestartLim() - Method in class org.apache.poi.hwpf.model.types.LVLFAbstractType
An unsigned integer that specifies the first (most-significant) zero-based level after which the number sequence of this level does not restart.
@@ -25550,10 +25549,18 @@ return null
 
getIndentFromLeft() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
getIndentFromLeft() - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
getIndentFromLeft() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
getIndentFromRight() - Method in class org.apache.poi.hwpf.usermodel.Paragraph
 
getIndentFromRight() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
getIndentFromRight() - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
getIndentFromRight() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
getIndention() - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
get the number of spaces to indent the text in the cell
@@ -26162,8 +26169,6 @@ return null
 
getJustification() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
getJustification() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
getJustifyLast() - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
Dunno.
@@ -27073,11 +27078,6 @@ return null
Returns the heading level (1-8), or 9 if the paragraph isn't in a heading style.
-
getLvl() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
-
Returns the heading level (1-8), or 9 if the paragraph - isn't in a heading style.
-
getMac(HashAlgorithm) - Static method in class org.apache.poi.poifs.crypt.CryptoFunctions
 
getMainChunks() - Method in class org.apache.poi.hsmf.MAPIMessage
@@ -34576,8 +34576,6 @@ return null
 
getTableLevel() - Method in class org.apache.poi.hwpf.usermodel.Table
 
-
getTableLevel() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
getTablePos(int) - Method in class org.apache.poi.xwpf.usermodel.XWPFDocument
get with the position of a table in the bodyelement array list @@ -34627,18 +34625,10 @@ return null
Returns number of tabs stops defined for paragraph.
-
getTabStopsNumber() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
-
Returns number of tabs stops defined for paragraph.
-
getTabStopsPositions() - Method in class org.apache.poi.hwpf.usermodel.Paragraph
Returns array of positions of itbdMac tab stops
-
getTabStopsPositions() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
-
Returns array of positions of itbdMac tab stops
-
getTabWidthRatio() - Method in class org.apache.poi.hssf.record.WindowOneRecord
ratio of the width of the tabs to the horizontal scrollbar
@@ -40808,7 +40798,9 @@ return null
IRunBody - Interface in org.apache.poi.xwpf.usermodel
Simple interface describing both XWPFParagraph - and XWPFSDT
+ and XWPFSDT + + TODO Should this be based on / extend Paragraph?
IRunElement - Interface in org.apache.poi.xwpf.usermodel
@@ -40892,8 +40884,6 @@ return null
 
isAutoHyphenated() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
isAutoHyphenated() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
isAutoLabelDeleted() - Method in class org.apache.poi.hssf.record.chart.TextRecord
 
isAutoline() - Method in class org.apache.poi.hssf.record.CommonObjectDataSubRecord
@@ -42610,8 +42600,6 @@ return null
 
isInTable() - Method in class org.apache.poi.hwpf.usermodel.Paragraph
 
-
isInTable() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
isInternalDateFormat(int) - Static method in class org.apache.poi.ss.usermodel.DateUtil
Given a format ID this will check whether the format represents @@ -42686,8 +42674,6 @@ return null
 
isLineNotNumbered() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
isLineNotNumbered() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
isListValidationType() - Method in class org.apache.poi.hssf.usermodel.DVConstraint
Convenience method
@@ -43237,8 +43223,6 @@ return null
 
isSideBySide() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
isSideBySide() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
isSignedRelationship(String) - Static method in class org.apache.poi.poifs.crypt.dsig.facets.OOXMLSignatureFacet
 
isSingleCell() - Method in class org.apache.poi.ss.util.AreaReference
@@ -43369,8 +43353,6 @@ return null
 
isTableRowEnd() - Method in class org.apache.poi.hwpf.usermodel.Paragraph
 
-
isTableRowEnd() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
isTerminating() - Method in class org.apache.poi.hssf.record.EndSubRecord
 
isTerminating() - Method in class org.apache.poi.hssf.record.LbsDataSubRecord
@@ -43570,8 +43552,6 @@ return null
 
isWidowControlled() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
isWidowControlled() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
isWindowsLocked() - Method in class org.apache.poi.xssf.usermodel.XSSFWorkbook
Specifies a boolean value that indicates whether the windows that comprise the workbook are locked.
@@ -43581,16 +43561,20 @@ return null
Deprecated.
 
isWordWrap() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
+
isWordWrapped() - Method in class org.apache.poi.hwpf.usermodel.Paragraph
+
 
+
isWordWrapped() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
+
 
+
isWordWrapped() - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
isWordWrapped() - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
This element specifies whether a consumer shall break Latin text which exceeds the text extents of a line by breaking the word across two lines (breaking on the character level) or by moving the word to the following line (breaking on the word level).
-
isWordWrapped() - Method in class org.apache.poi.hwpf.usermodel.Paragraph
-
 
-
isWordWrapped() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
-
 
isWriteable() - Method in class org.apache.poi.poifs.nio.FileBackedDataSource
 
isWriteProtected() - Method in class org.apache.poi.hssf.model.InternalWorkbook
@@ -43849,14 +43833,10 @@ return null
 
keepOnPage() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
keepOnPage() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
keepWithNext() - Method in class org.apache.poi.hwpf.usermodel.Paragraph
 
keepWithNext() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
keepWithNext() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
KEY_DIGEST_LENGTH - Static variable in class org.apache.poi.hssf.record.crypto.Biff8RC4Key
 
KEY_FONTFALLBACK - Static variable in class org.apache.poi.hslf.model.TextPainter
@@ -48861,8 +48841,6 @@ Compound Document Format.
 
pageBreakBefore() - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
pageBreakBefore() - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
PageBreakRecord - Class in org.apache.poi.hssf.record
Record that contains the functionality page breaks (horizontal and vertical)
@@ -49061,7 +49039,10 @@ Compound Document Format.
Deprecated.
Paragraph - Interface in org.apache.poi.wp.usermodel
-
 
+
+
This class represents a paragraph, made up of one or more + runs of text.
+
paragraph - Variable in class org.apache.poi.xwpf.model.XMLParagraph
 
paragraph - Variable in class org.apache.poi.xwpf.model.XWPFParagraphDecorator
@@ -56156,8 +56137,6 @@ Compound Document Format.
 
setAutoHyphenated(boolean) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
setAutoHyphenated(boolean) - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
setAutoLabelDeleted(boolean) - Method in class org.apache.poi.hssf.record.chart.TextRecord
Sets the auto label deleted field value.
@@ -60272,6 +60251,10 @@ Compound Document Format.
 
setFirstLineIndent(int) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
setFirstLineIndent(int) - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
setFirstLineIndent(int) - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
setFirstRow(int) - Method in class org.apache.poi.hssf.record.DimensionsRecord
set the first row number for the sheet
@@ -60761,6 +60744,10 @@ Compound Document Format.
 
setFontAlignment(int) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
setFontAlignment(int) - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
setFontAlignment(int) - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
setFontCancellationModified(boolean) - Method in class org.apache.poi.hssf.record.cf.FontFormatting
 
setFontCancellationModified(boolean) - Method in class org.apache.poi.hssf.usermodel.HSSFFontFormatting
@@ -62531,10 +62518,18 @@ Compound Document Format.
 
setIndentFromLeft(int) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
setIndentFromLeft(int) - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
setIndentFromLeft(int) - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
setIndentFromRight(int) - Method in class org.apache.poi.hwpf.usermodel.Paragraph
 
setIndentFromRight(int) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
setIndentFromRight(int) - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
setIndentFromRight(int) - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
 
setIndention(short) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
set the number of spaces to indent the text in the cell
@@ -62862,8 +62857,6 @@ Compound Document Format.
 
setJustification(byte) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
setJustification(byte) - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
setJustificationLogical(byte) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
setJustifyLast(short) - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
@@ -62878,14 +62871,10 @@ Compound Document Format.
 
setKeepOnPage(boolean) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
setKeepOnPage(boolean) - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
setKeepWithNext(boolean) - Method in class org.apache.poi.hwpf.usermodel.Paragraph
 
setKeepWithNext(boolean) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
setKeepWithNext(boolean) - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
setKerning(int) - Method in class org.apache.poi.hwpf.usermodel.CharacterProperties
 
setKerning(int) - Method in class org.apache.poi.hwpf.usermodel.CharacterRun
@@ -63402,8 +63391,6 @@ Compound Document Format.
 
setLineNotNumbered(boolean) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
setLineNotNumbered(boolean) - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
setLinePattern(short) - Method in class org.apache.poi.hssf.record.chart.LineFormatRecord
Set the line pattern field for the LineFormat record.
@@ -64535,8 +64522,6 @@ Compound Document Format.
 
setPageBreakBefore(boolean) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
setPageBreakBefore(boolean) - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
setPageBreakZoom(short) - Method in class org.apache.poi.hssf.record.WindowTwoRecord
zoom magification in page break view
@@ -66457,8 +66442,6 @@ Compound Document Format.
 
setSideBySide(boolean) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
setSideBySide(boolean) - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
setSignatureConfig(SignatureConfig) - Method in class org.apache.poi.poifs.crypt.dsig.facets.SignatureFacet
 
setSignatureConfig(SignatureConfig) - Method in class org.apache.poi.poifs.crypt.dsig.OOXMLURIDereferencer
@@ -68141,8 +68124,6 @@ Compound Document Format.
 
setWidowControl(boolean) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
-
setWidowControl(boolean) - Method in interface org.apache.poi.wp.usermodel.Paragraph
-
 
setWidth(int) - Method in class org.apache.poi.hssf.record.chart.AxisParentRecord
Set the width field for the AxisParent record.
@@ -68208,15 +68189,21 @@ Compound Document Format.
 
setWordWrap(boolean) - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
-
This element specifies whether a consumer shall break Latin text which - exceeds the text extents of a line by breaking the word across two lines - (breaking on the character level) or by moving the word to the following - line (breaking on the word level).
+
Deprecated.
setWordWrapped(boolean) - Method in class org.apache.poi.hwpf.usermodel.Paragraph
 
setWordWrapped(boolean) - Method in class org.apache.poi.hwpf.usermodel.ParagraphProperties
 
+
setWordWrapped(boolean) - Method in interface org.apache.poi.wp.usermodel.Paragraph
+
 
+
setWordWrapped(boolean) - Method in class org.apache.poi.xwpf.usermodel.XWPFParagraph
+
+
This element specifies whether a consumer shall break Latin text which + exceeds the text extents of a line by breaking the word across two lines + (breaking on the character level) or by moving the word to the following + line (breaking on the word level).
+
setWorkbookPassword(String, HashAlgorithm) - Method in class org.apache.poi.xssf.usermodel.XSSFWorkbook
Sets the workbook password.
Added: poi/site/publish/apidocs/org/apache/poi/wp/usermodel/Paragraph.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/wp/usermodel/Paragraph.html?rev=1657718&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/wp/usermodel/Paragraph.html (added) +++ poi/site/publish/apidocs/org/apache/poi/wp/usermodel/Paragraph.html Thu Feb 5 23:32:33 2015 @@ -0,0 +1,331 @@ + + + + +Paragraph (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.wp.usermodel
+

Interface Paragraph

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    XWPFParagraph
    +
    +
    +
    +
    public interface Paragraph
    +
    This class represents a paragraph, made up of one or more + runs of text.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getIndentFromRight

        +
        int getIndentFromRight()
        +
      • +
      + + + +
        +
      • +

        setIndentFromRight

        +
        void setIndentFromRight(int dxaRight)
        +
      • +
      + + + +
        +
      • +

        getIndentFromLeft

        +
        int getIndentFromLeft()
        +
      • +
      + + + +
        +
      • +

        setIndentFromLeft

        +
        void setIndentFromLeft(int dxaLeft)
        +
      • +
      + + + +
        +
      • +

        getFirstLineIndent

        +
        int getFirstLineIndent()
        +
      • +
      + + + +
        +
      • +

        setFirstLineIndent

        +
        void setFirstLineIndent(int first)
        +
      • +
      + + + +
        +
      • +

        getFontAlignment

        +
        int getFontAlignment()
        +
      • +
      + + + +
        +
      • +

        setFontAlignment

        +
        void setFontAlignment(int align)
        +
      • +
      + + + +
        +
      • +

        isWordWrapped

        +
        boolean isWordWrapped()
        +
      • +
      + + + +
        +
      • +

        setWordWrapped

        +
        void setWordWrapped(boolean wrap)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

+ Copyright 2015 The Apache Software Foundation or + its licensors, as applicable. +

+ + Added: poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/CharacterRun.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/CharacterRun.html?rev=1657718&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/CharacterRun.html (added) +++ poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/CharacterRun.html Thu Feb 5 23:32:33 2015 @@ -0,0 +1,189 @@ + + + + +Uses of Interface org.apache.poi.wp.usermodel.CharacterRun (POI API Documentation) + + + + + + + + + +
+

Uses of Interface
org.apache.poi.wp.usermodel.CharacterRun

+
+
+ +
+ + + + +

+ Copyright 2015 The Apache Software Foundation or + its licensors, as applicable. +

+ + Added: poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/Paragraph.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/Paragraph.html?rev=1657718&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/Paragraph.html (added) +++ poi/site/publish/apidocs/org/apache/poi/wp/usermodel/class-use/Paragraph.html Thu Feb 5 23:32:33 2015 @@ -0,0 +1,159 @@ + + + + +Uses of Interface org.apache.poi.wp.usermodel.Paragraph (POI API Documentation) + + + + + + + + + +
+

Uses of Interface
org.apache.poi.wp.usermodel.Paragraph

+
+
+ +
+ + + + +

+ Copyright 2015 The Apache Software Foundation or + its licensors, as applicable. +

+ + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org