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 3DBAD18571 for ; Sat, 21 Nov 2015 16:16:17 +0000 (UTC) Received: (qmail 28346 invoked by uid 500); 21 Nov 2015 16:16:17 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 28311 invoked by uid 500); 21 Nov 2015 16:16:17 -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 28302 invoked by uid 99); 21 Nov 2015 16:16:17 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2015 16:16:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8E196C7DC4 for ; Sat, 21 Nov 2015 16:16:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.215 X-Spam-Level: * X-Spam-Status: No, score=1.215 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.586, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id h7llyj1mKf-6 for ; Sat, 21 Nov 2015 16:16:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 7B332441A4 for ; Sat, 21 Nov 2015 16:16:09 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9B8ADE0752 for ; Sat, 21 Nov 2015 16:16:08 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 0E1CB3A1333 for ; Sat, 21 Nov 2015 16:16:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1715541 [3/6] - in /poi/site/publish/apidocs: ./ org/apache/poi/hslf/model/ org/apache/poi/hslf/usermodel/ org/apache/poi/sl/draw/ org/apache/poi/sl/usermodel/ org/apache/poi/sl/usermodel/class-use/ org/apache/poi/xslf/usermodel/ Date: Sat, 21 Nov 2015 16:16:06 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151121161608.0E1CB3A1333@svn01-us-west.apache.org> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html?rev=1715541&r1=1715540&r2=1715541&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTable.html Sat Nov 21 16:16:05 2015 @@ -225,26 +225,38 @@ implements +double +getColumnWidth(int col) +
Gets the width (in points) of the n-th column
+ + + int getNumberOfColumns()  - + int getNumberOfRows()  - + protected HSLFTableCell getRelativeCell(HSLFTableCell origin, int row, int col)  + +double +getRowHeight(int row) +
Gets the row height
+ + protected void initTable()  protected void -moveAndScale(java.awt.Rectangle anchorDest) +moveAndScale(java.awt.geom.Rectangle2D anchorDest)
Moves and scales this ShapeGroup to the specified anchor.
@@ -274,14 +286,14 @@ implements HSLFGroupShape -addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createSpContainer, createTable, createTextBox, getAnchor, getEscherChild, getHyperlink, getInteriorAnchor, getShapes, getShapeType, iterator, removeShape, setAnchor, setExteriorAnchor, setInteriorAnchor +addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createSpContainer, createTable, createTextBox, getAnchor, getEscherChild, getHyperlink, getInteriorAnchor, getShapes, getShapeType, iterator, removeShape, setAnchor, setExteriorAnchor, setInteriorAnchor @@ -524,6 +536,22 @@ implements Parameters:
sheet - owner of this shape
+
+ + + @@ -540,6 +568,22 @@ implements Parameters:
row - the row index (0-based)
height - the height to set (in points)
+
+ + +
    +
  • +

    getColumnWidth

    +
    public double getColumnWidth(int col)
    +
    Description copied from interface: TableShape
    +
    Gets the width (in points) of the n-th column
    +
    +
    Specified by:
    +
    getColumnWidth in interface TableShape<HSLFShape,HSLFTextParagraph>
    +
    Parameters:
    col - the column index (0-based)
    +
    Returns:
    the width (in points)
    +
  • +
