Browse Source

修改代码规约

pull/2081/head
Jiaju Zhuang 3 years ago
parent
commit
ba0e8cb764
  1. 3
      src/main/java/com/alibaba/excel/enums/poi/HorizontalAlignmentEnum.java

3
src/main/java/com/alibaba/excel/enums/poi/HorizontalAlignmentEnum.java

@ -45,7 +45,7 @@ public enum HorizontalAlignmentEnum {
* Indicates that the value of the cell should be filled * Indicates that the value of the cell should be filled
* across the entire width of the cell. If blank cells to the right also have the fill alignment, * across the entire width of the cell. If blank cells to the right also have the fill alignment,
* they are also filled with the value, using a convention similar to centerContinuous. * they are also filled with the value, using a convention similar to centerContinuous.
* <p> *
* Additional rules: * Additional rules:
* <ol> * <ol>
* <li>Only whole values can be appended, not partial values.</li> * <li>Only whole values can be appended, not partial values.</li>
@ -54,7 +54,6 @@ public enum HorizontalAlignmentEnum {
* left/right edge, don't append the additional occurrence of the value.</li> * left/right edge, don't append the additional occurrence of the value.</li>
* <li>The display value of the cell is filled, not the underlying raw number.</li> * <li>The display value of the cell is filled, not the underlying raw number.</li>
* </ol> * </ol>
* </p>
*/ */
FILL(HorizontalAlignment.FILL), FILL(HorizontalAlignment.FILL),

Loading…
Cancel
Save