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

📄 chartgroup.java

📁 将Excel和Word的类型库都转换过来了
💻 JAVA
字号:
/** * JacobGen generated file --- do not edit * * (http://www.bigatti.it/projects/jacobgen) */package org.nethawker.excel11;import com.jacob.com.*;public class ChartGroup extends Dispatch {	public static final String componentName = "Excel.ChartGroup";	public ChartGroup() {		super(componentName);	}	/**	* This constructor is used instead of a case operation to	* turn a Dispatch object into a wider object - it must exist	* in every wrapper class whose instances may be returned from	* method calls wrapped in VT_DISPATCH Variants.	*/	public ChartGroup(Dispatch d) {		// take over the IDispatch pointer		m_pDispatch = d.m_pDispatch;		// null out the input's pointer		d.m_pDispatch = 0;	}	public ChartGroup(String compName) {		super(compName);	}	public Application getApplication() {		return new Application(Dispatch.get(this, "Application").toDispatch());	}	public int getCreator() {		return Dispatch.get(this, "Creator").toInt();	}	public Dispatch getParent() {		return Dispatch.get(this, "Parent").toDispatch();	}	public int getAxisGroup() {		return Dispatch.get(this, "AxisGroup").toInt();	}	public void setAxisGroup(int lastParam) {		Dispatch.put(this, "AxisGroup", new Variant(lastParam));	}	public int getDoughnutHoleSize() {		return Dispatch.get(this, "DoughnutHoleSize").toInt();	}	public void setDoughnutHoleSize(int lastParam) {		Dispatch.put(this, "DoughnutHoleSize", new Variant(lastParam));	}	public DownBars getDownBars() {		return new DownBars(Dispatch.get(this, "DownBars").toDispatch());	}	public DropLines getDropLines() {		return new DropLines(Dispatch.get(this, "DropLines").toDispatch());	}	public int getFirstSliceAngle() {		return Dispatch.get(this, "FirstSliceAngle").toInt();	}	public void setFirstSliceAngle(int lastParam) {		Dispatch.put(this, "FirstSliceAngle", new Variant(lastParam));	}	public int getGapWidth() {		return Dispatch.get(this, "GapWidth").toInt();	}	public void setGapWidth(int lastParam) {		Dispatch.put(this, "GapWidth", new Variant(lastParam));	}	public boolean getHasDropLines() {		return Dispatch.get(this, "HasDropLines").toBoolean();	}	public void setHasDropLines(boolean lastParam) {		Dispatch.put(this, "HasDropLines", new Variant(lastParam));	}	public boolean getHasHiLoLines() {		return Dispatch.get(this, "HasHiLoLines").toBoolean();	}	public void setHasHiLoLines(boolean lastParam) {		Dispatch.put(this, "HasHiLoLines", new Variant(lastParam));	}	public boolean getHasRadarAxisLabels() {		return Dispatch.get(this, "HasRadarAxisLabels").toBoolean();	}	public void setHasRadarAxisLabels(boolean lastParam) {		Dispatch.put(this, "HasRadarAxisLabels", new Variant(lastParam));	}	public boolean getHasSeriesLines() {		return Dispatch.get(this, "HasSeriesLines").toBoolean();	}	public void setHasSeriesLines(boolean lastParam) {		Dispatch.put(this, "HasSeriesLines", new Variant(lastParam));	}	public boolean getHasUpDownBars() {		return Dispatch.get(this, "HasUpDownBars").toBoolean();	}	public void setHasUpDownBars(boolean lastParam) {		Dispatch.put(this, "HasUpDownBars", new Variant(lastParam));	}	public HiLoLines getHiLoLines() {		return new HiLoLines(Dispatch.get(this, "HiLoLines").toDispatch());	}	public int getIndex() {		return Dispatch.get(this, "Index").toInt();	}	public int getOverlap() {		return Dispatch.get(this, "Overlap").toInt();	}	public void setOverlap(int lastParam) {		Dispatch.put(this, "Overlap", new Variant(lastParam));	}	public TickLabels getRadarAxisLabels() {		return new TickLabels(Dispatch.get(this, "RadarAxisLabels").toDispatch());	}	public Dispatch seriesCollection(Variant lastParam) {		return Dispatch.call(this, "SeriesCollection", lastParam).toDispatch();	}	public Dispatch seriesCollection() {		return Dispatch.call(this, "SeriesCollection").toDispatch();	}	public SeriesLines getSeriesLines() {		return new SeriesLines(Dispatch.get(this, "SeriesLines").toDispatch());	}	public int getSubType() {		return Dispatch.get(this, "SubType").toInt();	}	public void setSubType(int lastParam) {		Dispatch.put(this, "SubType", new Variant(lastParam));	}	public int getType() {		return Dispatch.get(this, "Type").toInt();	}	public void setType(int lastParam) {		Dispatch.put(this, "Type", new Variant(lastParam));	}	public UpBars getUpBars() {		return new UpBars(Dispatch.get(this, "UpBars").toDispatch());	}	public boolean getVaryByCategories() {		return Dispatch.get(this, "VaryByCategories").toBoolean();	}	public void setVaryByCategories(boolean lastParam) {		Dispatch.put(this, "VaryByCategories", new Variant(lastParam));	}	public int getSizeRepresents() {		return Dispatch.get(this, "SizeRepresents").toInt();	}	public void setSizeRepresents(int lastParam) {		Dispatch.put(this, "SizeRepresents", new Variant(lastParam));	}	public int getBubbleScale() {		return Dispatch.get(this, "BubbleScale").toInt();	}	public void setBubbleScale(int lastParam) {		Dispatch.put(this, "BubbleScale", new Variant(lastParam));	}	public boolean getShowNegativeBubbles() {		return Dispatch.get(this, "ShowNegativeBubbles").toBoolean();	}	public void setShowNegativeBubbles(boolean lastParam) {		Dispatch.put(this, "ShowNegativeBubbles", new Variant(lastParam));	}	public int getSplitType() {		return Dispatch.get(this, "SplitType").toInt();	}	public void setSplitType(int lastParam) {		Dispatch.put(this, "SplitType", new Variant(lastParam));	}	public Variant getSplitValue() {		return Dispatch.get(this, "SplitValue");	}	public void setSplitValue(Variant lastParam) {		Dispatch.put(this, "SplitValue", lastParam);	}	public int getSecondPlotSize() {		return Dispatch.get(this, "SecondPlotSize").toInt();	}	public void setSecondPlotSize(int lastParam) {		Dispatch.put(this, "SecondPlotSize", new Variant(lastParam));	}	public boolean getHas3DShading() {		return Dispatch.get(this, "Has3DShading").toBoolean();	}	public void setHas3DShading(boolean lastParam) {		Dispatch.put(this, "Has3DShading", new Variant(lastParam));	}}

⌨️ 快捷键说明

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