@@ -567,18 +611,18 @@ implements + Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTableCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTableCell.html?rev=1715541&r1=1715540&r2=1715541&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTableCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTableCell.html Sat Nov 21 16:16:05 2015 @@ -297,7 +297,7 @@ implements void -setAnchor(java.awt.Rectangle anchor) +setAnchor(java.awt.geom.Rectangle2D anchor)
Sets the anchor (the bounding box rectangle) of this shape.
@@ -363,7 +363,7 @@ implements HSLFShape -draw, getAnchor, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getHyperlink, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType +draw, getAnchor, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getHyperlink, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType - + Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextBox.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextBox.html?rev=1715541&r1=1715540&r2=1715541&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextBox.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFTextBox.html Sat Nov 21 16:16:05 2015 @@ -262,7 +262,7 @@ implements HSLFShape -draw, getAnchor, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getHyperlink, getParent, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType +draw, getAnchor, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getHyperlink, getParent, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType Modified: poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPictureShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPictureShape.html?rev=1715541&r1=1715540&r2=1715541&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPictureShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/draw/DrawPictureShape.html Sat Nov 21 16:16:05 2015 @@ -200,14 +200,14 @@ extends void -resize(java.awt.Rectangle target) +resize(java.awt.geom.Rectangle2D target)
Fit picture shape into the target rectangle, maintaining the aspect ratio and repositioning within the target rectangle with a centered alignment.
void -resize(java.awt.Rectangle target, +resize(java.awt.geom.Rectangle2D target, RectAlign align)
Fit picture shape into the target rectangle, maintaining the aspect ratio and repositioning within the target rectangle based on the specified @@ -310,25 +310,25 @@ extends +
  • resize

    -
    public void resize(java.awt.Rectangle target)
    +
    public void resize(java.awt.geom.Rectangle2D target)
    Fit picture shape into the target rectangle, maintaining the aspect ratio and repositioning within the target rectangle with a centered alignment.
    Parameters:
    target - The target rectangle
- + Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/FreeformShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/FreeformShape.html?rev=1715541&r1=1715540&r2=1715541&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/FreeformShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/FreeformShape.html Sat Nov 21 16:16:05 2015 @@ -182,7 +182,7 @@ extends PlaceableShape -getAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, setAnchor, setFlipHorizontal, setFlipVertical, setRot ation +getAnchor, getFlipHorizontal, getFlipVertical, getParent, getRotation, setAnchor, setFlipHorizontal, setFlipVertical, setRotation @@ -175,19 +175,19 @@ extends
  • getInteriorAnchor

    -
    java.awt.Rectangle getInteriorAnchor()
    +
    java.awt.geom.Rectangle2D getInteriorAnchor()
    Gets the coordinate space of this group. All children are constrained to these coordinates.
    Returns:
    the coordinate space of this group
  • -
    + Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PlaceableShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PlaceableShape.html?rev=1715541&r1=1715540&r2=1715541&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PlaceableShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/PlaceableShape.html Sat Nov 21 16:16:05 2015 @@ -90,7 +90,7 @@
    All Known Implementing Classes:
    -
    ActiveXShape, HSLFAutoShape, HSLFConnectorShape, HSLFFreeformShape, HSLFGroupShape, HSLFLine, HSLFPictureShape, HSLFPlaceholder, HSLFSimpleShape, HSLFTable, HSLFTableCell, HSLFTextBox, HSLFTextShape, MovieShape, OLEShape, Polygon, XSLFAutoShape, XSLFBackground, XSLFConnectorShape, XSLFFreeformShape, XSLFGroupShape, XSLFPictureShape, XSLFSimpleShape, XSLFTable, XSLFTableCell, XSLFTextBox, XSLFTextShape
    +
    ActiveXShape, HSLFAutoShape, HSLFConnectorShape, HSLFFreeformShape, HSLFGroupShape, HSLFLine, HSLFPictureShape, HSLFPlaceholder, HSLFSimpleShape, HSLFTable, HSLFTableCell, HSLFTextBox, HSLFTextShape, MovieShape, OLEShape, Polygon, XSLFAutoShape, XSLFBackground, XSLFConnectorShape, XSLFFreeformShape, XSLFGraphicFrame, XSLFGroupShape, XSLFPictureShape, XSLFSimpleShape, XSLFTable, XSLFTableCell, XSLFTextBox, XSLFTextShape


    @@ -114,7 +114,7 @@ Method and Description -java.awt.Rectangle +java.awt.geom.Rectangle2D getAnchor()  @@ -141,7 +141,7 @@ void -setAnchor(java.awt.Rectangle anchor)  +setAnchor(java.awt.geom.Rectangle2D anchor)  void @@ -189,18 +189,18 @@
    • getAnchor

      -
      java.awt.Rectangle getAnchor()
      +
      java.awt.geom.Rectangle2D getAnchor()
      Returns:
      the position of this shape within the drawing canvas. The coordinates are expressed in points
    - +
    • setAnchor

      -
      void setAnchor(java.awt.Rectangle anchor)
      +
      void setAnchor(java.awt.geom.Rectangle2D anchor)
      Parameters:
      anchor - the position of this shape within the drawing canvas. The coordinates are expressed in points
    • Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Shape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Shape.html?rev=1715541&r1=1715540&r2=1715541&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Shape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/Shape.html Sat Nov 21 16:16:05 2015 @@ -114,7 +114,7 @@ Method and Description -java.awt.Rectangle +java.awt.geom.Rectangle2D getAnchor()
      Returns the anchor (the bounding box rectangle) of this shape.
      @@ -167,7 +167,7 @@
      • getAnchor

        -
        java.awt.Rectangle getAnchor()
        +
        java.awt.geom.Rectangle2D getAnchor()
        Returns the anchor (the bounding box rectangle) of this shape. All coordinates are expressed in points (72 dpi).
        Returns:
        the anchor of this shape
        --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org