📄 mschartraw.java
字号:
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc /t "D:\Program Files\Microsoft Visual Studio\VJ98\wfc.jnf" /w /xi /X:rkc /l "C:\TEMP\jvcCBC.tmp" /nologo /d "E:\InfoServer\clients\Java\Trend\ISVjTrend" "C:\WINNT\System32\MSCHRT20.OCX")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//
package mschrt20;
import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
import msdatsrc.*;
/** @com.class(classid=3A2B370C-BA0A-11D1-B137-0000F8753F5D,DynamicCasts)
@com.interface(iid=3A2B370A-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public class MSChartRaw implements IUnknown,com.ms.com.NoAutoScripting,mschrt20._DMSChart
{
/** @com.method(vtoffset=4, dispid=1, type=PROPGET, name="AutoIncrement", name2="getAutoIncrement", addFlagsVtable=4)
@com.parameters([type=BOOLEAN] return) */
public native boolean getAutoIncrement();
/** @com.method(vtoffset=5, dispid=1, type=PROPPUT, name="AutoIncrement", name2="putAutoIncrement", addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] AutoIncrement) */
public native void setAutoIncrement(boolean AutoIncrement);
/** @com.method(vtoffset=6, dispid=2, type=PROPGET, name="RandomFill", name2="getRandomFill", addFlagsVtable=4)
@com.parameters([type=BOOLEAN] return) */
public native boolean getRandomFill();
/** @com.method(vtoffset=7, dispid=2, type=PROPPUT, name="RandomFill", name2="putRandomFill", addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] RandomFill) */
public native void setRandomFill(boolean RandomFill);
/** @com.method(vtoffset=8, dispid=3, type=PROPGET, name="chartType", name2="getchartType", addFlagsVtable=4)
@com.parameters([type=I4] return) */
public native int getChartType();
/** @com.method(vtoffset=9, dispid=3, type=PROPPUT, name="chartType", name2="putchartType", addFlagsVtable=4)
@com.parameters([in,type=I4] chartType) */
public native void setChartType(int chartType);
/** @com.method(vtoffset=10, dispid=4, type=PROPGET, name="Column", name2="getColumn", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getColumn();
/** @com.method(vtoffset=11, dispid=4, type=PROPPUT, name="Column", name2="putColumn", addFlagsVtable=4)
@com.parameters([in,type=I2] Column) */
public native void setColumn(short Column);
/** @com.method(vtoffset=12, dispid=5, type=PROPGET, name="ColumnCount", name2="getColumnCount", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getColumnCount();
/** @com.method(vtoffset=13, dispid=5, type=PROPPUT, name="ColumnCount", name2="putColumnCount", addFlagsVtable=4)
@com.parameters([in,type=I2] ColumnCount) */
public native void setColumnCount(short ColumnCount);
/** @com.method(vtoffset=14, dispid=6, type=PROPGET, name="ColumnLabel", name2="getColumnLabel", addFlagsVtable=4)
@com.parameters([type=STRING] return) */
public native String getColumnLabel();
/** @com.method(vtoffset=15, dispid=6, type=PROPPUT, name="ColumnLabel", name2="putColumnLabel", addFlagsVtable=4)
@com.parameters([in,type=STRING] ColumnLabel) */
public native void setColumnLabel(String ColumnLabel);
/** @com.method(vtoffset=16, dispid=7, type=PROPGET, name="ColumnLabelCount", name2="getColumnLabelCount", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getColumnLabelCount();
/** @com.method(vtoffset=17, dispid=7, type=PROPPUT, name="ColumnLabelCount", name2="putColumnLabelCount", addFlagsVtable=4)
@com.parameters([in,type=I2] ColumnLabelCount) */
public native void setColumnLabelCount(short ColumnLabelCount);
/** @com.method(vtoffset=18, dispid=8, type=PROPGET, name="ColumnLabelIndex", name2="getColumnLabelIndex", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getColumnLabelIndex();
/** @com.method(vtoffset=19, dispid=8, type=PROPPUT, name="ColumnLabelIndex", name2="putColumnLabelIndex", addFlagsVtable=4)
@com.parameters([in,type=I2] ColumnLabelIndex) */
public native void setColumnLabelIndex(short ColumnLabelIndex);
/** @com.method(vtoffset=20, dispid=9, type=PROPGET, name="Data", name2="getData", addFlagsVtable=4)
@com.parameters([type=STRING] return) */
public native String getData();
/** @com.method(vtoffset=21, dispid=9, type=PROPPUT, name="Data", name2="putData", addFlagsVtable=4)
@com.parameters([in,type=STRING] Data) */
public native void setData(String Data);
/** @com.method(vtoffset=22, dispid=10, type=PROPGET, name="FootnoteText", name2="getFootnoteText", addFlagsVtable=4)
@com.parameters([type=STRING] return) */
public native String getFootnoteText();
/** @com.method(vtoffset=23, dispid=10, type=PROPPUT, name="FootnoteText", name2="putFootnoteText", addFlagsVtable=4)
@com.parameters([in,type=STRING] FootnoteText) */
public native void setFootnoteText(String FootnoteText);
/** @com.method(vtoffset=24, dispid=11, type=PROPGET, name="Repaint", name2="getRepaint", addFlagsVtable=4)
@com.parameters([type=BOOLEAN] return) */
public native boolean getRepaint();
/** @com.method(vtoffset=25, dispid=11, type=PROPPUT, name="Repaint", name2="putRepaint", addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] Repaint) */
public native void setRepaint(boolean Repaint);
/** @com.method(vtoffset=26, dispid=12, type=PROPGET, name="Row", name2="getRow", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getRow();
/** @com.method(vtoffset=27, dispid=12, type=PROPPUT, name="Row", name2="putRow", addFlagsVtable=4)
@com.parameters([in,type=I2] Row) */
public native void setRow(short Row);
/** @com.method(vtoffset=28, dispid=13, type=PROPGET, name="RowCount", name2="getRowCount", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getRowCount();
/** @com.method(vtoffset=29, dispid=13, type=PROPPUT, name="RowCount", name2="putRowCount", addFlagsVtable=4)
@com.parameters([in,type=I2] RowCount) */
public native void setRowCount(short RowCount);
/** @com.method(vtoffset=30, dispid=14, type=PROPGET, name="RowLabel", name2="getRowLabel", addFlagsVtable=4)
@com.parameters([type=STRING] return) */
public native String getRowLabel();
/** @com.method(vtoffset=31, dispid=14, type=PROPPUT, name="RowLabel", name2="putRowLabel", addFlagsVtable=4)
@com.parameters([in,type=STRING] RowLabel) */
public native void setRowLabel(String RowLabel);
/** @com.method(vtoffset=32, dispid=15, type=PROPGET, name="RowLabelCount", name2="getRowLabelCount", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getRowLabelCount();
/** @com.method(vtoffset=33, dispid=15, type=PROPPUT, name="RowLabelCount", name2="putRowLabelCount", addFlagsVtable=4)
@com.parameters([in,type=I2] RowLabelCount) */
public native void setRowLabelCount(short RowLabelCount);
/** @com.method(vtoffset=34, dispid=16, type=PROPGET, name="RowLabelIndex", name2="getRowLabelIndex", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getRowLabelIndex();
/** @com.method(vtoffset=35, dispid=16, type=PROPPUT, name="RowLabelIndex", name2="putRowLabelIndex", addFlagsVtable=4)
@com.parameters([in,type=I2] RowLabelIndex) */
public native void setRowLabelIndex(short RowLabelIndex);
/** @com.method(vtoffset=36, dispid=17, type=PROPGET, name="SeriesColumn", name2="getSeriesColumn", addFlagsVtable=4)
@com.parameters([type=I2] return) */
public native short getSeriesColumn();
/** @com.method(vtoffset=37, dispid=17, type=PROPPUT, name="SeriesColumn", name2="putSeriesColumn", addFlagsVtable=4)
@com.parameters([in,type=I2] SeriesColumn) */
public native void setSeriesColumn(short SeriesColumn);
/** @com.method(vtoffset=38, dispid=18, type=PROPGET, name="SeriesType", name2="getSeriesType", addFlagsVtable=4)
@com.parameters([type=I4] return) */
public native int getSeriesType();
/** @com.method(vtoffset=39, dispid=18, type=PROPPUT, name="SeriesType", name2="putSeriesType", addFlagsVtable=4)
@com.parameters([in,type=I4] SeriesType) */
public native void setSeriesType(int SeriesType);
/** @com.method(vtoffset=40, dispid=19, type=PROPGET, name="ShowLegend", name2="getShowLegend", addFlagsVtable=4)
@com.parameters([type=BOOLEAN] return) */
public native boolean getShowLegend();
/** @com.method(vtoffset=41, dispid=19, type=PROPPUT, name="ShowLegend", name2="putShowLegend", addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] ShowLegend) */
public native void setShowLegend(boolean ShowLegend);
/** @com.method(vtoffset=42, dispid=23, type=PROPGET, name="DrawMode", name2="getDrawMode", addFlagsVtable=4)
@com.parameters([type=I4] return) */
public native int getDrawMode();
/** @com.method(vtoffset=43, dispid=23, type=PROPPUT, name="DrawMode", name2="putDrawMode", addFlagsVtable=4)
@com.parameters([in,type=I4] DrawMode) */
public native void setDrawMode(int DrawMode);
/** @com.method(vtoffset=44, dispid=4294966792, type=PROPGET, name="BorderStyle", name2="getBorderStyle", addFlagsVtable=4)
@com.parameters([type=I4] return) */
public native int getBorderStyle();
/** @com.method(vtoffset=45, dispid=4294966792, type=PROPPUT, name="BorderStyle", name2="putBorderStyle", addFlagsVtable=4)
@com.parameters([in,type=I4] BorderStyle) */
public native void setBorderStyle(int BorderStyle);
/** @com.method(vtoffset=46, dispid=4294966782, type=PROPGET, name="Enabled", name2="getEnabled", addFlagsVtable=4)
@com.parameters([type=BOOLEAN] return) */
public native boolean getEnabled();
/** @com.method(vtoffset=47, dispid=4294966782, type=PROPPUT, name="Enabled", name2="putEnabled", addFlagsVtable=4)
@com.parameters([in,type=BOOLEAN] Enabled) */
public native void setEnabled(boolean Enabled);
/** @com.method(vtoffset=48, dispid=4294966781, type=PROPGET, name="hWnd", name2="gethWnd", addFlagsVtable=4)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -