mirror of https://github.com/apache/poi.git
Move self from developer list to committer list and update emails (so people know who to complain to).
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61aa6670b1
commit
b7750aa44a
|
@ -47,11 +47,11 @@
|
|||
<li>Nicola Ken Barozzi (barozzi at nicolaken dot com)</li>
|
||||
<li>Ryan Ackley (sackley at apache dot org)</li>
|
||||
<li>Avik Sengupta (avik at apache dot org)</li>
|
||||
<li>Shawn Laubach (slaubach at apache dot org)</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section title="Developers">
|
||||
<ul>
|
||||
<li>Shawn Laubach (shawnlaubach at cox dot net)</li>
|
||||
<li>Jason Height (jheight at chariot dot net dot au)</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
|
@ -79,7 +79,7 @@ import org.apache.poi.hssf.record
|
|||
* <P>
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @author Shawn Laubach (laubach at acm.org) Just Gridlines, Headers, Footers, and PrintSetup
|
||||
* @author Shawn Laubach (slaubach at apache dot org) Gridlines, Headers, Footers, and PrintSetup
|
||||
* @author Jason Height (jheight at chariot dot net dot au) Clone support
|
||||
*
|
||||
* @see org.apache.poi.hssf.model.Workbook
|
||||
|
|
|
@ -84,7 +84,7 @@ import org.apache.poi.hssf.util.HSSFColor;
|
|||
* Kit (Microsoft Press) and the documentation at http://sc.openoffice.org/excelfileformat.pdf
|
||||
* before even attempting to use this.
|
||||
*
|
||||
* @author Shawn Laubach (shawnlaubach at cox.net) (Data Formats)
|
||||
* @author Shawn Laubach (slaubach at apache dot org) (Data Formats)
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @author Sergei Kozello (sergeikozello at mail.ru)
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.*;
|
|||
/**
|
||||
* Record for the bottom margin.
|
||||
* NOTE: This source was automatically generated.
|
||||
* @author Shawn Laubach (shawnlaubach at cox.net)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
*/
|
||||
public class BottomMarginRecord
|
||||
extends Record implements Margin
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.StringUtil;
|
|||
* Description: Specifies the footer for a sheet<P>
|
||||
* REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Shawn Laubach (laubach@acm.org) Modified 3/14/02
|
||||
* @author Shawn Laubach (slaubach at apache dot org) Modified 3/14/02
|
||||
* @author Jason Height (jheight at chariot dot net dot au)
|
||||
* @version 2.0-pre
|
||||
*/
|
||||
|
|
|
@ -64,7 +64,7 @@ import org.apache.poi.util.StringUtil;
|
|||
*
|
||||
* REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Shawn M. Laubach (shawnlaubach at cox dot net)
|
||||
* @author Shawn M. Laubach (slaubach at apache dot org)
|
||||
* @version 2.0-pre
|
||||
*/
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.StringUtil;
|
|||
* Description: Specifies a header for a sheet<P>
|
||||
* REFERENCE: PG 321 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Shawn Laubach (laubach@acm.org) Modified 3/14/02
|
||||
* @author Shawn Laubach (slaubach at apache dot org) Modified 3/14/02
|
||||
* @author Jason Height (jheight at chariot dot net dot au)
|
||||
* @version 2.0-pre
|
||||
*/
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.*;
|
|||
/**
|
||||
* Record for the left margin.
|
||||
* NOTE: This source was automatically generated.
|
||||
* @author Shawn Laubach (shawnlaubach at cox.net)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
*/
|
||||
public class LeftMarginRecord
|
||||
extends Record implements Margin
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.*;
|
|||
* The margin interface is a parent used to define left, right, top and bottom margins. This allows much of the code to be generic when it comes to handling margins.
|
||||
* NOTE: This source wass automatically generated.
|
||||
|
||||
* @author Shawn Laubach (shawnlaubach at cox.net)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
*/
|
||||
public interface Margin
|
||||
{
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.*;
|
|||
/**
|
||||
* Record for the right margin.
|
||||
* NOTE: This source was automatically generated.
|
||||
* @author Shawn Laubach (shawnlaubach at cox.net)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
*/
|
||||
public class RightMarginRecord
|
||||
extends Record implements Margin
|
||||
|
|
|
@ -63,7 +63,7 @@ import org.apache.poi.util.*;
|
|||
/**
|
||||
* Record for the top margin.
|
||||
* NOTE: This source was automatically generated.
|
||||
* @author Shawn Laubach (shawnlaubach at cox.net)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
*/
|
||||
public class TopMarginRecord
|
||||
extends Record implements Margin
|
||||
|
|
|
@ -67,7 +67,7 @@ import org.apache.poi.hssf.record.FooterRecord;
|
|||
* that return the characters used to represent these. One can also change the
|
||||
* fonts by using similar methods.
|
||||
* <P>
|
||||
* @author Shawn Laubach (laubach@acm.org)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
*/
|
||||
public class HSSFFooter extends Object {
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ import org.apache.poi.hssf.record.HeaderRecord;
|
|||
* that return the characters used to represent these. One can also change the
|
||||
* fonts by using similar methods.
|
||||
* <P>
|
||||
* @author Shawn Laubach (laubach@acm.org)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
*/
|
||||
public class HSSFHeader extends Object {
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ import org.apache.poi.hssf.record.PrintSetupRecord;
|
|||
/**
|
||||
* Used to modify the print setup.
|
||||
* <P>
|
||||
* @author Shawn Laubach (laubach@acm.org)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
*/
|
||||
public class HSSFPrintSetup extends Object {
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ import java.util.TreeMap;
|
|||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @author Libin Roman (romal at vistaportal.com)
|
||||
* @author Shawn Laubach (laubach at acm.org) (Just a little)
|
||||
* @author Shawn Laubach (slaubach at apache dot org) (Just a little)
|
||||
*/
|
||||
|
||||
public class HSSFSheet
|
||||
|
|
|
@ -87,7 +87,7 @@ import java.util.Iterator;
|
|||
* @see org.apache.poi.hssf.usermodel.HSSFSheet
|
||||
* @author Andrew C. Oliver (acoliver at apache dot org)
|
||||
* @author Glen Stampoultzis (glens at apache.org)
|
||||
* @author Shawn Laubach (shawnlaubach at cox.net)
|
||||
* @author Shawn Laubach (slaubach at apache dot org)
|
||||
* @version 2.0-pre
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue