You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/07/20 13:29:08 UTC

svn commit: r1902878 - /poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/PaneType.java

Author: fanningpj
Date: Wed Jul 20 13:29:08 2022
New Revision: 1902878

URL: http://svn.apache.org/viewvc?rev=1902878&view=rev
Log:
[bug-66173] add new XSSFSheet createSplitPane method to avoid bug in existing method

Added:
    poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/PaneType.java   (with props)

Added: poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/PaneType.java
URL: http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/PaneType.java?rev=1902878&view=auto
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/PaneType.java (added)
+++ poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/PaneType.java Wed Jul 20 13:29:08 2022
@@ -0,0 +1,25 @@
+/* ====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+==================================================================== */
+package org.apache.poi.ss.usermodel;
+
+/**
+ * Type of pane used in sheet.
+ * @since POI 3.15 beta 3
+ */
+public enum PaneType {
+    LOWER_RIGHT, UPPER_RIGHT, LOWER_LEFT, UPPER_LEFT
+}

Propchange: poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/PaneType.java
------------------------------------------------------------------------------
    svn:eol-style = native



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