6115 lines
184 KiB
Plaintext
6115 lines
184 KiB
Plaintext
unit PptxVba;
|
|
interface
|
|
|
|
type ActionSetting = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Action read ReadAction write WriteAction;
|
|
property ActionVerb read ReadActionVerb write WriteActionVerb;
|
|
property AnimateAction read ReadAnimateAction write WriteAnimateAction;
|
|
property Hyperlink read ReadHyperlink;
|
|
property Run read ReadRun write WriteRun;
|
|
property ShowAndReturn read ReadShowAndReturn write WriteShowAndReturn;
|
|
property SlideShowName read ReadSlideShowName write WriteSlideShowName;
|
|
property SoundEffect read ReadSoundEffect;
|
|
function ReadAction();
|
|
function WriteAction(_value);
|
|
function ReadActionVerb();
|
|
function WriteActionVerb(_value);
|
|
function ReadAnimateAction();
|
|
function WriteAnimateAction(_value);
|
|
function ReadHyperlink();
|
|
function ReadRun();
|
|
function WriteRun(_value);
|
|
function ReadShowAndReturn();
|
|
function WriteShowAndReturn(_value);
|
|
function ReadSlideShowName();
|
|
function WriteSlideShowName(_value);
|
|
function ReadSoundEffect();
|
|
end;
|
|
|
|
type ActionSettings = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type AddIn = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property AutoLoad read ReadAutoLoad write WriteAutoLoad;
|
|
property FullName read ReadFullName;
|
|
property Loaded read ReadLoaded write WriteLoaded;
|
|
property Name read ReadName;
|
|
property Path read ReadPath;
|
|
property Registered read ReadRegistered write WriteRegistered;
|
|
function ReadAutoLoad();
|
|
function WriteAutoLoad(_value);
|
|
function ReadFullName();
|
|
function ReadLoaded();
|
|
function WriteLoaded(_value);
|
|
function ReadName();
|
|
function ReadPath();
|
|
function ReadRegistered();
|
|
function WriteRegistered(_value);
|
|
end;
|
|
|
|
type AddIns = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(FileName);
|
|
function Item(Index);
|
|
function Remove(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Adjustments = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type AnimationBehavior = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
|
|
// properties
|
|
property Accumulate read ReadAccumulate write WriteAccumulate;
|
|
property Additive read ReadAdditive write WriteAdditive;
|
|
property ColorEffect read ReadColorEffect;
|
|
property CommandEffect read ReadCommandEffect;
|
|
property FilterEffect read ReadFilterEffect;
|
|
property MotionEffect read ReadMotionEffect;
|
|
property PropertyEffect read ReadPropertyEffect;
|
|
property RotationEffect read ReadRotationEffect;
|
|
property ScaleEffect read ReadScaleEffect;
|
|
property SetEffect read ReadSetEffect;
|
|
property Timing read ReadTiming;
|
|
property Type read ReadType write WriteType;
|
|
function ReadAccumulate();
|
|
function WriteAccumulate(_value);
|
|
function ReadAdditive();
|
|
function WriteAdditive(_value);
|
|
function ReadColorEffect();
|
|
function ReadCommandEffect();
|
|
function ReadFilterEffect();
|
|
function ReadMotionEffect();
|
|
function ReadPropertyEffect();
|
|
function ReadRotationEffect();
|
|
function ReadScaleEffect();
|
|
function ReadSetEffect();
|
|
function ReadTiming();
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
end;
|
|
|
|
type AnimationBehaviors = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Type, Index);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type AnimationPoint = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
|
|
// properties
|
|
property Formula read ReadFormula write WriteFormula;
|
|
property Time read ReadTime write WriteTime;
|
|
property Value read ReadValue write WriteValue;
|
|
function ReadFormula();
|
|
function WriteFormula(_value);
|
|
function ReadTime();
|
|
function WriteTime(_value);
|
|
function ReadValue();
|
|
function WriteValue(_value);
|
|
end;
|
|
|
|
type AnimationPoints = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Index);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
property Smooth read ReadSmooth write WriteSmooth;
|
|
function ReadCount();
|
|
function ReadSmooth();
|
|
function WriteSmooth(_value);
|
|
end;
|
|
|
|
type AnimationSettings = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property AdvanceMode read ReadAdvanceMode write WriteAdvanceMode;
|
|
property AdvanceTime read ReadAdvanceTime write WriteAdvanceTime;
|
|
property AfterEffect read ReadAfterEffect write WriteAfterEffect;
|
|
property Animate read ReadAnimate write WriteAnimate;
|
|
property AnimateBackground read ReadAnimateBackground write WriteAnimateBackground;
|
|
property AnimateTextInReverse read ReadAnimateTextInReverse write WriteAnimateTextInReverse;
|
|
property AnimationOrder read ReadAnimationOrder write WriteAnimationOrder;
|
|
property ChartUnitEffect read ReadChartUnitEffect write WriteChartUnitEffect;
|
|
property DimColor read ReadDimColor write WriteDimColor;
|
|
property EntryEffect read ReadEntryEffect write WriteEntryEffect;
|
|
property PlaySettings read ReadPlaySettings;
|
|
property SoundEffect read ReadSoundEffect;
|
|
property TextLevelEffect read ReadTextLevelEffect write WriteTextLevelEffect;
|
|
property TextUnitEffect read ReadTextUnitEffect write WriteTextUnitEffect;
|
|
function ReadAdvanceMode();
|
|
function WriteAdvanceMode(_value);
|
|
function ReadAdvanceTime();
|
|
function WriteAdvanceTime(_value);
|
|
function ReadAfterEffect();
|
|
function WriteAfterEffect(_value);
|
|
function ReadAnimate();
|
|
function WriteAnimate(_value);
|
|
function ReadAnimateBackground();
|
|
function WriteAnimateBackground(_value);
|
|
function ReadAnimateTextInReverse();
|
|
function WriteAnimateTextInReverse(_value);
|
|
function ReadAnimationOrder();
|
|
function WriteAnimationOrder(_value);
|
|
function ReadChartUnitEffect();
|
|
function WriteChartUnitEffect(_value);
|
|
function ReadDimColor();
|
|
function WriteDimColor(_value);
|
|
function ReadEntryEffect();
|
|
function WriteEntryEffect(_value);
|
|
function ReadPlaySettings();
|
|
function ReadSoundEffect();
|
|
function ReadTextLevelEffect();
|
|
function WriteTextLevelEffect(_value);
|
|
function ReadTextUnitEffect();
|
|
function WriteTextUnitEffect(_value);
|
|
end;
|
|
|
|
type Application = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Activate();
|
|
function Help(HelpFile, ContextID);
|
|
function OpenThemeFile(themeFileName);
|
|
function Quit();
|
|
function Run(MacroName, safeArrayOfParams);
|
|
function StartNewUndoEntry();
|
|
function FileConverters(Index1, Index2);
|
|
function FileDialog(Type);
|
|
|
|
// properties
|
|
property Active read ReadActive;
|
|
property ActiveEncryptionSession read ReadActiveEncryptionSession;
|
|
property ActivePresentation read ReadActivePresentation;
|
|
property ActivePrinter read ReadActivePrinter;
|
|
property ActiveProtectedViewWindow read ReadActiveProtectedViewWindow;
|
|
property ActiveWindow read ReadActiveWindow;
|
|
property AddIns read ReadAddIns;
|
|
property Assistance read ReadAssistance;
|
|
property AutoCorrect read ReadAutoCorrect;
|
|
property AutomationSecurity read ReadAutomationSecurity write WriteAutomationSecurity;
|
|
property Build read ReadBuild;
|
|
property Caption read ReadCaption write WriteCaption;
|
|
property ChartDataPointTrack read ReadChartDataPointTrack write WriteChartDataPointTrack;
|
|
property COMAddIns read ReadCOMAddIns;
|
|
property CommandBars read ReadCommandBars;
|
|
property DisplayAlerts read ReadDisplayAlerts write WriteDisplayAlerts;
|
|
property DisplayDocumentInformationPanel read ReadDisplayDocumentInformationPanel write WriteDisplayDocumentInformationPanel;
|
|
property DisplayGridLines read ReadDisplayGridLines write WriteDisplayGridLines;
|
|
property DisplayGuides read ReadDisplayGuides;
|
|
property FeatureInstall read ReadFeatureInstall write WriteFeatureInstall;
|
|
property FileValidation read ReadFileValidation write WriteFileValidation;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property IsSandboxed read ReadIsSandboxed;
|
|
property LanguageSettings read ReadLanguageSettings;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Name read ReadName;
|
|
property NewPresentation read ReadNewPresentation;
|
|
property OperatingSystem read ReadOperatingSystem;
|
|
property Options read ReadOptions;
|
|
property Path read ReadPath;
|
|
property Presentations read ReadPresentations;
|
|
property ProductCode read ReadProductCode;
|
|
property ProtectedViewWindows read ReadProtectedViewWindows;
|
|
property SensitivityLabelPolicy read ReadSensitivityLabelPolicy;
|
|
property ShowStartupDialog read ReadShowStartupDialog write WriteShowStartupDialog;
|
|
property ShowWindowsInTaskbar read ReadShowWindowsInTaskbar write WriteShowWindowsInTaskbar;
|
|
property SlideShowWindows read ReadSlideShowWindows;
|
|
property SmartArtColors read ReadSmartArtColors;
|
|
property SmartArtLayouts read ReadSmartArtLayouts;
|
|
property SmartArtQuickStyles read ReadSmartArtQuickStyles;
|
|
property Top read ReadTop write WriteTop;
|
|
property VBE read ReadVBE;
|
|
property Version read ReadVersion;
|
|
property Visible read ReadVisible write WriteVisible;
|
|
property Width read ReadWidth write WriteWidth;
|
|
property Windows read ReadWindows;
|
|
property WindowState read ReadWindowState write WriteWindowState;
|
|
function ReadActive();
|
|
function ReadActiveEncryptionSession();
|
|
function ReadActivePresentation();
|
|
function ReadActivePrinter();
|
|
function ReadActiveProtectedViewWindow();
|
|
function ReadActiveWindow();
|
|
function ReadAddIns();
|
|
function ReadAssistance();
|
|
function ReadAutoCorrect();
|
|
function ReadAutomationSecurity();
|
|
function WriteAutomationSecurity(_value);
|
|
function ReadBuild();
|
|
function ReadCaption();
|
|
function WriteCaption(_value);
|
|
function ReadChartDataPointTrack();
|
|
function WriteChartDataPointTrack(_value);
|
|
function ReadCOMAddIns();
|
|
function ReadCommandBars();
|
|
function ReadDisplayAlerts();
|
|
function WriteDisplayAlerts(_value);
|
|
function ReadDisplayDocumentInformationPanel();
|
|
function WriteDisplayDocumentInformationPanel(_value);
|
|
function ReadDisplayGridLines();
|
|
function WriteDisplayGridLines(_value);
|
|
function ReadDisplayGuides();
|
|
function ReadFeatureInstall();
|
|
function WriteFeatureInstall(_value);
|
|
function ReadFileValidation();
|
|
function WriteFileValidation(_value);
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadIsSandboxed();
|
|
function ReadLanguageSettings();
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadName();
|
|
function ReadNewPresentation();
|
|
function ReadOperatingSystem();
|
|
function ReadOptions();
|
|
function ReadPath();
|
|
function ReadPresentations();
|
|
function ReadProductCode();
|
|
function ReadProtectedViewWindows();
|
|
function ReadSensitivityLabelPolicy();
|
|
function ReadShowStartupDialog();
|
|
function WriteShowStartupDialog(_value);
|
|
function ReadShowWindowsInTaskbar();
|
|
function WriteShowWindowsInTaskbar(_value);
|
|
function ReadSlideShowWindows();
|
|
function ReadSmartArtColors();
|
|
function ReadSmartArtLayouts();
|
|
function ReadSmartArtQuickStyles();
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadVBE();
|
|
function ReadVersion();
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
function ReadWindows();
|
|
function ReadWindowState();
|
|
function WriteWindowState(_value);
|
|
end;
|
|
|
|
type AutoCorrect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property DisplayAutoCorrectOptions read ReadDisplayAutoCorrectOptions write WriteDisplayAutoCorrectOptions;
|
|
property DisplayAutoLayoutOptions read ReadDisplayAutoLayoutOptions write WriteDisplayAutoLayoutOptions;
|
|
function ReadDisplayAutoCorrectOptions();
|
|
function WriteDisplayAutoCorrectOptions(_value);
|
|
function ReadDisplayAutoLayoutOptions();
|
|
function WriteDisplayAutoLayoutOptions(_value);
|
|
end;
|
|
|
|
type Axes = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Type, AxisGroup);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Axis = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property AxisBetweenCategories read ReadAxisBetweenCategories write WriteAxisBetweenCategories;
|
|
property AxisGroup read ReadAxisGroup;
|
|
property AxisTitle read ReadAxisTitle;
|
|
property BaseUnit read ReadBaseUnit write WriteBaseUnit;
|
|
property BaseUnitIsAuto read ReadBaseUnitIsAuto write WriteBaseUnitIsAuto;
|
|
property Border read ReadBorder;
|
|
property CategoryNames read ReadCategoryNames write WriteCategoryNames;
|
|
property CategoryType read ReadCategoryType write WriteCategoryType;
|
|
property Crosses read ReadCrosses write WriteCrosses;
|
|
property CrossesAt read ReadCrossesAt write WriteCrossesAt;
|
|
property DisplayUnit read ReadDisplayUnit write WriteDisplayUnit;
|
|
property DisplayUnitCustom read ReadDisplayUnitCustom write WriteDisplayUnitCustom;
|
|
property DisplayUnitLabel read ReadDisplayUnitLabel;
|
|
property Format read ReadFormat;
|
|
property HasDisplayUnitLabel read ReadHasDisplayUnitLabel write WriteHasDisplayUnitLabel;
|
|
property HasMajorGridlines read ReadHasMajorGridlines write WriteHasMajorGridlines;
|
|
property HasMinorGridlines read ReadHasMinorGridlines write WriteHasMinorGridlines;
|
|
property HasTitle read ReadHasTitle write WriteHasTitle;
|
|
property Height read ReadHeight;
|
|
property Left read ReadLeft;
|
|
property LogBase read ReadLogBase write WriteLogBase;
|
|
property MajorGridlines read ReadMajorGridlines;
|
|
property MajorTickMark read ReadMajorTickMark write WriteMajorTickMark;
|
|
property MajorUnit read ReadMajorUnit write WriteMajorUnit;
|
|
property MajorUnitIsAuto read ReadMajorUnitIsAuto write WriteMajorUnitIsAuto;
|
|
property MajorUnitScale read ReadMajorUnitScale write WriteMajorUnitScale;
|
|
property MaximumScale read ReadMaximumScale write WriteMaximumScale;
|
|
property MaximumScaleIsAuto read ReadMaximumScaleIsAuto write WriteMaximumScaleIsAuto;
|
|
property MinimumScale read ReadMinimumScale write WriteMinimumScale;
|
|
property MinimumScaleIsAuto read ReadMinimumScaleIsAuto write WriteMinimumScaleIsAuto;
|
|
property MinorGridlines read ReadMinorGridlines;
|
|
property MinorTickMark read ReadMinorTickMark write WriteMinorTickMark;
|
|
property MinorUnit read ReadMinorUnit write WriteMinorUnit;
|
|
property MinorUnitIsAuto read ReadMinorUnitIsAuto write WriteMinorUnitIsAuto;
|
|
property MinorUnitScale read ReadMinorUnitScale write WriteMinorUnitScale;
|
|
property ReversePlotOrder read ReadReversePlotOrder write WriteReversePlotOrder;
|
|
property ScaleType read ReadScaleType write WriteScaleType;
|
|
property TickLabelPosition read ReadTickLabelPosition write WriteTickLabelPosition;
|
|
property TickLabels read ReadTickLabels;
|
|
property TickLabelSpacing read ReadTickLabelSpacing write WriteTickLabelSpacing;
|
|
property TickLabelSpacingIsAuto read ReadTickLabelSpacingIsAuto write WriteTickLabelSpacingIsAuto;
|
|
property TickMarkSpacing read ReadTickMarkSpacing write WriteTickMarkSpacing;
|
|
property Top read ReadTop;
|
|
property Type read ReadType;
|
|
property Width read ReadWidth;
|
|
function ReadAxisBetweenCategories();
|
|
function WriteAxisBetweenCategories(_value);
|
|
function ReadAxisGroup();
|
|
function ReadAxisTitle();
|
|
function ReadBaseUnit();
|
|
function WriteBaseUnit(_value);
|
|
function ReadBaseUnitIsAuto();
|
|
function WriteBaseUnitIsAuto(_value);
|
|
function ReadBorder();
|
|
function ReadCategoryNames();
|
|
function WriteCategoryNames(_value);
|
|
function ReadCategoryType();
|
|
function WriteCategoryType(_value);
|
|
function ReadCrosses();
|
|
function WriteCrosses(_value);
|
|
function ReadCrossesAt();
|
|
function WriteCrossesAt(_value);
|
|
function ReadDisplayUnit();
|
|
function WriteDisplayUnit(_value);
|
|
function ReadDisplayUnitCustom();
|
|
function WriteDisplayUnitCustom(_value);
|
|
function ReadDisplayUnitLabel();
|
|
function ReadFormat();
|
|
function ReadHasDisplayUnitLabel();
|
|
function WriteHasDisplayUnitLabel(_value);
|
|
function ReadHasMajorGridlines();
|
|
function WriteHasMajorGridlines(_value);
|
|
function ReadHasMinorGridlines();
|
|
function WriteHasMinorGridlines(_value);
|
|
function ReadHasTitle();
|
|
function WriteHasTitle(_value);
|
|
function ReadHeight();
|
|
function ReadLeft();
|
|
function ReadLogBase();
|
|
function WriteLogBase(_value);
|
|
function ReadMajorGridlines();
|
|
function ReadMajorTickMark();
|
|
function WriteMajorTickMark(_value);
|
|
function ReadMajorUnit();
|
|
function WriteMajorUnit(_value);
|
|
function ReadMajorUnitIsAuto();
|
|
function WriteMajorUnitIsAuto(_value);
|
|
function ReadMajorUnitScale();
|
|
function WriteMajorUnitScale(_value);
|
|
function ReadMaximumScale();
|
|
function WriteMaximumScale(_value);
|
|
function ReadMaximumScaleIsAuto();
|
|
function WriteMaximumScaleIsAuto(_value);
|
|
function ReadMinimumScale();
|
|
function WriteMinimumScale(_value);
|
|
function ReadMinimumScaleIsAuto();
|
|
function WriteMinimumScaleIsAuto(_value);
|
|
function ReadMinorGridlines();
|
|
function ReadMinorTickMark();
|
|
function WriteMinorTickMark(_value);
|
|
function ReadMinorUnit();
|
|
function WriteMinorUnit(_value);
|
|
function ReadMinorUnitIsAuto();
|
|
function WriteMinorUnitIsAuto(_value);
|
|
function ReadMinorUnitScale();
|
|
function WriteMinorUnitScale(_value);
|
|
function ReadReversePlotOrder();
|
|
function WriteReversePlotOrder(_value);
|
|
function ReadScaleType();
|
|
function WriteScaleType(_value);
|
|
function ReadTickLabelPosition();
|
|
function WriteTickLabelPosition(_value);
|
|
function ReadTickLabels();
|
|
function ReadTickLabelSpacing();
|
|
function WriteTickLabelSpacing(_value);
|
|
function ReadTickLabelSpacingIsAuto();
|
|
function WriteTickLabelSpacingIsAuto(_value);
|
|
function ReadTickMarkSpacing();
|
|
function WriteTickMarkSpacing(_value);
|
|
function ReadTop();
|
|
function ReadType();
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type AxisTitle = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
function Characters(Start, Length);
|
|
|
|
// properties
|
|
property Caption read ReadCaption write WriteCaption;
|
|
property Format read ReadFormat;
|
|
property Formula read ReadFormula write WriteFormula;
|
|
property FormulaLocal read ReadFormulaLocal write WriteFormulaLocal;
|
|
property FormulaR1C1 read ReadFormulaR1C1 write WriteFormulaR1C1;
|
|
property FormulaR1C1Local read ReadFormulaR1C1Local write WriteFormulaR1C1Local;
|
|
property Height read ReadHeight;
|
|
property HorizontalAlignment read ReadHorizontalAlignment write WriteHorizontalAlignment;
|
|
property IncludeInLayout read ReadIncludeInLayout write WriteIncludeInLayout;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Name read ReadName;
|
|
property Orientation read ReadOrientation write WriteOrientation;
|
|
property Position read ReadPosition write WritePosition;
|
|
property ReadingOrder read ReadReadingOrder write WriteReadingOrder;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Text read ReadText write WriteText;
|
|
property Top read ReadTop write WriteTop;
|
|
property VerticalAlignment read ReadVerticalAlignment write WriteVerticalAlignment;
|
|
property Width read ReadWidth;
|
|
function ReadCaption();
|
|
function WriteCaption(_value);
|
|
function ReadFormat();
|
|
function ReadFormula();
|
|
function WriteFormula(_value);
|
|
function ReadFormulaLocal();
|
|
function WriteFormulaLocal(_value);
|
|
function ReadFormulaR1C1();
|
|
function WriteFormulaR1C1(_value);
|
|
function ReadFormulaR1C1Local();
|
|
function WriteFormulaR1C1Local(_value);
|
|
function ReadHeight();
|
|
function ReadHorizontalAlignment();
|
|
function WriteHorizontalAlignment(_value);
|
|
function ReadIncludeInLayout();
|
|
function WriteIncludeInLayout(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadName();
|
|
function ReadOrientation();
|
|
function WriteOrientation(_value);
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
function ReadReadingOrder();
|
|
function WriteReadingOrder(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadVerticalAlignment();
|
|
function WriteVerticalAlignment(_value);
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type Borders = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(BorderType);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Broadcast = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddMeetingNotes(notesUrl, notesWacUrl);
|
|
function End();
|
|
function Pause();
|
|
function Resume();
|
|
function Start(serverUrl);
|
|
|
|
// properties
|
|
property AttendeeUrl read ReadAttendeeUrl;
|
|
property Capabilities read ReadCapabilities;
|
|
property IsBroadcasting read ReadIsBroadcasting;
|
|
property PresenterServiceUrl read ReadPresenterServiceUrl;
|
|
property SessionID read ReadSessionID;
|
|
property State read ReadState;
|
|
function ReadAttendeeUrl();
|
|
function ReadCapabilities();
|
|
function ReadIsBroadcasting();
|
|
function ReadPresenterServiceUrl();
|
|
function ReadSessionID();
|
|
function ReadState();
|
|
end;
|
|
|
|
type BulletFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Picture();
|
|
|
|
// properties
|
|
property Character read ReadCharacter write WriteCharacter;
|
|
property Font read ReadFont;
|
|
property Number read ReadNumber;
|
|
property RelativeSize read ReadRelativeSize write WriteRelativeSize;
|
|
property StartValue read ReadStartValue write WriteStartValue;
|
|
property Style read ReadStyle write WriteStyle;
|
|
property Type read ReadType write WriteType;
|
|
property UseTextColor read ReadUseTextColor write WriteUseTextColor;
|
|
property UseTextFont read ReadUseTextFont write WriteUseTextFont;
|
|
function ReadCharacter();
|
|
function WriteCharacter(_value);
|
|
function ReadFont();
|
|
function ReadNumber();
|
|
function ReadRelativeSize();
|
|
function WriteRelativeSize(_value);
|
|
function ReadStartValue();
|
|
function WriteStartValue(_value);
|
|
function ReadStyle();
|
|
function WriteStyle(_value);
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
function ReadUseTextColor();
|
|
function WriteUseTextColor(_value);
|
|
function ReadUseTextFont();
|
|
function WriteUseTextFont(_value);
|
|
end;
|
|
|
|
type CalloutFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AutomaticLength();
|
|
function CustomDrop(Drop);
|
|
function CustomLength(Length);
|
|
function PresetDrop(DropType);
|
|
|
|
// properties
|
|
property Accent read ReadAccent write WriteAccent;
|
|
property Angle read ReadAngle write WriteAngle;
|
|
property AutoAttach read ReadAutoAttach write WriteAutoAttach;
|
|
property AutoLength read ReadAutoLength;
|
|
property Border read ReadBorder write WriteBorder;
|
|
property Drop read ReadDrop;
|
|
property DropType read ReadDropType;
|
|
property Gap read ReadGap write WriteGap;
|
|
property Length read ReadLength;
|
|
property Type read ReadType write WriteType;
|
|
function ReadAccent();
|
|
function WriteAccent(_value);
|
|
function ReadAngle();
|
|
function WriteAngle(_value);
|
|
function ReadAutoAttach();
|
|
function WriteAutoAttach(_value);
|
|
function ReadAutoLength();
|
|
function ReadBorder();
|
|
function WriteBorder(_value);
|
|
function ReadDrop();
|
|
function ReadDropType();
|
|
function ReadGap();
|
|
function WriteGap(_value);
|
|
function ReadLength();
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
end;
|
|
|
|
type CategoryCollection = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Cell = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Merge(MergeTo);
|
|
function Select();
|
|
function Split(NumRows, NumColumns);
|
|
|
|
// properties
|
|
property Borders read ReadBorders;
|
|
property Selected read ReadSelected;
|
|
property Shape read ReadShape;
|
|
function ReadBorders();
|
|
function ReadSelected();
|
|
function ReadShape();
|
|
end;
|
|
|
|
type CellRange = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Borders read ReadBorders;
|
|
property Count read ReadCount;
|
|
function ReadBorders();
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Chart = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ApplyChartTemplate(FileName);
|
|
function ApplyDataLabels(Type, LegendKey, AutoText, HasLeaderLines, ShowSeriesName, ShowCategoryName, ShowValue, ShowPercentage, ShowBubbleSize, Separator);
|
|
function ApplyLayout(Layout, ChartType);
|
|
function Axes(Type, AxisGroup);
|
|
function ChartGroups(Index);
|
|
function ChartWizard(Source, Gallery, Format, PlotBy, CategoryLabels, SeriesLabels, HasLegend, Title, CategoryTitle, ValueTitle, ExtraTitle);
|
|
function ClearToMatchColorStyle();
|
|
function ClearToMatchStyle();
|
|
function Copy(Before, After);
|
|
function CopyPicture(Appearance, Format, Size);
|
|
function Delete();
|
|
function Export(FileName, FilterName, Interactive);
|
|
function FullSeriesCollection(Index);
|
|
function GetChartElement(x, y, ElementID, Arg1, Arg2);
|
|
function Paste(Type);
|
|
function Refresh();
|
|
function SaveChartTemplate(FileName);
|
|
function Select(Replace);
|
|
function SeriesCollection(Index);
|
|
function SetBackgroundPicture(FileName);
|
|
function SetDefaultChart(Name);
|
|
function SetElement(Element);
|
|
function SetSourceData(Source, PlotBy);
|
|
function HasAxis(Index1, Index2);
|
|
|
|
// properties
|
|
property AlternativeText read ReadAlternativeText write WriteAlternativeText;
|
|
property AutoScaling read ReadAutoScaling write WriteAutoScaling;
|
|
property BackWall read ReadBackWall;
|
|
property BarShape read ReadBarShape write WriteBarShape;
|
|
property CategoryLabelLevel read ReadCategoryLabelLevel write WriteCategoryLabelLevel;
|
|
property ChartArea read ReadChartArea;
|
|
property ChartColor read ReadChartColor write WriteChartColor;
|
|
property ChartData read ReadChartData;
|
|
property ChartStyle read ReadChartStyle write WriteChartStyle;
|
|
property ChartTitle read ReadChartTitle;
|
|
property ChartType read ReadChartType write WriteChartType;
|
|
property DataTable read ReadDataTable;
|
|
property DepthPercent read ReadDepthPercent write WriteDepthPercent;
|
|
property DisplayBlanksAs read ReadDisplayBlanksAs write WriteDisplayBlanksAs;
|
|
property Elevation read ReadElevation write WriteElevation;
|
|
property Floor read ReadFloor;
|
|
property Format read ReadFormat;
|
|
property GapDepth read ReadGapDepth write WriteGapDepth;
|
|
property HasDataTable read ReadHasDataTable write WriteHasDataTable;
|
|
property HasLegend read ReadHasLegend write WriteHasLegend;
|
|
property HasTitle read ReadHasTitle write WriteHasTitle;
|
|
property HeightPercent read ReadHeightPercent write WriteHeightPercent;
|
|
property Legend read ReadLegend;
|
|
property Name read ReadName write WriteName;
|
|
property Perspective read ReadPerspective write WritePerspective;
|
|
property PlotArea read ReadPlotArea;
|
|
property PlotBy read ReadPlotBy write WritePlotBy;
|
|
property PlotVisibleOnly read ReadPlotVisibleOnly write WritePlotVisibleOnly;
|
|
property RightAngleAxes read ReadRightAngleAxes write WriteRightAngleAxes;
|
|
property Rotation read ReadRotation write WriteRotation;
|
|
property SeriesNameLevel read ReadSeriesNameLevel write WriteSeriesNameLevel;
|
|
property Shapes read ReadShapes;
|
|
property ShowAllFieldButtons read ReadShowAllFieldButtons write WriteShowAllFieldButtons;
|
|
property ShowAxisFieldButtons read ReadShowAxisFieldButtons write WriteShowAxisFieldButtons;
|
|
property ShowDataLabelsOverMaximum read ReadShowDataLabelsOverMaximum write WriteShowDataLabelsOverMaximum;
|
|
property ShowLegendFieldButtons read ReadShowLegendFieldButtons write WriteShowLegendFieldButtons;
|
|
property ShowReportFilterFieldButtons read ReadShowReportFilterFieldButtons write WriteShowReportFilterFieldButtons;
|
|
property ShowValueFieldButtons read ReadShowValueFieldButtons write WriteShowValueFieldButtons;
|
|
property SideWall read ReadSideWall;
|
|
property Title read ReadTitle write WriteTitle;
|
|
property Walls read ReadWalls;
|
|
function ReadAlternativeText();
|
|
function WriteAlternativeText(_value);
|
|
function ReadAutoScaling();
|
|
function WriteAutoScaling(_value);
|
|
function ReadBackWall();
|
|
function ReadBarShape();
|
|
function WriteBarShape(_value);
|
|
function ReadCategoryLabelLevel();
|
|
function WriteCategoryLabelLevel(_value);
|
|
function ReadChartArea();
|
|
function ReadChartColor();
|
|
function WriteChartColor(_value);
|
|
function ReadChartData();
|
|
function ReadChartStyle();
|
|
function WriteChartStyle(_value);
|
|
function ReadChartTitle();
|
|
function ReadChartType();
|
|
function WriteChartType(_value);
|
|
function ReadDataTable();
|
|
function ReadDepthPercent();
|
|
function WriteDepthPercent(_value);
|
|
function ReadDisplayBlanksAs();
|
|
function WriteDisplayBlanksAs(_value);
|
|
function ReadElevation();
|
|
function WriteElevation(_value);
|
|
function ReadFloor();
|
|
function ReadFormat();
|
|
function ReadGapDepth();
|
|
function WriteGapDepth(_value);
|
|
function ReadHasDataTable();
|
|
function WriteHasDataTable(_value);
|
|
function ReadHasLegend();
|
|
function WriteHasLegend(_value);
|
|
function ReadHasTitle();
|
|
function WriteHasTitle(_value);
|
|
function ReadHeightPercent();
|
|
function WriteHeightPercent(_value);
|
|
function ReadLegend();
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadPerspective();
|
|
function WritePerspective(_value);
|
|
function ReadPlotArea();
|
|
function ReadPlotBy();
|
|
function WritePlotBy(_value);
|
|
function ReadPlotVisibleOnly();
|
|
function WritePlotVisibleOnly(_value);
|
|
function ReadRightAngleAxes();
|
|
function WriteRightAngleAxes(_value);
|
|
function ReadRotation();
|
|
function WriteRotation(_value);
|
|
function ReadSeriesNameLevel();
|
|
function WriteSeriesNameLevel(_value);
|
|
function ReadShapes();
|
|
function ReadShowAllFieldButtons();
|
|
function WriteShowAllFieldButtons(_value);
|
|
function ReadShowAxisFieldButtons();
|
|
function WriteShowAxisFieldButtons(_value);
|
|
function ReadShowDataLabelsOverMaximum();
|
|
function WriteShowDataLabelsOverMaximum(_value);
|
|
function ReadShowLegendFieldButtons();
|
|
function WriteShowLegendFieldButtons(_value);
|
|
function ReadShowReportFilterFieldButtons();
|
|
function WriteShowReportFilterFieldButtons(_value);
|
|
function ReadShowValueFieldButtons();
|
|
function WriteShowValueFieldButtons(_value);
|
|
function ReadSideWall();
|
|
function ReadTitle();
|
|
function WriteTitle(_value);
|
|
function ReadWalls();
|
|
end;
|
|
|
|
type ChartArea = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Clear();
|
|
function ClearContents();
|
|
function ClearFormats();
|
|
function Copy();
|
|
function Select();
|
|
|
|
// properties
|
|
property Format read ReadFormat;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Name read ReadName;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Top read ReadTop write WriteTop;
|
|
property Width read ReadWidth write WriteWidth;
|
|
function ReadFormat();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadName();
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
end;
|
|
|
|
type ChartBorder = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Color read ReadColor write WriteColor;
|
|
property ColorIndex read ReadColorIndex write WriteColorIndex;
|
|
property LineStyle read ReadLineStyle write WriteLineStyle;
|
|
property Weight read ReadWeight write WriteWeight;
|
|
function ReadColor();
|
|
function WriteColor(_value);
|
|
function ReadColorIndex();
|
|
function WriteColorIndex(_value);
|
|
function ReadLineStyle();
|
|
function WriteLineStyle(_value);
|
|
function ReadWeight();
|
|
function WriteWeight(_value);
|
|
end;
|
|
|
|
type ChartCategory = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property IsFiltered read ReadIsFiltered write WriteIsFiltered;
|
|
property Name read ReadName write WriteName;
|
|
function ReadIsFiltered();
|
|
function WriteIsFiltered(_value);
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
end;
|
|
|
|
type ChartCharacters = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Insert(String);
|
|
|
|
// properties
|
|
property Caption read ReadCaption;
|
|
property Count read ReadCount;
|
|
property Font read ReadFont;
|
|
property PhoneticCharacters read ReadPhoneticCharacters write WritePhoneticCharacters;
|
|
property Text read ReadText write WriteText;
|
|
function ReadCaption();
|
|
function ReadCount();
|
|
function ReadFont();
|
|
function ReadPhoneticCharacters();
|
|
function WritePhoneticCharacters(_value);
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
end;
|
|
|
|
type ChartData = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Activate();
|
|
function ActivateChartDataWindow();
|
|
function BreakLink();
|
|
|
|
// properties
|
|
property IsLinked read ReadIsLinked;
|
|
property Workbook read ReadWorkbook;
|
|
function ReadIsLinked();
|
|
function ReadWorkbook();
|
|
end;
|
|
|
|
type ChartFont = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Background read ReadBackground write WriteBackground;
|
|
property Bold read ReadBold write WriteBold;
|
|
property Color read ReadColor write WriteColor;
|
|
property ColorIndex read ReadColorIndex write WriteColorIndex;
|
|
property FontStyle read ReadFontStyle write WriteFontStyle;
|
|
property Italic read ReadItalic write WriteItalic;
|
|
property Name read ReadName write WriteName;
|
|
property Size read ReadSize write WriteSize;
|
|
property Strikethrough read ReadStrikethrough write WriteStrikethrough;
|
|
property Subscript read ReadSubscript write WriteSubscript;
|
|
property Superscript read ReadSuperscript write WriteSuperscript;
|
|
property Underline read ReadUnderline write WriteUnderline;
|
|
function ReadBackground();
|
|
function WriteBackground(_value);
|
|
function ReadBold();
|
|
function WriteBold(_value);
|
|
function ReadColor();
|
|
function WriteColor(_value);
|
|
function ReadColorIndex();
|
|
function WriteColorIndex(_value);
|
|
function ReadFontStyle();
|
|
function WriteFontStyle(_value);
|
|
function ReadItalic();
|
|
function WriteItalic(_value);
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadSize();
|
|
function WriteSize(_value);
|
|
function ReadStrikethrough();
|
|
function WriteStrikethrough(_value);
|
|
function ReadSubscript();
|
|
function WriteSubscript(_value);
|
|
function ReadSuperscript();
|
|
function WriteSuperscript(_value);
|
|
function ReadUnderline();
|
|
function WriteUnderline(_value);
|
|
end;
|
|
|
|
type ChartFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Adjustments read ReadAdjustments;
|
|
property AutoShapeType read ReadAutoShapeType write WriteAutoShapeType;
|
|
property Fill read ReadFill;
|
|
property Glow read ReadGlow;
|
|
property Line read ReadLine;
|
|
property PictureFormat read ReadPictureFormat;
|
|
property Shadow read ReadShadow;
|
|
property SoftEdge read ReadSoftEdge;
|
|
property TextFrame2 read ReadTextFrame2;
|
|
property ThreeD read ReadThreeD;
|
|
function ReadAdjustments();
|
|
function ReadAutoShapeType();
|
|
function WriteAutoShapeType(_value);
|
|
function ReadFill();
|
|
function ReadGlow();
|
|
function ReadLine();
|
|
function ReadPictureFormat();
|
|
function ReadShadow();
|
|
function ReadSoftEdge();
|
|
function ReadTextFrame2();
|
|
function ReadThreeD();
|
|
end;
|
|
|
|
type ChartGroup = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function CategoryCollection(Index);
|
|
function FullCategoryCollection(Index);
|
|
function SeriesCollection(Index);
|
|
|
|
// properties
|
|
property AxisGroup read ReadAxisGroup write WriteAxisGroup;
|
|
property BinsCountValue read ReadBinsCountValue write WriteBinsCountValue;
|
|
property BinsOverflowEnabled read ReadBinsOverflowEnabled write WriteBinsOverflowEnabled;
|
|
property BinsOverflowValue read ReadBinsOverflowValue write WriteBinsOverflowValue;
|
|
property BinsType read ReadBinsType write WriteBinsType;
|
|
property BinsUnderflowEnabled read ReadBinsUnderflowEnabled write WriteBinsUnderflowEnabled;
|
|
property BinsUnderflowValue read ReadBinsUnderflowValue write WriteBinsUnderflowValue;
|
|
property BinWidthValue read ReadBinWidthValue write WriteBinWidthValue;
|
|
property BubbleScale read ReadBubbleScale write WriteBubbleScale;
|
|
property DoughnutHoleSize read ReadDoughnutHoleSize write WriteDoughnutHoleSize;
|
|
property DownBars read ReadDownBars;
|
|
property DropLines read ReadDropLines;
|
|
property FirstSliceAngle read ReadFirstSliceAngle write WriteFirstSliceAngle;
|
|
property GapWidth read ReadGapWidth write WriteGapWidth;
|
|
property Has3DShading read ReadHas3DShading write WriteHas3DShading;
|
|
property HasDropLines read ReadHasDropLines write WriteHasDropLines;
|
|
property HasHiLoLines read ReadHasHiLoLines write WriteHasHiLoLines;
|
|
property HasRadarAxisLabels read ReadHasRadarAxisLabels write WriteHasRadarAxisLabels;
|
|
property HasSeriesLines read ReadHasSeriesLines write WriteHasSeriesLines;
|
|
property HasUpDownBars read ReadHasUpDownBars write WriteHasUpDownBars;
|
|
property HiLoLines read ReadHiLoLines;
|
|
property Index read ReadIndex;
|
|
property Overlap read ReadOverlap write WriteOverlap;
|
|
property RadarAxisLabels read ReadRadarAxisLabels;
|
|
property SecondPlotSize read ReadSecondPlotSize write WriteSecondPlotSize;
|
|
property SeriesLines read ReadSeriesLines;
|
|
property ShowNegativeBubbles read ReadShowNegativeBubbles write WriteShowNegativeBubbles;
|
|
property SizeRepresents read ReadSizeRepresents write WriteSizeRepresents;
|
|
property SplitType read ReadSplitType write WriteSplitType;
|
|
property SplitValue read ReadSplitValue write WriteSplitValue;
|
|
property UpBars read ReadUpBars;
|
|
property VaryByCategories read ReadVaryByCategories write WriteVaryByCategories;
|
|
function ReadAxisGroup();
|
|
function WriteAxisGroup(_value);
|
|
function ReadBinsCountValue();
|
|
function WriteBinsCountValue(_value);
|
|
function ReadBinsOverflowEnabled();
|
|
function WriteBinsOverflowEnabled(_value);
|
|
function ReadBinsOverflowValue();
|
|
function WriteBinsOverflowValue(_value);
|
|
function ReadBinsType();
|
|
function WriteBinsType(_value);
|
|
function ReadBinsUnderflowEnabled();
|
|
function WriteBinsUnderflowEnabled(_value);
|
|
function ReadBinsUnderflowValue();
|
|
function WriteBinsUnderflowValue(_value);
|
|
function ReadBinWidthValue();
|
|
function WriteBinWidthValue(_value);
|
|
function ReadBubbleScale();
|
|
function WriteBubbleScale(_value);
|
|
function ReadDoughnutHoleSize();
|
|
function WriteDoughnutHoleSize(_value);
|
|
function ReadDownBars();
|
|
function ReadDropLines();
|
|
function ReadFirstSliceAngle();
|
|
function WriteFirstSliceAngle(_value);
|
|
function ReadGapWidth();
|
|
function WriteGapWidth(_value);
|
|
function ReadHas3DShading();
|
|
function WriteHas3DShading(_value);
|
|
function ReadHasDropLines();
|
|
function WriteHasDropLines(_value);
|
|
function ReadHasHiLoLines();
|
|
function WriteHasHiLoLines(_value);
|
|
function ReadHasRadarAxisLabels();
|
|
function WriteHasRadarAxisLabels(_value);
|
|
function ReadHasSeriesLines();
|
|
function WriteHasSeriesLines(_value);
|
|
function ReadHasUpDownBars();
|
|
function WriteHasUpDownBars(_value);
|
|
function ReadHiLoLines();
|
|
function ReadIndex();
|
|
function ReadOverlap();
|
|
function WriteOverlap(_value);
|
|
function ReadRadarAxisLabels();
|
|
function ReadSecondPlotSize();
|
|
function WriteSecondPlotSize(_value);
|
|
function ReadSeriesLines();
|
|
function ReadShowNegativeBubbles();
|
|
function WriteShowNegativeBubbles(_value);
|
|
function ReadSizeRepresents();
|
|
function WriteSizeRepresents(_value);
|
|
function ReadSplitType();
|
|
function WriteSplitType(_value);
|
|
function ReadSplitValue();
|
|
function WriteSplitValue(_value);
|
|
function ReadUpBars();
|
|
function ReadVaryByCategories();
|
|
function WriteVaryByCategories(_value);
|
|
end;
|
|
|
|
type ChartGroups = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ChartTitle = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
function Characters(Start, Length);
|
|
|
|
// properties
|
|
property Caption read ReadCaption write WriteCaption;
|
|
property Format read ReadFormat;
|
|
property Formula read ReadFormula write WriteFormula;
|
|
property FormulaLocal read ReadFormulaLocal write WriteFormulaLocal;
|
|
property FormulaR1C1 read ReadFormulaR1C1 write WriteFormulaR1C1;
|
|
property FormulaR1C1Local read ReadFormulaR1C1Local write WriteFormulaR1C1Local;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property HorizontalAlignment read ReadHorizontalAlignment write WriteHorizontalAlignment;
|
|
property IncludeInLayout read ReadIncludeInLayout write WriteIncludeInLayout;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Name read ReadName;
|
|
property Orientation read ReadOrientation write WriteOrientation;
|
|
property Position read ReadPosition write WritePosition;
|
|
property ReadingOrder read ReadReadingOrder write WriteReadingOrder;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Text read ReadText write WriteText;
|
|
property Top read ReadTop write WriteTop;
|
|
property VerticalAlignment read ReadVerticalAlignment write WriteVerticalAlignment;
|
|
property Width read ReadWidth write WriteWidth;
|
|
function ReadCaption();
|
|
function WriteCaption(_value);
|
|
function ReadFormat();
|
|
function ReadFormula();
|
|
function WriteFormula(_value);
|
|
function ReadFormulaLocal();
|
|
function WriteFormulaLocal(_value);
|
|
function ReadFormulaR1C1();
|
|
function WriteFormulaR1C1(_value);
|
|
function ReadFormulaR1C1Local();
|
|
function WriteFormulaR1C1Local(_value);
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadHorizontalAlignment();
|
|
function WriteHorizontalAlignment(_value);
|
|
function ReadIncludeInLayout();
|
|
function WriteIncludeInLayout(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadName();
|
|
function ReadOrientation();
|
|
function WriteOrientation(_value);
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
function ReadReadingOrder();
|
|
function WriteReadingOrder(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadVerticalAlignment();
|
|
function WriteVerticalAlignment(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
end;
|
|
|
|
type Coauthoring = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function EndReview();
|
|
|
|
// properties
|
|
property FavorServerEditsDuringMerge read ReadFavorServerEditsDuringMerge write WriteFavorServerEditsDuringMerge;
|
|
property MergeMode read ReadMergeMode;
|
|
property PendingUpdates read ReadPendingUpdates;
|
|
function ReadFavorServerEditsDuringMerge();
|
|
function WriteFavorServerEditsDuringMerge(_value);
|
|
function ReadMergeMode();
|
|
function ReadPendingUpdates();
|
|
end;
|
|
|
|
type ColorEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property By read ReadBy;
|
|
property From read ReadFrom;
|
|
property To read ReadTo write WriteTo;
|
|
function ReadBy();
|
|
function ReadFrom();
|
|
function ReadTo();
|
|
function WriteTo(_value);
|
|
end;
|
|
|
|
type ColorFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Brightness read ReadBrightness write WriteBrightness;
|
|
property ObjectThemeColor read ReadObjectThemeColor write WriteObjectThemeColor;
|
|
property RGB read ReadRGB write WriteRGB;
|
|
property SchemeColor read ReadSchemeColor write WriteSchemeColor;
|
|
property TintAndShade read ReadTintAndShade write WriteTintAndShade;
|
|
property Type read ReadType;
|
|
function ReadBrightness();
|
|
function WriteBrightness(_value);
|
|
function ReadObjectThemeColor();
|
|
function WriteObjectThemeColor(_value);
|
|
function ReadRGB();
|
|
function WriteRGB(_value);
|
|
function ReadSchemeColor();
|
|
function WriteSchemeColor(_value);
|
|
function ReadTintAndShade();
|
|
function WriteTintAndShade(_value);
|
|
function ReadType();
|
|
end;
|
|
|
|
type ColorScheme = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Colors(SchemeColor);
|
|
function Delete();
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ColorSchemes = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Scheme);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Column = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Cells read ReadCells;
|
|
property Width read ReadWidth write WriteWidth;
|
|
function ReadCells();
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
end;
|
|
|
|
type Columns = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(BeforeColumn);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type CommandEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property bookmark read Readbookmark write Writebookmark;
|
|
property Command read ReadCommand write WriteCommand;
|
|
property Type read ReadType write WriteType;
|
|
function Readbookmark();
|
|
function Writebookmark(_value);
|
|
function ReadCommand();
|
|
function WriteCommand(_value);
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
end;
|
|
|
|
type Comment = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
|
|
// properties
|
|
property Author read ReadAuthor;
|
|
property AuthorIndex read ReadAuthorIndex;
|
|
property AuthorInitials read ReadAuthorInitials;
|
|
property Collapsed read ReadCollapsed;
|
|
property DateTime read ReadDateTime;
|
|
property Left read ReadLeft;
|
|
property ProviderID read ReadProviderID;
|
|
property Replies read ReadReplies;
|
|
property Text read ReadText;
|
|
property TimeZoneBias read ReadTimeZoneBias;
|
|
property Top read ReadTop;
|
|
property UserID read ReadUserID;
|
|
function ReadAuthor();
|
|
function ReadAuthorIndex();
|
|
function ReadAuthorInitials();
|
|
function ReadCollapsed();
|
|
function ReadDateTime();
|
|
function ReadLeft();
|
|
function ReadProviderID();
|
|
function ReadReplies();
|
|
function ReadText();
|
|
function ReadTimeZoneBias();
|
|
function ReadTop();
|
|
function ReadUserID();
|
|
end;
|
|
|
|
type Comments = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Left, Top, Author, AuthorInitials, Text);
|
|
function Add2(Left, Top, Author, AuthorInitials, Text, ProviderID, UserID);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ConnectorFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function BeginConnect(ConnectedShape, ConnectionSite);
|
|
function BeginDisconnect();
|
|
function EndConnect(ConnectedShape, ConnectionSite);
|
|
function EndDisconnect();
|
|
|
|
// properties
|
|
property BeginConnected read ReadBeginConnected write WriteBeginConnected;
|
|
property BeginConnectedShape read ReadBeginConnectedShape;
|
|
property BeginConnectionSite read ReadBeginConnectionSite;
|
|
property EndConnected read ReadEndConnected;
|
|
property EndConnectedShape read ReadEndConnectedShape;
|
|
property EndConnectionSite read ReadEndConnectionSite;
|
|
property Type read ReadType write WriteType;
|
|
function ReadBeginConnected();
|
|
function WriteBeginConnected(_value);
|
|
function ReadBeginConnectedShape();
|
|
function ReadBeginConnectionSite();
|
|
function ReadEndConnected();
|
|
function ReadEndConnectedShape();
|
|
function ReadEndConnectionSite();
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
end;
|
|
|
|
type CustomerData = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add();
|
|
function Delete(Id);
|
|
function Item(Id);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type CustomLayout = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Copy();
|
|
function Cut();
|
|
function Delete();
|
|
function Duplicate();
|
|
function MoveTo(toPos);
|
|
function Select();
|
|
|
|
// properties
|
|
property Background read ReadBackground;
|
|
property CustomerData read ReadCustomerData;
|
|
property Design read ReadDesign;
|
|
property DisplayMasterShapes read ReadDisplayMasterShapes write WriteDisplayMasterShapes;
|
|
property FollowMasterBackground read ReadFollowMasterBackground write WriteFollowMasterBackground;
|
|
property Guides read ReadGuides;
|
|
property HeadersFooters read ReadHeadersFooters;
|
|
property Height read ReadHeight;
|
|
property Hyperlinks read ReadHyperlinks;
|
|
property Index read ReadIndex;
|
|
property MatchingName read ReadMatchingName write WriteMatchingName;
|
|
property Name read ReadName write WriteName;
|
|
property Preserved read ReadPreserved write WritePreserved;
|
|
property Shapes read ReadShapes;
|
|
property SlideShowTransition read ReadSlideShowTransition;
|
|
property ThemeColorScheme read ReadThemeColorScheme;
|
|
property TimeLine read ReadTimeLine;
|
|
property Width read ReadWidth;
|
|
function ReadBackground();
|
|
function ReadCustomerData();
|
|
function ReadDesign();
|
|
function ReadDisplayMasterShapes();
|
|
function WriteDisplayMasterShapes(_value);
|
|
function ReadFollowMasterBackground();
|
|
function WriteFollowMasterBackground(_value);
|
|
function ReadGuides();
|
|
function ReadHeadersFooters();
|
|
function ReadHeight();
|
|
function ReadHyperlinks();
|
|
function ReadIndex();
|
|
function ReadMatchingName();
|
|
function WriteMatchingName(_value);
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadPreserved();
|
|
function WritePreserved(_value);
|
|
function ReadShapes();
|
|
function ReadSlideShowTransition();
|
|
function ReadThemeColorScheme();
|
|
function ReadTimeLine();
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type CustomLayouts = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Index);
|
|
function Item(Index);
|
|
function Paste(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type DataLabel = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
function Characters(Start, Length);
|
|
|
|
// properties
|
|
property AutoText read ReadAutoText write WriteAutoText;
|
|
property Caption read ReadCaption write WriteCaption;
|
|
property Format read ReadFormat;
|
|
property Formula read ReadFormula write WriteFormula;
|
|
property FormulaLocal read ReadFormulaLocal write WriteFormulaLocal;
|
|
property FormulaR1C1 read ReadFormulaR1C1 write WriteFormulaR1C1;
|
|
property FormulaR1C1Local read ReadFormulaR1C1Local write WriteFormulaR1C1Local;
|
|
property Height read ReadHeight;
|
|
property HorizontalAlignment read ReadHorizontalAlignment write WriteHorizontalAlignment;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Name read ReadName;
|
|
property NumberFormat read ReadNumberFormat write WriteNumberFormat;
|
|
property NumberFormatLinked read ReadNumberFormatLinked write WriteNumberFormatLinked;
|
|
property NumberFormatLocal read ReadNumberFormatLocal write WriteNumberFormatLocal;
|
|
property Orientation read ReadOrientation write WriteOrientation;
|
|
property Position read ReadPosition write WritePosition;
|
|
property ReadingOrder read ReadReadingOrder write WriteReadingOrder;
|
|
property Separator read ReadSeparator write WriteSeparator;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property ShowBubbleSize read ReadShowBubbleSize write WriteShowBubbleSize;
|
|
property ShowCategoryName read ReadShowCategoryName write WriteShowCategoryName;
|
|
property ShowLegendKey read ReadShowLegendKey write WriteShowLegendKey;
|
|
property ShowPercentage read ReadShowPercentage write WriteShowPercentage;
|
|
property ShowRange read ReadShowRange write WriteShowRange;
|
|
property ShowSeriesName read ReadShowSeriesName write WriteShowSeriesName;
|
|
property ShowValue read ReadShowValue write WriteShowValue;
|
|
property Text read ReadText write WriteText;
|
|
property Top read ReadTop write WriteTop;
|
|
property VerticalAlignment read ReadVerticalAlignment write WriteVerticalAlignment;
|
|
property Width read ReadWidth;
|
|
function ReadAutoText();
|
|
function WriteAutoText(_value);
|
|
function ReadCaption();
|
|
function WriteCaption(_value);
|
|
function ReadFormat();
|
|
function ReadFormula();
|
|
function WriteFormula(_value);
|
|
function ReadFormulaLocal();
|
|
function WriteFormulaLocal(_value);
|
|
function ReadFormulaR1C1();
|
|
function WriteFormulaR1C1(_value);
|
|
function ReadFormulaR1C1Local();
|
|
function WriteFormulaR1C1Local(_value);
|
|
function ReadHeight();
|
|
function ReadHorizontalAlignment();
|
|
function WriteHorizontalAlignment(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadName();
|
|
function ReadNumberFormat();
|
|
function WriteNumberFormat(_value);
|
|
function ReadNumberFormatLinked();
|
|
function WriteNumberFormatLinked(_value);
|
|
function ReadNumberFormatLocal();
|
|
function WriteNumberFormatLocal(_value);
|
|
function ReadOrientation();
|
|
function WriteOrientation(_value);
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
function ReadReadingOrder();
|
|
function WriteReadingOrder(_value);
|
|
function ReadSeparator();
|
|
function WriteSeparator(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadShowBubbleSize();
|
|
function WriteShowBubbleSize(_value);
|
|
function ReadShowCategoryName();
|
|
function WriteShowCategoryName(_value);
|
|
function ReadShowLegendKey();
|
|
function WriteShowLegendKey(_value);
|
|
function ReadShowPercentage();
|
|
function WriteShowPercentage(_value);
|
|
function ReadShowRange();
|
|
function WriteShowRange(_value);
|
|
function ReadShowSeriesName();
|
|
function WriteShowSeriesName(_value);
|
|
function ReadShowValue();
|
|
function WriteShowValue(_value);
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadVerticalAlignment();
|
|
function WriteVerticalAlignment(_value);
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type DataLabels = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Item(Index);
|
|
function Propagate(Index);
|
|
function Select();
|
|
|
|
// properties
|
|
property AutoText read ReadAutoText write WriteAutoText;
|
|
property Count read ReadCount;
|
|
property Format read ReadFormat;
|
|
property HorizontalAlignment read ReadHorizontalAlignment write WriteHorizontalAlignment;
|
|
property Name read ReadName;
|
|
property NumberFormat read ReadNumberFormat write WriteNumberFormat;
|
|
property NumberFormatLinked read ReadNumberFormatLinked write WriteNumberFormatLinked;
|
|
property NumberFormatLocal read ReadNumberFormatLocal write WriteNumberFormatLocal;
|
|
property Orientation read ReadOrientation write WriteOrientation;
|
|
property Position read ReadPosition write WritePosition;
|
|
property ReadingOrder read ReadReadingOrder write WriteReadingOrder;
|
|
property Separator read ReadSeparator write WriteSeparator;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property ShowBubbleSize read ReadShowBubbleSize write WriteShowBubbleSize;
|
|
property ShowCategoryName read ReadShowCategoryName write WriteShowCategoryName;
|
|
property ShowLegendKey read ReadShowLegendKey write WriteShowLegendKey;
|
|
property ShowPercentage read ReadShowPercentage write WriteShowPercentage;
|
|
property ShowRange read ReadShowRange write WriteShowRange;
|
|
property ShowSeriesName read ReadShowSeriesName write WriteShowSeriesName;
|
|
property ShowValue read ReadShowValue write WriteShowValue;
|
|
property VerticalAlignment read ReadVerticalAlignment write WriteVerticalAlignment;
|
|
function ReadAutoText();
|
|
function WriteAutoText(_value);
|
|
function ReadCount();
|
|
function ReadFormat();
|
|
function ReadHorizontalAlignment();
|
|
function WriteHorizontalAlignment(_value);
|
|
function ReadName();
|
|
function ReadNumberFormat();
|
|
function WriteNumberFormat(_value);
|
|
function ReadNumberFormatLinked();
|
|
function WriteNumberFormatLinked(_value);
|
|
function ReadNumberFormatLocal();
|
|
function WriteNumberFormatLocal(_value);
|
|
function ReadOrientation();
|
|
function WriteOrientation(_value);
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
function ReadReadingOrder();
|
|
function WriteReadingOrder(_value);
|
|
function ReadSeparator();
|
|
function WriteSeparator(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadShowBubbleSize();
|
|
function WriteShowBubbleSize(_value);
|
|
function ReadShowCategoryName();
|
|
function WriteShowCategoryName(_value);
|
|
function ReadShowLegendKey();
|
|
function WriteShowLegendKey(_value);
|
|
function ReadShowPercentage();
|
|
function WriteShowPercentage(_value);
|
|
function ReadShowRange();
|
|
function WriteShowRange(_value);
|
|
function ReadShowSeriesName();
|
|
function WriteShowSeriesName(_value);
|
|
function ReadShowValue();
|
|
function WriteShowValue(_value);
|
|
function ReadVerticalAlignment();
|
|
function WriteVerticalAlignment(_value);
|
|
end;
|
|
|
|
type DataTable = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Border read ReadBorder;
|
|
property Font read ReadFont;
|
|
property Format read ReadFormat;
|
|
property HasBorderHorizontal read ReadHasBorderHorizontal write WriteHasBorderHorizontal;
|
|
property HasBorderOutline read ReadHasBorderOutline write WriteHasBorderOutline;
|
|
property HasBorderVertical read ReadHasBorderVertical write WriteHasBorderVertical;
|
|
property ShowLegendKey read ReadShowLegendKey write WriteShowLegendKey;
|
|
function ReadBorder();
|
|
function ReadFont();
|
|
function ReadFormat();
|
|
function ReadHasBorderHorizontal();
|
|
function WriteHasBorderHorizontal(_value);
|
|
function ReadHasBorderOutline();
|
|
function WriteHasBorderOutline(_value);
|
|
function ReadHasBorderVertical();
|
|
function WriteHasBorderVertical(_value);
|
|
function ReadShowLegendKey();
|
|
function WriteShowLegendKey(_value);
|
|
end;
|
|
|
|
type Design = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function MoveTo(toPos);
|
|
|
|
// properties
|
|
property Index read ReadIndex;
|
|
property Name read ReadName write WriteName;
|
|
property Preserved read ReadPreserved write WritePreserved;
|
|
property SlideMaster read ReadSlideMaster;
|
|
function ReadIndex();
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadPreserved();
|
|
function WritePreserved(_value);
|
|
function ReadSlideMaster();
|
|
end;
|
|
|
|
type Designs = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(designName, Index);
|
|
function Clone(pOriginal, Index);
|
|
function Item(Index);
|
|
function Load(TemplateName, Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type DisplayUnitLabel = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
function Characters(Start, Length);
|
|
|
|
// properties
|
|
property Caption read ReadCaption write WriteCaption;
|
|
property Format read ReadFormat;
|
|
property Formula read ReadFormula write WriteFormula;
|
|
property FormulaLocal read ReadFormulaLocal write WriteFormulaLocal;
|
|
property FormulaR1C1 read ReadFormulaR1C1 write WriteFormulaR1C1;
|
|
property FormulaR1C1Local read ReadFormulaR1C1Local write WriteFormulaR1C1Local;
|
|
property Height read ReadHeight;
|
|
property HorizontalAlignment read ReadHorizontalAlignment write WriteHorizontalAlignment;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Name read ReadName;
|
|
property Orientation read ReadOrientation write WriteOrientation;
|
|
property Position read ReadPosition write WritePosition;
|
|
property ReadingOrder read ReadReadingOrder write WriteReadingOrder;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Text read ReadText write WriteText;
|
|
property Top read ReadTop write WriteTop;
|
|
property VerticalAlignment read ReadVerticalAlignment write WriteVerticalAlignment;
|
|
property Width read ReadWidth;
|
|
function ReadCaption();
|
|
function WriteCaption(_value);
|
|
function ReadFormat();
|
|
function ReadFormula();
|
|
function WriteFormula(_value);
|
|
function ReadFormulaLocal();
|
|
function WriteFormulaLocal(_value);
|
|
function ReadFormulaR1C1();
|
|
function WriteFormulaR1C1(_value);
|
|
function ReadFormulaR1C1Local();
|
|
function WriteFormulaR1C1Local(_value);
|
|
function ReadHeight();
|
|
function ReadHorizontalAlignment();
|
|
function WriteHorizontalAlignment(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadName();
|
|
function ReadOrientation();
|
|
function WriteOrientation(_value);
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
function ReadReadingOrder();
|
|
function WriteReadingOrder(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadVerticalAlignment();
|
|
function WriteVerticalAlignment(_value);
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type DocumentWindow = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Activate();
|
|
function Close();
|
|
function ExpandSection(sectionIndex, Expand);
|
|
function FitToPage();
|
|
function IsSectionExpanded(sectionIndex);
|
|
function LargeScroll(Down, Up, ToRight, ToLeft);
|
|
function NewWindow();
|
|
function PointsToScreenPixelsX(Points);
|
|
function PointsToScreenPixelsY(Points);
|
|
function RangeFromPoint(x, y);
|
|
function ScrollIntoView(Left, Top, Width, Height, Start);
|
|
function ShowInsertAppDialog(Filter);
|
|
function SmallScroll(Down, Up, ToRight, ToLeft);
|
|
|
|
// properties
|
|
property Active read ReadActive;
|
|
property ActivePane read ReadActivePane;
|
|
property BlackAndWhite read ReadBlackAndWhite write WriteBlackAndWhite;
|
|
property Caption read ReadCaption;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Panes read ReadPanes;
|
|
property Presentation read ReadPresentation;
|
|
property Selection read ReadSelection;
|
|
property SplitHorizontal read ReadSplitHorizontal write WriteSplitHorizontal;
|
|
property SplitVertical read ReadSplitVertical write WriteSplitVertical;
|
|
property Top read ReadTop write WriteTop;
|
|
property View read ReadView;
|
|
property ViewType read ReadViewType write WriteViewType;
|
|
property Width read ReadWidth write WriteWidth;
|
|
property WindowState read ReadWindowState write WriteWindowState;
|
|
function ReadActive();
|
|
function ReadActivePane();
|
|
function ReadBlackAndWhite();
|
|
function WriteBlackAndWhite(_value);
|
|
function ReadCaption();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadPanes();
|
|
function ReadPresentation();
|
|
function ReadSelection();
|
|
function ReadSplitHorizontal();
|
|
function WriteSplitHorizontal(_value);
|
|
function ReadSplitVertical();
|
|
function WriteSplitVertical(_value);
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadView();
|
|
function ReadViewType();
|
|
function WriteViewType(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
function ReadWindowState();
|
|
function WriteWindowState(_value);
|
|
end;
|
|
|
|
type DocumentWindows = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Arrange(arrangeStyle);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type DownBars = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
function ReadFormat();
|
|
function ReadName();
|
|
end;
|
|
|
|
type DropLines = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Border read ReadBorder;
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
function ReadBorder();
|
|
function ReadFormat();
|
|
function ReadName();
|
|
end;
|
|
|
|
type Effect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function MoveAfter(Effect);
|
|
function MoveBefore(Effect);
|
|
function MoveTo(toPos);
|
|
|
|
// properties
|
|
property Behaviors read ReadBehaviors;
|
|
property DisplayName read ReadDisplayName;
|
|
property EffectInformation read ReadEffectInformation;
|
|
property EffectParameters read ReadEffectParameters;
|
|
property EffectType read ReadEffectType write WriteEffectType;
|
|
property Exit read ReadExit write WriteExit;
|
|
property Index read ReadIndex;
|
|
property Paragraph read ReadParagraph write WriteParagraph;
|
|
property Shape read ReadShape;
|
|
property TextRangeLength read ReadTextRangeLength write WriteTextRangeLength;
|
|
property TextRangeStart read ReadTextRangeStart write WriteTextRangeStart;
|
|
property Timing read ReadTiming;
|
|
function ReadBehaviors();
|
|
function ReadDisplayName();
|
|
function ReadEffectInformation();
|
|
function ReadEffectParameters();
|
|
function ReadEffectType();
|
|
function WriteEffectType(_value);
|
|
function ReadExit();
|
|
function WriteExit(_value);
|
|
function ReadIndex();
|
|
function ReadParagraph();
|
|
function WriteParagraph(_value);
|
|
function ReadShape();
|
|
function ReadTextRangeLength();
|
|
function WriteTextRangeLength(_value);
|
|
function ReadTextRangeStart();
|
|
function WriteTextRangeStart(_value);
|
|
function ReadTiming();
|
|
end;
|
|
|
|
type EffectInformation = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property AfterEffect read ReadAfterEffect;
|
|
property AnimateBackground read ReadAnimateBackground;
|
|
property AnimateTextInReverse read ReadAnimateTextInReverse write WriteAnimateTextInReverse;
|
|
property BuildByLevelEffect read ReadBuildByLevelEffect;
|
|
property Dim read ReadDim;
|
|
property PlaySettings read ReadPlaySettings;
|
|
property SoundEffect read ReadSoundEffect;
|
|
property TextUnitEffect read ReadTextUnitEffect;
|
|
function ReadAfterEffect();
|
|
function ReadAnimateBackground();
|
|
function ReadAnimateTextInReverse();
|
|
function WriteAnimateTextInReverse(_value);
|
|
function ReadBuildByLevelEffect();
|
|
function ReadDim();
|
|
function ReadPlaySettings();
|
|
function ReadSoundEffect();
|
|
function ReadTextUnitEffect();
|
|
end;
|
|
|
|
type EffectParameters = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Amount read ReadAmount write WriteAmount;
|
|
property Color2 read ReadColor2;
|
|
property Direction read ReadDirection write WriteDirection;
|
|
property FontName read ReadFontName write WriteFontName;
|
|
property Relative read ReadRelative write WriteRelative;
|
|
property Size read ReadSize write WriteSize;
|
|
function ReadAmount();
|
|
function WriteAmount(_value);
|
|
function ReadColor2();
|
|
function ReadDirection();
|
|
function WriteDirection(_value);
|
|
function ReadFontName();
|
|
function WriteFontName(_value);
|
|
function ReadRelative();
|
|
function WriteRelative(_value);
|
|
function ReadSize();
|
|
function WriteSize(_value);
|
|
end;
|
|
|
|
type ErrorBars = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ClearFormats();
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Border read ReadBorder;
|
|
property EndStyle read ReadEndStyle write WriteEndStyle;
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
function ReadBorder();
|
|
function ReadEndStyle();
|
|
function WriteEndStyle(_value);
|
|
function ReadFormat();
|
|
function ReadName();
|
|
end;
|
|
|
|
type ExtraColors = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Type);
|
|
function Clear();
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type FileConverter = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property CanOpen read ReadCanOpen;
|
|
property CanSave read ReadCanSave;
|
|
property ClassName read ReadClassName;
|
|
property Extensions read ReadExtensions;
|
|
property FormatName read ReadFormatName;
|
|
property Name read ReadName;
|
|
property OpenFormat read ReadOpenFormat;
|
|
property Path read ReadPath;
|
|
property SaveFormat read ReadSaveFormat;
|
|
function ReadCanOpen();
|
|
function ReadCanSave();
|
|
function ReadClassName();
|
|
function ReadExtensions();
|
|
function ReadFormatName();
|
|
function ReadName();
|
|
function ReadOpenFormat();
|
|
function ReadPath();
|
|
function ReadSaveFormat();
|
|
end;
|
|
|
|
type FileConverters = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type FillFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Background();
|
|
function OneColorGradient(Style, Variant, Degree);
|
|
function Patterned(Pattern);
|
|
function PresetGradient(Style, Variant, PresetGradientType);
|
|
function PresetTextured(PresetTexture);
|
|
function Solid();
|
|
function TwoColorGradient(Style, Variant);
|
|
function UserPicture(PictureFile);
|
|
function UserTextured(TextureFile);
|
|
|
|
// properties
|
|
property BackColor read ReadBackColor write WriteBackColor;
|
|
property ForeColor read ReadForeColor write WriteForeColor;
|
|
property GradientAngle read ReadGradientAngle write WriteGradientAngle;
|
|
property GradientColorType read ReadGradientColorType;
|
|
property GradientDegree read ReadGradientDegree;
|
|
property GradientStops read ReadGradientStops;
|
|
property GradientStyle read ReadGradientStyle;
|
|
property GradientVariant read ReadGradientVariant;
|
|
property Pattern read ReadPattern;
|
|
property PictureEffects read ReadPictureEffects;
|
|
property PresetGradientType read ReadPresetGradientType;
|
|
property PresetTexture read ReadPresetTexture;
|
|
property RotateWithObject read ReadRotateWithObject write WriteRotateWithObject;
|
|
property TextureAlignment read ReadTextureAlignment write WriteTextureAlignment;
|
|
property TextureHorizontalScale read ReadTextureHorizontalScale write WriteTextureHorizontalScale;
|
|
property TextureName read ReadTextureName;
|
|
property TextureOffsetX read ReadTextureOffsetX write WriteTextureOffsetX;
|
|
property TextureOffsetY read ReadTextureOffsetY write WriteTextureOffsetY;
|
|
property TextureTile read ReadTextureTile write WriteTextureTile;
|
|
property TextureType read ReadTextureType;
|
|
property TextureVerticalScale read ReadTextureVerticalScale write WriteTextureVerticalScale;
|
|
property Transparency read ReadTransparency write WriteTransparency;
|
|
property Type read ReadType;
|
|
property Visible read ReadVisible write WriteVisible;
|
|
function ReadBackColor();
|
|
function WriteBackColor(_value);
|
|
function ReadForeColor();
|
|
function WriteForeColor(_value);
|
|
function ReadGradientAngle();
|
|
function WriteGradientAngle(_value);
|
|
function ReadGradientColorType();
|
|
function ReadGradientDegree();
|
|
function ReadGradientStops();
|
|
function ReadGradientStyle();
|
|
function ReadGradientVariant();
|
|
function ReadPattern();
|
|
function ReadPictureEffects();
|
|
function ReadPresetGradientType();
|
|
function ReadPresetTexture();
|
|
function ReadRotateWithObject();
|
|
function WriteRotateWithObject(_value);
|
|
function ReadTextureAlignment();
|
|
function WriteTextureAlignment(_value);
|
|
function ReadTextureHorizontalScale();
|
|
function WriteTextureHorizontalScale(_value);
|
|
function ReadTextureName();
|
|
function ReadTextureOffsetX();
|
|
function WriteTextureOffsetX(_value);
|
|
function ReadTextureOffsetY();
|
|
function WriteTextureOffsetY(_value);
|
|
function ReadTextureTile();
|
|
function WriteTextureTile(_value);
|
|
function ReadTextureType();
|
|
function ReadTextureVerticalScale();
|
|
function WriteTextureVerticalScale(_value);
|
|
function ReadTransparency();
|
|
function WriteTransparency(_value);
|
|
function ReadType();
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
end;
|
|
|
|
type FilterEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Reveal read ReadReveal write WriteReveal;
|
|
property Subtype read ReadSubtype write WriteSubtype;
|
|
property Type read ReadType write WriteType;
|
|
function ReadReveal();
|
|
function WriteReveal(_value);
|
|
function ReadSubtype();
|
|
function WriteSubtype(_value);
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
end;
|
|
|
|
type Floor = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ClearFormats();
|
|
function Paste();
|
|
function Select();
|
|
|
|
// properties
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
property PictureType read ReadPictureType write WritePictureType;
|
|
property Thickness read ReadThickness write WriteThickness;
|
|
function ReadFormat();
|
|
function ReadName();
|
|
function ReadPictureType();
|
|
function WritePictureType(_value);
|
|
function ReadThickness();
|
|
function WriteThickness(_value);
|
|
end;
|
|
|
|
type Font = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property AutoRotateNumbers read ReadAutoRotateNumbers write WriteAutoRotateNumbers;
|
|
property BaselineOffset read ReadBaselineOffset write WriteBaselineOffset;
|
|
property Bold read ReadBold write WriteBold;
|
|
property Color read ReadColor write WriteColor;
|
|
property Embeddable read ReadEmbeddable;
|
|
property Embedded read ReadEmbedded;
|
|
property Emboss read ReadEmboss write WriteEmboss;
|
|
property Italic read ReadItalic write WriteItalic;
|
|
property Name read ReadName write WriteName;
|
|
property NameAscii read ReadNameAscii write WriteNameAscii;
|
|
property NameComplexScript read ReadNameComplexScript write WriteNameComplexScript;
|
|
property NameFarEast read ReadNameFarEast write WriteNameFarEast;
|
|
property NameOther read ReadNameOther write WriteNameOther;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Size read ReadSize write WriteSize;
|
|
property Subscript read ReadSubscript write WriteSubscript;
|
|
property Superscript read ReadSuperscript write WriteSuperscript;
|
|
property Underline read ReadUnderline write WriteUnderline;
|
|
function ReadAutoRotateNumbers();
|
|
function WriteAutoRotateNumbers(_value);
|
|
function ReadBaselineOffset();
|
|
function WriteBaselineOffset(_value);
|
|
function ReadBold();
|
|
function WriteBold(_value);
|
|
function ReadColor();
|
|
function WriteColor(_value);
|
|
function ReadEmbeddable();
|
|
function ReadEmbedded();
|
|
function ReadEmboss();
|
|
function WriteEmboss(_value);
|
|
function ReadItalic();
|
|
function WriteItalic(_value);
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadNameAscii();
|
|
function WriteNameAscii(_value);
|
|
function ReadNameComplexScript();
|
|
function WriteNameComplexScript(_value);
|
|
function ReadNameFarEast();
|
|
function WriteNameFarEast(_value);
|
|
function ReadNameOther();
|
|
function WriteNameOther(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadSize();
|
|
function WriteSize(_value);
|
|
function ReadSubscript();
|
|
function WriteSubscript(_value);
|
|
function ReadSuperscript();
|
|
function WriteSuperscript(_value);
|
|
function ReadUnderline();
|
|
function WriteUnderline(_value);
|
|
end;
|
|
|
|
type Fonts = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
function Replace(Original, Replacement);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type FreeformBuilder = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddNodes(SegmentType, EditingType, X1, Y1, X2, Y2, X3, Y3);
|
|
function ConvertToShape();
|
|
|
|
// properties
|
|
end;
|
|
|
|
type FullSeriesCollection = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Gridlines = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Border read ReadBorder;
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
function ReadBorder();
|
|
function ReadFormat();
|
|
function ReadName();
|
|
end;
|
|
|
|
type GroupShapes = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
function Range(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Guide = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
|
|
// properties
|
|
property Color read ReadColor;
|
|
property Orientation read ReadOrientation;
|
|
property Position read ReadPosition write WritePosition;
|
|
function ReadColor();
|
|
function ReadOrientation();
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
end;
|
|
|
|
type Guides = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Orientation, Position);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type HeaderFooter = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Format read ReadFormat write WriteFormat;
|
|
property Text read ReadText write WriteText;
|
|
property UseFormat read ReadUseFormat write WriteUseFormat;
|
|
property Visible read ReadVisible write WriteVisible;
|
|
function ReadFormat();
|
|
function WriteFormat(_value);
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
function ReadUseFormat();
|
|
function WriteUseFormat(_value);
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
end;
|
|
|
|
type HeadersFooters = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Clear();
|
|
|
|
// properties
|
|
property DateAndTime read ReadDateAndTime;
|
|
property DisplayOnTitleSlide read ReadDisplayOnTitleSlide write WriteDisplayOnTitleSlide;
|
|
property Footer read ReadFooter;
|
|
property Header read ReadHeader;
|
|
property SlideNumber read ReadSlideNumber;
|
|
function ReadDateAndTime();
|
|
function ReadDisplayOnTitleSlide();
|
|
function WriteDisplayOnTitleSlide(_value);
|
|
function ReadFooter();
|
|
function ReadHeader();
|
|
function ReadSlideNumber();
|
|
end;
|
|
|
|
type HiLoLines = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Border read ReadBorder;
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
function ReadBorder();
|
|
function ReadFormat();
|
|
function ReadName();
|
|
end;
|
|
|
|
type Hyperlink = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddToFavorites();
|
|
function CreateNewDocument(FileName, EditNow, Overwrite);
|
|
function Delete();
|
|
function Follow();
|
|
|
|
// properties
|
|
property Address read ReadAddress write WriteAddress;
|
|
property EmailSubject read ReadEmailSubject write WriteEmailSubject;
|
|
property ScreenTip read ReadScreenTip write WriteScreenTip;
|
|
property ShowAndReturn read ReadShowAndReturn write WriteShowAndReturn;
|
|
property SubAddress read ReadSubAddress write WriteSubAddress;
|
|
property TextToDisplay read ReadTextToDisplay write WriteTextToDisplay;
|
|
property Type read ReadType;
|
|
function ReadAddress();
|
|
function WriteAddress(_value);
|
|
function ReadEmailSubject();
|
|
function WriteEmailSubject(_value);
|
|
function ReadScreenTip();
|
|
function WriteScreenTip(_value);
|
|
function ReadShowAndReturn();
|
|
function WriteShowAndReturn(_value);
|
|
function ReadSubAddress();
|
|
function WriteSubAddress(_value);
|
|
function ReadTextToDisplay();
|
|
function WriteTextToDisplay(_value);
|
|
function ReadType();
|
|
end;
|
|
|
|
type Hyperlinks = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Interior = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Color read ReadColor write WriteColor;
|
|
property ColorIndex read ReadColorIndex write WriteColorIndex;
|
|
property InvertIfNegative read ReadInvertIfNegative write WriteInvertIfNegative;
|
|
property Pattern read ReadPattern write WritePattern;
|
|
property PatternColor read ReadPatternColor write WritePatternColor;
|
|
property PatternColorIndex read ReadPatternColorIndex write WritePatternColorIndex;
|
|
function ReadColor();
|
|
function WriteColor(_value);
|
|
function ReadColorIndex();
|
|
function WriteColorIndex(_value);
|
|
function ReadInvertIfNegative();
|
|
function WriteInvertIfNegative(_value);
|
|
function ReadPattern();
|
|
function WritePattern(_value);
|
|
function ReadPatternColor();
|
|
function WritePatternColor(_value);
|
|
function ReadPatternColorIndex();
|
|
function WritePatternColorIndex(_value);
|
|
end;
|
|
|
|
type LeaderLines = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Border read ReadBorder;
|
|
property Format read ReadFormat;
|
|
function ReadBorder();
|
|
function ReadFormat();
|
|
end;
|
|
|
|
type Legend = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Clear();
|
|
function Delete();
|
|
function LegendEntries();
|
|
function Select();
|
|
|
|
// properties
|
|
property Format read ReadFormat;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property IncludeInLayout read ReadIncludeInLayout write WriteIncludeInLayout;
|
|
property Left read ReadLeft;
|
|
property Name read ReadName;
|
|
property Position read ReadPosition write WritePosition;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Top read ReadTop write WriteTop;
|
|
property Width read ReadWidth write WriteWidth;
|
|
function ReadFormat();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadIncludeInLayout();
|
|
function WriteIncludeInLayout(_value);
|
|
function ReadLeft();
|
|
function ReadName();
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
end;
|
|
|
|
type LegendEntries = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type LegendEntry = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Font read ReadFont;
|
|
property Format read ReadFormat;
|
|
property Height read ReadHeight;
|
|
property Index read ReadIndex;
|
|
property Left read ReadLeft;
|
|
property LegendKey read ReadLegendKey;
|
|
property Top read ReadTop;
|
|
property Width read ReadWidth;
|
|
function ReadFont();
|
|
function ReadFormat();
|
|
function ReadHeight();
|
|
function ReadIndex();
|
|
function ReadLeft();
|
|
function ReadLegendKey();
|
|
function ReadTop();
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type LegendKey = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ClearFormats();
|
|
function Delete();
|
|
|
|
// properties
|
|
property Format read ReadFormat;
|
|
property Height read ReadHeight;
|
|
property InvertIfNegative read ReadInvertIfNegative write WriteInvertIfNegative;
|
|
property Left read ReadLeft;
|
|
property MarkerBackgroundColor read ReadMarkerBackgroundColor write WriteMarkerBackgroundColor;
|
|
property MarkerBackgroundColorIndex read ReadMarkerBackgroundColorIndex write WriteMarkerBackgroundColorIndex;
|
|
property MarkerForegroundColor read ReadMarkerForegroundColor write WriteMarkerForegroundColor;
|
|
property MarkerForegroundColorIndex read ReadMarkerForegroundColorIndex write WriteMarkerForegroundColorIndex;
|
|
property MarkerSize read ReadMarkerSize write WriteMarkerSize;
|
|
property MarkerStyle read ReadMarkerStyle write WriteMarkerStyle;
|
|
property PictureType read ReadPictureType write WritePictureType;
|
|
property PictureUnit2 read ReadPictureUnit2 write WritePictureUnit2;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Smooth read ReadSmooth write WriteSmooth;
|
|
property Top read ReadTop;
|
|
property Width read ReadWidth;
|
|
function ReadFormat();
|
|
function ReadHeight();
|
|
function ReadInvertIfNegative();
|
|
function WriteInvertIfNegative(_value);
|
|
function ReadLeft();
|
|
function ReadMarkerBackgroundColor();
|
|
function WriteMarkerBackgroundColor(_value);
|
|
function ReadMarkerBackgroundColorIndex();
|
|
function WriteMarkerBackgroundColorIndex(_value);
|
|
function ReadMarkerForegroundColor();
|
|
function WriteMarkerForegroundColor(_value);
|
|
function ReadMarkerForegroundColorIndex();
|
|
function WriteMarkerForegroundColorIndex(_value);
|
|
function ReadMarkerSize();
|
|
function WriteMarkerSize(_value);
|
|
function ReadMarkerStyle();
|
|
function WriteMarkerStyle(_value);
|
|
function ReadPictureType();
|
|
function WritePictureType(_value);
|
|
function ReadPictureUnit2();
|
|
function WritePictureUnit2(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadSmooth();
|
|
function WriteSmooth(_value);
|
|
function ReadTop();
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type LineFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property BackColor read ReadBackColor write WriteBackColor;
|
|
property BeginArrowheadLength read ReadBeginArrowheadLength write WriteBeginArrowheadLength;
|
|
property BeginArrowheadStyle read ReadBeginArrowheadStyle write WriteBeginArrowheadStyle;
|
|
property BeginArrowheadWidth read ReadBeginArrowheadWidth write WriteBeginArrowheadWidth;
|
|
property DashStyle read ReadDashStyle write WriteDashStyle;
|
|
property EndArrowheadLength read ReadEndArrowheadLength write WriteEndArrowheadLength;
|
|
property EndArrowheadStyle read ReadEndArrowheadStyle write WriteEndArrowheadStyle;
|
|
property EndArrowheadWidth read ReadEndArrowheadWidth write WriteEndArrowheadWidth;
|
|
property ForeColor read ReadForeColor write WriteForeColor;
|
|
property InsetPen read ReadInsetPen write WriteInsetPen;
|
|
property Pattern read ReadPattern write WritePattern;
|
|
property Style read ReadStyle write WriteStyle;
|
|
property Transparency read ReadTransparency write WriteTransparency;
|
|
property Visible read ReadVisible write WriteVisible;
|
|
property Weight read ReadWeight write WriteWeight;
|
|
function ReadBackColor();
|
|
function WriteBackColor(_value);
|
|
function ReadBeginArrowheadLength();
|
|
function WriteBeginArrowheadLength(_value);
|
|
function ReadBeginArrowheadStyle();
|
|
function WriteBeginArrowheadStyle(_value);
|
|
function ReadBeginArrowheadWidth();
|
|
function WriteBeginArrowheadWidth(_value);
|
|
function ReadDashStyle();
|
|
function WriteDashStyle(_value);
|
|
function ReadEndArrowheadLength();
|
|
function WriteEndArrowheadLength(_value);
|
|
function ReadEndArrowheadStyle();
|
|
function WriteEndArrowheadStyle(_value);
|
|
function ReadEndArrowheadWidth();
|
|
function WriteEndArrowheadWidth(_value);
|
|
function ReadForeColor();
|
|
function WriteForeColor(_value);
|
|
function ReadInsetPen();
|
|
function WriteInsetPen(_value);
|
|
function ReadPattern();
|
|
function WritePattern(_value);
|
|
function ReadStyle();
|
|
function WriteStyle(_value);
|
|
function ReadTransparency();
|
|
function WriteTransparency(_value);
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
function ReadWeight();
|
|
function WriteWeight(_value);
|
|
end;
|
|
|
|
type LinkFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function BreakLink();
|
|
function Update();
|
|
|
|
// properties
|
|
property AutoUpdate read ReadAutoUpdate write WriteAutoUpdate;
|
|
property SourceFullName read ReadSourceFullName write WriteSourceFullName;
|
|
function ReadAutoUpdate();
|
|
function WriteAutoUpdate(_value);
|
|
function ReadSourceFullName();
|
|
function WriteSourceFullName(_value);
|
|
end;
|
|
|
|
type Master = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ApplyTheme(themeName);
|
|
function Delete();
|
|
|
|
// properties
|
|
property Background read ReadBackground;
|
|
property BackgroundStyle read ReadBackgroundStyle write WriteBackgroundStyle;
|
|
property ColorScheme read ReadColorScheme write WriteColorScheme;
|
|
property CustomerData read ReadCustomerData;
|
|
property CustomLayouts read ReadCustomLayouts;
|
|
property Design read ReadDesign;
|
|
property Guides read ReadGuides;
|
|
property HeadersFooters read ReadHeadersFooters;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property Hyperlinks read ReadHyperlinks;
|
|
property Name read ReadName write WriteName;
|
|
property Shapes read ReadShapes;
|
|
property SlideShowTransition read ReadSlideShowTransition;
|
|
property TextStyles read ReadTextStyles;
|
|
property Theme read ReadTheme;
|
|
property TimeLine read ReadTimeLine;
|
|
property Width read ReadWidth;
|
|
function ReadBackground();
|
|
function ReadBackgroundStyle();
|
|
function WriteBackgroundStyle(_value);
|
|
function ReadColorScheme();
|
|
function WriteColorScheme(_value);
|
|
function ReadCustomerData();
|
|
function ReadCustomLayouts();
|
|
function ReadDesign();
|
|
function ReadGuides();
|
|
function ReadHeadersFooters();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadHyperlinks();
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadShapes();
|
|
function ReadSlideShowTransition();
|
|
function ReadTextStyles();
|
|
function ReadTheme();
|
|
function ReadTimeLine();
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type MediaBookmark = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
|
|
// properties
|
|
property Index read ReadIndex;
|
|
property Name read ReadName;
|
|
property Position read ReadPosition;
|
|
function ReadIndex();
|
|
function ReadName();
|
|
function ReadPosition();
|
|
end;
|
|
|
|
type MediaBookmarks = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Position, Name);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type MediaFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Resample(Trim, SampleHeight, SampleWidth, VideoFrameRate, AudioSamplingRate, VideoBitRate);
|
|
function ResampleFromProfile(profile);
|
|
function SetDisplayPicture(Position);
|
|
function SetDisplayPictureFromFile(FilePath);
|
|
|
|
// properties
|
|
property AudioCompressionType read ReadAudioCompressionType;
|
|
property AudioSamplingRate read ReadAudioSamplingRate;
|
|
property EndPoint read ReadEndPoint write WriteEndPoint;
|
|
property FadeInDuration read ReadFadeInDuration write WriteFadeInDuration;
|
|
property FadeOutDuration read ReadFadeOutDuration write WriteFadeOutDuration;
|
|
property IsEmbedded read ReadIsEmbedded;
|
|
property IsLinked read ReadIsLinked;
|
|
property Length read ReadLength;
|
|
property MediaBookmarks read ReadMediaBookmarks;
|
|
property Muted read ReadMuted write WriteMuted;
|
|
property ResamplingStatus read ReadResamplingStatus;
|
|
property SampleHeight read ReadSampleHeight;
|
|
property SampleWidth read ReadSampleWidth;
|
|
property StartPoint read ReadStartPoint write WriteStartPoint;
|
|
property VideoCompressionType read ReadVideoCompressionType;
|
|
property VideoFrameRate read ReadVideoFrameRate;
|
|
property Volume read ReadVolume write WriteVolume;
|
|
function ReadAudioCompressionType();
|
|
function ReadAudioSamplingRate();
|
|
function ReadEndPoint();
|
|
function WriteEndPoint(_value);
|
|
function ReadFadeInDuration();
|
|
function WriteFadeInDuration(_value);
|
|
function ReadFadeOutDuration();
|
|
function WriteFadeOutDuration(_value);
|
|
function ReadIsEmbedded();
|
|
function ReadIsLinked();
|
|
function ReadLength();
|
|
function ReadMediaBookmarks();
|
|
function ReadMuted();
|
|
function WriteMuted(_value);
|
|
function ReadResamplingStatus();
|
|
function ReadSampleHeight();
|
|
function ReadSampleWidth();
|
|
function ReadStartPoint();
|
|
function WriteStartPoint(_value);
|
|
function ReadVideoCompressionType();
|
|
function ReadVideoFrameRate();
|
|
function ReadVolume();
|
|
function WriteVolume(_value);
|
|
end;
|
|
|
|
type MotionEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property ByX read ReadByX write WriteByX;
|
|
property ByY read ReadByY write WriteByY;
|
|
property FromX read ReadFromX write WriteFromX;
|
|
property FromY read ReadFromY write WriteFromY;
|
|
property Path read ReadPath write WritePath;
|
|
property ToX read ReadToX write WriteToX;
|
|
property ToY read ReadToY write WriteToY;
|
|
function ReadByX();
|
|
function WriteByX(_value);
|
|
function ReadByY();
|
|
function WriteByY(_value);
|
|
function ReadFromX();
|
|
function WriteFromX(_value);
|
|
function ReadFromY();
|
|
function WriteFromY(_value);
|
|
function ReadPath();
|
|
function WritePath(_value);
|
|
function ReadToX();
|
|
function WriteToX(_value);
|
|
function ReadToY();
|
|
function WriteToY(_value);
|
|
end;
|
|
|
|
type NamedSlideShow = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
property Name read ReadName;
|
|
property SlideIDs read ReadSlideIDs;
|
|
function ReadCount();
|
|
function ReadName();
|
|
function ReadSlideIDs();
|
|
end;
|
|
|
|
type NamedSlideShows = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Name, SafeArrayOfSlideIDs);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ObjectVerbs = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type OLEFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Activate();
|
|
function DoVerb(Index);
|
|
|
|
// properties
|
|
property FollowColors read ReadFollowColors write WriteFollowColors;
|
|
property Object read ReadObject;
|
|
property ObjectVerbs read ReadObjectVerbs;
|
|
property ProgID read ReadProgID;
|
|
function ReadFollowColors();
|
|
function WriteFollowColors(_value);
|
|
function ReadObject();
|
|
function ReadObjectVerbs();
|
|
function ReadProgID();
|
|
end;
|
|
|
|
type Options = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property DisplayPasteOptions read ReadDisplayPasteOptions write WriteDisplayPasteOptions;
|
|
property ShowCoauthoringMergeChanges read ReadShowCoauthoringMergeChanges write WriteShowCoauthoringMergeChanges;
|
|
function ReadDisplayPasteOptions();
|
|
function WriteDisplayPasteOptions(_value);
|
|
function ReadShowCoauthoringMergeChanges();
|
|
function WriteShowCoauthoringMergeChanges(_value);
|
|
end;
|
|
|
|
type PageSetup = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property FirstSlideNumber read ReadFirstSlideNumber write WriteFirstSlideNumber;
|
|
property NotesOrientation read ReadNotesOrientation write WriteNotesOrientation;
|
|
property SlideHeight read ReadSlideHeight write WriteSlideHeight;
|
|
property SlideOrientation read ReadSlideOrientation write WriteSlideOrientation;
|
|
property SlideSize read ReadSlideSize write WriteSlideSize;
|
|
property SlideWidth read ReadSlideWidth write WriteSlideWidth;
|
|
function ReadFirstSlideNumber();
|
|
function WriteFirstSlideNumber(_value);
|
|
function ReadNotesOrientation();
|
|
function WriteNotesOrientation(_value);
|
|
function ReadSlideHeight();
|
|
function WriteSlideHeight(_value);
|
|
function ReadSlideOrientation();
|
|
function WriteSlideOrientation(_value);
|
|
function ReadSlideSize();
|
|
function WriteSlideSize(_value);
|
|
function ReadSlideWidth();
|
|
function WriteSlideWidth(_value);
|
|
end;
|
|
|
|
type Pane = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Activate();
|
|
|
|
// properties
|
|
property Active read ReadActive;
|
|
property ViewType read ReadViewType;
|
|
function ReadActive();
|
|
function ReadViewType();
|
|
end;
|
|
|
|
type Panes = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ParagraphFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Alignment read ReadAlignment write WriteAlignment;
|
|
property BaseLineAlignment read ReadBaseLineAlignment write WriteBaseLineAlignment;
|
|
property Bullet read ReadBullet;
|
|
property FarEastLineBreakControl read ReadFarEastLineBreakControl write WriteFarEastLineBreakControl;
|
|
property HangingPunctuation read ReadHangingPunctuation write WriteHangingPunctuation;
|
|
property LineRuleAfter read ReadLineRuleAfter write WriteLineRuleAfter;
|
|
property LineRuleBefore read ReadLineRuleBefore write WriteLineRuleBefore;
|
|
property LineRuleWithin read ReadLineRuleWithin write WriteLineRuleWithin;
|
|
property SpaceAfter read ReadSpaceAfter write WriteSpaceAfter;
|
|
property SpaceBefore read ReadSpaceBefore write WriteSpaceBefore;
|
|
property SpaceWithin read ReadSpaceWithin write WriteSpaceWithin;
|
|
property TextDirection read ReadTextDirection write WriteTextDirection;
|
|
property WordWrap read ReadWordWrap write WriteWordWrap;
|
|
function ReadAlignment();
|
|
function WriteAlignment(_value);
|
|
function ReadBaseLineAlignment();
|
|
function WriteBaseLineAlignment(_value);
|
|
function ReadBullet();
|
|
function ReadFarEastLineBreakControl();
|
|
function WriteFarEastLineBreakControl(_value);
|
|
function ReadHangingPunctuation();
|
|
function WriteHangingPunctuation(_value);
|
|
function ReadLineRuleAfter();
|
|
function WriteLineRuleAfter(_value);
|
|
function ReadLineRuleBefore();
|
|
function WriteLineRuleBefore(_value);
|
|
function ReadLineRuleWithin();
|
|
function WriteLineRuleWithin(_value);
|
|
function ReadSpaceAfter();
|
|
function WriteSpaceAfter(_value);
|
|
function ReadSpaceBefore();
|
|
function WriteSpaceBefore(_value);
|
|
function ReadSpaceWithin();
|
|
function WriteSpaceWithin(_value);
|
|
function ReadTextDirection();
|
|
function WriteTextDirection(_value);
|
|
function ReadWordWrap();
|
|
function WriteWordWrap(_value);
|
|
end;
|
|
|
|
type PictureFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function IncrementBrightness(Increment);
|
|
function IncrementContrast(Increment);
|
|
|
|
// properties
|
|
property Brightness read ReadBrightness write WriteBrightness;
|
|
property ColorType read ReadColorType write WriteColorType;
|
|
property Contrast read ReadContrast write WriteContrast;
|
|
property Crop read ReadCrop write WriteCrop;
|
|
property CropBottom read ReadCropBottom write WriteCropBottom;
|
|
property CropLeft read ReadCropLeft write WriteCropLeft;
|
|
property CropRight read ReadCropRight write WriteCropRight;
|
|
property CropTop read ReadCropTop write WriteCropTop;
|
|
property TransparencyColor read ReadTransparencyColor write WriteTransparencyColor;
|
|
property TransparentBackground read ReadTransparentBackground write WriteTransparentBackground;
|
|
function ReadBrightness();
|
|
function WriteBrightness(_value);
|
|
function ReadColorType();
|
|
function WriteColorType(_value);
|
|
function ReadContrast();
|
|
function WriteContrast(_value);
|
|
function ReadCrop();
|
|
function WriteCrop(_value);
|
|
function ReadCropBottom();
|
|
function WriteCropBottom(_value);
|
|
function ReadCropLeft();
|
|
function WriteCropLeft(_value);
|
|
function ReadCropRight();
|
|
function WriteCropRight(_value);
|
|
function ReadCropTop();
|
|
function WriteCropTop(_value);
|
|
function ReadTransparencyColor();
|
|
function WriteTransparencyColor(_value);
|
|
function ReadTransparentBackground();
|
|
function WriteTransparentBackground(_value);
|
|
end;
|
|
|
|
type PlaceholderFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property ContainedType read ReadContainedType;
|
|
property Name read ReadName write WriteName;
|
|
property Type read ReadType;
|
|
function ReadContainedType();
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadType();
|
|
end;
|
|
|
|
type Placeholders = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function FindByName(Index);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Player = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function GoToNextBookmark();
|
|
function GoToPreviousBookmark();
|
|
function Pause();
|
|
function Play();
|
|
function Stop();
|
|
|
|
// properties
|
|
property CurrentPosition read ReadCurrentPosition write WriteCurrentPosition;
|
|
property State read ReadState;
|
|
function ReadCurrentPosition();
|
|
function WriteCurrentPosition(_value);
|
|
function ReadState();
|
|
end;
|
|
|
|
type PlaySettings = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property ActionVerb read ReadActionVerb write WriteActionVerb;
|
|
property HideWhileNotPlaying read ReadHideWhileNotPlaying write WriteHideWhileNotPlaying;
|
|
property LoopUntilStopped read ReadLoopUntilStopped write WriteLoopUntilStopped;
|
|
property PauseAnimation read ReadPauseAnimation write WritePauseAnimation;
|
|
property PlayOnEntry read ReadPlayOnEntry write WritePlayOnEntry;
|
|
property RewindMovie read ReadRewindMovie write WriteRewindMovie;
|
|
property StopAfterSlides read ReadStopAfterSlides write WriteStopAfterSlides;
|
|
function ReadActionVerb();
|
|
function WriteActionVerb(_value);
|
|
function ReadHideWhileNotPlaying();
|
|
function WriteHideWhileNotPlaying(_value);
|
|
function ReadLoopUntilStopped();
|
|
function WriteLoopUntilStopped(_value);
|
|
function ReadPauseAnimation();
|
|
function WritePauseAnimation(_value);
|
|
function ReadPlayOnEntry();
|
|
function WritePlayOnEntry(_value);
|
|
function ReadRewindMovie();
|
|
function WriteRewindMovie(_value);
|
|
function ReadStopAfterSlides();
|
|
function WriteStopAfterSlides(_value);
|
|
end;
|
|
|
|
type PlotArea = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ClearFormats();
|
|
function Select();
|
|
|
|
// properties
|
|
property Format read ReadFormat;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property InsideHeight read ReadInsideHeight write WriteInsideHeight;
|
|
property InsideLeft read ReadInsideLeft write WriteInsideLeft;
|
|
property InsideTop read ReadInsideTop write WriteInsideTop;
|
|
property InsideWidth read ReadInsideWidth write WriteInsideWidth;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Name read ReadName;
|
|
property Position read ReadPosition write WritePosition;
|
|
property Top read ReadTop write WriteTop;
|
|
property Width read ReadWidth write WriteWidth;
|
|
function ReadFormat();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadInsideHeight();
|
|
function WriteInsideHeight(_value);
|
|
function ReadInsideLeft();
|
|
function WriteInsideLeft(_value);
|
|
function ReadInsideTop();
|
|
function WriteInsideTop(_value);
|
|
function ReadInsideWidth();
|
|
function WriteInsideWidth(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadName();
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
end;
|
|
|
|
type Point = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ApplyDataLabels(Type, LegendKey, AutoText, HasLeaderLines, ShowSeriesName, ShowCategoryName, ShowValue, ShowPercentage, ShowBubbleSize, Separator);
|
|
function ClearFormats();
|
|
function Copy();
|
|
function Delete();
|
|
function Paste();
|
|
function PieSliceLocation(loc, Index);
|
|
function Select();
|
|
|
|
// properties
|
|
property ApplyPictToEnd read ReadApplyPictToEnd write WriteApplyPictToEnd;
|
|
property ApplyPictToFront read ReadApplyPictToFront write WriteApplyPictToFront;
|
|
property ApplyPictToSides read ReadApplyPictToSides write WriteApplyPictToSides;
|
|
property DataLabel read ReadDataLabel;
|
|
property Explosion read ReadExplosion write WriteExplosion;
|
|
property Format read ReadFormat;
|
|
property Has3DEffect read ReadHas3DEffect write WriteHas3DEffect;
|
|
property HasDataLabel read ReadHasDataLabel write WriteHasDataLabel;
|
|
property Height read ReadHeight;
|
|
property InvertIfNegative read ReadInvertIfNegative write WriteInvertIfNegative;
|
|
property IsTotal read ReadIsTotal write WriteIsTotal;
|
|
property Left read ReadLeft;
|
|
property MarkerBackgroundColor read ReadMarkerBackgroundColor write WriteMarkerBackgroundColor;
|
|
property MarkerBackgroundColorIndex read ReadMarkerBackgroundColorIndex write WriteMarkerBackgroundColorIndex;
|
|
property MarkerForegroundColor read ReadMarkerForegroundColor write WriteMarkerForegroundColor;
|
|
property MarkerForegroundColorIndex read ReadMarkerForegroundColorIndex write WriteMarkerForegroundColorIndex;
|
|
property MarkerSize read ReadMarkerSize write WriteMarkerSize;
|
|
property MarkerStyle read ReadMarkerStyle write WriteMarkerStyle;
|
|
property Name read ReadName;
|
|
property PictureType read ReadPictureType write WritePictureType;
|
|
property PictureUnit2 read ReadPictureUnit2 write WritePictureUnit2;
|
|
property SecondaryPlot read ReadSecondaryPlot write WriteSecondaryPlot;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Top read ReadTop;
|
|
property Width read ReadWidth;
|
|
function ReadApplyPictToEnd();
|
|
function WriteApplyPictToEnd(_value);
|
|
function ReadApplyPictToFront();
|
|
function WriteApplyPictToFront(_value);
|
|
function ReadApplyPictToSides();
|
|
function WriteApplyPictToSides(_value);
|
|
function ReadDataLabel();
|
|
function ReadExplosion();
|
|
function WriteExplosion(_value);
|
|
function ReadFormat();
|
|
function ReadHas3DEffect();
|
|
function WriteHas3DEffect(_value);
|
|
function ReadHasDataLabel();
|
|
function WriteHasDataLabel(_value);
|
|
function ReadHeight();
|
|
function ReadInvertIfNegative();
|
|
function WriteInvertIfNegative(_value);
|
|
function ReadIsTotal();
|
|
function WriteIsTotal(_value);
|
|
function ReadLeft();
|
|
function ReadMarkerBackgroundColor();
|
|
function WriteMarkerBackgroundColor(_value);
|
|
function ReadMarkerBackgroundColorIndex();
|
|
function WriteMarkerBackgroundColorIndex(_value);
|
|
function ReadMarkerForegroundColor();
|
|
function WriteMarkerForegroundColor(_value);
|
|
function ReadMarkerForegroundColorIndex();
|
|
function WriteMarkerForegroundColorIndex(_value);
|
|
function ReadMarkerSize();
|
|
function WriteMarkerSize(_value);
|
|
function ReadMarkerStyle();
|
|
function WriteMarkerStyle(_value);
|
|
function ReadName();
|
|
function ReadPictureType();
|
|
function WritePictureType(_value);
|
|
function ReadPictureUnit2();
|
|
function WritePictureUnit2(_value);
|
|
function ReadSecondaryPlot();
|
|
function WriteSecondaryPlot(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadTop();
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type Points = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Presentation = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AcceptAll();
|
|
function AddTitleMaster();
|
|
function AddToFavorites();
|
|
function ApplyTemplate(FileName);
|
|
function ApplyTemplate2(FileName, Variant);
|
|
function ApplyTheme(themeName);
|
|
function CanCheckIn();
|
|
function CheckIn(SaveChanges, Comments, MakePublic);
|
|
function CheckInWithVersion(SaveChanges, Comments, MakePublic, VersionType);
|
|
function Close();
|
|
function Convert2(FileName);
|
|
function CreateVideo(FileName, UseTimingsAndNarrations, DefaultSlideDuration, VertResolution, FramesPerSecond, Quality);
|
|
function EndReview();
|
|
function EnsureAllMediaUpgraded();
|
|
function Export(Path, FilterName, ScaleWidth, ScaleHeight);
|
|
function ExportAsFixedFormat(Path, FixedFormatType, Intent, FrameSlides, HandoutOrder, OutputType, PrintHiddenSlides, PrintRange, RangeType, SlideShowName, IncludeDocProperties, KeepIRMSettings, DocStructureTags, BitmapMissingFonts, UseISO190051, ExternalExporter);
|
|
function ExportAsFixedFormat2(Path, FixedFormatType, Intent, FrameSlides, HandoutOrder, OutputType, PrintHiddenSlides, PrintRange, RangeType, SlideShowName, IncludeDocProperties, KeepIRMSettings, DocStructureTags, BitmapMissingFonts, UseISO190051, IncludeMarkup, ExternalExporter);
|
|
function ExportAsFixedFormat3(Path, FixedFormatType, Intent, FrameSlides, HandoutOrder, OutputType, PrintHiddenSlides, PrintRange, RangeType, SlideShowName, IncludeDocProperties, KeepIRMSettings, DocStructureTags, BitmapMissingFonts, UseISO190051, IncludeMarkup, ExternalExporter, Bookmarks, DocumentMarkup, PromotedHyperlinkShape);
|
|
function FollowHyperlink(Address, SubAddress, NewWindow, AddHistory, ExtraInfo, Method, HeaderInfo);
|
|
function GetWorkflowTasks();
|
|
function GetWorkflowTemplates();
|
|
function LockServerFile();
|
|
function Merge(Path);
|
|
function MergeWithBaseline(withPresentation, baselinePresentation);
|
|
function NewWindow();
|
|
function PrintOut(From, To, PrintToFile, Copies, Collate);
|
|
function PublishSlides(SlideLibraryUrl, Overwrite);
|
|
function RejectAll();
|
|
function RemoveDocumentInformation(Type);
|
|
function Save();
|
|
function SaveAs(FileName, FileFormat, EmbedFonts);
|
|
function SaveCopyAs(FileName, FileFormat, EmbedTrueTypeFonts);
|
|
function SaveCopyAs2(FileName, FileFormat, EmbedTrueTypeFonts, ReadOnlyRecommended);
|
|
function SendFaxOverInternet(Recipients, Subject, ShowMessage);
|
|
function SetPasswordEncryptionOptions(PasswordEncryptionProvider, PasswordEncryptionAlgorithm, PasswordEncryptionKeyLength, PasswordEncryptionFileProperties);
|
|
function UpdateLinks();
|
|
|
|
// properties
|
|
property AutoSaveOn read ReadAutoSaveOn write WriteAutoSaveOn;
|
|
property Broadcast read ReadBroadcast;
|
|
property BuiltInDocumentProperties read ReadBuiltInDocumentProperties;
|
|
property ChartDataPointTrack read ReadChartDataPointTrack write WriteChartDataPointTrack;
|
|
property Coauthoring read ReadCoauthoring;
|
|
property ColorSchemes read ReadColorSchemes;
|
|
property CommandBars read ReadCommandBars;
|
|
property Container read ReadContainer;
|
|
property ContentTypeProperties read ReadContentTypeProperties;
|
|
property CreateVideoStatus read ReadCreateVideoStatus;
|
|
property CustomDocumentProperties read ReadCustomDocumentProperties;
|
|
property CustomerData read ReadCustomerData;
|
|
property CustomXMLParts read ReadCustomXMLParts;
|
|
property DefaultLanguageID read ReadDefaultLanguageID write WriteDefaultLanguageID;
|
|
property DefaultShape read ReadDefaultShape;
|
|
property Designs read ReadDesigns;
|
|
property DisplayComments read ReadDisplayComments write WriteDisplayComments;
|
|
property DocumentInspectors read ReadDocumentInspectors;
|
|
property DocumentLibraryVersions read ReadDocumentLibraryVersions;
|
|
property EncryptionProvider read ReadEncryptionProvider write WriteEncryptionProvider;
|
|
property EnvelopeVisible read ReadEnvelopeVisible write WriteEnvelopeVisible;
|
|
property ExtraColors read ReadExtraColors;
|
|
property FarEastLineBreakLanguage read ReadFarEastLineBreakLanguage write WriteFarEastLineBreakLanguage;
|
|
property FarEastLineBreakLevel read ReadFarEastLineBreakLevel write WriteFarEastLineBreakLevel;
|
|
property Final read ReadFinal write WriteFinal;
|
|
property Fonts read ReadFonts;
|
|
property FullName read ReadFullName;
|
|
property GridDistance read ReadGridDistance write WriteGridDistance;
|
|
property Guides read ReadGuides;
|
|
property HandoutMaster read ReadHandoutMaster;
|
|
property HasHandoutMaster read ReadHasHandoutMaster;
|
|
property HasNotesMaster read ReadHasNotesMaster;
|
|
property HasTitleMaster read ReadHasTitleMaster;
|
|
property HasVBProject read ReadHasVBProject;
|
|
property InMergeMode read ReadInMergeMode;
|
|
property IsFullyDownloaded read ReadIsFullyDownloaded;
|
|
property LayoutDirection read ReadLayoutDirection write WriteLayoutDirection;
|
|
property Name read ReadName;
|
|
property NoLineBreakAfter read ReadNoLineBreakAfter write WriteNoLineBreakAfter;
|
|
property NoLineBreakBefore read ReadNoLineBreakBefore write WriteNoLineBreakBefore;
|
|
property NotesMaster read ReadNotesMaster;
|
|
property PageSetup read ReadPageSetup;
|
|
property Password read ReadPassword write WritePassword;
|
|
property PasswordEncryptionAlgorithm read ReadPasswordEncryptionAlgorithm;
|
|
property PasswordEncryptionFileProperties read ReadPasswordEncryptionFileProperties;
|
|
property PasswordEncryptionKeyLength read ReadPasswordEncryptionKeyLength;
|
|
property PasswordEncryptionProvider read ReadPasswordEncryptionProvider;
|
|
property Path read ReadPath;
|
|
property Permission read ReadPermission;
|
|
property PrintOptions read ReadPrintOptions;
|
|
property ReadOnly read ReadReadOnly;
|
|
property ReadOnlyRecommended read ReadReadOnlyRecommended;
|
|
property RemovePersonalInformation read ReadRemovePersonalInformation write WriteRemovePersonalInformation;
|
|
property Research read ReadResearch;
|
|
property Saved read ReadSaved write WriteSaved;
|
|
property SectionProperties read ReadSectionProperties;
|
|
property SensitivityLabel read ReadSensitivityLabel;
|
|
property ServerPolicy read ReadServerPolicy;
|
|
property SharedWorkspace read ReadSharedWorkspace;
|
|
property Signatures read ReadSignatures;
|
|
property SlideMaster read ReadSlideMaster;
|
|
property Slides read ReadSlides;
|
|
property SlideShowSettings read ReadSlideShowSettings;
|
|
property SlideShowWindow read ReadSlideShowWindow;
|
|
property SnapToGrid read ReadSnapToGrid write WriteSnapToGrid;
|
|
property Sync read ReadSync;
|
|
property Tags read ReadTags;
|
|
property TemplateName read ReadTemplateName;
|
|
property TitleMaster read ReadTitleMaster;
|
|
property VbaSigned read ReadVbaSigned;
|
|
property VBProject read ReadVBProject;
|
|
property Windows read ReadWindows;
|
|
property WritePassword read ReadWritePassword write WriteWritePassword;
|
|
function ReadAutoSaveOn();
|
|
function WriteAutoSaveOn(_value);
|
|
function ReadBroadcast();
|
|
function ReadBuiltInDocumentProperties();
|
|
function ReadChartDataPointTrack();
|
|
function WriteChartDataPointTrack(_value);
|
|
function ReadCoauthoring();
|
|
function ReadColorSchemes();
|
|
function ReadCommandBars();
|
|
function ReadContainer();
|
|
function ReadContentTypeProperties();
|
|
function ReadCreateVideoStatus();
|
|
function ReadCustomDocumentProperties();
|
|
function ReadCustomerData();
|
|
function ReadCustomXMLParts();
|
|
function ReadDefaultLanguageID();
|
|
function WriteDefaultLanguageID(_value);
|
|
function ReadDefaultShape();
|
|
function ReadDesigns();
|
|
function ReadDisplayComments();
|
|
function WriteDisplayComments(_value);
|
|
function ReadDocumentInspectors();
|
|
function ReadDocumentLibraryVersions();
|
|
function ReadEncryptionProvider();
|
|
function WriteEncryptionProvider(_value);
|
|
function ReadEnvelopeVisible();
|
|
function WriteEnvelopeVisible(_value);
|
|
function ReadExtraColors();
|
|
function ReadFarEastLineBreakLanguage();
|
|
function WriteFarEastLineBreakLanguage(_value);
|
|
function ReadFarEastLineBreakLevel();
|
|
function WriteFarEastLineBreakLevel(_value);
|
|
function ReadFinal();
|
|
function WriteFinal(_value);
|
|
function ReadFonts();
|
|
function ReadFullName();
|
|
function ReadGridDistance();
|
|
function WriteGridDistance(_value);
|
|
function ReadGuides();
|
|
function ReadHandoutMaster();
|
|
function ReadHasHandoutMaster();
|
|
function ReadHasNotesMaster();
|
|
function ReadHasTitleMaster();
|
|
function ReadHasVBProject();
|
|
function ReadInMergeMode();
|
|
function ReadIsFullyDownloaded();
|
|
function ReadLayoutDirection();
|
|
function WriteLayoutDirection(_value);
|
|
function ReadName();
|
|
function ReadNoLineBreakAfter();
|
|
function WriteNoLineBreakAfter(_value);
|
|
function ReadNoLineBreakBefore();
|
|
function WriteNoLineBreakBefore(_value);
|
|
function ReadNotesMaster();
|
|
function ReadPageSetup();
|
|
function ReadPassword();
|
|
function WritePassword(_value);
|
|
function ReadPasswordEncryptionAlgorithm();
|
|
function ReadPasswordEncryptionFileProperties();
|
|
function ReadPasswordEncryptionKeyLength();
|
|
function ReadPasswordEncryptionProvider();
|
|
function ReadPath();
|
|
function ReadPermission();
|
|
function ReadPrintOptions();
|
|
function ReadReadOnly();
|
|
function ReadReadOnlyRecommended();
|
|
function ReadRemovePersonalInformation();
|
|
function WriteRemovePersonalInformation(_value);
|
|
function ReadResearch();
|
|
function ReadSaved();
|
|
function WriteSaved(_value);
|
|
function ReadSectionProperties();
|
|
function ReadSensitivityLabel();
|
|
function ReadServerPolicy();
|
|
function ReadSharedWorkspace();
|
|
function ReadSignatures();
|
|
function ReadSlideMaster();
|
|
function ReadSlides();
|
|
function ReadSlideShowSettings();
|
|
function ReadSlideShowWindow();
|
|
function ReadSnapToGrid();
|
|
function WriteSnapToGrid(_value);
|
|
function ReadSync();
|
|
function ReadTags();
|
|
function ReadTemplateName();
|
|
function ReadTitleMaster();
|
|
function ReadVbaSigned();
|
|
function ReadVBProject();
|
|
function ReadWindows();
|
|
function ReadWritePassword();
|
|
function WriteWritePassword(_value);
|
|
end;
|
|
|
|
type Presentations = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(WithWindow);
|
|
function CanCheckOut(FileName);
|
|
function CheckOut(FileName);
|
|
function Item(Index);
|
|
function Open(FileName, ReadOnly, Untitled, WithWindow);
|
|
function Open2007(FileName, ReadOnly, Untitled, WithWindow, OpenAndRepair);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type PrintOptions = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property ActivePrinter read ReadActivePrinter;
|
|
property Collate read ReadCollate write WriteCollate;
|
|
property FitToPage read ReadFitToPage write WriteFitToPage;
|
|
property FrameSlides read ReadFrameSlides write WriteFrameSlides;
|
|
property HandoutOrder read ReadHandoutOrder write WriteHandoutOrder;
|
|
property HighQuality read ReadHighQuality write WriteHighQuality;
|
|
property NumberOfCopies read ReadNumberOfCopies write WriteNumberOfCopies;
|
|
property OutputType read ReadOutputType write WriteOutputType;
|
|
property PrintColorType read ReadPrintColorType write WritePrintColorType;
|
|
property PrintComments read ReadPrintComments write WritePrintComments;
|
|
property PrintFontsAsGraphics read ReadPrintFontsAsGraphics write WritePrintFontsAsGraphics;
|
|
property PrintHiddenSlides read ReadPrintHiddenSlides write WritePrintHiddenSlides;
|
|
property PrintInBackground read ReadPrintInBackground write WritePrintInBackground;
|
|
property Ranges read ReadRanges;
|
|
property RangeType read ReadRangeType write WriteRangeType;
|
|
property sectionIndex read ReadsectionIndex write WritesectionIndex;
|
|
property SlideShowName read ReadSlideShowName write WriteSlideShowName;
|
|
function ReadActivePrinter();
|
|
function ReadCollate();
|
|
function WriteCollate(_value);
|
|
function ReadFitToPage();
|
|
function WriteFitToPage(_value);
|
|
function ReadFrameSlides();
|
|
function WriteFrameSlides(_value);
|
|
function ReadHandoutOrder();
|
|
function WriteHandoutOrder(_value);
|
|
function ReadHighQuality();
|
|
function WriteHighQuality(_value);
|
|
function ReadNumberOfCopies();
|
|
function WriteNumberOfCopies(_value);
|
|
function ReadOutputType();
|
|
function WriteOutputType(_value);
|
|
function ReadPrintColorType();
|
|
function WritePrintColorType(_value);
|
|
function ReadPrintComments();
|
|
function WritePrintComments(_value);
|
|
function ReadPrintFontsAsGraphics();
|
|
function WritePrintFontsAsGraphics(_value);
|
|
function ReadPrintHiddenSlides();
|
|
function WritePrintHiddenSlides(_value);
|
|
function ReadPrintInBackground();
|
|
function WritePrintInBackground(_value);
|
|
function ReadRanges();
|
|
function ReadRangeType();
|
|
function WriteRangeType(_value);
|
|
function ReadsectionIndex();
|
|
function WritesectionIndex(_value);
|
|
function ReadSlideShowName();
|
|
function WriteSlideShowName(_value);
|
|
end;
|
|
|
|
type PrintRange = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
|
|
// properties
|
|
property End read ReadEnd;
|
|
property Start read ReadStart;
|
|
function ReadEnd();
|
|
function ReadStart();
|
|
end;
|
|
|
|
type PrintRanges = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Start, End);
|
|
function ClearAll();
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type PropertyEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property From read ReadFrom write WriteFrom;
|
|
property Points read ReadPoints;
|
|
property property read Readproperty write Writeproperty;
|
|
property To read ReadTo write WriteTo;
|
|
function ReadFrom();
|
|
function WriteFrom(_value);
|
|
function ReadPoints();
|
|
function Readproperty();
|
|
function Writeproperty(_value);
|
|
function ReadTo();
|
|
function WriteTo(_value);
|
|
end;
|
|
|
|
type ProtectedViewWindow = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Activate();
|
|
function Close();
|
|
function Edit(ModifyPassword);
|
|
|
|
// properties
|
|
property Active read ReadActive;
|
|
property Caption read ReadCaption;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Presentation read ReadPresentation;
|
|
property SourceName read ReadSourceName;
|
|
property SourcePath read ReadSourcePath;
|
|
property Top read ReadTop write WriteTop;
|
|
property Width read ReadWidth write WriteWidth;
|
|
property WindowState read ReadWindowState write WriteWindowState;
|
|
function ReadActive();
|
|
function ReadCaption();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadPresentation();
|
|
function ReadSourceName();
|
|
function ReadSourcePath();
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
function ReadWindowState();
|
|
function WriteWindowState(_value);
|
|
end;
|
|
|
|
type ProtectedViewWindows = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
function Open(FileName, ReadPassword, OpenAndRepair);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type PublishObject = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Publish();
|
|
|
|
// properties
|
|
property FileName read ReadFileName write WriteFileName;
|
|
property HTMLVersion read ReadHTMLVersion write WriteHTMLVersion;
|
|
property RangeEnd read ReadRangeEnd write WriteRangeEnd;
|
|
property RangeStart read ReadRangeStart write WriteRangeStart;
|
|
property SlideShowName read ReadSlideShowName write WriteSlideShowName;
|
|
property SourceType read ReadSourceType write WriteSourceType;
|
|
property SpeakerNotes read ReadSpeakerNotes write WriteSpeakerNotes;
|
|
function ReadFileName();
|
|
function WriteFileName(_value);
|
|
function ReadHTMLVersion();
|
|
function WriteHTMLVersion(_value);
|
|
function ReadRangeEnd();
|
|
function WriteRangeEnd(_value);
|
|
function ReadRangeStart();
|
|
function WriteRangeStart(_value);
|
|
function ReadSlideShowName();
|
|
function WriteSlideShowName(_value);
|
|
function ReadSourceType();
|
|
function WriteSourceType(_value);
|
|
function ReadSpeakerNotes();
|
|
function WriteSpeakerNotes(_value);
|
|
end;
|
|
|
|
type PublishObjects = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ResampleMediaTask = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property AudioCompressionType read ReadAudioCompressionType;
|
|
property AudioSamplingRate read ReadAudioSamplingRate;
|
|
property ContainerType read ReadContainerType;
|
|
property IsEmbedded read ReadIsEmbedded;
|
|
property IsLinked read ReadIsLinked;
|
|
property profile read Readprofile;
|
|
property SampleHeight read ReadSampleHeight;
|
|
property SampleWidth read ReadSampleWidth;
|
|
property Shape read ReadShape;
|
|
property VideoCompressionType read ReadVideoCompressionType;
|
|
property VideoFrameRate read ReadVideoFrameRate;
|
|
function ReadAudioCompressionType();
|
|
function ReadAudioSamplingRate();
|
|
function ReadContainerType();
|
|
function ReadIsEmbedded();
|
|
function ReadIsLinked();
|
|
function Readprofile();
|
|
function ReadSampleHeight();
|
|
function ReadSampleWidth();
|
|
function ReadShape();
|
|
function ReadVideoCompressionType();
|
|
function ReadVideoFrameRate();
|
|
end;
|
|
|
|
type ResampleMediaTasks = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Cancel();
|
|
function Item(Index);
|
|
function Pause();
|
|
function Resume();
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
property PercentComplete read ReadPercentComplete;
|
|
function ReadCount();
|
|
function ReadPercentComplete();
|
|
end;
|
|
|
|
type Research = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function IsResearchService(ServiceID);
|
|
function Query(ServiceID, QueryString, QueryLanguage, UseSelection, RequeryContextXML, NewQueryContextXML, LaunchQuery);
|
|
function SetLanguagePair(Language1, Language2);
|
|
|
|
// properties
|
|
end;
|
|
|
|
type RGBColor = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property RGB read ReadRGB write WriteRGB;
|
|
function ReadRGB();
|
|
function WriteRGB(_value);
|
|
end;
|
|
|
|
type RotationEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property By read ReadBy write WriteBy;
|
|
property From read ReadFrom write WriteFrom;
|
|
property To read ReadTo write WriteTo;
|
|
function ReadBy();
|
|
function WriteBy(_value);
|
|
function ReadFrom();
|
|
function WriteFrom(_value);
|
|
function ReadTo();
|
|
function WriteTo(_value);
|
|
end;
|
|
|
|
type Row = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Cells read ReadCells;
|
|
property Height read ReadHeight write WriteHeight;
|
|
function ReadCells();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
end;
|
|
|
|
type Rows = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(BeforeRow);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Ruler = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Levels read ReadLevels;
|
|
property TabStops read ReadTabStops;
|
|
function ReadLevels();
|
|
function ReadTabStops();
|
|
end;
|
|
|
|
type RulerLevel = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property FirstMargin read ReadFirstMargin write WriteFirstMargin;
|
|
property LeftMargin read ReadLeftMargin write WriteLeftMargin;
|
|
function ReadFirstMargin();
|
|
function WriteFirstMargin(_value);
|
|
function ReadLeftMargin();
|
|
function WriteLeftMargin(_value);
|
|
end;
|
|
|
|
type RulerLevels = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ScaleEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property ByX read ReadByX write WriteByX;
|
|
property ByY read ReadByY write WriteByY;
|
|
property FromX read ReadFromX write WriteFromX;
|
|
property FromY read ReadFromY write WriteFromY;
|
|
property ToX read ReadToX write WriteToX;
|
|
property ToY read ReadToY write WriteToY;
|
|
function ReadByX();
|
|
function WriteByX(_value);
|
|
function ReadByY();
|
|
function WriteByY(_value);
|
|
function ReadFromX();
|
|
function WriteFromX(_value);
|
|
function ReadFromY();
|
|
function WriteFromY(_value);
|
|
function ReadToX();
|
|
function WriteToX(_value);
|
|
function ReadToY();
|
|
function WriteToY(_value);
|
|
end;
|
|
|
|
type SectionProperties = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddBeforeSlide(SlideIndex, sectionName);
|
|
function AddSection(sectionIndex, sectionName);
|
|
function Delete(sectionIndex, deleteSlides);
|
|
function FirstSlide(sectionIndex);
|
|
function Move(sectionIndex, toPos);
|
|
function Name(sectionIndex);
|
|
function Rename(sectionIndex, sectionName);
|
|
function SectionID(sectionIndex);
|
|
function SlidesCount(sectionIndex);
|
|
function Application();
|
|
function Count();
|
|
function Parent();
|
|
|
|
// properties
|
|
end;
|
|
|
|
type Selection = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Copy();
|
|
function Cut();
|
|
function Delete();
|
|
function Unselect();
|
|
|
|
// properties
|
|
property ChildShapeRange read ReadChildShapeRange;
|
|
property HasChildShapeRange read ReadHasChildShapeRange;
|
|
property ShapeRange read ReadShapeRange;
|
|
property SlideRange read ReadSlideRange;
|
|
property TextRange read ReadTextRange;
|
|
property TextRange2 read ReadTextRange2;
|
|
property Type read ReadType;
|
|
function ReadChildShapeRange();
|
|
function ReadHasChildShapeRange();
|
|
function ReadShapeRange();
|
|
function ReadSlideRange();
|
|
function ReadTextRange();
|
|
function ReadTextRange2();
|
|
function ReadType();
|
|
end;
|
|
|
|
type Sequence = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddEffect(Shape, effectId, Level, trigger, Index);
|
|
function AddTriggerEffect(pShape, effectId, trigger, pTriggerShape, bookmark, Level);
|
|
function Clone(Effect, Index);
|
|
function ConvertToAfterEffect(Effect, After, DimColor, DimSchemeColor);
|
|
function ConvertToAnimateBackground(Effect, AnimateBackground);
|
|
function ConvertToAnimateInReverse(Effect, animateInReverse);
|
|
function ConvertToBuildLevel(Effect, Level);
|
|
function ConvertToTextUnitEffect(Effect, unitEffect);
|
|
function FindFirstAnimationFor(Shape);
|
|
function FindFirstAnimationForClick(click);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Sequences = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Index);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Series = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ApplyDataLabels(Type, LegendKey, AutoText, HasLeaderLines, ShowSeriesName, ShowCategoryName, ShowValue, ShowPercentage, ShowBubbleSize, Separator);
|
|
function ClearFormats();
|
|
function Copy();
|
|
function DataLabels(Index);
|
|
function Delete();
|
|
function ErrorBar(Direction, Include, Type, Amount, MinusValues);
|
|
function Paste();
|
|
function Points(Index);
|
|
function Select();
|
|
function Trendlines(Index);
|
|
|
|
// properties
|
|
property ApplyPictToEnd read ReadApplyPictToEnd write WriteApplyPictToEnd;
|
|
property ApplyPictToFront read ReadApplyPictToFront write WriteApplyPictToFront;
|
|
property ApplyPictToSides read ReadApplyPictToSides write WriteApplyPictToSides;
|
|
property AxisGroup read ReadAxisGroup write WriteAxisGroup;
|
|
property BarShape read ReadBarShape write WriteBarShape;
|
|
property BubbleSizes read ReadBubbleSizes write WriteBubbleSizes;
|
|
property ChartType read ReadChartType write WriteChartType;
|
|
property ErrorBars read ReadErrorBars;
|
|
property Explosion read ReadExplosion write WriteExplosion;
|
|
property Format read ReadFormat;
|
|
property Formula read ReadFormula write WriteFormula;
|
|
property FormulaLocal read ReadFormulaLocal write WriteFormulaLocal;
|
|
property FormulaR1C1 read ReadFormulaR1C1 write WriteFormulaR1C1;
|
|
property FormulaR1C1Local read ReadFormulaR1C1Local write WriteFormulaR1C1Local;
|
|
property Has3DEffect read ReadHas3DEffect write WriteHas3DEffect;
|
|
property HasDataLabels read ReadHasDataLabels write WriteHasDataLabels;
|
|
property HasErrorBars read ReadHasErrorBars write WriteHasErrorBars;
|
|
property HasLeaderLines read ReadHasLeaderLines write WriteHasLeaderLines;
|
|
property InvertColor read ReadInvertColor write WriteInvertColor;
|
|
property InvertColorIndex read ReadInvertColorIndex write WriteInvertColorIndex;
|
|
property InvertIfNegative read ReadInvertIfNegative write WriteInvertIfNegative;
|
|
property IsFiltered read ReadIsFiltered write WriteIsFiltered;
|
|
property LeaderLines read ReadLeaderLines;
|
|
property MarkerBackgroundColor read ReadMarkerBackgroundColor write WriteMarkerBackgroundColor;
|
|
property MarkerBackgroundColorIndex read ReadMarkerBackgroundColorIndex write WriteMarkerBackgroundColorIndex;
|
|
property MarkerForegroundColor read ReadMarkerForegroundColor write WriteMarkerForegroundColor;
|
|
property MarkerForegroundColorIndex read ReadMarkerForegroundColorIndex write WriteMarkerForegroundColorIndex;
|
|
property MarkerSize read ReadMarkerSize write WriteMarkerSize;
|
|
property MarkerStyle read ReadMarkerStyle write WriteMarkerStyle;
|
|
property Name read ReadName write WriteName;
|
|
property ParentDataLabelOption read ReadParentDataLabelOption write WriteParentDataLabelOption;
|
|
property PictureType read ReadPictureType write WritePictureType;
|
|
property PictureUnit2 read ReadPictureUnit2 write WritePictureUnit2;
|
|
property PlotColorIndex read ReadPlotColorIndex;
|
|
property PlotOrder read ReadPlotOrder write WritePlotOrder;
|
|
property QuartileCalculationInclusiveMedian read ReadQuartileCalculationInclusiveMedian write WriteQuartileCalculationInclusiveMedian;
|
|
property Shadow read ReadShadow write WriteShadow;
|
|
property Smooth read ReadSmooth write WriteSmooth;
|
|
property Type read ReadType write WriteType;
|
|
property Values read ReadValues write WriteValues;
|
|
property XValues read ReadXValues write WriteXValues;
|
|
function ReadApplyPictToEnd();
|
|
function WriteApplyPictToEnd(_value);
|
|
function ReadApplyPictToFront();
|
|
function WriteApplyPictToFront(_value);
|
|
function ReadApplyPictToSides();
|
|
function WriteApplyPictToSides(_value);
|
|
function ReadAxisGroup();
|
|
function WriteAxisGroup(_value);
|
|
function ReadBarShape();
|
|
function WriteBarShape(_value);
|
|
function ReadBubbleSizes();
|
|
function WriteBubbleSizes(_value);
|
|
function ReadChartType();
|
|
function WriteChartType(_value);
|
|
function ReadErrorBars();
|
|
function ReadExplosion();
|
|
function WriteExplosion(_value);
|
|
function ReadFormat();
|
|
function ReadFormula();
|
|
function WriteFormula(_value);
|
|
function ReadFormulaLocal();
|
|
function WriteFormulaLocal(_value);
|
|
function ReadFormulaR1C1();
|
|
function WriteFormulaR1C1(_value);
|
|
function ReadFormulaR1C1Local();
|
|
function WriteFormulaR1C1Local(_value);
|
|
function ReadHas3DEffect();
|
|
function WriteHas3DEffect(_value);
|
|
function ReadHasDataLabels();
|
|
function WriteHasDataLabels(_value);
|
|
function ReadHasErrorBars();
|
|
function WriteHasErrorBars(_value);
|
|
function ReadHasLeaderLines();
|
|
function WriteHasLeaderLines(_value);
|
|
function ReadInvertColor();
|
|
function WriteInvertColor(_value);
|
|
function ReadInvertColorIndex();
|
|
function WriteInvertColorIndex(_value);
|
|
function ReadInvertIfNegative();
|
|
function WriteInvertIfNegative(_value);
|
|
function ReadIsFiltered();
|
|
function WriteIsFiltered(_value);
|
|
function ReadLeaderLines();
|
|
function ReadMarkerBackgroundColor();
|
|
function WriteMarkerBackgroundColor(_value);
|
|
function ReadMarkerBackgroundColorIndex();
|
|
function WriteMarkerBackgroundColorIndex(_value);
|
|
function ReadMarkerForegroundColor();
|
|
function WriteMarkerForegroundColor(_value);
|
|
function ReadMarkerForegroundColorIndex();
|
|
function WriteMarkerForegroundColorIndex(_value);
|
|
function ReadMarkerSize();
|
|
function WriteMarkerSize(_value);
|
|
function ReadMarkerStyle();
|
|
function WriteMarkerStyle(_value);
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadParentDataLabelOption();
|
|
function WriteParentDataLabelOption(_value);
|
|
function ReadPictureType();
|
|
function WritePictureType(_value);
|
|
function ReadPictureUnit2();
|
|
function WritePictureUnit2(_value);
|
|
function ReadPlotColorIndex();
|
|
function ReadPlotOrder();
|
|
function WritePlotOrder(_value);
|
|
function ReadQuartileCalculationInclusiveMedian();
|
|
function WriteQuartileCalculationInclusiveMedian(_value);
|
|
function ReadShadow();
|
|
function WriteShadow(_value);
|
|
function ReadSmooth();
|
|
function WriteSmooth(_value);
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
function ReadValues();
|
|
function WriteValues(_value);
|
|
function ReadXValues();
|
|
function WriteXValues(_value);
|
|
end;
|
|
|
|
type SeriesCollection = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Source, Rowcol, SeriesLabels, CategoryLabels, Replace);
|
|
function Extend(Source, Rowcol, CategoryLabels);
|
|
function Item(Index);
|
|
function NewSeries();
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type SeriesLines = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Border read ReadBorder;
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
function ReadBorder();
|
|
function ReadFormat();
|
|
function ReadName();
|
|
end;
|
|
|
|
type SetEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property property read Readproperty write Writeproperty;
|
|
property To read ReadTo write WriteTo;
|
|
function Readproperty();
|
|
function Writeproperty(_value);
|
|
function ReadTo();
|
|
function WriteTo(_value);
|
|
end;
|
|
|
|
type ShadowFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function IncrementOffsetX(Increment);
|
|
function IncrementOffsetY(Increment);
|
|
|
|
// properties
|
|
property Blur read ReadBlur write WriteBlur;
|
|
property ForeColor read ReadForeColor write WriteForeColor;
|
|
property Obscured read ReadObscured write WriteObscured;
|
|
property OffsetX read ReadOffsetX write WriteOffsetX;
|
|
property OffsetY read ReadOffsetY write WriteOffsetY;
|
|
property RotateWithShape read ReadRotateWithShape write WriteRotateWithShape;
|
|
property Size read ReadSize write WriteSize;
|
|
property Style read ReadStyle write WriteStyle;
|
|
property Transparency read ReadTransparency write WriteTransparency;
|
|
property Type read ReadType write WriteType;
|
|
property Visible read ReadVisible write WriteVisible;
|
|
function ReadBlur();
|
|
function WriteBlur(_value);
|
|
function ReadForeColor();
|
|
function WriteForeColor(_value);
|
|
function ReadObscured();
|
|
function WriteObscured(_value);
|
|
function ReadOffsetX();
|
|
function WriteOffsetX(_value);
|
|
function ReadOffsetY();
|
|
function WriteOffsetY(_value);
|
|
function ReadRotateWithShape();
|
|
function WriteRotateWithShape(_value);
|
|
function ReadSize();
|
|
function WriteSize(_value);
|
|
function ReadStyle();
|
|
function WriteStyle(_value);
|
|
function ReadTransparency();
|
|
function WriteTransparency(_value);
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
end;
|
|
|
|
type Shape = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Apply();
|
|
function ApplyAnimation();
|
|
function ConvertTextToSmartArt(Layout);
|
|
function Copy();
|
|
function Cut();
|
|
function Delete();
|
|
function Duplicate();
|
|
function Export(Parameters);
|
|
function Flip(FlipCmd);
|
|
function IncrementLeft(Increment);
|
|
function IncrementRotation(Increment);
|
|
function IncrementTop(Increment);
|
|
function PickUp();
|
|
function PickupAnimation();
|
|
function RerouteConnections();
|
|
function ScaleHeight(Factor, RelativeToOriginalSize, fScale);
|
|
function ScaleWidth(Factor, RelativeToOriginalSize, fScale);
|
|
function Select(Replace);
|
|
function SetShapesDefaultProperties();
|
|
function Ungroup();
|
|
function UpgradeMedia();
|
|
function ZOrder(ZOrderCmd);
|
|
|
|
// properties
|
|
property ActionSettings read ReadActionSettings;
|
|
property Adjustments read ReadAdjustments;
|
|
property AlternativeText read ReadAlternativeText write WriteAlternativeText;
|
|
property AnimationSettings read ReadAnimationSettings;
|
|
property AutoShapeType read ReadAutoShapeType write WriteAutoShapeType;
|
|
property BackgroundStyle read ReadBackgroundStyle write WriteBackgroundStyle;
|
|
property BlackWhiteMode read ReadBlackWhiteMode write WriteBlackWhiteMode;
|
|
property Callout read ReadCallout;
|
|
property Chart read ReadChart;
|
|
property Child read ReadChild;
|
|
property ConnectionSiteCount read ReadConnectionSiteCount;
|
|
property Connector read ReadConnector;
|
|
property ConnectorFormat read ReadConnectorFormat;
|
|
property CustomerData read ReadCustomerData;
|
|
property Decorative read ReadDecorative write WriteDecorative;
|
|
property Fill read ReadFill;
|
|
property Glow read ReadGlow;
|
|
property GraphicStyle read ReadGraphicStyle write WriteGraphicStyle;
|
|
property GroupItems read ReadGroupItems;
|
|
property HasChart read ReadHasChart;
|
|
property HasInkXML read ReadHasInkXML;
|
|
property HasSmartArt read ReadHasSmartArt;
|
|
property HasTable read ReadHasTable;
|
|
property HasTextFrame read ReadHasTextFrame;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property HorizontalFlip read ReadHorizontalFlip;
|
|
property Id read ReadId;
|
|
property InkXML read ReadInkXML;
|
|
property IsNarration read ReadIsNarration write WriteIsNarration;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Line read ReadLine;
|
|
property LinkFormat read ReadLinkFormat;
|
|
property LockAspectRatio read ReadLockAspectRatio write WriteLockAspectRatio;
|
|
property MediaFormat read ReadMediaFormat;
|
|
property MediaType read ReadMediaType;
|
|
property Model3D read ReadModel3D;
|
|
property Name read ReadName write WriteName;
|
|
property Nodes read ReadNodes;
|
|
property OLEFormat read ReadOLEFormat;
|
|
property ParentGroup read ReadParentGroup;
|
|
property PictureFormat read ReadPictureFormat;
|
|
property PlaceholderFormat read ReadPlaceholderFormat;
|
|
property Reflection read ReadReflection;
|
|
property Rotation read ReadRotation write WriteRotation;
|
|
property Shadow read ReadShadow;
|
|
property ShapeStyle read ReadShapeStyle write WriteShapeStyle;
|
|
property SmartArt read ReadSmartArt;
|
|
property SoftEdge read ReadSoftEdge;
|
|
property Table read ReadTable;
|
|
property Tags read ReadTags;
|
|
property TextEffect read ReadTextEffect;
|
|
property TextFrame read ReadTextFrame;
|
|
property TextFrame2 read ReadTextFrame2;
|
|
property ThreeD read ReadThreeD;
|
|
property Title read ReadTitle;
|
|
property Top read ReadTop write WriteTop;
|
|
property Type read ReadType;
|
|
property VerticalFlip read ReadVerticalFlip;
|
|
property Vertices read ReadVertices;
|
|
property Visible read ReadVisible write WriteVisible;
|
|
property Width read ReadWidth write WriteWidth;
|
|
property ZOrderPosition read ReadZOrderPosition;
|
|
function ReadActionSettings();
|
|
function ReadAdjustments();
|
|
function ReadAlternativeText();
|
|
function WriteAlternativeText(_value);
|
|
function ReadAnimationSettings();
|
|
function ReadAutoShapeType();
|
|
function WriteAutoShapeType(_value);
|
|
function ReadBackgroundStyle();
|
|
function WriteBackgroundStyle(_value);
|
|
function ReadBlackWhiteMode();
|
|
function WriteBlackWhiteMode(_value);
|
|
function ReadCallout();
|
|
function ReadChart();
|
|
function ReadChild();
|
|
function ReadConnectionSiteCount();
|
|
function ReadConnector();
|
|
function ReadConnectorFormat();
|
|
function ReadCustomerData();
|
|
function ReadDecorative();
|
|
function WriteDecorative(_value);
|
|
function ReadFill();
|
|
function ReadGlow();
|
|
function ReadGraphicStyle();
|
|
function WriteGraphicStyle(_value);
|
|
function ReadGroupItems();
|
|
function ReadHasChart();
|
|
function ReadHasInkXML();
|
|
function ReadHasSmartArt();
|
|
function ReadHasTable();
|
|
function ReadHasTextFrame();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadHorizontalFlip();
|
|
function ReadId();
|
|
function ReadInkXML();
|
|
function ReadIsNarration();
|
|
function WriteIsNarration(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadLine();
|
|
function ReadLinkFormat();
|
|
function ReadLockAspectRatio();
|
|
function WriteLockAspectRatio(_value);
|
|
function ReadMediaFormat();
|
|
function ReadMediaType();
|
|
function ReadModel3D();
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadNodes();
|
|
function ReadOLEFormat();
|
|
function ReadParentGroup();
|
|
function ReadPictureFormat();
|
|
function ReadPlaceholderFormat();
|
|
function ReadReflection();
|
|
function ReadRotation();
|
|
function WriteRotation(_value);
|
|
function ReadShadow();
|
|
function ReadShapeStyle();
|
|
function WriteShapeStyle(_value);
|
|
function ReadSmartArt();
|
|
function ReadSoftEdge();
|
|
function ReadTable();
|
|
function ReadTags();
|
|
function ReadTextEffect();
|
|
function ReadTextFrame();
|
|
function ReadTextFrame2();
|
|
function ReadThreeD();
|
|
function ReadTitle();
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadType();
|
|
function ReadVerticalFlip();
|
|
function ReadVertices();
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
function ReadZOrderPosition();
|
|
end;
|
|
|
|
type ShapeNode = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property EditingType read ReadEditingType;
|
|
property Points read ReadPoints;
|
|
property SegmentType read ReadSegmentType;
|
|
function ReadEditingType();
|
|
function ReadPoints();
|
|
function ReadSegmentType();
|
|
end;
|
|
|
|
type ShapeNodes = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete(Index);
|
|
function Insert(Index, SegmentType, EditingType, X1, Y1, X2, Y2, X3, Y3);
|
|
function Item(Index);
|
|
function SetEditingType(Index, EditingType);
|
|
function SetPosition(Index, X1, Y1);
|
|
function SetSegmentType(Index, SegmentType);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ShapeRange = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Align(AlignCmd, RelativeTo);
|
|
function Apply();
|
|
function ApplyAnimation();
|
|
function ConvertTextToSmartArt(Layout);
|
|
function Copy();
|
|
function Cut();
|
|
function Delete();
|
|
function Distribute(DistributeCmd, RelativeTo);
|
|
function Duplicate();
|
|
function Flip(FlipCmd);
|
|
function Group();
|
|
function IncrementLeft(Increment);
|
|
function IncrementRotation(Increment);
|
|
function IncrementTop(Increment);
|
|
function Item(Index);
|
|
function MergeShapes(MergeCmd, PrimaryShape);
|
|
function PickUp();
|
|
function PickupAnimation();
|
|
function Regroup();
|
|
function RerouteConnections();
|
|
function ScaleHeight(Factor, RelativeToOriginalSize, fScale);
|
|
function ScaleWidth(Factor, RelativeToOriginalSize, fScale);
|
|
function Select(Replace);
|
|
function SetShapesDefaultProperties();
|
|
function Ungroup();
|
|
function UpgradeMedia();
|
|
function ZOrder(ZOrderCmd);
|
|
|
|
// properties
|
|
property ActionSettings read ReadActionSettings;
|
|
property Adjustments read ReadAdjustments;
|
|
property AlternativeText read ReadAlternativeText write WriteAlternativeText;
|
|
property AnimationSettings read ReadAnimationSettings;
|
|
property AutoShapeType read ReadAutoShapeType write WriteAutoShapeType;
|
|
property BackgroundStyle read ReadBackgroundStyle write WriteBackgroundStyle;
|
|
property BlackWhiteMode read ReadBlackWhiteMode write WriteBlackWhiteMode;
|
|
property Callout read ReadCallout;
|
|
property Chart read ReadChart;
|
|
property Child read ReadChild;
|
|
property ConnectionSiteCount read ReadConnectionSiteCount;
|
|
property Connector read ReadConnector;
|
|
property ConnectorFormat read ReadConnectorFormat;
|
|
property Count read ReadCount;
|
|
property CustomerData read ReadCustomerData;
|
|
property Decorative read ReadDecorative write WriteDecorative;
|
|
property Fill read ReadFill;
|
|
property Glow read ReadGlow;
|
|
property GraphicStyle read ReadGraphicStyle write WriteGraphicStyle;
|
|
property GroupItems read ReadGroupItems;
|
|
property HasChart read ReadHasChart;
|
|
property HasInkXML read ReadHasInkXML;
|
|
property HasSmartArt read ReadHasSmartArt;
|
|
property HasTable read ReadHasTable;
|
|
property HasTextFrame read ReadHasTextFrame;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property HorizontalFlip read ReadHorizontalFlip;
|
|
property Id read ReadId;
|
|
property InkXML read ReadInkXML;
|
|
property IsNarration read ReadIsNarration write WriteIsNarration;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Line read ReadLine;
|
|
property LinkFormat read ReadLinkFormat;
|
|
property LockAspectRatio read ReadLockAspectRatio write WriteLockAspectRatio;
|
|
property MediaFormat read ReadMediaFormat;
|
|
property MediaType read ReadMediaType;
|
|
property Model3D read ReadModel3D;
|
|
property Name read ReadName write WriteName;
|
|
property Nodes read ReadNodes;
|
|
property OLEFormat read ReadOLEFormat;
|
|
property ParentGroup read ReadParentGroup;
|
|
property PictureFormat read ReadPictureFormat;
|
|
property PlaceholderFormat read ReadPlaceholderFormat;
|
|
property Reflection read ReadReflection;
|
|
property Rotation read ReadRotation write WriteRotation;
|
|
property Shadow read ReadShadow;
|
|
property ShapeStyle read ReadShapeStyle;
|
|
property SmartArt read ReadSmartArt;
|
|
property SoftEdge read ReadSoftEdge;
|
|
property Table read ReadTable;
|
|
property Tags read ReadTags;
|
|
property TextEffect read ReadTextEffect;
|
|
property TextFrame read ReadTextFrame;
|
|
property TextFrame2 read ReadTextFrame2;
|
|
property ThreeD read ReadThreeD;
|
|
property Title read ReadTitle;
|
|
property Top read ReadTop write WriteTop;
|
|
property Type read ReadType;
|
|
property VerticalFlip read ReadVerticalFlip;
|
|
property Vertices read ReadVertices;
|
|
property Visible read ReadVisible write WriteVisible;
|
|
property Width read ReadWidth write WriteWidth;
|
|
property ZOrderPosition read ReadZOrderPosition;
|
|
function ReadActionSettings();
|
|
function ReadAdjustments();
|
|
function ReadAlternativeText();
|
|
function WriteAlternativeText(_value);
|
|
function ReadAnimationSettings();
|
|
function ReadAutoShapeType();
|
|
function WriteAutoShapeType(_value);
|
|
function ReadBackgroundStyle();
|
|
function WriteBackgroundStyle(_value);
|
|
function ReadBlackWhiteMode();
|
|
function WriteBlackWhiteMode(_value);
|
|
function ReadCallout();
|
|
function ReadChart();
|
|
function ReadChild();
|
|
function ReadConnectionSiteCount();
|
|
function ReadConnector();
|
|
function ReadConnectorFormat();
|
|
function ReadCount();
|
|
function ReadCustomerData();
|
|
function ReadDecorative();
|
|
function WriteDecorative(_value);
|
|
function ReadFill();
|
|
function ReadGlow();
|
|
function ReadGraphicStyle();
|
|
function WriteGraphicStyle(_value);
|
|
function ReadGroupItems();
|
|
function ReadHasChart();
|
|
function ReadHasInkXML();
|
|
function ReadHasSmartArt();
|
|
function ReadHasTable();
|
|
function ReadHasTextFrame();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadHorizontalFlip();
|
|
function ReadId();
|
|
function ReadInkXML();
|
|
function ReadIsNarration();
|
|
function WriteIsNarration(_value);
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadLine();
|
|
function ReadLinkFormat();
|
|
function ReadLockAspectRatio();
|
|
function WriteLockAspectRatio(_value);
|
|
function ReadMediaFormat();
|
|
function ReadMediaType();
|
|
function ReadModel3D();
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadNodes();
|
|
function ReadOLEFormat();
|
|
function ReadParentGroup();
|
|
function ReadPictureFormat();
|
|
function ReadPlaceholderFormat();
|
|
function ReadReflection();
|
|
function ReadRotation();
|
|
function WriteRotation(_value);
|
|
function ReadShadow();
|
|
function ReadShapeStyle();
|
|
function ReadSmartArt();
|
|
function ReadSoftEdge();
|
|
function ReadTable();
|
|
function ReadTags();
|
|
function ReadTextEffect();
|
|
function ReadTextFrame();
|
|
function ReadTextFrame2();
|
|
function ReadThreeD();
|
|
function ReadTitle();
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadType();
|
|
function ReadVerticalFlip();
|
|
function ReadVertices();
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
function ReadZOrderPosition();
|
|
end;
|
|
|
|
type Shapes = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddCallout(Type, Left, Top, Width, Height);
|
|
function AddChart2(Style, Type, Left, Top, Width, Height, NewLayout);
|
|
function AddConnector(Type, BeginX, BeginY, EndX, EndY);
|
|
function AddCurve(SafeArrayOfPoints);
|
|
function AddInkShapeFromXML(InkXML, Left, Top, [Width], [Height]);
|
|
function AddLabel(Orientation, Left, Top, Width, Height);
|
|
function AddLine(BeginX, BeginY, EndX, EndY);
|
|
function AddMediaObject(FileName, Left, Top, Width, Height);
|
|
function AddMediaObject2(FileName, LinkToFile, SaveWithDocument, Left, Top, Width, Height);
|
|
function AddMediaObjectFromEmbedTag(EmbedTag, Left, Top, Width, Height);
|
|
function AddOLEObject(Left, Top, Width, Height, ClassName, FileName, DisplayAsIcon, IconFileName, IconIndex, IconLabel, Link);
|
|
function AddPicture(FileName, LinkToFile, SaveWithDocument, Left, Top, Width, Height);
|
|
function AddPicture2(FileName, LinkToFile, SaveWithDocument, Left, Top, Width, Height, compress);
|
|
function AddPlaceholder(Type, Left, Top, Width, Height);
|
|
function AddPolyline(SafeArrayOfPoints);
|
|
function AddShape(Type, Left, Top, Width, Height);
|
|
function AddSmartArt(Layout, Left, Top, Width, Height);
|
|
function AddTable(NumRows, NumColumns, Left, Top, Width, Height);
|
|
function AddTextbox(Orientation, Left, Top, Width, Height);
|
|
function AddTextEffect(PresetTextEffect, Text, FontName, FontSize, FontBold, FontItalic, Left, Top);
|
|
function Add3DModel(FileName, LinkToFile, SaveWithDocument, Left, Top, Width, Height);
|
|
function AddTitle();
|
|
function BuildFreeform(EditingType, X1, Y1);
|
|
function Item(Index);
|
|
function Paste();
|
|
function PasteSpecial(DataType, DisplayAsIcon, IconFileName, IconIndex, IconLabel, Link);
|
|
function Range(Index);
|
|
function SelectAll();
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
property HasTitle read ReadHasTitle;
|
|
property Placeholders read ReadPlaceholders;
|
|
property Title read ReadTitle;
|
|
function ReadCount();
|
|
function ReadHasTitle();
|
|
function ReadPlaceholders();
|
|
function ReadTitle();
|
|
end;
|
|
|
|
type Slide = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ApplyTemplate(FileName);
|
|
function ApplyTemplate2(FileName, Variant);
|
|
function ApplyTheme(themeName);
|
|
function ApplyThemeColorScheme(themeColorSchemeName);
|
|
function Copy();
|
|
function Cut();
|
|
function Delete();
|
|
function Duplicate();
|
|
function Export(FileName, FilterName, ScaleWidth, ScaleHeight);
|
|
function MoveTo(toPos);
|
|
function MoveToSectionStart(toSection);
|
|
function PublishSlides(SlideLibraryUrl, Overwrite, UseSlideOrder);
|
|
function Select();
|
|
|
|
// properties
|
|
property Background read ReadBackground;
|
|
property BackgroundStyle read ReadBackgroundStyle write WriteBackgroundStyle;
|
|
property ColorScheme read ReadColorScheme write WriteColorScheme;
|
|
property Comments read ReadComments;
|
|
property CustomerData read ReadCustomerData;
|
|
property CustomLayout read ReadCustomLayout;
|
|
property Design read ReadDesign;
|
|
property DisplayMasterShapes read ReadDisplayMasterShapes write WriteDisplayMasterShapes;
|
|
property FollowMasterBackground read ReadFollowMasterBackground write WriteFollowMasterBackground;
|
|
property HasNotesPage read ReadHasNotesPage;
|
|
property HeadersFooters read ReadHeadersFooters;
|
|
property Hyperlinks read ReadHyperlinks;
|
|
property Layout read ReadLayout write WriteLayout;
|
|
property Master read ReadMaster;
|
|
property Name read ReadName write WriteName;
|
|
property NotesPage read ReadNotesPage;
|
|
property PrintSteps read ReadPrintSteps;
|
|
property sectionIndex read ReadsectionIndex;
|
|
property Shapes read ReadShapes;
|
|
property SlideID read ReadSlideID;
|
|
property SlideIndex read ReadSlideIndex;
|
|
property SlideNumber read ReadSlideNumber;
|
|
property SlideShowTransition read ReadSlideShowTransition;
|
|
property Tags read ReadTags;
|
|
property ThemeColorScheme read ReadThemeColorScheme;
|
|
property TimeLine read ReadTimeLine;
|
|
function ReadBackground();
|
|
function ReadBackgroundStyle();
|
|
function WriteBackgroundStyle(_value);
|
|
function ReadColorScheme();
|
|
function WriteColorScheme(_value);
|
|
function ReadComments();
|
|
function ReadCustomerData();
|
|
function ReadCustomLayout();
|
|
function ReadDesign();
|
|
function ReadDisplayMasterShapes();
|
|
function WriteDisplayMasterShapes(_value);
|
|
function ReadFollowMasterBackground();
|
|
function WriteFollowMasterBackground(_value);
|
|
function ReadHasNotesPage();
|
|
function ReadHeadersFooters();
|
|
function ReadHyperlinks();
|
|
function ReadLayout();
|
|
function WriteLayout(_value);
|
|
function ReadMaster();
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadNotesPage();
|
|
function ReadPrintSteps();
|
|
function ReadsectionIndex();
|
|
function ReadShapes();
|
|
function ReadSlideID();
|
|
function ReadSlideIndex();
|
|
function ReadSlideNumber();
|
|
function ReadSlideShowTransition();
|
|
function ReadTags();
|
|
function ReadThemeColorScheme();
|
|
function ReadTimeLine();
|
|
end;
|
|
|
|
type SlideNavigation = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Visible read ReadVisible write WriteVisible;
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
end;
|
|
|
|
type SlideRange = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ApplyTemplate(FileName);
|
|
function ApplyTemplate2(FileName, Variant);
|
|
function ApplyTheme(themeName);
|
|
function ApplyThemeColorScheme(themeColorSchemeName);
|
|
function Copy();
|
|
function Cut();
|
|
function Delete();
|
|
function Duplicate();
|
|
function Export(FileName, FilterName, ScaleWidth, ScaleHeight);
|
|
function Item(Index);
|
|
function MoveTo(toPos);
|
|
function MoveToSectionStart(toSection);
|
|
function PublishSlides(SlideLibraryUrl, Overwrite);
|
|
function Select();
|
|
|
|
// properties
|
|
property Background read ReadBackground;
|
|
property BackgroundStyle read ReadBackgroundStyle write WriteBackgroundStyle;
|
|
property ColorScheme read ReadColorScheme write WriteColorScheme;
|
|
property Comments read ReadComments;
|
|
property Count read ReadCount;
|
|
property CustomerData read ReadCustomerData;
|
|
property CustomLayout read ReadCustomLayout;
|
|
property Design read ReadDesign;
|
|
property DisplayMasterShapes read ReadDisplayMasterShapes write WriteDisplayMasterShapes;
|
|
property FollowMasterBackground read ReadFollowMasterBackground write WriteFollowMasterBackground;
|
|
property HasNotesPage read ReadHasNotesPage;
|
|
property HeadersFooters read ReadHeadersFooters;
|
|
property Hyperlinks read ReadHyperlinks;
|
|
property Layout read ReadLayout write WriteLayout;
|
|
property Master read ReadMaster;
|
|
property Name read ReadName write WriteName;
|
|
property NotesPage read ReadNotesPage;
|
|
property PrintSteps read ReadPrintSteps;
|
|
property sectionIndex read ReadsectionIndex;
|
|
property Shapes read ReadShapes;
|
|
property SlideID read ReadSlideID;
|
|
property SlideIndex read ReadSlideIndex;
|
|
property SlideNumber read ReadSlideNumber;
|
|
property SlideShowTransition read ReadSlideShowTransition;
|
|
property Tags read ReadTags;
|
|
property ThemeColorScheme read ReadThemeColorScheme;
|
|
property TimeLine read ReadTimeLine;
|
|
function ReadBackground();
|
|
function ReadBackgroundStyle();
|
|
function WriteBackgroundStyle(_value);
|
|
function ReadColorScheme();
|
|
function WriteColorScheme(_value);
|
|
function ReadComments();
|
|
function ReadCount();
|
|
function ReadCustomerData();
|
|
function ReadCustomLayout();
|
|
function ReadDesign();
|
|
function ReadDisplayMasterShapes();
|
|
function WriteDisplayMasterShapes(_value);
|
|
function ReadFollowMasterBackground();
|
|
function WriteFollowMasterBackground(_value);
|
|
function ReadHasNotesPage();
|
|
function ReadHeadersFooters();
|
|
function ReadHyperlinks();
|
|
function ReadLayout();
|
|
function WriteLayout(_value);
|
|
function ReadMaster();
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadNotesPage();
|
|
function ReadPrintSteps();
|
|
function ReadsectionIndex();
|
|
function ReadShapes();
|
|
function ReadSlideID();
|
|
function ReadSlideIndex();
|
|
function ReadSlideNumber();
|
|
function ReadSlideShowTransition();
|
|
function ReadTags();
|
|
function ReadThemeColorScheme();
|
|
function ReadTimeLine();
|
|
end;
|
|
|
|
type Slides = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddSlide(Index, pCustomLayout);
|
|
function FindBySlideID(SlideID);
|
|
function InsertFromFile(FileName, Index, SlideStart, SlideEnd);
|
|
function Item(Index);
|
|
function Paste(Index);
|
|
function Range(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type SlideShowSettings = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Run();
|
|
|
|
// properties
|
|
property AdvanceMode read ReadAdvanceMode write WriteAdvanceMode;
|
|
property EndingSlide read ReadEndingSlide write WriteEndingSlide;
|
|
property LoopUntilStopped read ReadLoopUntilStopped write WriteLoopUntilStopped;
|
|
property NamedSlideShows read ReadNamedSlideShows;
|
|
property PointerColor read ReadPointerColor;
|
|
property RangeType read ReadRangeType write WriteRangeType;
|
|
property ShowMediaControls read ReadShowMediaControls write WriteShowMediaControls;
|
|
property ShowPresenterView read ReadShowPresenterView write WriteShowPresenterView;
|
|
property ShowScrollbar read ReadShowScrollbar write WriteShowScrollbar;
|
|
property ShowType read ReadShowType write WriteShowType;
|
|
property ShowWithAnimation read ReadShowWithAnimation write WriteShowWithAnimation;
|
|
property ShowWithNarration read ReadShowWithNarration write WriteShowWithNarration;
|
|
property SlideShowName read ReadSlideShowName write WriteSlideShowName;
|
|
property StartingSlide read ReadStartingSlide write WriteStartingSlide;
|
|
function ReadAdvanceMode();
|
|
function WriteAdvanceMode(_value);
|
|
function ReadEndingSlide();
|
|
function WriteEndingSlide(_value);
|
|
function ReadLoopUntilStopped();
|
|
function WriteLoopUntilStopped(_value);
|
|
function ReadNamedSlideShows();
|
|
function ReadPointerColor();
|
|
function ReadRangeType();
|
|
function WriteRangeType(_value);
|
|
function ReadShowMediaControls();
|
|
function WriteShowMediaControls(_value);
|
|
function ReadShowPresenterView();
|
|
function WriteShowPresenterView(_value);
|
|
function ReadShowScrollbar();
|
|
function WriteShowScrollbar(_value);
|
|
function ReadShowType();
|
|
function WriteShowType(_value);
|
|
function ReadShowWithAnimation();
|
|
function WriteShowWithAnimation(_value);
|
|
function ReadShowWithNarration();
|
|
function WriteShowWithNarration(_value);
|
|
function ReadSlideShowName();
|
|
function WriteSlideShowName(_value);
|
|
function ReadStartingSlide();
|
|
function WriteStartingSlide(_value);
|
|
end;
|
|
|
|
type SlideShowTransition = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property AdvanceOnClick read ReadAdvanceOnClick write WriteAdvanceOnClick;
|
|
property AdvanceOnTime read ReadAdvanceOnTime write WriteAdvanceOnTime;
|
|
property AdvanceTime read ReadAdvanceTime write WriteAdvanceTime;
|
|
property Duration read ReadDuration write WriteDuration;
|
|
property EntryEffect read ReadEntryEffect write WriteEntryEffect;
|
|
property Hidden read ReadHidden write WriteHidden;
|
|
property LoopSoundUntilNext read ReadLoopSoundUntilNext write WriteLoopSoundUntilNext;
|
|
property SoundEffect read ReadSoundEffect;
|
|
property Speed read ReadSpeed write WriteSpeed;
|
|
function ReadAdvanceOnClick();
|
|
function WriteAdvanceOnClick(_value);
|
|
function ReadAdvanceOnTime();
|
|
function WriteAdvanceOnTime(_value);
|
|
function ReadAdvanceTime();
|
|
function WriteAdvanceTime(_value);
|
|
function ReadDuration();
|
|
function WriteDuration(_value);
|
|
function ReadEntryEffect();
|
|
function WriteEntryEffect(_value);
|
|
function ReadHidden();
|
|
function WriteHidden(_value);
|
|
function ReadLoopSoundUntilNext();
|
|
function WriteLoopSoundUntilNext(_value);
|
|
function ReadSoundEffect();
|
|
function ReadSpeed();
|
|
function WriteSpeed(_value);
|
|
end;
|
|
|
|
type SlideShowView = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function DrawLine(BeginX, BeginY, EndX, EndY);
|
|
function EndNamedShow();
|
|
function EraseDrawing();
|
|
function Exit();
|
|
function First();
|
|
function FirstAnimationIsAutomatic();
|
|
function GetClickCount();
|
|
function GetClickIndex();
|
|
function GotoClick(Index);
|
|
function GotoNamedShow(SlideShowName);
|
|
function GotoSlide(Index, ResetSlide);
|
|
function Last();
|
|
function Next();
|
|
function Player(ShapeId);
|
|
function Previous();
|
|
function ResetSlideTime();
|
|
|
|
// properties
|
|
property AcceleratorsEnabled read ReadAcceleratorsEnabled write WriteAcceleratorsEnabled;
|
|
property AdvanceMode read ReadAdvanceMode;
|
|
property CurrentShowPosition read ReadCurrentShowPosition;
|
|
property IsNamedShow read ReadIsNamedShow;
|
|
property LaserPointerEnabled read ReadLaserPointerEnabled write WriteLaserPointerEnabled;
|
|
property LastSlideViewed read ReadLastSlideViewed;
|
|
property MediaControlsHeight read ReadMediaControlsHeight;
|
|
property MediaControlsLeft read ReadMediaControlsLeft;
|
|
property MediaControlsTop read ReadMediaControlsTop;
|
|
property MediaControlsVisible read ReadMediaControlsVisible;
|
|
property MediaControlsWidth read ReadMediaControlsWidth;
|
|
property PointerColor read ReadPointerColor;
|
|
property PointerType read ReadPointerType write WritePointerType;
|
|
property PresentationElapsedTime read ReadPresentationElapsedTime;
|
|
property Slide read ReadSlide;
|
|
property SlideElapsedTime read ReadSlideElapsedTime write WriteSlideElapsedTime;
|
|
property SlideShowName read ReadSlideShowName;
|
|
property State read ReadState write WriteState;
|
|
property Zoom read ReadZoom;
|
|
function ReadAcceleratorsEnabled();
|
|
function WriteAcceleratorsEnabled(_value);
|
|
function ReadAdvanceMode();
|
|
function ReadCurrentShowPosition();
|
|
function ReadIsNamedShow();
|
|
function ReadLaserPointerEnabled();
|
|
function WriteLaserPointerEnabled(_value);
|
|
function ReadLastSlideViewed();
|
|
function ReadMediaControlsHeight();
|
|
function ReadMediaControlsLeft();
|
|
function ReadMediaControlsTop();
|
|
function ReadMediaControlsVisible();
|
|
function ReadMediaControlsWidth();
|
|
function ReadPointerColor();
|
|
function ReadPointerType();
|
|
function WritePointerType(_value);
|
|
function ReadPresentationElapsedTime();
|
|
function ReadSlide();
|
|
function ReadSlideElapsedTime();
|
|
function WriteSlideElapsedTime(_value);
|
|
function ReadSlideShowName();
|
|
function ReadState();
|
|
function WriteState(_value);
|
|
function ReadZoom();
|
|
end;
|
|
|
|
type SlideShowWindow = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Activate();
|
|
|
|
// properties
|
|
property Active read ReadActive;
|
|
property Height read ReadHeight write WriteHeight;
|
|
property IsFullScreen read ReadIsFullScreen;
|
|
property Left read ReadLeft write WriteLeft;
|
|
property Presentation read ReadPresentation;
|
|
property SlideNavigation read ReadSlideNavigation;
|
|
property Top read ReadTop write WriteTop;
|
|
property View read ReadView;
|
|
property Width read ReadWidth write WriteWidth;
|
|
function ReadActive();
|
|
function ReadHeight();
|
|
function WriteHeight(_value);
|
|
function ReadIsFullScreen();
|
|
function ReadLeft();
|
|
function WriteLeft(_value);
|
|
function ReadPresentation();
|
|
function ReadSlideNavigation();
|
|
function ReadTop();
|
|
function WriteTop(_value);
|
|
function ReadView();
|
|
function ReadWidth();
|
|
function WriteWidth(_value);
|
|
end;
|
|
|
|
type SlideShowWindows = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type SoundEffect = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ImportFromFile(FullName);
|
|
function Play();
|
|
|
|
// properties
|
|
property Name read ReadName write WriteName;
|
|
property Type read ReadType write WriteType;
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
end;
|
|
|
|
type Table = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ApplyStyle(StyleID, SaveFormatting);
|
|
function Cell(Row, Column);
|
|
function ScaleProportionally(scale);
|
|
|
|
// properties
|
|
property AlternativeText read ReadAlternativeText write WriteAlternativeText;
|
|
property Background read ReadBackground;
|
|
property Columns read ReadColumns;
|
|
property FirstCol read ReadFirstCol write WriteFirstCol;
|
|
property FirstRow read ReadFirstRow write WriteFirstRow;
|
|
property HorizBanding read ReadHorizBanding write WriteHorizBanding;
|
|
property LastCol read ReadLastCol write WriteLastCol;
|
|
property LastRow read ReadLastRow write WriteLastRow;
|
|
property Rows read ReadRows;
|
|
property Style read ReadStyle;
|
|
property TableDirection read ReadTableDirection write WriteTableDirection;
|
|
property Title read ReadTitle write WriteTitle;
|
|
property VertBanding read ReadVertBanding write WriteVertBanding;
|
|
function ReadAlternativeText();
|
|
function WriteAlternativeText(_value);
|
|
function ReadBackground();
|
|
function ReadColumns();
|
|
function ReadFirstCol();
|
|
function WriteFirstCol(_value);
|
|
function ReadFirstRow();
|
|
function WriteFirstRow(_value);
|
|
function ReadHorizBanding();
|
|
function WriteHorizBanding(_value);
|
|
function ReadLastCol();
|
|
function WriteLastCol(_value);
|
|
function ReadLastRow();
|
|
function WriteLastRow(_value);
|
|
function ReadRows();
|
|
function ReadStyle();
|
|
function ReadTableDirection();
|
|
function WriteTableDirection(_value);
|
|
function ReadTitle();
|
|
function WriteTitle(_value);
|
|
function ReadVertBanding();
|
|
function WriteVertBanding(_value);
|
|
end;
|
|
|
|
type TableBackground = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Fill read ReadFill;
|
|
property Picture read ReadPicture;
|
|
property Reflection read ReadReflection;
|
|
property Shadow read ReadShadow;
|
|
function ReadFill();
|
|
function ReadPicture();
|
|
function ReadReflection();
|
|
function ReadShadow();
|
|
end;
|
|
|
|
type TableStyle = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Id read ReadId;
|
|
property Name read ReadName;
|
|
function ReadId();
|
|
function ReadName();
|
|
end;
|
|
|
|
type TabStop = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Clear();
|
|
|
|
// properties
|
|
property Position read ReadPosition write WritePosition;
|
|
property Type read ReadType write WriteType;
|
|
function ReadPosition();
|
|
function WritePosition(_value);
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
end;
|
|
|
|
type TabStops = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Type, Position);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
property DefaultSpacing read ReadDefaultSpacing write WriteDefaultSpacing;
|
|
function ReadCount();
|
|
function ReadDefaultSpacing();
|
|
function WriteDefaultSpacing(_value);
|
|
end;
|
|
|
|
type Tags = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Name, Value);
|
|
function Delete(Name);
|
|
function Item(Name);
|
|
function Name(Index);
|
|
function Value(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type TextEffectFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ToggleVerticalText();
|
|
|
|
// properties
|
|
property Alignment read ReadAlignment write WriteAlignment;
|
|
property FontBold read ReadFontBold write WriteFontBold;
|
|
property FontItalic read ReadFontItalic write WriteFontItalic;
|
|
property FontName read ReadFontName write WriteFontName;
|
|
property FontSize read ReadFontSize write WriteFontSize;
|
|
property KernedPairs read ReadKernedPairs write WriteKernedPairs;
|
|
property NormalizedHeight read ReadNormalizedHeight write WriteNormalizedHeight;
|
|
property PresetShape read ReadPresetShape write WritePresetShape;
|
|
property PresetTextEffect read ReadPresetTextEffect write WritePresetTextEffect;
|
|
property RotatedChars read ReadRotatedChars write WriteRotatedChars;
|
|
property Text read ReadText write WriteText;
|
|
property Tracking read ReadTracking write WriteTracking;
|
|
function ReadAlignment();
|
|
function WriteAlignment(_value);
|
|
function ReadFontBold();
|
|
function WriteFontBold(_value);
|
|
function ReadFontItalic();
|
|
function WriteFontItalic(_value);
|
|
function ReadFontName();
|
|
function WriteFontName(_value);
|
|
function ReadFontSize();
|
|
function WriteFontSize(_value);
|
|
function ReadKernedPairs();
|
|
function WriteKernedPairs(_value);
|
|
function ReadNormalizedHeight();
|
|
function WriteNormalizedHeight(_value);
|
|
function ReadPresetShape();
|
|
function WritePresetShape(_value);
|
|
function ReadPresetTextEffect();
|
|
function WritePresetTextEffect(_value);
|
|
function ReadRotatedChars();
|
|
function WriteRotatedChars(_value);
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
function ReadTracking();
|
|
function WriteTracking(_value);
|
|
end;
|
|
|
|
type TextFrame = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function DeleteText();
|
|
|
|
// properties
|
|
property AutoSize read ReadAutoSize write WriteAutoSize;
|
|
property HasText read ReadHasText;
|
|
property HorizontalAnchor read ReadHorizontalAnchor write WriteHorizontalAnchor;
|
|
property MarginBottom read ReadMarginBottom write WriteMarginBottom;
|
|
property MarginLeft read ReadMarginLeft write WriteMarginLeft;
|
|
property MarginRight read ReadMarginRight write WriteMarginRight;
|
|
property MarginTop read ReadMarginTop write WriteMarginTop;
|
|
property Orientation read ReadOrientation write WriteOrientation;
|
|
property Ruler read ReadRuler;
|
|
property TextRange read ReadTextRange;
|
|
property VerticalAnchor read ReadVerticalAnchor write WriteVerticalAnchor;
|
|
property WordWrap read ReadWordWrap write WriteWordWrap;
|
|
function ReadAutoSize();
|
|
function WriteAutoSize(_value);
|
|
function ReadHasText();
|
|
function ReadHorizontalAnchor();
|
|
function WriteHorizontalAnchor(_value);
|
|
function ReadMarginBottom();
|
|
function WriteMarginBottom(_value);
|
|
function ReadMarginLeft();
|
|
function WriteMarginLeft(_value);
|
|
function ReadMarginRight();
|
|
function WriteMarginRight(_value);
|
|
function ReadMarginTop();
|
|
function WriteMarginTop(_value);
|
|
function ReadOrientation();
|
|
function WriteOrientation(_value);
|
|
function ReadRuler();
|
|
function ReadTextRange();
|
|
function ReadVerticalAnchor();
|
|
function WriteVerticalAnchor(_value);
|
|
function ReadWordWrap();
|
|
function WriteWordWrap(_value);
|
|
end;
|
|
|
|
type TextFrame2 = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function DeleteText();
|
|
|
|
// properties
|
|
property AutoSize read ReadAutoSize write WriteAutoSize;
|
|
property Column read ReadColumn;
|
|
property HasText read ReadHasText;
|
|
property HorizontalAnchor read ReadHorizontalAnchor write WriteHorizontalAnchor;
|
|
property MarginBottom read ReadMarginBottom write WriteMarginBottom;
|
|
property MarginLeft read ReadMarginLeft write WriteMarginLeft;
|
|
property MarginRight read ReadMarginRight write WriteMarginRight;
|
|
property MarginTop read ReadMarginTop write WriteMarginTop;
|
|
property NoTextRotation read ReadNoTextRotation write WriteNoTextRotation;
|
|
property Orientation read ReadOrientation write WriteOrientation;
|
|
property PathFormat read ReadPathFormat write WritePathFormat;
|
|
property Ruler read ReadRuler;
|
|
property TextRange read ReadTextRange;
|
|
property ThreeD read ReadThreeD;
|
|
property VerticalAnchor read ReadVerticalAnchor write WriteVerticalAnchor;
|
|
property WarpFormat read ReadWarpFormat write WriteWarpFormat;
|
|
property WordArtFormat read ReadWordArtFormat write WriteWordArtFormat;
|
|
property WordWrap read ReadWordWrap write WriteWordWrap;
|
|
function ReadAutoSize();
|
|
function WriteAutoSize(_value);
|
|
function ReadColumn();
|
|
function ReadHasText();
|
|
function ReadHorizontalAnchor();
|
|
function WriteHorizontalAnchor(_value);
|
|
function ReadMarginBottom();
|
|
function WriteMarginBottom(_value);
|
|
function ReadMarginLeft();
|
|
function WriteMarginLeft(_value);
|
|
function ReadMarginRight();
|
|
function WriteMarginRight(_value);
|
|
function ReadMarginTop();
|
|
function WriteMarginTop(_value);
|
|
function ReadNoTextRotation();
|
|
function WriteNoTextRotation(_value);
|
|
function ReadOrientation();
|
|
function WriteOrientation(_value);
|
|
function ReadPathFormat();
|
|
function WritePathFormat(_value);
|
|
function ReadRuler();
|
|
function ReadTextRange();
|
|
function ReadThreeD();
|
|
function ReadVerticalAnchor();
|
|
function WriteVerticalAnchor(_value);
|
|
function ReadWarpFormat();
|
|
function WriteWarpFormat(_value);
|
|
function ReadWordArtFormat();
|
|
function WriteWordArtFormat(_value);
|
|
function ReadWordWrap();
|
|
function WriteWordWrap(_value);
|
|
end;
|
|
|
|
type TextRange = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddPeriods();
|
|
function ChangeCase(Type);
|
|
function Characters(Start, Length);
|
|
function Copy();
|
|
function Cut();
|
|
function Delete();
|
|
function Find(FindWhat, After, MatchCase, WholeWords);
|
|
function InsertAfter(NewText);
|
|
function InsertBefore(NewText);
|
|
function InsertDateTime(DateTimeFormat, InsertAsField);
|
|
function InsertSlideNumber();
|
|
function InsertSymbol(FontName, CharNumber, UniCode);
|
|
function Lines(Start, Length);
|
|
function LtrRun();
|
|
function Paragraphs(Start, Length);
|
|
function Paste();
|
|
function PasteSpecial(DataType, DisplayAsIcon, IconFileName, IconIndex, IconLabel, Link);
|
|
function RemovePeriods();
|
|
function Replace(FindWhat, ReplaceWhat, After, MatchCase, WholeWords);
|
|
function RotatedBounds(X1, Y1, X2, Y2, X3, Y3, X4, Y4);
|
|
function RtlRun();
|
|
function Runs(Start, Length);
|
|
function Select();
|
|
function Sentences(Start, Length);
|
|
function TrimText();
|
|
function Words(Start, Length);
|
|
|
|
// properties
|
|
property ActionSettings read ReadActionSettings;
|
|
property BoundHeight read ReadBoundHeight;
|
|
property BoundLeft read ReadBoundLeft;
|
|
property BoundTop read ReadBoundTop;
|
|
property BoundWidth read ReadBoundWidth;
|
|
property Count read ReadCount;
|
|
property Font read ReadFont;
|
|
property IndentLevel read ReadIndentLevel write WriteIndentLevel;
|
|
property LanguageID read ReadLanguageID write WriteLanguageID;
|
|
property Length read ReadLength;
|
|
property ParagraphFormat read ReadParagraphFormat;
|
|
property Start read ReadStart;
|
|
property Text read ReadText write WriteText;
|
|
function ReadActionSettings();
|
|
function ReadBoundHeight();
|
|
function ReadBoundLeft();
|
|
function ReadBoundTop();
|
|
function ReadBoundWidth();
|
|
function ReadCount();
|
|
function ReadFont();
|
|
function ReadIndentLevel();
|
|
function WriteIndentLevel(_value);
|
|
function ReadLanguageID();
|
|
function WriteLanguageID(_value);
|
|
function ReadLength();
|
|
function ReadParagraphFormat();
|
|
function ReadStart();
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
end;
|
|
|
|
type TextRange2 = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function AddPeriods();
|
|
function ChangeCase(Type);
|
|
function Copy();
|
|
function Cut();
|
|
function Delete();
|
|
function Find(FindWhat, After, MatchCase, WholeWords);
|
|
function InsertAfter(NewText);
|
|
function InsertBefore(NewText);
|
|
function InsertChartField(ChartFieldType, Formula, Position);
|
|
function InsertSymbol(FontName, CharNumber, Unicode);
|
|
function Item(Index);
|
|
function LtrRun();
|
|
function Paste();
|
|
function PasteSpecial(Format);
|
|
function RemovePeriods();
|
|
function Replace(FindWhat, ReplaceWhat, After, MatchCase, WholeWords);
|
|
function RotatedBounds(X1, Y1, X2, Y2, X3, Y3, x4, y4);
|
|
function RtlRun();
|
|
function Select();
|
|
function TrimText();
|
|
function Characters(Start, Length);
|
|
function Lines(Start, Length);
|
|
function MathZones(Start, Length);
|
|
function Paragraphs(Start, Length);
|
|
function Runs(Start, Length);
|
|
function Sentences(Start, Length);
|
|
function Words(Start, Length);
|
|
|
|
// properties
|
|
property BoundHeight read ReadBoundHeight;
|
|
property BoundLeft read ReadBoundLeft;
|
|
property BoundTop read ReadBoundTop;
|
|
property BoundWidth read ReadBoundWidth;
|
|
property Count read ReadCount;
|
|
property Font read ReadFont;
|
|
property LanguageID read ReadLanguageID write WriteLanguageID;
|
|
property Length read ReadLength;
|
|
property ParagraphFormat read ReadParagraphFormat;
|
|
property Start read ReadStart;
|
|
property Text read ReadText write WriteText;
|
|
function ReadBoundHeight();
|
|
function ReadBoundLeft();
|
|
function ReadBoundTop();
|
|
function ReadBoundWidth();
|
|
function ReadCount();
|
|
function ReadFont();
|
|
function ReadLanguageID();
|
|
function WriteLanguageID(_value);
|
|
function ReadLength();
|
|
function ReadParagraphFormat();
|
|
function ReadStart();
|
|
function ReadText();
|
|
function WriteText(_value);
|
|
end;
|
|
|
|
type TextStyle = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Levels read ReadLevels;
|
|
property Ruler read ReadRuler;
|
|
property TextFrame read ReadTextFrame;
|
|
function ReadLevels();
|
|
function ReadRuler();
|
|
function ReadTextFrame();
|
|
end;
|
|
|
|
type TextStyleLevel = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Font read ReadFont;
|
|
property ParagraphFormat read ReadParagraphFormat;
|
|
function ReadFont();
|
|
function ReadParagraphFormat();
|
|
end;
|
|
|
|
type TextStyleLevels = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type TextStyles = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Type);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type Theme = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property ThemeVariants read ReadThemeVariants;
|
|
function ReadThemeVariants();
|
|
end;
|
|
|
|
type ThemeVariant = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Height read ReadHeight;
|
|
property Id read ReadId;
|
|
property Name read ReadName;
|
|
property Width read ReadWidth;
|
|
function ReadHeight();
|
|
function ReadId();
|
|
function ReadName();
|
|
function ReadWidth();
|
|
end;
|
|
|
|
type ThemeVariants = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type ThreeDFormat = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function IncrementRotationHorizontal(Increment);
|
|
function IncrementRotationVertical(Increment);
|
|
function IncrementRotationX(Increment);
|
|
function IncrementRotationY(Increment);
|
|
function IncrementRotationZ(Increment);
|
|
function ResetRotation();
|
|
function SetExtrusionDirection(PresetExtrusionDirection);
|
|
function SetPresetCamera(PresetCamera);
|
|
function SetThreeDFormat(PresetThreeDFormat);
|
|
|
|
// properties
|
|
property BevelBottomDepth read ReadBevelBottomDepth write WriteBevelBottomDepth;
|
|
property BevelBottomInset read ReadBevelBottomInset write WriteBevelBottomInset;
|
|
property BevelBottomType read ReadBevelBottomType write WriteBevelBottomType;
|
|
property BevelTopDepth read ReadBevelTopDepth write WriteBevelTopDepth;
|
|
property BevelTopInset read ReadBevelTopInset write WriteBevelTopInset;
|
|
property BevelTopType read ReadBevelTopType write WriteBevelTopType;
|
|
property ContourColor read ReadContourColor;
|
|
property ContourWidth read ReadContourWidth write WriteContourWidth;
|
|
property Depth read ReadDepth write WriteDepth;
|
|
property ExtrusionColor read ReadExtrusionColor;
|
|
property ExtrusionColorType read ReadExtrusionColorType write WriteExtrusionColorType;
|
|
property FieldOfView read ReadFieldOfView write WriteFieldOfView;
|
|
property LightAngle read ReadLightAngle write WriteLightAngle;
|
|
property Perspective read ReadPerspective write WritePerspective;
|
|
property PresetCamera read ReadPresetCamera;
|
|
property PresetExtrusionDirection read ReadPresetExtrusionDirection;
|
|
property PresetLighting read ReadPresetLighting write WritePresetLighting;
|
|
property PresetLightingDirection read ReadPresetLightingDirection write WritePresetLightingDirection;
|
|
property PresetLightingSoftness read ReadPresetLightingSoftness write WritePresetLightingSoftness;
|
|
property PresetMaterial read ReadPresetMaterial write WritePresetMaterial;
|
|
property PresetThreeDFormat read ReadPresetThreeDFormat;
|
|
property ProjectText read ReadProjectText write WriteProjectText;
|
|
property RotationX read ReadRotationX write WriteRotationX;
|
|
property RotationY read ReadRotationY write WriteRotationY;
|
|
property RotationZ read ReadRotationZ write WriteRotationZ;
|
|
property Visible read ReadVisible write WriteVisible;
|
|
property Z read ReadZ write WriteZ;
|
|
function ReadBevelBottomDepth();
|
|
function WriteBevelBottomDepth(_value);
|
|
function ReadBevelBottomInset();
|
|
function WriteBevelBottomInset(_value);
|
|
function ReadBevelBottomType();
|
|
function WriteBevelBottomType(_value);
|
|
function ReadBevelTopDepth();
|
|
function WriteBevelTopDepth(_value);
|
|
function ReadBevelTopInset();
|
|
function WriteBevelTopInset(_value);
|
|
function ReadBevelTopType();
|
|
function WriteBevelTopType(_value);
|
|
function ReadContourColor();
|
|
function ReadContourWidth();
|
|
function WriteContourWidth(_value);
|
|
function ReadDepth();
|
|
function WriteDepth(_value);
|
|
function ReadExtrusionColor();
|
|
function ReadExtrusionColorType();
|
|
function WriteExtrusionColorType(_value);
|
|
function ReadFieldOfView();
|
|
function WriteFieldOfView(_value);
|
|
function ReadLightAngle();
|
|
function WriteLightAngle(_value);
|
|
function ReadPerspective();
|
|
function WritePerspective(_value);
|
|
function ReadPresetCamera();
|
|
function ReadPresetExtrusionDirection();
|
|
function ReadPresetLighting();
|
|
function WritePresetLighting(_value);
|
|
function ReadPresetLightingDirection();
|
|
function WritePresetLightingDirection(_value);
|
|
function ReadPresetLightingSoftness();
|
|
function WritePresetLightingSoftness(_value);
|
|
function ReadPresetMaterial();
|
|
function WritePresetMaterial(_value);
|
|
function ReadPresetThreeDFormat();
|
|
function ReadProjectText();
|
|
function WriteProjectText(_value);
|
|
function ReadRotationX();
|
|
function WriteRotationX(_value);
|
|
function ReadRotationY();
|
|
function WriteRotationY(_value);
|
|
function ReadRotationZ();
|
|
function WriteRotationZ(_value);
|
|
function ReadVisible();
|
|
function WriteVisible(_value);
|
|
function ReadZ();
|
|
function WriteZ(_value);
|
|
end;
|
|
|
|
type TickLabels = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Alignment read ReadAlignment write WriteAlignment;
|
|
property Depth read ReadDepth;
|
|
property Font read ReadFont;
|
|
property Format read ReadFormat;
|
|
property MultiLevel read ReadMultiLevel write WriteMultiLevel;
|
|
property Name read ReadName;
|
|
property NumberFormat read ReadNumberFormat write WriteNumberFormat;
|
|
property NumberFormatLinked read ReadNumberFormatLinked write WriteNumberFormatLinked;
|
|
property NumberFormatLocal read ReadNumberFormatLocal write WriteNumberFormatLocal;
|
|
property Offset read ReadOffset write WriteOffset;
|
|
property Orientation read ReadOrientation write WriteOrientation;
|
|
property ReadingOrder read ReadReadingOrder write WriteReadingOrder;
|
|
function ReadAlignment();
|
|
function WriteAlignment(_value);
|
|
function ReadDepth();
|
|
function ReadFont();
|
|
function ReadFormat();
|
|
function ReadMultiLevel();
|
|
function WriteMultiLevel(_value);
|
|
function ReadName();
|
|
function ReadNumberFormat();
|
|
function WriteNumberFormat(_value);
|
|
function ReadNumberFormatLinked();
|
|
function WriteNumberFormatLinked(_value);
|
|
function ReadNumberFormatLocal();
|
|
function WriteNumberFormatLocal(_value);
|
|
function ReadOffset();
|
|
function WriteOffset(_value);
|
|
function ReadOrientation();
|
|
function WriteOrientation(_value);
|
|
function ReadReadingOrder();
|
|
function WriteReadingOrder(_value);
|
|
end;
|
|
|
|
type TimeLine = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property InteractiveSequences read ReadInteractiveSequences;
|
|
property MainSequence read ReadMainSequence;
|
|
function ReadInteractiveSequences();
|
|
function ReadMainSequence();
|
|
end;
|
|
|
|
type Timing = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
|
|
// properties
|
|
property Accelerate read ReadAccelerate write WriteAccelerate;
|
|
property AutoReverse read ReadAutoReverse write WriteAutoReverse;
|
|
property BounceEnd read ReadBounceEnd write WriteBounceEnd;
|
|
property BounceEndIntensity read ReadBounceEndIntensity write WriteBounceEndIntensity;
|
|
property Decelerate read ReadDecelerate write WriteDecelerate;
|
|
property Duration read ReadDuration write WriteDuration;
|
|
property RepeatCount read ReadRepeatCount write WriteRepeatCount;
|
|
property RepeatDuration read ReadRepeatDuration write WriteRepeatDuration;
|
|
property Restart read ReadRestart write WriteRestart;
|
|
property RewindAtEnd read ReadRewindAtEnd write WriteRewindAtEnd;
|
|
property SmoothEnd read ReadSmoothEnd write WriteSmoothEnd;
|
|
property SmoothStart read ReadSmoothStart write WriteSmoothStart;
|
|
property Speed read ReadSpeed write WriteSpeed;
|
|
property TriggerBookmark read ReadTriggerBookmark write WriteTriggerBookmark;
|
|
property TriggerDelayTime read ReadTriggerDelayTime write WriteTriggerDelayTime;
|
|
property TriggerShape read ReadTriggerShape write WriteTriggerShape;
|
|
property TriggerType read ReadTriggerType write WriteTriggerType;
|
|
function ReadAccelerate();
|
|
function WriteAccelerate(_value);
|
|
function ReadAutoReverse();
|
|
function WriteAutoReverse(_value);
|
|
function ReadBounceEnd();
|
|
function WriteBounceEnd(_value);
|
|
function ReadBounceEndIntensity();
|
|
function WriteBounceEndIntensity(_value);
|
|
function ReadDecelerate();
|
|
function WriteDecelerate(_value);
|
|
function ReadDuration();
|
|
function WriteDuration(_value);
|
|
function ReadRepeatCount();
|
|
function WriteRepeatCount(_value);
|
|
function ReadRepeatDuration();
|
|
function WriteRepeatDuration(_value);
|
|
function ReadRestart();
|
|
function WriteRestart(_value);
|
|
function ReadRewindAtEnd();
|
|
function WriteRewindAtEnd(_value);
|
|
function ReadSmoothEnd();
|
|
function WriteSmoothEnd(_value);
|
|
function ReadSmoothStart();
|
|
function WriteSmoothStart(_value);
|
|
function ReadSpeed();
|
|
function WriteSpeed(_value);
|
|
function ReadTriggerBookmark();
|
|
function WriteTriggerBookmark(_value);
|
|
function ReadTriggerDelayTime();
|
|
function WriteTriggerDelayTime(_value);
|
|
function ReadTriggerShape();
|
|
function WriteTriggerShape(_value);
|
|
function ReadTriggerType();
|
|
function WriteTriggerType(_value);
|
|
end;
|
|
|
|
type Trendline = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ClearFormats();
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Backward2 read ReadBackward2 write WriteBackward2;
|
|
property Border read ReadBorder;
|
|
property DataLabel read ReadDataLabel;
|
|
property DisplayEquation read ReadDisplayEquation write WriteDisplayEquation;
|
|
property DisplayRSquared read ReadDisplayRSquared write WriteDisplayRSquared;
|
|
property Format read ReadFormat;
|
|
property Forward2 read ReadForward2 write WriteForward2;
|
|
property Index read ReadIndex;
|
|
property Intercept read ReadIntercept write WriteIntercept;
|
|
property InterceptIsAuto read ReadInterceptIsAuto write WriteInterceptIsAuto;
|
|
property Name read ReadName write WriteName;
|
|
property NameIsAuto read ReadNameIsAuto write WriteNameIsAuto;
|
|
property Order read ReadOrder write WriteOrder;
|
|
property Period read ReadPeriod write WritePeriod;
|
|
property Type read ReadType write WriteType;
|
|
function ReadBackward2();
|
|
function WriteBackward2(_value);
|
|
function ReadBorder();
|
|
function ReadDataLabel();
|
|
function ReadDisplayEquation();
|
|
function WriteDisplayEquation(_value);
|
|
function ReadDisplayRSquared();
|
|
function WriteDisplayRSquared(_value);
|
|
function ReadFormat();
|
|
function ReadForward2();
|
|
function WriteForward2(_value);
|
|
function ReadIndex();
|
|
function ReadIntercept();
|
|
function WriteIntercept(_value);
|
|
function ReadInterceptIsAuto();
|
|
function WriteInterceptIsAuto(_value);
|
|
function ReadName();
|
|
function WriteName(_value);
|
|
function ReadNameIsAuto();
|
|
function WriteNameIsAuto(_value);
|
|
function ReadOrder();
|
|
function WriteOrder(_value);
|
|
function ReadPeriod();
|
|
function WritePeriod(_value);
|
|
function ReadType();
|
|
function WriteType(_value);
|
|
end;
|
|
|
|
type Trendlines = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Add(Type, Order, Period, Forward, Backward, Intercept, DisplayEquation, DisplayRSquared, Name);
|
|
function Item(Index);
|
|
|
|
// properties
|
|
property Count read ReadCount;
|
|
function ReadCount();
|
|
end;
|
|
|
|
type UpBars = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function Delete();
|
|
function Select();
|
|
|
|
// properties
|
|
property Fill read ReadFill;
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
function ReadFill();
|
|
function ReadFormat();
|
|
function ReadName();
|
|
end;
|
|
|
|
type View = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function GotoSlide(Index);
|
|
function Paste();
|
|
function PasteSpecial(DataType, DisplayAsIcon, IconFileName, IconIndex, IconLabel, Link);
|
|
function Player(ShapeId);
|
|
function PrintOut(From, To, PrintToFile, Copies, Collate);
|
|
|
|
// properties
|
|
property DisplaySlideMiniature read ReadDisplaySlideMiniature write WriteDisplaySlideMiniature;
|
|
property MediaControlsHeight read ReadMediaControlsHeight;
|
|
property MediaControlsLeft read ReadMediaControlsLeft;
|
|
property MediaControlsTop read ReadMediaControlsTop;
|
|
property MediaControlsVisible read ReadMediaControlsVisible;
|
|
property MediaControlsWidth read ReadMediaControlsWidth;
|
|
property PrintOptions read ReadPrintOptions;
|
|
property Slide read ReadSlide write WriteSlide;
|
|
property Type read ReadType;
|
|
property Zoom read ReadZoom write WriteZoom;
|
|
property ZoomToFit read ReadZoomToFit write WriteZoomToFit;
|
|
function ReadDisplaySlideMiniature();
|
|
function WriteDisplaySlideMiniature(_value);
|
|
function ReadMediaControlsHeight();
|
|
function ReadMediaControlsLeft();
|
|
function ReadMediaControlsTop();
|
|
function ReadMediaControlsVisible();
|
|
function ReadMediaControlsWidth();
|
|
function ReadPrintOptions();
|
|
function ReadSlide();
|
|
function WriteSlide(_value);
|
|
function ReadType();
|
|
function ReadZoom();
|
|
function WriteZoom(_value);
|
|
function ReadZoomToFit();
|
|
function WriteZoomToFit(_value);
|
|
end;
|
|
|
|
type Walls = class(VbaBase)
|
|
public
|
|
function Init();
|
|
|
|
public
|
|
// methods
|
|
function ClearFormats();
|
|
function Paste();
|
|
function Select();
|
|
|
|
// properties
|
|
property Format read ReadFormat;
|
|
property Name read ReadName;
|
|
property PictureType read ReadPictureType write WritePictureType;
|
|
property PictureUnit read ReadPictureUnit write WritePictureUnit;
|
|
property Thickness read ReadThickness write WriteThickness;
|
|
function ReadFormat();
|
|
function ReadName();
|
|
function ReadPictureType();
|
|
function WritePictureType(_value);
|
|
function ReadPictureUnit();
|
|
function WritePictureUnit(_value);
|
|
function ReadThickness();
|
|
function WriteThickness(_value);
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|