_chart.java

来自「将Excel和Word的类型库都转换过来了」· Java 代码 · 共 1,044 行 · 第 1/3 页

JAVA
1,044
字号
	}	public void setBackgroundPicture(String lastParam) {		Dispatch.call(this, "SetBackgroundPicture", lastParam);	}	public ChartGroup getBar3DGroup() {		return new ChartGroup(Dispatch.get(this, "Bar3DGroup").toDispatch());	}	public Dispatch barGroups(Variant lastParam) {		return Dispatch.call(this, "BarGroups", lastParam).toDispatch();	}	public Dispatch barGroups() {		return Dispatch.call(this, "BarGroups").toDispatch();	}	public Dispatch buttons(Variant lastParam) {		return Dispatch.call(this, "Buttons", lastParam).toDispatch();	}	public Dispatch buttons() {		return Dispatch.call(this, "Buttons").toDispatch();	}	public ChartArea getChartArea() {		return new ChartArea(Dispatch.get(this, "ChartArea").toDispatch());	}	public Dispatch chartGroups(Variant lastParam) {		return Dispatch.call(this, "ChartGroups", lastParam).toDispatch();	}	public Dispatch chartGroups() {		return Dispatch.call(this, "ChartGroups").toDispatch();	}	public Dispatch chartObjects(Variant lastParam) {		return Dispatch.call(this, "ChartObjects", lastParam).toDispatch();	}	public Dispatch chartObjects() {		return Dispatch.call(this, "ChartObjects").toDispatch();	}	public ChartTitle getChartTitle() {		return new ChartTitle(Dispatch.get(this, "ChartTitle").toDispatch());	}	public void chartWizard(Variant source, Variant gallery, Variant format, Variant plotBy, Variant categoryLabels, Variant seriesLabels, Variant hasLegend, Variant title, Variant categoryTitle, Variant valueTitle, Variant lastParam) {		Dispatch.callN(this, "ChartWizard", new Object[] { source, gallery, format, plotBy, categoryLabels, seriesLabels, hasLegend, title, categoryTitle, valueTitle, lastParam});	}	public void chartWizard(Variant source, Variant gallery, Variant format, Variant plotBy, Variant categoryLabels, Variant seriesLabels, Variant hasLegend, Variant title, Variant categoryTitle, Variant valueTitle) {		Dispatch.callN(this, "ChartWizard", new Object[] { source, gallery, format, plotBy, categoryLabels, seriesLabels, hasLegend, title, categoryTitle, valueTitle});	}	public void chartWizard(Variant source, Variant gallery, Variant format, Variant plotBy, Variant categoryLabels, Variant seriesLabels, Variant hasLegend, Variant title, Variant categoryTitle) {		Dispatch.callN(this, "ChartWizard", new Object[] { source, gallery, format, plotBy, categoryLabels, seriesLabels, hasLegend, title, categoryTitle});	}	public void chartWizard(Variant source, Variant gallery, Variant format, Variant plotBy, Variant categoryLabels, Variant seriesLabels, Variant hasLegend, Variant title) {		Dispatch.call(this, "ChartWizard", source, gallery, format, plotBy, categoryLabels, seriesLabels, hasLegend, title);	}	public void chartWizard(Variant source, Variant gallery, Variant format, Variant plotBy, Variant categoryLabels, Variant seriesLabels, Variant hasLegend) {		Dispatch.call(this, "ChartWizard", source, gallery, format, plotBy, categoryLabels, seriesLabels, hasLegend);	}	public void chartWizard(Variant source, Variant gallery, Variant format, Variant plotBy, Variant categoryLabels, Variant seriesLabels) {		Dispatch.call(this, "ChartWizard", source, gallery, format, plotBy, categoryLabels, seriesLabels);	}	public void chartWizard(Variant source, Variant gallery, Variant format, Variant plotBy, Variant categoryLabels) {		Dispatch.call(this, "ChartWizard", source, gallery, format, plotBy, categoryLabels);	}	public void chartWizard(Variant source, Variant gallery, Variant format, Variant plotBy) {		Dispatch.call(this, "ChartWizard", source, gallery, format, plotBy);	}	public void chartWizard(Variant source, Variant gallery, Variant format) {		Dispatch.call(this, "ChartWizard", source, gallery, format);	}	public void chartWizard(Variant source, Variant gallery) {		Dispatch.call(this, "ChartWizard", source, gallery);	}	public void chartWizard(Variant source) {		Dispatch.call(this, "ChartWizard", source);	}	public void chartWizard() {		Dispatch.call(this, "ChartWizard");	}	public Dispatch checkBoxes(Variant lastParam) {		return Dispatch.call(this, "CheckBoxes", lastParam).toDispatch();	}	public Dispatch checkBoxes() {		return Dispatch.call(this, "CheckBoxes").toDispatch();	}	public void checkSpelling(Variant customDictionary, Variant ignoreUppercase, Variant alwaysSuggest, Variant ignoreInitialAlefHamza, Variant ignoreFinalYaa, Variant lastParam) {		Dispatch.call(this, "CheckSpelling", customDictionary, ignoreUppercase, alwaysSuggest, ignoreInitialAlefHamza, ignoreFinalYaa, lastParam);	}	public void checkSpelling(Variant customDictionary, Variant ignoreUppercase, Variant alwaysSuggest, Variant ignoreInitialAlefHamza, Variant ignoreFinalYaa) {		Dispatch.call(this, "CheckSpelling", customDictionary, ignoreUppercase, alwaysSuggest, ignoreInitialAlefHamza, ignoreFinalYaa);	}	public void checkSpelling(Variant customDictionary, Variant ignoreUppercase, Variant alwaysSuggest, Variant ignoreInitialAlefHamza) {		Dispatch.call(this, "CheckSpelling", customDictionary, ignoreUppercase, alwaysSuggest, ignoreInitialAlefHamza);	}	public void checkSpelling(Variant customDictionary, Variant ignoreUppercase, Variant alwaysSuggest) {		Dispatch.call(this, "CheckSpelling", customDictionary, ignoreUppercase, alwaysSuggest);	}	public void checkSpelling(Variant customDictionary, Variant ignoreUppercase) {		Dispatch.call(this, "CheckSpelling", customDictionary, ignoreUppercase);	}	public void checkSpelling(Variant customDictionary) {		Dispatch.call(this, "CheckSpelling", customDictionary);	}	public void checkSpelling() {		Dispatch.call(this, "CheckSpelling");	}	public ChartGroup getColumn3DGroup() {		return new ChartGroup(Dispatch.get(this, "Column3DGroup").toDispatch());	}	public Dispatch columnGroups(Variant lastParam) {		return Dispatch.call(this, "ColumnGroups", lastParam).toDispatch();	}	public Dispatch columnGroups() {		return Dispatch.call(this, "ColumnGroups").toDispatch();	}	public void copyPicture(int appearance, int format, int lastParam) {		Dispatch.call(this, "CopyPicture", new Variant(appearance), new Variant(format), new Variant(lastParam));	}	public void copyPicture(int appearance, int format) {		Dispatch.call(this, "CopyPicture", new Variant(appearance), new Variant(format));	}	public void copyPicture(int appearance) {		Dispatch.call(this, "CopyPicture", new Variant(appearance));	}	public void copyPicture() {		Dispatch.call(this, "CopyPicture");	}	public Corners getCorners() {		return new Corners(Dispatch.get(this, "Corners").toDispatch());	}	public void createPublisher(Variant edition, int appearance, int size, Variant containsPICT, Variant containsBIFF, Variant containsRTF, Variant lastParam) {		Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), new Variant(size), containsPICT, containsBIFF, containsRTF, lastParam);	}	public void createPublisher(Variant edition, int appearance, int size, Variant containsPICT, Variant containsBIFF, Variant containsRTF) {		Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), new Variant(size), containsPICT, containsBIFF, containsRTF);	}	public void createPublisher(Variant edition, int appearance, int size, Variant containsPICT, Variant containsBIFF) {		Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), new Variant(size), containsPICT, containsBIFF);	}	public void createPublisher(Variant edition, int appearance, int size, Variant containsPICT) {		Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), new Variant(size), containsPICT);	}	public void createPublisher(Variant edition, int appearance, int size) {		Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance), new Variant(size));	}	public void createPublisher(Variant edition, int appearance) {		Dispatch.call(this, "CreatePublisher", edition, new Variant(appearance));	}	public void createPublisher(Variant edition) {		Dispatch.call(this, "CreatePublisher", edition);	}	public void createPublisher() {		Dispatch.call(this, "CreatePublisher");	}	public DataTable getDataTable() {		return new DataTable(Dispatch.get(this, "DataTable").toDispatch());	}	public int getDepthPercent() {		return Dispatch.get(this, "DepthPercent").toInt();	}	public void setDepthPercent(int lastParam) {		Dispatch.put(this, "DepthPercent", new Variant(lastParam));	}	public void deselect() {		Dispatch.call(this, "Deselect");	}	public int getDisplayBlanksAs() {		return Dispatch.get(this, "DisplayBlanksAs").toInt();	}	public void setDisplayBlanksAs(int lastParam) {		Dispatch.put(this, "DisplayBlanksAs", new Variant(lastParam));	}	public Dispatch doughnutGroups(Variant lastParam) {		return Dispatch.call(this, "DoughnutGroups", lastParam).toDispatch();	}	public Dispatch doughnutGroups() {		return Dispatch.call(this, "DoughnutGroups").toDispatch();	}	public Dispatch drawings(Variant lastParam) {		return Dispatch.call(this, "Drawings", lastParam).toDispatch();	}	public Dispatch drawings() {		return Dispatch.call(this, "Drawings").toDispatch();	}	public Dispatch drawingObjects(Variant lastParam) {		return Dispatch.call(this, "DrawingObjects", lastParam).toDispatch();	}	public Dispatch drawingObjects() {		return Dispatch.call(this, "DrawingObjects").toDispatch();	}	public Dispatch dropDowns(Variant lastParam) {		return Dispatch.call(this, "DropDowns", lastParam).toDispatch();	}	public Dispatch dropDowns() {		return Dispatch.call(this, "DropDowns").toDispatch();	}	public int getElevation() {		return Dispatch.get(this, "Elevation").toInt();	}	public void setElevation(int lastParam) {		Dispatch.put(this, "Elevation", new Variant(lastParam));	}	public Variant evaluate(Variant lastParam) {		return Dispatch.call(this, "Evaluate", lastParam);	}	public Variant _Evaluate(Variant lastParam) {		return Dispatch.call(this, "_Evaluate", lastParam);	}	public Floor getFloor() {		return new Floor(Dispatch.get(this, "Floor").toDispatch());	}	public int getGapDepth() {		return Dispatch.get(this, "GapDepth").toInt();	}	public void setGapDepth(int lastParam) {		Dispatch.put(this, "GapDepth", new Variant(lastParam));	}	public Dispatch groupBoxes(Variant lastParam) {		return Dispatch.call(this, "GroupBoxes", lastParam).toDispatch();	}	public Dispatch groupBoxes() {		return Dispatch.call(this, "GroupBoxes").toDispatch();	}	public Dispatch groupObjects(Variant lastParam) {		return Dispatch.call(this, "GroupObjects", lastParam).toDispatch();	}	public Dispatch groupObjects() {		return Dispatch.call(this, "GroupObjects").toDispatch();	}	public Variant getHasAxis(Variant index1, Variant lastParam) {		return Dispatch.call(this, "HasAxis", index1, lastParam);	}	public Variant getHasAxis(Variant index1) {		return Dispatch.call(this, "HasAxis", index1);	}	public Variant getHasAxis() {		return Dispatch.get(this, "HasAxis");	}	public void setHasAxis(Variant index1, Variant index2, Variant lastParam) {		Dispatch.call(this, "HasAxis", index1, index2, lastParam);	}	public void setHasAxis(Variant index1) {		Dispatch.put(this, "HasAxis", index1);	}	public void setHasAxis() {		Dispatch.call(this, "HasAxis");	}	public boolean getHasDataTable() {		return Dispatch.get(this, "HasDataTable").toBoolean();	}	public void setHasDataTable(boolean lastParam) {		Dispatch.put(this, "HasDataTable", new Variant(lastParam));	}	public boolean getHasLegend() {		return Dispatch.get(this, "HasLegend").toBoolean();	}	public void setHasLegend(boolean lastParam) {		Dispatch.put(this, "HasLegend", new Variant(lastParam));	}	public boolean getHasTitle() {		return Dispatch.get(this, "HasTitle").toBoolean();	}	public void setHasTitle(boolean lastParam) {		Dispatch.put(this, "HasTitle", new Variant(lastParam));	}	public int getHeightPercent() {		return Dispatch.get(this, "HeightPercent").toInt();

⌨️ 快捷键说明

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