⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sectionproperties.java

📁 java 读写word excel ppt
💻 JAVA
字号:
/* ====================================================================   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.hdf.model.hdftypes;import org.apache.poi.hdf.model.hdftypes.definitions.SEPAbstractType;/** * Comment me * * @author Ryan Ackley */public class SectionProperties extends SEPAbstractType implements HDFType{  /*int _index;  byte _bkc;  boolean _fTitlePage;  boolean _fAutoPgn;  byte _nfcPgn;  boolean _fUnlocked;  byte _cnsPgn;  boolean _fPgnRestart;  boolean _fEndNote;  byte _lnc;  byte _grpfIhdt;  short _nLnnMod;  int _dxaLnn;  short _dxaPgn;  short _dyaPgn;  boolean _fLBetween;  byte _vjc;  short _dmBinFirst;  short _dmBinOther;  short _dmPaperReq;  short[] _brcTop = new short[2];  short[] _brcLeft = new short[2];  short[] _brcBottom = new short[2];  short[] _brcRight = new short[2];  boolean _fPropMark;  int _dxtCharSpace;  int _dyaLinePitch;  short _clm;  byte _dmOrientPage;  byte _iHeadingPgn;  short _pgnStart;  short _lnnMin;  short _wTextFlow;  short _pgbProp;  int _xaPage;  int _yaPage;  int _dxaLeft;  int _dxaRight;  int _dyaTop;  int _dyaBottom;  int _dzaGutter;  int _dyaHdrTop;  int _dyaHdrBottom;  short _ccolM1;  boolean _fEvenlySpaced;  int _dxaColumns;  int[] _rgdxaColumnWidthSpacing;  byte _dmOrientFirst;  byte[] _olstAnn;*/  public SectionProperties()  {      setBkc((byte)2);      setDyaPgn(720);      setDxaPgn(720);      setFEndNote(true);      setFEvenlySpaced(true);      setXaPage(12240);      setYaPage(15840);      setDyaHdrTop(720);      setDyaHdrBottom(720);      setDmOrientPage((byte)1);      setDxaColumns(720);      setDyaTop(1440);      setDxaLeft(1800);      setDyaBottom(1440);      setDxaRight(1800);      setPgnStart(1);  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -