Versions in this module Expand all Collapse all v25 v25.6.0 Jun 22, 2025 Changes in this version + const ContextAPIKey + const ContextAccessToken + const ContextBasicAuth + const ContextOAuth2 + func AxisType_Validate(value string) bool + func CacheExpires(r *http.Response) time.Time + func ChartWallType_Validate(value string) bool + func ExportFormat_Validate(value string) bool + func GetMapValue(objMap map[string]*json.RawMessage, key string) (*json.RawMessage, bool) + func GetOperationId() string + func ImageExportFormat_Validate(value string) bool + func InitializeTest(functionName string, invalidParamName string, invalidParamValue interface{}) error + func MathFormat_Validate(value string) bool + func NotesSlideExportFormat_Validate(value string) bool + func ShapeExportFormat_Validate(value string) bool + func ShapeThumbnailBounds_Validate(value string) bool + func ShapeType_Validate(value string) bool + func ShapesAlignmentType_Validate(value string) bool + func SlideExportFormat_Validate(value string) bool + func SpecialSlideType_Validate(value string) bool + func TableCellSplitType_Validate(value string) bool + type APIClient struct + SlidesApi *SlidesApiService + SlidesAsyncApi *SlidesAsyncApiService + func GetTestSlidesApiClient() *APIClient + func GetTestSlidesAsyncApiClient() *APIClient + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) ChangeBasePath(path string) + type APIKey struct + Key string + Prefix string + type AccentElement struct + Base IMathElement + Character string + Type_ string + func NewAccentElement() *AccentElement + func (this *AccentElement) GetBase() IMathElement + func (this *AccentElement) GetCharacter() string + func (this *AccentElement) GetType() string + func (this *AccentElement) SetBase(newValue IMathElement) + func (this *AccentElement) SetCharacter(newValue string) + func (this *AccentElement) SetType(newValue string) + func (this *AccentElement) UnmarshalJSON(b []byte) error + type AccessPermissions struct + AddOrModifyFields *bool + AssembleDocument *bool + CopyTextAndGraphics *bool + ExtractTextAndGraphics *bool + FillExistingFields *bool + HighQualityPrint *bool + ModifyContent *bool + PrintDocument *bool + func NewAccessPermissions() *AccessPermissions + func (this *AccessPermissions) GetAddOrModifyFields() *bool + func (this *AccessPermissions) GetAssembleDocument() *bool + func (this *AccessPermissions) GetCopyTextAndGraphics() *bool + func (this *AccessPermissions) GetExtractTextAndGraphics() *bool + func (this *AccessPermissions) GetFillExistingFields() *bool + func (this *AccessPermissions) GetHighQualityPrint() *bool + func (this *AccessPermissions) GetModifyContent() *bool + func (this *AccessPermissions) GetPrintDocument() *bool + func (this *AccessPermissions) SetAddOrModifyFields(newValue *bool) + func (this *AccessPermissions) SetAssembleDocument(newValue *bool) + func (this *AccessPermissions) SetCopyTextAndGraphics(newValue *bool) + func (this *AccessPermissions) SetExtractTextAndGraphics(newValue *bool) + func (this *AccessPermissions) SetFillExistingFields(newValue *bool) + func (this *AccessPermissions) SetHighQualityPrint(newValue *bool) + func (this *AccessPermissions) SetModifyContent(newValue *bool) + func (this *AccessPermissions) SetPrintDocument(newValue *bool) + func (this *AccessPermissions) UnmarshalJSON(b []byte) error + type AddLayoutSlide struct + CloneFromFile IInputFile + CloneFromPosition int32 + Type_ string + func NewAddLayoutSlide() *AddLayoutSlide + func (this *AddLayoutSlide) GetCloneFromFile() IInputFile + func (this *AddLayoutSlide) GetCloneFromPosition() int32 + func (this *AddLayoutSlide) GetType() string + func (this *AddLayoutSlide) SetCloneFromFile(newValue IInputFile) + func (this *AddLayoutSlide) SetCloneFromPosition(newValue int32) + func (this *AddLayoutSlide) SetType(newValue string) + func (this *AddLayoutSlide) UnmarshalJSON(b []byte) error + type AddMasterSlide struct + ApplyToAll *bool + CloneFromFile IInputFile + CloneFromPosition int32 + Type_ string + func NewAddMasterSlide() *AddMasterSlide + func (this *AddMasterSlide) GetApplyToAll() *bool + func (this *AddMasterSlide) GetCloneFromFile() IInputFile + func (this *AddMasterSlide) GetCloneFromPosition() int32 + func (this *AddMasterSlide) GetType() string + func (this *AddMasterSlide) SetApplyToAll(newValue *bool) + func (this *AddMasterSlide) SetCloneFromFile(newValue IInputFile) + func (this *AddMasterSlide) SetCloneFromPosition(newValue int32) + func (this *AddMasterSlide) SetType(newValue string) + func (this *AddMasterSlide) UnmarshalJSON(b []byte) error + type AddShape struct + Shape IShapeBase + ShapePath string + Type_ string + func NewAddShape() *AddShape + func (this *AddShape) GetShape() IShapeBase + func (this *AddShape) GetShapePath() string + func (this *AddShape) GetType() string + func (this *AddShape) SetShape(newValue IShapeBase) + func (this *AddShape) SetShapePath(newValue string) + func (this *AddShape) SetType(newValue string) + func (this *AddShape) UnmarshalJSON(b []byte) error + type AddSlide struct + CloneFromFile IInputFile + CloneFromPosition int32 + LayoutAlias string + Position int32 + Type_ string + func NewAddSlide() *AddSlide + func (this *AddSlide) GetCloneFromFile() IInputFile + func (this *AddSlide) GetCloneFromPosition() int32 + func (this *AddSlide) GetLayoutAlias() string + func (this *AddSlide) GetPosition() int32 + func (this *AddSlide) GetType() string + func (this *AddSlide) SetCloneFromFile(newValue IInputFile) + func (this *AddSlide) SetCloneFromPosition(newValue int32) + func (this *AddSlide) SetLayoutAlias(newValue string) + func (this *AddSlide) SetPosition(newValue int32) + func (this *AddSlide) SetType(newValue string) + func (this *AddSlide) UnmarshalJSON(b []byte) error + type AlphaBiLevelEffect struct + Threshold float64 + Type_ string + func NewAlphaBiLevelEffect() *AlphaBiLevelEffect + func (this *AlphaBiLevelEffect) GetThreshold() float64 + func (this *AlphaBiLevelEffect) GetType() string + func (this *AlphaBiLevelEffect) SetThreshold(newValue float64) + func (this *AlphaBiLevelEffect) SetType(newValue string) + func (this *AlphaBiLevelEffect) UnmarshalJSON(b []byte) error + type AlphaCeilingEffect struct + Type_ string + func NewAlphaCeilingEffect() *AlphaCeilingEffect + func (this *AlphaCeilingEffect) GetType() string + func (this *AlphaCeilingEffect) SetType(newValue string) + func (this *AlphaCeilingEffect) UnmarshalJSON(b []byte) error + type AlphaFloorEffect struct + Type_ string + func NewAlphaFloorEffect() *AlphaFloorEffect + func (this *AlphaFloorEffect) GetType() string + func (this *AlphaFloorEffect) SetType(newValue string) + func (this *AlphaFloorEffect) UnmarshalJSON(b []byte) error + type AlphaInverseEffect struct + Type_ string + func NewAlphaInverseEffect() *AlphaInverseEffect + func (this *AlphaInverseEffect) GetType() string + func (this *AlphaInverseEffect) SetType(newValue string) + func (this *AlphaInverseEffect) UnmarshalJSON(b []byte) error + type AlphaModulateEffect struct + Type_ string + func NewAlphaModulateEffect() *AlphaModulateEffect + func (this *AlphaModulateEffect) GetType() string + func (this *AlphaModulateEffect) SetType(newValue string) + func (this *AlphaModulateEffect) UnmarshalJSON(b []byte) error + type AlphaModulateFixedEffect struct + Amount float64 + Type_ string + func NewAlphaModulateFixedEffect() *AlphaModulateFixedEffect + func (this *AlphaModulateFixedEffect) GetAmount() float64 + func (this *AlphaModulateFixedEffect) GetType() string + func (this *AlphaModulateFixedEffect) SetAmount(newValue float64) + func (this *AlphaModulateFixedEffect) SetType(newValue string) + func (this *AlphaModulateFixedEffect) UnmarshalJSON(b []byte) error + type AlphaReplaceEffect struct + Alpha float64 + Type_ string + func NewAlphaReplaceEffect() *AlphaReplaceEffect + func (this *AlphaReplaceEffect) GetAlpha() float64 + func (this *AlphaReplaceEffect) GetType() string + func (this *AlphaReplaceEffect) SetAlpha(newValue float64) + func (this *AlphaReplaceEffect) SetType(newValue string) + func (this *AlphaReplaceEffect) UnmarshalJSON(b []byte) error + type ApiInfo struct + Name string + Version string + func NewApiInfo() *ApiInfo + func (this *ApiInfo) GetName() string + func (this *ApiInfo) GetVersion() string + func (this *ApiInfo) SetName(newValue string) + func (this *ApiInfo) SetVersion(newValue string) + func (this *ApiInfo) UnmarshalJSON(b []byte) error + type ArcToPathSegment struct + Height float64 + StartAngle float64 + SweepAngle float64 + Type_ string + Width float64 + func NewArcToPathSegment() *ArcToPathSegment + func (this *ArcToPathSegment) GetHeight() float64 + func (this *ArcToPathSegment) GetStartAngle() float64 + func (this *ArcToPathSegment) GetSweepAngle() float64 + func (this *ArcToPathSegment) GetType() string + func (this *ArcToPathSegment) GetWidth() float64 + func (this *ArcToPathSegment) SetHeight(newValue float64) + func (this *ArcToPathSegment) SetStartAngle(newValue float64) + func (this *ArcToPathSegment) SetSweepAngle(newValue float64) + func (this *ArcToPathSegment) SetType(newValue string) + func (this *ArcToPathSegment) SetWidth(newValue float64) + func (this *ArcToPathSegment) UnmarshalJSON(b []byte) error + type ArrayElement struct + Arguments []IMathElement + BaseJustification string + MaximumDistribution *bool + ObjectDistribution *bool + RowSpacing int32 + RowSpacingRule string + Type_ string + func NewArrayElement() *ArrayElement + func (this *ArrayElement) GetArguments() []IMathElement + func (this *ArrayElement) GetBaseJustification() string + func (this *ArrayElement) GetMaximumDistribution() *bool + func (this *ArrayElement) GetObjectDistribution() *bool + func (this *ArrayElement) GetRowSpacing() int32 + func (this *ArrayElement) GetRowSpacingRule() string + func (this *ArrayElement) GetType() string + func (this *ArrayElement) SetArguments(newValue []IMathElement) + func (this *ArrayElement) SetBaseJustification(newValue string) + func (this *ArrayElement) SetMaximumDistribution(newValue *bool) + func (this *ArrayElement) SetObjectDistribution(newValue *bool) + func (this *ArrayElement) SetRowSpacing(newValue int32) + func (this *ArrayElement) SetRowSpacingRule(newValue string) + func (this *ArrayElement) SetType(newValue string) + func (this *ArrayElement) UnmarshalJSON(b []byte) error + type ArrowHeadProperties struct + Length string + Style string + Width string + func NewArrowHeadProperties() *ArrowHeadProperties + func (this *ArrowHeadProperties) GetLength() string + func (this *ArrowHeadProperties) GetStyle() string + func (this *ArrowHeadProperties) GetWidth() string + func (this *ArrowHeadProperties) SetLength(newValue string) + func (this *ArrowHeadProperties) SetStyle(newValue string) + func (this *ArrowHeadProperties) SetWidth(newValue string) + func (this *ArrowHeadProperties) UnmarshalJSON(b []byte) error + type AudioFrame struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + AudioCdEndTrack int32 + AudioCdEndTrackTime int32 + AudioCdStartTrack int32 + AudioCdStartTrackTime int32 + Base64Data string + EffectFormat IEffectFormat + Embedded *bool + FadeInDuration float64 + FadeOutDuration float64 + FillFormat IFillFormat + Height float64 + Hidden *bool + HideAtShowing *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + PictureFillFormat IPictureFill + PlayAcrossSlides *bool + PlayLoopMode *bool + PlayMode string + RewindAudio *bool + SelfUri IResourceUri + ShapeType string + ThreeDFormat IThreeDFormat + TrimFromEnd float64 + TrimFromStart float64 + Type_ string + Volume string + VolumeValue float64 + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewAudioFrame() *AudioFrame + func (this *AudioFrame) GetAlternateLinks() []IResourceUri + func (this *AudioFrame) GetAlternativeText() string + func (this *AudioFrame) GetAlternativeTextTitle() string + func (this *AudioFrame) GetAudioCdEndTrack() int32 + func (this *AudioFrame) GetAudioCdEndTrackTime() int32 + func (this *AudioFrame) GetAudioCdStartTrack() int32 + func (this *AudioFrame) GetAudioCdStartTrackTime() int32 + func (this *AudioFrame) GetBase64Data() string + func (this *AudioFrame) GetEffectFormat() IEffectFormat + func (this *AudioFrame) GetEmbedded() *bool + func (this *AudioFrame) GetFadeInDuration() float64 + func (this *AudioFrame) GetFadeOutDuration() float64 + func (this *AudioFrame) GetFillFormat() IFillFormat + func (this *AudioFrame) GetHeight() float64 + func (this *AudioFrame) GetHidden() *bool + func (this *AudioFrame) GetHideAtShowing() *bool + func (this *AudioFrame) GetHyperlinkClick() IHyperlink + func (this *AudioFrame) GetHyperlinkMouseOver() IHyperlink + func (this *AudioFrame) GetIsDecorative() *bool + func (this *AudioFrame) GetLineFormat() ILineFormat + func (this *AudioFrame) GetName() string + func (this *AudioFrame) GetPictureFillFormat() IPictureFill + func (this *AudioFrame) GetPlayAcrossSlides() *bool + func (this *AudioFrame) GetPlayLoopMode() *bool + func (this *AudioFrame) GetPlayMode() string + func (this *AudioFrame) GetRewindAudio() *bool + func (this *AudioFrame) GetSelfUri() IResourceUri + func (this *AudioFrame) GetShapeType() string + func (this *AudioFrame) GetThreeDFormat() IThreeDFormat + func (this *AudioFrame) GetTrimFromEnd() float64 + func (this *AudioFrame) GetTrimFromStart() float64 + func (this *AudioFrame) GetType() string + func (this *AudioFrame) GetVolume() string + func (this *AudioFrame) GetVolumeValue() float64 + func (this *AudioFrame) GetWidth() float64 + func (this *AudioFrame) GetX() float64 + func (this *AudioFrame) GetY() float64 + func (this *AudioFrame) GetZOrderPosition() int32 + func (this *AudioFrame) SetAlternateLinks(newValue []IResourceUri) + func (this *AudioFrame) SetAlternativeText(newValue string) + func (this *AudioFrame) SetAlternativeTextTitle(newValue string) + func (this *AudioFrame) SetAudioCdEndTrack(newValue int32) + func (this *AudioFrame) SetAudioCdEndTrackTime(newValue int32) + func (this *AudioFrame) SetAudioCdStartTrack(newValue int32) + func (this *AudioFrame) SetAudioCdStartTrackTime(newValue int32) + func (this *AudioFrame) SetBase64Data(newValue string) + func (this *AudioFrame) SetEffectFormat(newValue IEffectFormat) + func (this *AudioFrame) SetEmbedded(newValue *bool) + func (this *AudioFrame) SetFadeInDuration(newValue float64) + func (this *AudioFrame) SetFadeOutDuration(newValue float64) + func (this *AudioFrame) SetFillFormat(newValue IFillFormat) + func (this *AudioFrame) SetHeight(newValue float64) + func (this *AudioFrame) SetHidden(newValue *bool) + func (this *AudioFrame) SetHideAtShowing(newValue *bool) + func (this *AudioFrame) SetHyperlinkClick(newValue IHyperlink) + func (this *AudioFrame) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *AudioFrame) SetIsDecorative(newValue *bool) + func (this *AudioFrame) SetLineFormat(newValue ILineFormat) + func (this *AudioFrame) SetName(newValue string) + func (this *AudioFrame) SetPictureFillFormat(newValue IPictureFill) + func (this *AudioFrame) SetPlayAcrossSlides(newValue *bool) + func (this *AudioFrame) SetPlayLoopMode(newValue *bool) + func (this *AudioFrame) SetPlayMode(newValue string) + func (this *AudioFrame) SetRewindAudio(newValue *bool) + func (this *AudioFrame) SetSelfUri(newValue IResourceUri) + func (this *AudioFrame) SetShapeType(newValue string) + func (this *AudioFrame) SetThreeDFormat(newValue IThreeDFormat) + func (this *AudioFrame) SetTrimFromEnd(newValue float64) + func (this *AudioFrame) SetTrimFromStart(newValue float64) + func (this *AudioFrame) SetType(newValue string) + func (this *AudioFrame) SetVolume(newValue string) + func (this *AudioFrame) SetVolumeValue(newValue float64) + func (this *AudioFrame) SetWidth(newValue float64) + func (this *AudioFrame) SetX(newValue float64) + func (this *AudioFrame) SetY(newValue float64) + func (this *AudioFrame) SetZOrderPosition(newValue int32) + func (this *AudioFrame) UnmarshalJSON(b []byte) error + type Axes struct + HorizontalAxis IAxis + SecondaryHorizontalAxis IAxis + SecondaryVerticalAxis IAxis + VerticalAxis IAxis + func NewAxes() *Axes + func (this *Axes) GetHorizontalAxis() IAxis + func (this *Axes) GetSecondaryHorizontalAxis() IAxis + func (this *Axes) GetSecondaryVerticalAxis() IAxis + func (this *Axes) GetVerticalAxis() IAxis + func (this *Axes) SetHorizontalAxis(newValue IAxis) + func (this *Axes) SetSecondaryHorizontalAxis(newValue IAxis) + func (this *Axes) SetSecondaryVerticalAxis(newValue IAxis) + func (this *Axes) SetVerticalAxis(newValue IAxis) + func (this *Axes) UnmarshalJSON(b []byte) error + type Axis struct + AxisBetweenCategories *bool + BaseUnitScale string + CategoryAxisType string + CrossAt float64 + CrossType string + DisplayUnit string + EffectFormat IEffectFormat + FillFormat IFillFormat + HasTitle *bool + IsAutomaticMajorUnit *bool + IsAutomaticMaxValue *bool + IsAutomaticMinValue *bool + IsAutomaticMinorUnit *bool + IsAutomaticTickLabelSpacing *bool + IsAutomaticTickMarksSpacing *bool + IsLogarithmic *bool + IsNumberFormatLinkedToSource *bool + IsPlotOrderReversed *bool + IsVisible *bool + LabelOffset int32 + LineFormat ILineFormat + LogBase float64 + MajorGridLinesFormat IChartLinesFormat + MajorTickMark string + MajorUnit float64 + MajorUnitScale string + MaxValue float64 + MinValue float64 + MinorGridLinesFormat IChartLinesFormat + MinorTickMark string + MinorUnit float64 + MinorUnitScale string + NumberFormat string + Position string + TickLabelPosition string + TickLabelRotationAngle float64 + TickLabelSpacing int32 + TickMarksSpacing int32 + Title IChartTitle + func NewAxis() *Axis + func (this *Axis) GetAxisBetweenCategories() *bool + func (this *Axis) GetBaseUnitScale() string + func (this *Axis) GetCategoryAxisType() string + func (this *Axis) GetCrossAt() float64 + func (this *Axis) GetCrossType() string + func (this *Axis) GetDisplayUnit() string + func (this *Axis) GetEffectFormat() IEffectFormat + func (this *Axis) GetFillFormat() IFillFormat + func (this *Axis) GetHasTitle() *bool + func (this *Axis) GetIsAutomaticMajorUnit() *bool + func (this *Axis) GetIsAutomaticMaxValue() *bool + func (this *Axis) GetIsAutomaticMinValue() *bool + func (this *Axis) GetIsAutomaticMinorUnit() *bool + func (this *Axis) GetIsAutomaticTickLabelSpacing() *bool + func (this *Axis) GetIsAutomaticTickMarksSpacing() *bool + func (this *Axis) GetIsLogarithmic() *bool + func (this *Axis) GetIsNumberFormatLinkedToSource() *bool + func (this *Axis) GetIsPlotOrderReversed() *bool + func (this *Axis) GetIsVisible() *bool + func (this *Axis) GetLabelOffset() int32 + func (this *Axis) GetLineFormat() ILineFormat + func (this *Axis) GetLogBase() float64 + func (this *Axis) GetMajorGridLinesFormat() IChartLinesFormat + func (this *Axis) GetMajorTickMark() string + func (this *Axis) GetMajorUnit() float64 + func (this *Axis) GetMajorUnitScale() string + func (this *Axis) GetMaxValue() float64 + func (this *Axis) GetMinValue() float64 + func (this *Axis) GetMinorGridLinesFormat() IChartLinesFormat + func (this *Axis) GetMinorTickMark() string + func (this *Axis) GetMinorUnit() float64 + func (this *Axis) GetMinorUnitScale() string + func (this *Axis) GetNumberFormat() string + func (this *Axis) GetPosition() string + func (this *Axis) GetTickLabelPosition() string + func (this *Axis) GetTickLabelRotationAngle() float64 + func (this *Axis) GetTickLabelSpacing() int32 + func (this *Axis) GetTickMarksSpacing() int32 + func (this *Axis) GetTitle() IChartTitle + func (this *Axis) SetAxisBetweenCategories(newValue *bool) + func (this *Axis) SetBaseUnitScale(newValue string) + func (this *Axis) SetCategoryAxisType(newValue string) + func (this *Axis) SetCrossAt(newValue float64) + func (this *Axis) SetCrossType(newValue string) + func (this *Axis) SetDisplayUnit(newValue string) + func (this *Axis) SetEffectFormat(newValue IEffectFormat) + func (this *Axis) SetFillFormat(newValue IFillFormat) + func (this *Axis) SetHasTitle(newValue *bool) + func (this *Axis) SetIsAutomaticMajorUnit(newValue *bool) + func (this *Axis) SetIsAutomaticMaxValue(newValue *bool) + func (this *Axis) SetIsAutomaticMinValue(newValue *bool) + func (this *Axis) SetIsAutomaticMinorUnit(newValue *bool) + func (this *Axis) SetIsAutomaticTickLabelSpacing(newValue *bool) + func (this *Axis) SetIsAutomaticTickMarksSpacing(newValue *bool) + func (this *Axis) SetIsLogarithmic(newValue *bool) + func (this *Axis) SetIsNumberFormatLinkedToSource(newValue *bool) + func (this *Axis) SetIsPlotOrderReversed(newValue *bool) + func (this *Axis) SetIsVisible(newValue *bool) + func (this *Axis) SetLabelOffset(newValue int32) + func (this *Axis) SetLineFormat(newValue ILineFormat) + func (this *Axis) SetLogBase(newValue float64) + func (this *Axis) SetMajorGridLinesFormat(newValue IChartLinesFormat) + func (this *Axis) SetMajorTickMark(newValue string) + func (this *Axis) SetMajorUnit(newValue float64) + func (this *Axis) SetMajorUnitScale(newValue string) + func (this *Axis) SetMaxValue(newValue float64) + func (this *Axis) SetMinValue(newValue float64) + func (this *Axis) SetMinorGridLinesFormat(newValue IChartLinesFormat) + func (this *Axis) SetMinorTickMark(newValue string) + func (this *Axis) SetMinorUnit(newValue float64) + func (this *Axis) SetMinorUnitScale(newValue string) + func (this *Axis) SetNumberFormat(newValue string) + func (this *Axis) SetPosition(newValue string) + func (this *Axis) SetTickLabelPosition(newValue string) + func (this *Axis) SetTickLabelRotationAngle(newValue float64) + func (this *Axis) SetTickLabelSpacing(newValue int32) + func (this *Axis) SetTickMarksSpacing(newValue int32) + func (this *Axis) SetTitle(newValue IChartTitle) + func (this *Axis) UnmarshalJSON(b []byte) error + type AxisType string + const AxisType_HorizontalAxis + const AxisType_SecondaryHorizontalAxis + const AxisType_SecondaryVerticalAxis + const AxisType_VerticalAxis + type BarElement struct + Base IMathElement + Position string + Type_ string + func NewBarElement() *BarElement + func (this *BarElement) GetBase() IMathElement + func (this *BarElement) GetPosition() string + func (this *BarElement) GetType() string + func (this *BarElement) SetBase(newValue IMathElement) + func (this *BarElement) SetPosition(newValue string) + func (this *BarElement) SetType(newValue string) + func (this *BarElement) UnmarshalJSON(b []byte) error + type Base64InputFile struct + Data string + Password string + Type_ string + func NewBase64InputFile() *Base64InputFile + func (this *Base64InputFile) GetData() string + func (this *Base64InputFile) GetPassword() string + func (this *Base64InputFile) GetType() string + func (this *Base64InputFile) SetData(newValue string) + func (this *Base64InputFile) SetPassword(newValue string) + func (this *Base64InputFile) SetType(newValue string) + func (this *Base64InputFile) UnmarshalJSON(b []byte) error + type BasicAuth struct + Password string + UserName string + type BiLevelEffect struct + Threshold float64 + Type_ string + func NewBiLevelEffect() *BiLevelEffect + func (this *BiLevelEffect) GetThreshold() float64 + func (this *BiLevelEffect) GetType() string + func (this *BiLevelEffect) SetThreshold(newValue float64) + func (this *BiLevelEffect) SetType(newValue string) + func (this *BiLevelEffect) UnmarshalJSON(b []byte) error + type BlockElement struct + MathElementList []IMathElement + Type_ string + func NewBlockElement() *BlockElement + func (this *BlockElement) GetMathElementList() []IMathElement + func (this *BlockElement) GetType() string + func (this *BlockElement) SetMathElementList(newValue []IMathElement) + func (this *BlockElement) SetType(newValue string) + func (this *BlockElement) UnmarshalJSON(b []byte) error + type BlurEffect struct + Grow *bool + Radius float64 + func NewBlurEffect() *BlurEffect + func (this *BlurEffect) GetGrow() *bool + func (this *BlurEffect) GetRadius() float64 + func (this *BlurEffect) SetGrow(newValue *bool) + func (this *BlurEffect) SetRadius(newValue float64) + func (this *BlurEffect) UnmarshalJSON(b []byte) error + type BlurImageEffect struct + Grow *bool + Radius float64 + Type_ string + func NewBlurImageEffect() *BlurImageEffect + func (this *BlurImageEffect) GetGrow() *bool + func (this *BlurImageEffect) GetRadius() float64 + func (this *BlurImageEffect) GetType() string + func (this *BlurImageEffect) SetGrow(newValue *bool) + func (this *BlurImageEffect) SetRadius(newValue float64) + func (this *BlurImageEffect) SetType(newValue string) + func (this *BlurImageEffect) UnmarshalJSON(b []byte) error + type BorderBoxElement struct + Base IMathElement + HideBottom *bool + HideLeft *bool + HideRight *bool + HideTop *bool + StrikethroughBottomLeftToTopRight *bool + StrikethroughHorizontal *bool + StrikethroughTopLeftToBottomRight *bool + StrikethroughVertical *bool + Type_ string + func NewBorderBoxElement() *BorderBoxElement + func (this *BorderBoxElement) GetBase() IMathElement + func (this *BorderBoxElement) GetHideBottom() *bool + func (this *BorderBoxElement) GetHideLeft() *bool + func (this *BorderBoxElement) GetHideRight() *bool + func (this *BorderBoxElement) GetHideTop() *bool + func (this *BorderBoxElement) GetStrikethroughBottomLeftToTopRight() *bool + func (this *BorderBoxElement) GetStrikethroughHorizontal() *bool + func (this *BorderBoxElement) GetStrikethroughTopLeftToBottomRight() *bool + func (this *BorderBoxElement) GetStrikethroughVertical() *bool + func (this *BorderBoxElement) GetType() string + func (this *BorderBoxElement) SetBase(newValue IMathElement) + func (this *BorderBoxElement) SetHideBottom(newValue *bool) + func (this *BorderBoxElement) SetHideLeft(newValue *bool) + func (this *BorderBoxElement) SetHideRight(newValue *bool) + func (this *BorderBoxElement) SetHideTop(newValue *bool) + func (this *BorderBoxElement) SetStrikethroughBottomLeftToTopRight(newValue *bool) + func (this *BorderBoxElement) SetStrikethroughHorizontal(newValue *bool) + func (this *BorderBoxElement) SetStrikethroughTopLeftToBottomRight(newValue *bool) + func (this *BorderBoxElement) SetStrikethroughVertical(newValue *bool) + func (this *BorderBoxElement) SetType(newValue string) + func (this *BorderBoxElement) UnmarshalJSON(b []byte) error + type BoxElement struct + AlignmentPoint *bool + Base IMathElement + Differential *bool + ExplicitBreak int32 + NoBreak *bool + OperatorEmulator *bool + Type_ string + func NewBoxElement() *BoxElement + func (this *BoxElement) GetAlignmentPoint() *bool + func (this *BoxElement) GetBase() IMathElement + func (this *BoxElement) GetDifferential() *bool + func (this *BoxElement) GetExplicitBreak() int32 + func (this *BoxElement) GetNoBreak() *bool + func (this *BoxElement) GetOperatorEmulator() *bool + func (this *BoxElement) GetType() string + func (this *BoxElement) SetAlignmentPoint(newValue *bool) + func (this *BoxElement) SetBase(newValue IMathElement) + func (this *BoxElement) SetDifferential(newValue *bool) + func (this *BoxElement) SetExplicitBreak(newValue int32) + func (this *BoxElement) SetNoBreak(newValue *bool) + func (this *BoxElement) SetOperatorEmulator(newValue *bool) + func (this *BoxElement) SetType(newValue string) + func (this *BoxElement) UnmarshalJSON(b []byte) error + type BubbleChartDataPoint struct + BubbleSize float64 + BubbleSizeFormula string + EffectFormat IEffectFormat + FillFormat IFillFormat + LineFormat ILineFormat + Marker ISeriesMarker + ThreeDFormat IThreeDFormat + Type_ string + XValue float64 + XValueFormula string + YValue float64 + YValueFormula string + func NewBubbleChartDataPoint() *BubbleChartDataPoint + func (this *BubbleChartDataPoint) GetBubbleSize() float64 + func (this *BubbleChartDataPoint) GetBubbleSizeFormula() string + func (this *BubbleChartDataPoint) GetEffectFormat() IEffectFormat + func (this *BubbleChartDataPoint) GetFillFormat() IFillFormat + func (this *BubbleChartDataPoint) GetLineFormat() ILineFormat + func (this *BubbleChartDataPoint) GetMarker() ISeriesMarker + func (this *BubbleChartDataPoint) GetThreeDFormat() IThreeDFormat + func (this *BubbleChartDataPoint) GetType() string + func (this *BubbleChartDataPoint) GetXValue() float64 + func (this *BubbleChartDataPoint) GetXValueFormula() string + func (this *BubbleChartDataPoint) GetYValue() float64 + func (this *BubbleChartDataPoint) GetYValueFormula() string + func (this *BubbleChartDataPoint) SetBubbleSize(newValue float64) + func (this *BubbleChartDataPoint) SetBubbleSizeFormula(newValue string) + func (this *BubbleChartDataPoint) SetEffectFormat(newValue IEffectFormat) + func (this *BubbleChartDataPoint) SetFillFormat(newValue IFillFormat) + func (this *BubbleChartDataPoint) SetLineFormat(newValue ILineFormat) + func (this *BubbleChartDataPoint) SetMarker(newValue ISeriesMarker) + func (this *BubbleChartDataPoint) SetThreeDFormat(newValue IThreeDFormat) + func (this *BubbleChartDataPoint) SetType(newValue string) + func (this *BubbleChartDataPoint) SetXValue(newValue float64) + func (this *BubbleChartDataPoint) SetXValueFormula(newValue string) + func (this *BubbleChartDataPoint) SetYValue(newValue float64) + func (this *BubbleChartDataPoint) SetYValueFormula(newValue string) + func (this *BubbleChartDataPoint) UnmarshalJSON(b []byte) error + type BubbleSeries struct + DataPointType string + DataPoints []IBubbleChartDataPoint + DataSourceForBubbleSizeValues IDataSource + DataSourceForSeriesName IDataSource + DataSourceForXValues IDataSource + DataSourceForYValues IDataSource + EffectFormat IEffectFormat + Explosion int32 + FillFormat IFillFormat + InvertIfNegative *bool + InvertedSolidFillColor string + IsColorVaried *bool + LineFormat ILineFormat + Marker ISeriesMarker + Name string + NumberFormatOfBubbleSizes string + NumberFormatOfXValues string + NumberFormatOfYValues string + Order int32 + PlotOnSecondAxis *bool + Smooth *bool + Type_ string + func NewBubbleSeries() *BubbleSeries + func (this *BubbleSeries) GetDataPointType() string + func (this *BubbleSeries) GetDataPoints() []IBubbleChartDataPoint + func (this *BubbleSeries) GetDataSourceForBubbleSizeValues() IDataSource + func (this *BubbleSeries) GetDataSourceForSeriesName() IDataSource + func (this *BubbleSeries) GetDataSourceForXValues() IDataSource + func (this *BubbleSeries) GetDataSourceForYValues() IDataSource + func (this *BubbleSeries) GetEffectFormat() IEffectFormat + func (this *BubbleSeries) GetExplosion() int32 + func (this *BubbleSeries) GetFillFormat() IFillFormat + func (this *BubbleSeries) GetInvertIfNegative() *bool + func (this *BubbleSeries) GetInvertedSolidFillColor() string + func (this *BubbleSeries) GetIsColorVaried() *bool + func (this *BubbleSeries) GetLineFormat() ILineFormat + func (this *BubbleSeries) GetMarker() ISeriesMarker + func (this *BubbleSeries) GetName() string + func (this *BubbleSeries) GetNumberFormatOfBubbleSizes() string + func (this *BubbleSeries) GetNumberFormatOfXValues() string + func (this *BubbleSeries) GetNumberFormatOfYValues() string + func (this *BubbleSeries) GetOrder() int32 + func (this *BubbleSeries) GetPlotOnSecondAxis() *bool + func (this *BubbleSeries) GetSmooth() *bool + func (this *BubbleSeries) GetType() string + func (this *BubbleSeries) SetDataPointType(newValue string) + func (this *BubbleSeries) SetDataPoints(newValue []IBubbleChartDataPoint) + func (this *BubbleSeries) SetDataSourceForBubbleSizeValues(newValue IDataSource) + func (this *BubbleSeries) SetDataSourceForSeriesName(newValue IDataSource) + func (this *BubbleSeries) SetDataSourceForXValues(newValue IDataSource) + func (this *BubbleSeries) SetDataSourceForYValues(newValue IDataSource) + func (this *BubbleSeries) SetEffectFormat(newValue IEffectFormat) + func (this *BubbleSeries) SetExplosion(newValue int32) + func (this *BubbleSeries) SetFillFormat(newValue IFillFormat) + func (this *BubbleSeries) SetInvertIfNegative(newValue *bool) + func (this *BubbleSeries) SetInvertedSolidFillColor(newValue string) + func (this *BubbleSeries) SetIsColorVaried(newValue *bool) + func (this *BubbleSeries) SetLineFormat(newValue ILineFormat) + func (this *BubbleSeries) SetMarker(newValue ISeriesMarker) + func (this *BubbleSeries) SetName(newValue string) + func (this *BubbleSeries) SetNumberFormatOfBubbleSizes(newValue string) + func (this *BubbleSeries) SetNumberFormatOfXValues(newValue string) + func (this *BubbleSeries) SetNumberFormatOfYValues(newValue string) + func (this *BubbleSeries) SetOrder(newValue int32) + func (this *BubbleSeries) SetPlotOnSecondAxis(newValue *bool) + func (this *BubbleSeries) SetSmooth(newValue *bool) + func (this *BubbleSeries) SetType(newValue string) + func (this *BubbleSeries) UnmarshalJSON(b []byte) error + type Camera struct + CameraType string + FieldOfViewAngle float64 + XRotation float64 + YRotation float64 + ZRotation float64 + Zoom float64 + func NewCamera() *Camera + func (this *Camera) GetCameraType() string + func (this *Camera) GetFieldOfViewAngle() float64 + func (this *Camera) GetXRotation() float64 + func (this *Camera) GetYRotation() float64 + func (this *Camera) GetZRotation() float64 + func (this *Camera) GetZoom() float64 + func (this *Camera) SetCameraType(newValue string) + func (this *Camera) SetFieldOfViewAngle(newValue float64) + func (this *Camera) SetXRotation(newValue float64) + func (this *Camera) SetYRotation(newValue float64) + func (this *Camera) SetZRotation(newValue float64) + func (this *Camera) SetZoom(newValue float64) + func (this *Camera) UnmarshalJSON(b []byte) error + type CaptionTrack struct + AlternateLinks []IResourceUri + CaptionId string + DataAsString string + Label string + SelfUri IResourceUri + func NewCaptionTrack() *CaptionTrack + func (this *CaptionTrack) GetAlternateLinks() []IResourceUri + func (this *CaptionTrack) GetCaptionId() string + func (this *CaptionTrack) GetDataAsString() string + func (this *CaptionTrack) GetLabel() string + func (this *CaptionTrack) GetSelfUri() IResourceUri + func (this *CaptionTrack) SetAlternateLinks(newValue []IResourceUri) + func (this *CaptionTrack) SetCaptionId(newValue string) + func (this *CaptionTrack) SetDataAsString(newValue string) + func (this *CaptionTrack) SetLabel(newValue string) + func (this *CaptionTrack) SetSelfUri(newValue IResourceUri) + func (this *CaptionTrack) UnmarshalJSON(b []byte) error + type CaptionTracks struct + AlternateLinks []IResourceUri + Items []ICaptionTrack + SelfUri IResourceUri + func NewCaptionTracks() *CaptionTracks + func (this *CaptionTracks) GetAlternateLinks() []IResourceUri + func (this *CaptionTracks) GetItems() []ICaptionTrack + func (this *CaptionTracks) GetSelfUri() IResourceUri + func (this *CaptionTracks) SetAlternateLinks(newValue []IResourceUri) + func (this *CaptionTracks) SetItems(newValue []ICaptionTrack) + func (this *CaptionTracks) SetSelfUri(newValue IResourceUri) + func (this *CaptionTracks) UnmarshalJSON(b []byte) error + type Chart struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + Axes IAxes + BackWall IChartWall + Categories []IChartCategory + ChartType string + DataSourceForCategories IDataSource + EffectFormat IEffectFormat + FillFormat IFillFormat + Floor IChartWall + HasRoundedCorners *bool + HasTitle *bool + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + Legend ILegend + LineFormat ILineFormat + Name string + PlotArea IPlotArea + SelfUri IResourceUri + Series []ISeries + SeriesGroups []IChartSeriesGroup + ShowDataLabelsOverMaximum *bool + SideWall IChartWall + ThreeDFormat IThreeDFormat + Title IChartTitle + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewChart() *Chart + func (this *Chart) GetAlternateLinks() []IResourceUri + func (this *Chart) GetAlternativeText() string + func (this *Chart) GetAlternativeTextTitle() string + func (this *Chart) GetAxes() IAxes + func (this *Chart) GetBackWall() IChartWall + func (this *Chart) GetCategories() []IChartCategory + func (this *Chart) GetChartType() string + func (this *Chart) GetDataSourceForCategories() IDataSource + func (this *Chart) GetEffectFormat() IEffectFormat + func (this *Chart) GetFillFormat() IFillFormat + func (this *Chart) GetFloor() IChartWall + func (this *Chart) GetHasRoundedCorners() *bool + func (this *Chart) GetHasTitle() *bool + func (this *Chart) GetHeight() float64 + func (this *Chart) GetHidden() *bool + func (this *Chart) GetHyperlinkClick() IHyperlink + func (this *Chart) GetHyperlinkMouseOver() IHyperlink + func (this *Chart) GetIsDecorative() *bool + func (this *Chart) GetLegend() ILegend + func (this *Chart) GetLineFormat() ILineFormat + func (this *Chart) GetName() string + func (this *Chart) GetPlotArea() IPlotArea + func (this *Chart) GetSelfUri() IResourceUri + func (this *Chart) GetSeries() []ISeries + func (this *Chart) GetSeriesGroups() []IChartSeriesGroup + func (this *Chart) GetShowDataLabelsOverMaximum() *bool + func (this *Chart) GetSideWall() IChartWall + func (this *Chart) GetThreeDFormat() IThreeDFormat + func (this *Chart) GetTitle() IChartTitle + func (this *Chart) GetType() string + func (this *Chart) GetWidth() float64 + func (this *Chart) GetX() float64 + func (this *Chart) GetY() float64 + func (this *Chart) GetZOrderPosition() int32 + func (this *Chart) SetAlternateLinks(newValue []IResourceUri) + func (this *Chart) SetAlternativeText(newValue string) + func (this *Chart) SetAlternativeTextTitle(newValue string) + func (this *Chart) SetAxes(newValue IAxes) + func (this *Chart) SetBackWall(newValue IChartWall) + func (this *Chart) SetCategories(newValue []IChartCategory) + func (this *Chart) SetChartType(newValue string) + func (this *Chart) SetDataSourceForCategories(newValue IDataSource) + func (this *Chart) SetEffectFormat(newValue IEffectFormat) + func (this *Chart) SetFillFormat(newValue IFillFormat) + func (this *Chart) SetFloor(newValue IChartWall) + func (this *Chart) SetHasRoundedCorners(newValue *bool) + func (this *Chart) SetHasTitle(newValue *bool) + func (this *Chart) SetHeight(newValue float64) + func (this *Chart) SetHidden(newValue *bool) + func (this *Chart) SetHyperlinkClick(newValue IHyperlink) + func (this *Chart) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *Chart) SetIsDecorative(newValue *bool) + func (this *Chart) SetLegend(newValue ILegend) + func (this *Chart) SetLineFormat(newValue ILineFormat) + func (this *Chart) SetName(newValue string) + func (this *Chart) SetPlotArea(newValue IPlotArea) + func (this *Chart) SetSelfUri(newValue IResourceUri) + func (this *Chart) SetSeries(newValue []ISeries) + func (this *Chart) SetSeriesGroups(newValue []IChartSeriesGroup) + func (this *Chart) SetShowDataLabelsOverMaximum(newValue *bool) + func (this *Chart) SetSideWall(newValue IChartWall) + func (this *Chart) SetThreeDFormat(newValue IThreeDFormat) + func (this *Chart) SetTitle(newValue IChartTitle) + func (this *Chart) SetType(newValue string) + func (this *Chart) SetWidth(newValue float64) + func (this *Chart) SetX(newValue float64) + func (this *Chart) SetY(newValue float64) + func (this *Chart) SetZOrderPosition(newValue int32) + func (this *Chart) UnmarshalJSON(b []byte) error + type ChartCategory struct + DataPoints []IOneValueChartDataPoint + EffectFormat IEffectFormat + FillFormat IFillFormat + Level int32 + LineFormat ILineFormat + ParentCategories []string + Value string + func NewChartCategory() *ChartCategory + func (this *ChartCategory) GetDataPoints() []IOneValueChartDataPoint + func (this *ChartCategory) GetEffectFormat() IEffectFormat + func (this *ChartCategory) GetFillFormat() IFillFormat + func (this *ChartCategory) GetLevel() int32 + func (this *ChartCategory) GetLineFormat() ILineFormat + func (this *ChartCategory) GetParentCategories() []string + func (this *ChartCategory) GetValue() string + func (this *ChartCategory) SetDataPoints(newValue []IOneValueChartDataPoint) + func (this *ChartCategory) SetEffectFormat(newValue IEffectFormat) + func (this *ChartCategory) SetFillFormat(newValue IFillFormat) + func (this *ChartCategory) SetLevel(newValue int32) + func (this *ChartCategory) SetLineFormat(newValue ILineFormat) + func (this *ChartCategory) SetParentCategories(newValue []string) + func (this *ChartCategory) SetValue(newValue string) + func (this *ChartCategory) UnmarshalJSON(b []byte) error + type ChartLinesFormat struct + EffectFormat IEffectFormat + LineFormat ILineFormat + func NewChartLinesFormat() *ChartLinesFormat + func (this *ChartLinesFormat) GetEffectFormat() IEffectFormat + func (this *ChartLinesFormat) GetLineFormat() ILineFormat + func (this *ChartLinesFormat) SetEffectFormat(newValue IEffectFormat) + func (this *ChartLinesFormat) SetLineFormat(newValue ILineFormat) + func (this *ChartLinesFormat) UnmarshalJSON(b []byte) error + type ChartSeriesGroup struct + BubbleSizeRepresentation string + BubbleSizeScale int32 + DoughnutHoleSize int32 + FirstSliceAngle int32 + GapDepth int32 + GapWidth int32 + HasSeriesLines *bool + HiLowLinesFormat IChartLinesFormat + IsColorVaried *bool + Overlap int32 + PieSplitBy string + PieSplitPosition float64 + SecondPieSize int32 + Type_ string + func NewChartSeriesGroup() *ChartSeriesGroup + func (this *ChartSeriesGroup) GetBubbleSizeRepresentation() string + func (this *ChartSeriesGroup) GetBubbleSizeScale() int32 + func (this *ChartSeriesGroup) GetDoughnutHoleSize() int32 + func (this *ChartSeriesGroup) GetFirstSliceAngle() int32 + func (this *ChartSeriesGroup) GetGapDepth() int32 + func (this *ChartSeriesGroup) GetGapWidth() int32 + func (this *ChartSeriesGroup) GetHasSeriesLines() *bool + func (this *ChartSeriesGroup) GetHiLowLinesFormat() IChartLinesFormat + func (this *ChartSeriesGroup) GetIsColorVaried() *bool + func (this *ChartSeriesGroup) GetOverlap() int32 + func (this *ChartSeriesGroup) GetPieSplitBy() string + func (this *ChartSeriesGroup) GetPieSplitPosition() float64 + func (this *ChartSeriesGroup) GetSecondPieSize() int32 + func (this *ChartSeriesGroup) GetType() string + func (this *ChartSeriesGroup) SetBubbleSizeRepresentation(newValue string) + func (this *ChartSeriesGroup) SetBubbleSizeScale(newValue int32) + func (this *ChartSeriesGroup) SetDoughnutHoleSize(newValue int32) + func (this *ChartSeriesGroup) SetFirstSliceAngle(newValue int32) + func (this *ChartSeriesGroup) SetGapDepth(newValue int32) + func (this *ChartSeriesGroup) SetGapWidth(newValue int32) + func (this *ChartSeriesGroup) SetHasSeriesLines(newValue *bool) + func (this *ChartSeriesGroup) SetHiLowLinesFormat(newValue IChartLinesFormat) + func (this *ChartSeriesGroup) SetIsColorVaried(newValue *bool) + func (this *ChartSeriesGroup) SetOverlap(newValue int32) + func (this *ChartSeriesGroup) SetPieSplitBy(newValue string) + func (this *ChartSeriesGroup) SetPieSplitPosition(newValue float64) + func (this *ChartSeriesGroup) SetSecondPieSize(newValue int32) + func (this *ChartSeriesGroup) SetType(newValue string) + func (this *ChartSeriesGroup) UnmarshalJSON(b []byte) error + type ChartTitle struct + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + LineFormat ILineFormat + Overlay *bool + Text string + Width float64 + X float64 + Y float64 + func NewChartTitle() *ChartTitle + func (this *ChartTitle) GetEffectFormat() IEffectFormat + func (this *ChartTitle) GetFillFormat() IFillFormat + func (this *ChartTitle) GetHeight() float64 + func (this *ChartTitle) GetLineFormat() ILineFormat + func (this *ChartTitle) GetOverlay() *bool + func (this *ChartTitle) GetText() string + func (this *ChartTitle) GetWidth() float64 + func (this *ChartTitle) GetX() float64 + func (this *ChartTitle) GetY() float64 + func (this *ChartTitle) SetEffectFormat(newValue IEffectFormat) + func (this *ChartTitle) SetFillFormat(newValue IFillFormat) + func (this *ChartTitle) SetHeight(newValue float64) + func (this *ChartTitle) SetLineFormat(newValue ILineFormat) + func (this *ChartTitle) SetOverlay(newValue *bool) + func (this *ChartTitle) SetText(newValue string) + func (this *ChartTitle) SetWidth(newValue float64) + func (this *ChartTitle) SetX(newValue float64) + func (this *ChartTitle) SetY(newValue float64) + func (this *ChartTitle) UnmarshalJSON(b []byte) error + type ChartWall struct + EffectFormat IEffectFormat + FillFormat IFillFormat + LineFormat ILineFormat + PictureType string + Thickness int32 + func NewChartWall() *ChartWall + func (this *ChartWall) GetEffectFormat() IEffectFormat + func (this *ChartWall) GetFillFormat() IFillFormat + func (this *ChartWall) GetLineFormat() ILineFormat + func (this *ChartWall) GetPictureType() string + func (this *ChartWall) GetThickness() int32 + func (this *ChartWall) SetEffectFormat(newValue IEffectFormat) + func (this *ChartWall) SetFillFormat(newValue IFillFormat) + func (this *ChartWall) SetLineFormat(newValue ILineFormat) + func (this *ChartWall) SetPictureType(newValue string) + func (this *ChartWall) SetThickness(newValue int32) + func (this *ChartWall) UnmarshalJSON(b []byte) error + type ChartWallType string + const ChartWallType_BackWall + const ChartWallType_Floor + const ChartWallType_SideWall + type ClosePathSegment struct + Type_ string + func NewClosePathSegment() *ClosePathSegment + func (this *ClosePathSegment) GetType() string + func (this *ClosePathSegment) SetType(newValue string) + func (this *ClosePathSegment) UnmarshalJSON(b []byte) error + type ColorChangeEffect struct + FromColor string + ToColor string + Type_ string + func NewColorChangeEffect() *ColorChangeEffect + func (this *ColorChangeEffect) GetFromColor() string + func (this *ColorChangeEffect) GetToColor() string + func (this *ColorChangeEffect) GetType() string + func (this *ColorChangeEffect) SetFromColor(newValue string) + func (this *ColorChangeEffect) SetToColor(newValue string) + func (this *ColorChangeEffect) SetType(newValue string) + func (this *ColorChangeEffect) UnmarshalJSON(b []byte) error + type ColorReplaceEffect struct + Color string + Type_ string + func NewColorReplaceEffect() *ColorReplaceEffect + func (this *ColorReplaceEffect) GetColor() string + func (this *ColorReplaceEffect) GetType() string + func (this *ColorReplaceEffect) SetColor(newValue string) + func (this *ColorReplaceEffect) SetType(newValue string) + func (this *ColorReplaceEffect) UnmarshalJSON(b []byte) error + type ColorScheme struct + Accent1 string + Accent2 string + Accent3 string + Accent4 string + Accent5 string + Accent6 string + AlternateLinks []IResourceUri + Dark1 string + Dark2 string + FollowedHyperlink string + Hyperlink string + Light1 string + Light2 string + SelfUri IResourceUri + func NewColorScheme() *ColorScheme + func (this *ColorScheme) GetAccent1() string + func (this *ColorScheme) GetAccent2() string + func (this *ColorScheme) GetAccent3() string + func (this *ColorScheme) GetAccent4() string + func (this *ColorScheme) GetAccent5() string + func (this *ColorScheme) GetAccent6() string + func (this *ColorScheme) GetAlternateLinks() []IResourceUri + func (this *ColorScheme) GetDark1() string + func (this *ColorScheme) GetDark2() string + func (this *ColorScheme) GetFollowedHyperlink() string + func (this *ColorScheme) GetHyperlink() string + func (this *ColorScheme) GetLight1() string + func (this *ColorScheme) GetLight2() string + func (this *ColorScheme) GetSelfUri() IResourceUri + func (this *ColorScheme) SetAccent1(newValue string) + func (this *ColorScheme) SetAccent2(newValue string) + func (this *ColorScheme) SetAccent3(newValue string) + func (this *ColorScheme) SetAccent4(newValue string) + func (this *ColorScheme) SetAccent5(newValue string) + func (this *ColorScheme) SetAccent6(newValue string) + func (this *ColorScheme) SetAlternateLinks(newValue []IResourceUri) + func (this *ColorScheme) SetDark1(newValue string) + func (this *ColorScheme) SetDark2(newValue string) + func (this *ColorScheme) SetFollowedHyperlink(newValue string) + func (this *ColorScheme) SetHyperlink(newValue string) + func (this *ColorScheme) SetLight1(newValue string) + func (this *ColorScheme) SetLight2(newValue string) + func (this *ColorScheme) SetSelfUri(newValue IResourceUri) + func (this *ColorScheme) UnmarshalJSON(b []byte) error + type CommentAuthor struct + Initials string + Name string + func NewCommentAuthor() *CommentAuthor + func (this *CommentAuthor) GetInitials() string + func (this *CommentAuthor) GetName() string + func (this *CommentAuthor) SetInitials(newValue string) + func (this *CommentAuthor) SetName(newValue string) + func (this *CommentAuthor) UnmarshalJSON(b []byte) error + type CommentAuthors struct + AlternateLinks []IResourceUri + List []ICommentAuthor + SelfUri IResourceUri + func NewCommentAuthors() *CommentAuthors + func (this *CommentAuthors) GetAlternateLinks() []IResourceUri + func (this *CommentAuthors) GetList() []ICommentAuthor + func (this *CommentAuthors) GetSelfUri() IResourceUri + func (this *CommentAuthors) SetAlternateLinks(newValue []IResourceUri) + func (this *CommentAuthors) SetList(newValue []ICommentAuthor) + func (this *CommentAuthors) SetSelfUri(newValue IResourceUri) + func (this *CommentAuthors) UnmarshalJSON(b []byte) error + type CommonSlideViewProperties struct + DrawingGuides []IDrawingGuide + Scale int32 + VariableScale *bool + func NewCommonSlideViewProperties() *CommonSlideViewProperties + func (this *CommonSlideViewProperties) GetDrawingGuides() []IDrawingGuide + func (this *CommonSlideViewProperties) GetScale() int32 + func (this *CommonSlideViewProperties) GetVariableScale() *bool + func (this *CommonSlideViewProperties) SetDrawingGuides(newValue []IDrawingGuide) + func (this *CommonSlideViewProperties) SetScale(newValue int32) + func (this *CommonSlideViewProperties) SetVariableScale(newValue *bool) + func (this *CommonSlideViewProperties) UnmarshalJSON(b []byte) error + type Configuration struct + AllowInsecureRequests bool + ApiVersion string + AppKey string + AppSid string + AsyncBasePath string + AuthBasePath string + BasePath string + CustomHeaders map[string]string + Debug bool + HTTPClient *http.Client + Host string + OAuthToken string + Scheme string + Timeout int + Version string + func NewConfiguration() *Configuration + func (c *Configuration) GetApiUrl() string + type Connector struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + EndShapeConnectedTo IResourceUri + EndShapeConnectedToIndex int32 + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + SelfUri IResourceUri + ShapeType string + StartShapeConnectedTo IResourceUri + StartShapeConnectedToIndex int32 + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewConnector() *Connector + func (this *Connector) GetAlternateLinks() []IResourceUri + func (this *Connector) GetAlternativeText() string + func (this *Connector) GetAlternativeTextTitle() string + func (this *Connector) GetEffectFormat() IEffectFormat + func (this *Connector) GetEndShapeConnectedTo() IResourceUri + func (this *Connector) GetEndShapeConnectedToIndex() int32 + func (this *Connector) GetFillFormat() IFillFormat + func (this *Connector) GetHeight() float64 + func (this *Connector) GetHidden() *bool + func (this *Connector) GetHyperlinkClick() IHyperlink + func (this *Connector) GetHyperlinkMouseOver() IHyperlink + func (this *Connector) GetIsDecorative() *bool + func (this *Connector) GetLineFormat() ILineFormat + func (this *Connector) GetName() string + func (this *Connector) GetSelfUri() IResourceUri + func (this *Connector) GetShapeType() string + func (this *Connector) GetStartShapeConnectedTo() IResourceUri + func (this *Connector) GetStartShapeConnectedToIndex() int32 + func (this *Connector) GetThreeDFormat() IThreeDFormat + func (this *Connector) GetType() string + func (this *Connector) GetWidth() float64 + func (this *Connector) GetX() float64 + func (this *Connector) GetY() float64 + func (this *Connector) GetZOrderPosition() int32 + func (this *Connector) SetAlternateLinks(newValue []IResourceUri) + func (this *Connector) SetAlternativeText(newValue string) + func (this *Connector) SetAlternativeTextTitle(newValue string) + func (this *Connector) SetEffectFormat(newValue IEffectFormat) + func (this *Connector) SetEndShapeConnectedTo(newValue IResourceUri) + func (this *Connector) SetEndShapeConnectedToIndex(newValue int32) + func (this *Connector) SetFillFormat(newValue IFillFormat) + func (this *Connector) SetHeight(newValue float64) + func (this *Connector) SetHidden(newValue *bool) + func (this *Connector) SetHyperlinkClick(newValue IHyperlink) + func (this *Connector) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *Connector) SetIsDecorative(newValue *bool) + func (this *Connector) SetLineFormat(newValue ILineFormat) + func (this *Connector) SetName(newValue string) + func (this *Connector) SetSelfUri(newValue IResourceUri) + func (this *Connector) SetShapeType(newValue string) + func (this *Connector) SetStartShapeConnectedTo(newValue IResourceUri) + func (this *Connector) SetStartShapeConnectedToIndex(newValue int32) + func (this *Connector) SetThreeDFormat(newValue IThreeDFormat) + func (this *Connector) SetType(newValue string) + func (this *Connector) SetWidth(newValue float64) + func (this *Connector) SetX(newValue float64) + func (this *Connector) SetY(newValue float64) + func (this *Connector) SetZOrderPosition(newValue int32) + func (this *Connector) UnmarshalJSON(b []byte) error + type CubicBezierToPathSegment struct + Type_ string + X1 float64 + X2 float64 + X3 float64 + Y1 float64 + Y2 float64 + Y3 float64 + func NewCubicBezierToPathSegment() *CubicBezierToPathSegment + func (this *CubicBezierToPathSegment) GetType() string + func (this *CubicBezierToPathSegment) GetX1() float64 + func (this *CubicBezierToPathSegment) GetX2() float64 + func (this *CubicBezierToPathSegment) GetX3() float64 + func (this *CubicBezierToPathSegment) GetY1() float64 + func (this *CubicBezierToPathSegment) GetY2() float64 + func (this *CubicBezierToPathSegment) GetY3() float64 + func (this *CubicBezierToPathSegment) SetType(newValue string) + func (this *CubicBezierToPathSegment) SetX1(newValue float64) + func (this *CubicBezierToPathSegment) SetX2(newValue float64) + func (this *CubicBezierToPathSegment) SetX3(newValue float64) + func (this *CubicBezierToPathSegment) SetY1(newValue float64) + func (this *CubicBezierToPathSegment) SetY2(newValue float64) + func (this *CubicBezierToPathSegment) SetY3(newValue float64) + func (this *CubicBezierToPathSegment) UnmarshalJSON(b []byte) error + type CustomDashPattern struct + Items []float64 + func NewCustomDashPattern() *CustomDashPattern + func (this *CustomDashPattern) GetItems() []float64 + func (this *CustomDashPattern) SetItems(newValue []float64) + func (this *CustomDashPattern) UnmarshalJSON(b []byte) error + type DataPoint struct + EffectFormat IEffectFormat + FillFormat IFillFormat + LineFormat ILineFormat + Marker ISeriesMarker + ThreeDFormat IThreeDFormat + Type_ string + func NewDataPoint() *DataPoint + func (this *DataPoint) GetEffectFormat() IEffectFormat + func (this *DataPoint) GetFillFormat() IFillFormat + func (this *DataPoint) GetLineFormat() ILineFormat + func (this *DataPoint) GetMarker() ISeriesMarker + func (this *DataPoint) GetThreeDFormat() IThreeDFormat + func (this *DataPoint) GetType() string + func (this *DataPoint) SetEffectFormat(newValue IEffectFormat) + func (this *DataPoint) SetFillFormat(newValue IFillFormat) + func (this *DataPoint) SetLineFormat(newValue ILineFormat) + func (this *DataPoint) SetMarker(newValue ISeriesMarker) + func (this *DataPoint) SetThreeDFormat(newValue IThreeDFormat) + func (this *DataPoint) SetType(newValue string) + func (this *DataPoint) UnmarshalJSON(b []byte) error + type DataSource struct + Type_ string + func NewDataSource() *DataSource + func (this *DataSource) GetType() string + func (this *DataSource) SetType(newValue string) + func (this *DataSource) UnmarshalJSON(b []byte) error + type DelimiterElement struct + Arguments []IMathElement + BeginningCharacter string + DelimiterShape string + EndingCharacter string + GrowToMatchOperandHeight *bool + SeparatorCharacter string + Type_ string + func NewDelimiterElement() *DelimiterElement + func (this *DelimiterElement) GetArguments() []IMathElement + func (this *DelimiterElement) GetBeginningCharacter() string + func (this *DelimiterElement) GetDelimiterShape() string + func (this *DelimiterElement) GetEndingCharacter() string + func (this *DelimiterElement) GetGrowToMatchOperandHeight() *bool + func (this *DelimiterElement) GetSeparatorCharacter() string + func (this *DelimiterElement) GetType() string + func (this *DelimiterElement) SetArguments(newValue []IMathElement) + func (this *DelimiterElement) SetBeginningCharacter(newValue string) + func (this *DelimiterElement) SetDelimiterShape(newValue string) + func (this *DelimiterElement) SetEndingCharacter(newValue string) + func (this *DelimiterElement) SetGrowToMatchOperandHeight(newValue *bool) + func (this *DelimiterElement) SetSeparatorCharacter(newValue string) + func (this *DelimiterElement) SetType(newValue string) + func (this *DelimiterElement) UnmarshalJSON(b []byte) error + type DiscUsage struct + TotalSize int64 + UsedSize int64 + func NewDiscUsage() *DiscUsage + func (this *DiscUsage) GetTotalSize() int64 + func (this *DiscUsage) GetUsedSize() int64 + func (this *DiscUsage) SetTotalSize(newValue int64) + func (this *DiscUsage) SetUsedSize(newValue int64) + func (this *DiscUsage) UnmarshalJSON(b []byte) error + type Document struct + AlternateLinks []IResourceUri + DocumentProperties IResourceUri + Images IResourceUri + LayoutSlides IResourceUri + MasterSlides IResourceUri + SelfUri IResourceUri + Slides IResourceUri + ViewProperties IResourceUri + func NewDocument() *Document + func (this *Document) GetAlternateLinks() []IResourceUri + func (this *Document) GetDocumentProperties() IResourceUri + func (this *Document) GetImages() IResourceUri + func (this *Document) GetLayoutSlides() IResourceUri + func (this *Document) GetMasterSlides() IResourceUri + func (this *Document) GetSelfUri() IResourceUri + func (this *Document) GetSlides() IResourceUri + func (this *Document) GetViewProperties() IResourceUri + func (this *Document) SetAlternateLinks(newValue []IResourceUri) + func (this *Document) SetDocumentProperties(newValue IResourceUri) + func (this *Document) SetImages(newValue IResourceUri) + func (this *Document) SetLayoutSlides(newValue IResourceUri) + func (this *Document) SetMasterSlides(newValue IResourceUri) + func (this *Document) SetSelfUri(newValue IResourceUri) + func (this *Document) SetSlides(newValue IResourceUri) + func (this *Document) SetViewProperties(newValue IResourceUri) + func (this *Document) UnmarshalJSON(b []byte) error + type DocumentProperties struct + AlternateLinks []IResourceUri + List []IDocumentProperty + SelfUri IResourceUri + func NewDocumentProperties() *DocumentProperties + func (this *DocumentProperties) GetAlternateLinks() []IResourceUri + func (this *DocumentProperties) GetList() []IDocumentProperty + func (this *DocumentProperties) GetSelfUri() IResourceUri + func (this *DocumentProperties) SetAlternateLinks(newValue []IResourceUri) + func (this *DocumentProperties) SetList(newValue []IDocumentProperty) + func (this *DocumentProperties) SetSelfUri(newValue IResourceUri) + func (this *DocumentProperties) UnmarshalJSON(b []byte) error + type DocumentProperty struct + AlternateLinks []IResourceUri + BuiltIn *bool + Name string + SelfUri IResourceUri + Value string + func NewDocumentProperty() *DocumentProperty + func (this *DocumentProperty) GetAlternateLinks() []IResourceUri + func (this *DocumentProperty) GetBuiltIn() *bool + func (this *DocumentProperty) GetName() string + func (this *DocumentProperty) GetSelfUri() IResourceUri + func (this *DocumentProperty) GetValue() string + func (this *DocumentProperty) SetAlternateLinks(newValue []IResourceUri) + func (this *DocumentProperty) SetBuiltIn(newValue *bool) + func (this *DocumentProperty) SetName(newValue string) + func (this *DocumentProperty) SetSelfUri(newValue IResourceUri) + func (this *DocumentProperty) SetValue(newValue string) + func (this *DocumentProperty) UnmarshalJSON(b []byte) error + type DocumentReplaceResult struct + AlternateLinks []IResourceUri + DocumentProperties IResourceUri + Images IResourceUri + LayoutSlides IResourceUri + MasterSlides IResourceUri + Matches int32 + SelfUri IResourceUri + Slides IResourceUri + ViewProperties IResourceUri + func NewDocumentReplaceResult() *DocumentReplaceResult + func (this *DocumentReplaceResult) GetAlternateLinks() []IResourceUri + func (this *DocumentReplaceResult) GetDocumentProperties() IResourceUri + func (this *DocumentReplaceResult) GetImages() IResourceUri + func (this *DocumentReplaceResult) GetLayoutSlides() IResourceUri + func (this *DocumentReplaceResult) GetMasterSlides() IResourceUri + func (this *DocumentReplaceResult) GetMatches() int32 + func (this *DocumentReplaceResult) GetSelfUri() IResourceUri + func (this *DocumentReplaceResult) GetSlides() IResourceUri + func (this *DocumentReplaceResult) GetViewProperties() IResourceUri + func (this *DocumentReplaceResult) SetAlternateLinks(newValue []IResourceUri) + func (this *DocumentReplaceResult) SetDocumentProperties(newValue IResourceUri) + func (this *DocumentReplaceResult) SetImages(newValue IResourceUri) + func (this *DocumentReplaceResult) SetLayoutSlides(newValue IResourceUri) + func (this *DocumentReplaceResult) SetMasterSlides(newValue IResourceUri) + func (this *DocumentReplaceResult) SetMatches(newValue int32) + func (this *DocumentReplaceResult) SetSelfUri(newValue IResourceUri) + func (this *DocumentReplaceResult) SetSlides(newValue IResourceUri) + func (this *DocumentReplaceResult) SetViewProperties(newValue IResourceUri) + func (this *DocumentReplaceResult) UnmarshalJSON(b []byte) error + type DrawingGuide struct + Orientation string + Position float64 + func NewDrawingGuide() *DrawingGuide + func (this *DrawingGuide) GetOrientation() string + func (this *DrawingGuide) GetPosition() float64 + func (this *DrawingGuide) SetOrientation(newValue string) + func (this *DrawingGuide) SetPosition(newValue float64) + func (this *DrawingGuide) UnmarshalJSON(b []byte) error + type DuotoneEffect struct + Color1 string + Color2 string + Type_ string + func NewDuotoneEffect() *DuotoneEffect + func (this *DuotoneEffect) GetColor1() string + func (this *DuotoneEffect) GetColor2() string + func (this *DuotoneEffect) GetType() string + func (this *DuotoneEffect) SetColor1(newValue string) + func (this *DuotoneEffect) SetColor2(newValue string) + func (this *DuotoneEffect) SetType(newValue string) + func (this *DuotoneEffect) UnmarshalJSON(b []byte) error + type Effect struct + Accelerate float64 + AfterAnimationColor string + AfterAnimationType string + AnimateTextType string + AutoReverse *bool + Decelerate float64 + Duration float64 + ParagraphIndex int32 + PresetClassType string + RepeatCount float64 + RepeatDuration float64 + RepeatUntilEndSlide *bool + RepeatUntilNextClick *bool + Restart string + Rewind *bool + ShapeIndex int32 + Speed float64 + StopPreviousSound *bool + Subtype string + TriggerDelayTime float64 + TriggerType string + Type_ string + func NewEffect() *Effect + func (this *Effect) GetAccelerate() float64 + func (this *Effect) GetAfterAnimationColor() string + func (this *Effect) GetAfterAnimationType() string + func (this *Effect) GetAnimateTextType() string + func (this *Effect) GetAutoReverse() *bool + func (this *Effect) GetDecelerate() float64 + func (this *Effect) GetDuration() float64 + func (this *Effect) GetParagraphIndex() int32 + func (this *Effect) GetPresetClassType() string + func (this *Effect) GetRepeatCount() float64 + func (this *Effect) GetRepeatDuration() float64 + func (this *Effect) GetRepeatUntilEndSlide() *bool + func (this *Effect) GetRepeatUntilNextClick() *bool + func (this *Effect) GetRestart() string + func (this *Effect) GetRewind() *bool + func (this *Effect) GetShapeIndex() int32 + func (this *Effect) GetSpeed() float64 + func (this *Effect) GetStopPreviousSound() *bool + func (this *Effect) GetSubtype() string + func (this *Effect) GetTriggerDelayTime() float64 + func (this *Effect) GetTriggerType() string + func (this *Effect) GetType() string + func (this *Effect) SetAccelerate(newValue float64) + func (this *Effect) SetAfterAnimationColor(newValue string) + func (this *Effect) SetAfterAnimationType(newValue string) + func (this *Effect) SetAnimateTextType(newValue string) + func (this *Effect) SetAutoReverse(newValue *bool) + func (this *Effect) SetDecelerate(newValue float64) + func (this *Effect) SetDuration(newValue float64) + func (this *Effect) SetParagraphIndex(newValue int32) + func (this *Effect) SetPresetClassType(newValue string) + func (this *Effect) SetRepeatCount(newValue float64) + func (this *Effect) SetRepeatDuration(newValue float64) + func (this *Effect) SetRepeatUntilEndSlide(newValue *bool) + func (this *Effect) SetRepeatUntilNextClick(newValue *bool) + func (this *Effect) SetRestart(newValue string) + func (this *Effect) SetRewind(newValue *bool) + func (this *Effect) SetShapeIndex(newValue int32) + func (this *Effect) SetSpeed(newValue float64) + func (this *Effect) SetStopPreviousSound(newValue *bool) + func (this *Effect) SetSubtype(newValue string) + func (this *Effect) SetTriggerDelayTime(newValue float64) + func (this *Effect) SetTriggerType(newValue string) + func (this *Effect) SetType(newValue string) + func (this *Effect) UnmarshalJSON(b []byte) error + type EffectFormat struct + Blur IBlurEffect + FillOverlay IFillOverlayEffect + Glow IGlowEffect + InnerShadow IInnerShadowEffect + OuterShadow IOuterShadowEffect + PresetShadow IPresetShadowEffect + Reflection IReflectionEffect + SoftEdge ISoftEdgeEffect + func NewEffectFormat() *EffectFormat + func (this *EffectFormat) GetBlur() IBlurEffect + func (this *EffectFormat) GetFillOverlay() IFillOverlayEffect + func (this *EffectFormat) GetGlow() IGlowEffect + func (this *EffectFormat) GetInnerShadow() IInnerShadowEffect + func (this *EffectFormat) GetOuterShadow() IOuterShadowEffect + func (this *EffectFormat) GetPresetShadow() IPresetShadowEffect + func (this *EffectFormat) GetReflection() IReflectionEffect + func (this *EffectFormat) GetSoftEdge() ISoftEdgeEffect + func (this *EffectFormat) SetBlur(newValue IBlurEffect) + func (this *EffectFormat) SetFillOverlay(newValue IFillOverlayEffect) + func (this *EffectFormat) SetGlow(newValue IGlowEffect) + func (this *EffectFormat) SetInnerShadow(newValue IInnerShadowEffect) + func (this *EffectFormat) SetOuterShadow(newValue IOuterShadowEffect) + func (this *EffectFormat) SetPresetShadow(newValue IPresetShadowEffect) + func (this *EffectFormat) SetReflection(newValue IReflectionEffect) + func (this *EffectFormat) SetSoftEdge(newValue ISoftEdgeEffect) + func (this *EffectFormat) UnmarshalJSON(b []byte) error + type EntityExists struct + Exists *bool + func NewEntityExists() *EntityExists + func (this *EntityExists) GetExists() *bool + func (this *EntityExists) SetExists(newValue *bool) + func (this *EntityExists) UnmarshalJSON(b []byte) error + type ErrorDetails struct + Date time.Time + RequestId string + func NewErrorDetails() *ErrorDetails + func (this *ErrorDetails) GetDate() time.Time + func (this *ErrorDetails) GetRequestId() string + func (this *ErrorDetails) SetDate(newValue time.Time) + func (this *ErrorDetails) SetRequestId(newValue string) + func (this *ErrorDetails) UnmarshalJSON(b []byte) error + type ErrorMessage struct + Error *ErrorMessage + Message string + type ExportFormat string + const ExportFormat_Bmp + const ExportFormat_Emf + const ExportFormat_Fodp + const ExportFormat_Gif + const ExportFormat_Html + const ExportFormat_Html5 + const ExportFormat_Jpeg + const ExportFormat_Md + const ExportFormat_Mpeg4 + const ExportFormat_Odp + const ExportFormat_Otp + const ExportFormat_Pdf + const ExportFormat_Png + const ExportFormat_Pot + const ExportFormat_Potm + const ExportFormat_Potx + const ExportFormat_Pps + const ExportFormat_Ppsm + const ExportFormat_Ppsx + const ExportFormat_Ppt + const ExportFormat_Pptm + const ExportFormat_Pptx + const ExportFormat_Svg + const ExportFormat_Swf + const ExportFormat_Tiff + const ExportFormat_Xaml + const ExportFormat_Xml + const ExportFormat_Xps + type ExportOptions struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + SkipJavaScriptLinks *bool + func NewExportOptions() *ExportOptions + func (this *ExportOptions) GetDefaultRegularFont() string + func (this *ExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *ExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *ExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *ExportOptions) GetFormat() string + func (this *ExportOptions) GetGradientStyle() string + func (this *ExportOptions) GetSkipJavaScriptLinks() *bool + func (this *ExportOptions) SetDefaultRegularFont(newValue string) + func (this *ExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *ExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *ExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *ExportOptions) SetFormat(newValue string) + func (this *ExportOptions) SetGradientStyle(newValue string) + func (this *ExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *ExportOptions) UnmarshalJSON(b []byte) error + type FileVersion struct + IsFolder *bool + IsLatest *bool + ModifiedDate time.Time + Name string + Path string + Size int64 + VersionId string + func NewFileVersion() *FileVersion + func (this *FileVersion) GetIsFolder() *bool + func (this *FileVersion) GetIsLatest() *bool + func (this *FileVersion) GetModifiedDate() time.Time + func (this *FileVersion) GetName() string + func (this *FileVersion) GetPath() string + func (this *FileVersion) GetSize() int64 + func (this *FileVersion) GetVersionId() string + func (this *FileVersion) SetIsFolder(newValue *bool) + func (this *FileVersion) SetIsLatest(newValue *bool) + func (this *FileVersion) SetModifiedDate(newValue time.Time) + func (this *FileVersion) SetName(newValue string) + func (this *FileVersion) SetPath(newValue string) + func (this *FileVersion) SetSize(newValue int64) + func (this *FileVersion) SetVersionId(newValue string) + func (this *FileVersion) UnmarshalJSON(b []byte) error + type FileVersions struct + Value []IFileVersion + func NewFileVersions() *FileVersions + func (this *FileVersions) GetValue() []IFileVersion + func (this *FileVersions) SetValue(newValue []IFileVersion) + func (this *FileVersions) UnmarshalJSON(b []byte) error + type FilesList struct + Value []IStorageFile + func NewFilesList() *FilesList + func (this *FilesList) GetValue() []IStorageFile + func (this *FilesList) SetValue(newValue []IStorageFile) + func (this *FilesList) UnmarshalJSON(b []byte) error + type FilesUploadResult struct + Errors []ModelError + Uploaded []string + func NewFilesUploadResult() *FilesUploadResult + func (this *FilesUploadResult) GetErrors() []ModelError + func (this *FilesUploadResult) GetUploaded() []string + func (this *FilesUploadResult) SetErrors(newValue []ModelError) + func (this *FilesUploadResult) SetUploaded(newValue []string) + func (this *FilesUploadResult) UnmarshalJSON(b []byte) error + type FillFormat struct + Type_ string + func NewFillFormat() *FillFormat + func (this *FillFormat) GetType() string + func (this *FillFormat) SetType(newValue string) + func (this *FillFormat) UnmarshalJSON(b []byte) error + type FillOverlayEffect struct + Blend string + func NewFillOverlayEffect() *FillOverlayEffect + func (this *FillOverlayEffect) GetBlend() string + func (this *FillOverlayEffect) SetBlend(newValue string) + func (this *FillOverlayEffect) UnmarshalJSON(b []byte) error + type FillOverlayImageEffect struct + Blend string + FillFormat IFillFormat + Type_ string + func NewFillOverlayImageEffect() *FillOverlayImageEffect + func (this *FillOverlayImageEffect) GetBlend() string + func (this *FillOverlayImageEffect) GetFillFormat() IFillFormat + func (this *FillOverlayImageEffect) GetType() string + func (this *FillOverlayImageEffect) SetBlend(newValue string) + func (this *FillOverlayImageEffect) SetFillFormat(newValue IFillFormat) + func (this *FillOverlayImageEffect) SetType(newValue string) + func (this *FillOverlayImageEffect) UnmarshalJSON(b []byte) error + type FontData struct + FontName string + IsCustom *bool + IsEmbedded *bool + func NewFontData() *FontData + func (this *FontData) GetFontName() string + func (this *FontData) GetIsCustom() *bool + func (this *FontData) GetIsEmbedded() *bool + func (this *FontData) SetFontName(newValue string) + func (this *FontData) SetIsCustom(newValue *bool) + func (this *FontData) SetIsEmbedded(newValue *bool) + func (this *FontData) UnmarshalJSON(b []byte) error + type FontFallbackRule struct + FallbackFontList []string + RangeEndIndex int32 + RangeStartIndex int32 + func NewFontFallbackRule() *FontFallbackRule + func (this *FontFallbackRule) GetFallbackFontList() []string + func (this *FontFallbackRule) GetRangeEndIndex() int32 + func (this *FontFallbackRule) GetRangeStartIndex() int32 + func (this *FontFallbackRule) SetFallbackFontList(newValue []string) + func (this *FontFallbackRule) SetRangeEndIndex(newValue int32) + func (this *FontFallbackRule) SetRangeStartIndex(newValue int32) + func (this *FontFallbackRule) UnmarshalJSON(b []byte) error + type FontScheme struct + AlternateLinks []IResourceUri + Major IFontSet + Minor IFontSet + Name string + SelfUri IResourceUri + func NewFontScheme() *FontScheme + func (this *FontScheme) GetAlternateLinks() []IResourceUri + func (this *FontScheme) GetMajor() IFontSet + func (this *FontScheme) GetMinor() IFontSet + func (this *FontScheme) GetName() string + func (this *FontScheme) GetSelfUri() IResourceUri + func (this *FontScheme) SetAlternateLinks(newValue []IResourceUri) + func (this *FontScheme) SetMajor(newValue IFontSet) + func (this *FontScheme) SetMinor(newValue IFontSet) + func (this *FontScheme) SetName(newValue string) + func (this *FontScheme) SetSelfUri(newValue IResourceUri) + func (this *FontScheme) UnmarshalJSON(b []byte) error + type FontSet struct + ComplexScript string + EastAsian string + Latin string + func NewFontSet() *FontSet + func (this *FontSet) GetComplexScript() string + func (this *FontSet) GetEastAsian() string + func (this *FontSet) GetLatin() string + func (this *FontSet) SetComplexScript(newValue string) + func (this *FontSet) SetEastAsian(newValue string) + func (this *FontSet) SetLatin(newValue string) + func (this *FontSet) UnmarshalJSON(b []byte) error + type FontSubstRule struct + NotFoundOnly *bool + SourceFont string + TargetFont string + func NewFontSubstRule() *FontSubstRule + func (this *FontSubstRule) GetNotFoundOnly() *bool + func (this *FontSubstRule) GetSourceFont() string + func (this *FontSubstRule) GetTargetFont() string + func (this *FontSubstRule) SetNotFoundOnly(newValue *bool) + func (this *FontSubstRule) SetSourceFont(newValue string) + func (this *FontSubstRule) SetTargetFont(newValue string) + func (this *FontSubstRule) UnmarshalJSON(b []byte) error + type FontsData struct + List []IFontData + func NewFontsData() *FontsData + func (this *FontsData) GetList() []IFontData + func (this *FontsData) SetList(newValue []IFontData) + func (this *FontsData) UnmarshalJSON(b []byte) error + type FormatScheme struct + AlternateLinks []IResourceUri + BackgroundStyles []IFillFormat + EffectStyles []IEffectFormat + FillStyles []IFillFormat + LineStyles []ILineFormat + SelfUri IResourceUri + func NewFormatScheme() *FormatScheme + func (this *FormatScheme) GetAlternateLinks() []IResourceUri + func (this *FormatScheme) GetBackgroundStyles() []IFillFormat + func (this *FormatScheme) GetEffectStyles() []IEffectFormat + func (this *FormatScheme) GetFillStyles() []IFillFormat + func (this *FormatScheme) GetLineStyles() []ILineFormat + func (this *FormatScheme) GetSelfUri() IResourceUri + func (this *FormatScheme) SetAlternateLinks(newValue []IResourceUri) + func (this *FormatScheme) SetBackgroundStyles(newValue []IFillFormat) + func (this *FormatScheme) SetEffectStyles(newValue []IEffectFormat) + func (this *FormatScheme) SetFillStyles(newValue []IFillFormat) + func (this *FormatScheme) SetLineStyles(newValue []ILineFormat) + func (this *FormatScheme) SetSelfUri(newValue IResourceUri) + func (this *FormatScheme) UnmarshalJSON(b []byte) error + type FractionElement struct + Denominator IMathElement + FractionType string + Numerator IMathElement + Type_ string + func NewFractionElement() *FractionElement + func (this *FractionElement) GetDenominator() IMathElement + func (this *FractionElement) GetFractionType() string + func (this *FractionElement) GetNumerator() IMathElement + func (this *FractionElement) GetType() string + func (this *FractionElement) SetDenominator(newValue IMathElement) + func (this *FractionElement) SetFractionType(newValue string) + func (this *FractionElement) SetNumerator(newValue IMathElement) + func (this *FractionElement) SetType(newValue string) + func (this *FractionElement) UnmarshalJSON(b []byte) error + type FunctionElement struct + Base IMathElement + Name IMathElement + Type_ string + func NewFunctionElement() *FunctionElement + func (this *FunctionElement) GetBase() IMathElement + func (this *FunctionElement) GetName() IMathElement + func (this *FunctionElement) GetType() string + func (this *FunctionElement) SetBase(newValue IMathElement) + func (this *FunctionElement) SetName(newValue IMathElement) + func (this *FunctionElement) SetType(newValue string) + func (this *FunctionElement) UnmarshalJSON(b []byte) error + type GeometryPath struct + FillMode string + PathData []IPathSegment + Stroke *bool + func NewGeometryPath() *GeometryPath + func (this *GeometryPath) GetFillMode() string + func (this *GeometryPath) GetPathData() []IPathSegment + func (this *GeometryPath) GetStroke() *bool + func (this *GeometryPath) SetFillMode(newValue string) + func (this *GeometryPath) SetPathData(newValue []IPathSegment) + func (this *GeometryPath) SetStroke(newValue *bool) + func (this *GeometryPath) UnmarshalJSON(b []byte) error + type GeometryPaths struct + Paths []IGeometryPath + func NewGeometryPaths() *GeometryPaths + func (this *GeometryPaths) GetPaths() []IGeometryPath + func (this *GeometryPaths) SetPaths(newValue []IGeometryPath) + func (this *GeometryPaths) UnmarshalJSON(b []byte) error + type GeometryShape struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + SelfUri IResourceUri + ShapeType string + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewGeometryShape() *GeometryShape + func (this *GeometryShape) GetAlternateLinks() []IResourceUri + func (this *GeometryShape) GetAlternativeText() string + func (this *GeometryShape) GetAlternativeTextTitle() string + func (this *GeometryShape) GetEffectFormat() IEffectFormat + func (this *GeometryShape) GetFillFormat() IFillFormat + func (this *GeometryShape) GetHeight() float64 + func (this *GeometryShape) GetHidden() *bool + func (this *GeometryShape) GetHyperlinkClick() IHyperlink + func (this *GeometryShape) GetHyperlinkMouseOver() IHyperlink + func (this *GeometryShape) GetIsDecorative() *bool + func (this *GeometryShape) GetLineFormat() ILineFormat + func (this *GeometryShape) GetName() string + func (this *GeometryShape) GetSelfUri() IResourceUri + func (this *GeometryShape) GetShapeType() string + func (this *GeometryShape) GetThreeDFormat() IThreeDFormat + func (this *GeometryShape) GetType() string + func (this *GeometryShape) GetWidth() float64 + func (this *GeometryShape) GetX() float64 + func (this *GeometryShape) GetY() float64 + func (this *GeometryShape) GetZOrderPosition() int32 + func (this *GeometryShape) SetAlternateLinks(newValue []IResourceUri) + func (this *GeometryShape) SetAlternativeText(newValue string) + func (this *GeometryShape) SetAlternativeTextTitle(newValue string) + func (this *GeometryShape) SetEffectFormat(newValue IEffectFormat) + func (this *GeometryShape) SetFillFormat(newValue IFillFormat) + func (this *GeometryShape) SetHeight(newValue float64) + func (this *GeometryShape) SetHidden(newValue *bool) + func (this *GeometryShape) SetHyperlinkClick(newValue IHyperlink) + func (this *GeometryShape) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *GeometryShape) SetIsDecorative(newValue *bool) + func (this *GeometryShape) SetLineFormat(newValue ILineFormat) + func (this *GeometryShape) SetName(newValue string) + func (this *GeometryShape) SetSelfUri(newValue IResourceUri) + func (this *GeometryShape) SetShapeType(newValue string) + func (this *GeometryShape) SetThreeDFormat(newValue IThreeDFormat) + func (this *GeometryShape) SetType(newValue string) + func (this *GeometryShape) SetWidth(newValue float64) + func (this *GeometryShape) SetX(newValue float64) + func (this *GeometryShape) SetY(newValue float64) + func (this *GeometryShape) SetZOrderPosition(newValue int32) + func (this *GeometryShape) UnmarshalJSON(b []byte) error + type GifExportOptions struct + DefaultDelay int32 + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + ExportHiddenSlides *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + Height int32 + SkipJavaScriptLinks *bool + TransitionFps int32 + Width int32 + func NewGifExportOptions() *GifExportOptions + func (this *GifExportOptions) GetDefaultDelay() int32 + func (this *GifExportOptions) GetDefaultRegularFont() string + func (this *GifExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *GifExportOptions) GetExportHiddenSlides() *bool + func (this *GifExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *GifExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *GifExportOptions) GetFormat() string + func (this *GifExportOptions) GetGradientStyle() string + func (this *GifExportOptions) GetHeight() int32 + func (this *GifExportOptions) GetSkipJavaScriptLinks() *bool + func (this *GifExportOptions) GetTransitionFps() int32 + func (this *GifExportOptions) GetWidth() int32 + func (this *GifExportOptions) SetDefaultDelay(newValue int32) + func (this *GifExportOptions) SetDefaultRegularFont(newValue string) + func (this *GifExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *GifExportOptions) SetExportHiddenSlides(newValue *bool) + func (this *GifExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *GifExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *GifExportOptions) SetFormat(newValue string) + func (this *GifExportOptions) SetGradientStyle(newValue string) + func (this *GifExportOptions) SetHeight(newValue int32) + func (this *GifExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *GifExportOptions) SetTransitionFps(newValue int32) + func (this *GifExportOptions) SetWidth(newValue int32) + func (this *GifExportOptions) UnmarshalJSON(b []byte) error + type GlowEffect struct + Color string + Radius float64 + func NewGlowEffect() *GlowEffect + func (this *GlowEffect) GetColor() string + func (this *GlowEffect) GetRadius() float64 + func (this *GlowEffect) SetColor(newValue string) + func (this *GlowEffect) SetRadius(newValue float64) + func (this *GlowEffect) UnmarshalJSON(b []byte) error + type GradientFill struct + Direction string + IsScaled *bool + LinearAngle float64 + Shape string + Stops []IGradientFillStop + TileFlip string + Type_ string + func NewGradientFill() *GradientFill + func (this *GradientFill) GetDirection() string + func (this *GradientFill) GetIsScaled() *bool + func (this *GradientFill) GetLinearAngle() float64 + func (this *GradientFill) GetShape() string + func (this *GradientFill) GetStops() []IGradientFillStop + func (this *GradientFill) GetTileFlip() string + func (this *GradientFill) GetType() string + func (this *GradientFill) SetDirection(newValue string) + func (this *GradientFill) SetIsScaled(newValue *bool) + func (this *GradientFill) SetLinearAngle(newValue float64) + func (this *GradientFill) SetShape(newValue string) + func (this *GradientFill) SetStops(newValue []IGradientFillStop) + func (this *GradientFill) SetTileFlip(newValue string) + func (this *GradientFill) SetType(newValue string) + func (this *GradientFill) UnmarshalJSON(b []byte) error + type GradientFillStop struct + Color string + Position float64 + func NewGradientFillStop() *GradientFillStop + func (this *GradientFillStop) GetColor() string + func (this *GradientFillStop) GetPosition() float64 + func (this *GradientFillStop) SetColor(newValue string) + func (this *GradientFillStop) SetPosition(newValue float64) + func (this *GradientFillStop) UnmarshalJSON(b []byte) error + type GraphicalObject struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + SelfUri IResourceUri + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewGraphicalObject() *GraphicalObject + func (this *GraphicalObject) GetAlternateLinks() []IResourceUri + func (this *GraphicalObject) GetAlternativeText() string + func (this *GraphicalObject) GetAlternativeTextTitle() string + func (this *GraphicalObject) GetEffectFormat() IEffectFormat + func (this *GraphicalObject) GetFillFormat() IFillFormat + func (this *GraphicalObject) GetHeight() float64 + func (this *GraphicalObject) GetHidden() *bool + func (this *GraphicalObject) GetHyperlinkClick() IHyperlink + func (this *GraphicalObject) GetHyperlinkMouseOver() IHyperlink + func (this *GraphicalObject) GetIsDecorative() *bool + func (this *GraphicalObject) GetLineFormat() ILineFormat + func (this *GraphicalObject) GetName() string + func (this *GraphicalObject) GetSelfUri() IResourceUri + func (this *GraphicalObject) GetThreeDFormat() IThreeDFormat + func (this *GraphicalObject) GetType() string + func (this *GraphicalObject) GetWidth() float64 + func (this *GraphicalObject) GetX() float64 + func (this *GraphicalObject) GetY() float64 + func (this *GraphicalObject) GetZOrderPosition() int32 + func (this *GraphicalObject) SetAlternateLinks(newValue []IResourceUri) + func (this *GraphicalObject) SetAlternativeText(newValue string) + func (this *GraphicalObject) SetAlternativeTextTitle(newValue string) + func (this *GraphicalObject) SetEffectFormat(newValue IEffectFormat) + func (this *GraphicalObject) SetFillFormat(newValue IFillFormat) + func (this *GraphicalObject) SetHeight(newValue float64) + func (this *GraphicalObject) SetHidden(newValue *bool) + func (this *GraphicalObject) SetHyperlinkClick(newValue IHyperlink) + func (this *GraphicalObject) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *GraphicalObject) SetIsDecorative(newValue *bool) + func (this *GraphicalObject) SetLineFormat(newValue ILineFormat) + func (this *GraphicalObject) SetName(newValue string) + func (this *GraphicalObject) SetSelfUri(newValue IResourceUri) + func (this *GraphicalObject) SetThreeDFormat(newValue IThreeDFormat) + func (this *GraphicalObject) SetType(newValue string) + func (this *GraphicalObject) SetWidth(newValue float64) + func (this *GraphicalObject) SetX(newValue float64) + func (this *GraphicalObject) SetY(newValue float64) + func (this *GraphicalObject) SetZOrderPosition(newValue int32) + func (this *GraphicalObject) UnmarshalJSON(b []byte) error + type GrayScaleEffect struct + Type_ string + func NewGrayScaleEffect() *GrayScaleEffect + func (this *GrayScaleEffect) GetType() string + func (this *GrayScaleEffect) SetType(newValue string) + func (this *GrayScaleEffect) UnmarshalJSON(b []byte) error + type GroupShape struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + SelfUri IResourceUri + Shapes IResourceUri + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewGroupShape() *GroupShape + func (this *GroupShape) GetAlternateLinks() []IResourceUri + func (this *GroupShape) GetAlternativeText() string + func (this *GroupShape) GetAlternativeTextTitle() string + func (this *GroupShape) GetEffectFormat() IEffectFormat + func (this *GroupShape) GetFillFormat() IFillFormat + func (this *GroupShape) GetHeight() float64 + func (this *GroupShape) GetHidden() *bool + func (this *GroupShape) GetHyperlinkClick() IHyperlink + func (this *GroupShape) GetHyperlinkMouseOver() IHyperlink + func (this *GroupShape) GetIsDecorative() *bool + func (this *GroupShape) GetLineFormat() ILineFormat + func (this *GroupShape) GetName() string + func (this *GroupShape) GetSelfUri() IResourceUri + func (this *GroupShape) GetShapes() IResourceUri + func (this *GroupShape) GetThreeDFormat() IThreeDFormat + func (this *GroupShape) GetType() string + func (this *GroupShape) GetWidth() float64 + func (this *GroupShape) GetX() float64 + func (this *GroupShape) GetY() float64 + func (this *GroupShape) GetZOrderPosition() int32 + func (this *GroupShape) SetAlternateLinks(newValue []IResourceUri) + func (this *GroupShape) SetAlternativeText(newValue string) + func (this *GroupShape) SetAlternativeTextTitle(newValue string) + func (this *GroupShape) SetEffectFormat(newValue IEffectFormat) + func (this *GroupShape) SetFillFormat(newValue IFillFormat) + func (this *GroupShape) SetHeight(newValue float64) + func (this *GroupShape) SetHidden(newValue *bool) + func (this *GroupShape) SetHyperlinkClick(newValue IHyperlink) + func (this *GroupShape) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *GroupShape) SetIsDecorative(newValue *bool) + func (this *GroupShape) SetLineFormat(newValue ILineFormat) + func (this *GroupShape) SetName(newValue string) + func (this *GroupShape) SetSelfUri(newValue IResourceUri) + func (this *GroupShape) SetShapes(newValue IResourceUri) + func (this *GroupShape) SetThreeDFormat(newValue IThreeDFormat) + func (this *GroupShape) SetType(newValue string) + func (this *GroupShape) SetWidth(newValue float64) + func (this *GroupShape) SetX(newValue float64) + func (this *GroupShape) SetY(newValue float64) + func (this *GroupShape) SetZOrderPosition(newValue int32) + func (this *GroupShape) UnmarshalJSON(b []byte) error + type GroupingCharacterElement struct + Base IMathElement + Character string + Position string + Type_ string + VerticalJustification string + func NewGroupingCharacterElement() *GroupingCharacterElement + func (this *GroupingCharacterElement) GetBase() IMathElement + func (this *GroupingCharacterElement) GetCharacter() string + func (this *GroupingCharacterElement) GetPosition() string + func (this *GroupingCharacterElement) GetType() string + func (this *GroupingCharacterElement) GetVerticalJustification() string + func (this *GroupingCharacterElement) SetBase(newValue IMathElement) + func (this *GroupingCharacterElement) SetCharacter(newValue string) + func (this *GroupingCharacterElement) SetPosition(newValue string) + func (this *GroupingCharacterElement) SetType(newValue string) + func (this *GroupingCharacterElement) SetVerticalJustification(newValue string) + func (this *GroupingCharacterElement) UnmarshalJSON(b []byte) error + type HandoutLayoutingOptions struct + Handout string + LayoutType string + PrintComments *bool + PrintFrameSlide *bool + PrintSlideNumbers *bool + func NewHandoutLayoutingOptions() *HandoutLayoutingOptions + func (this *HandoutLayoutingOptions) GetHandout() string + func (this *HandoutLayoutingOptions) GetLayoutType() string + func (this *HandoutLayoutingOptions) GetPrintComments() *bool + func (this *HandoutLayoutingOptions) GetPrintFrameSlide() *bool + func (this *HandoutLayoutingOptions) GetPrintSlideNumbers() *bool + func (this *HandoutLayoutingOptions) SetHandout(newValue string) + func (this *HandoutLayoutingOptions) SetLayoutType(newValue string) + func (this *HandoutLayoutingOptions) SetPrintComments(newValue *bool) + func (this *HandoutLayoutingOptions) SetPrintFrameSlide(newValue *bool) + func (this *HandoutLayoutingOptions) SetPrintSlideNumbers(newValue *bool) + func (this *HandoutLayoutingOptions) UnmarshalJSON(b []byte) error + type HeaderFooter struct + AlternateLinks []IResourceUri + DateTimeText string + FooterText string + IsDateTimeVisible *bool + IsFooterVisible *bool + IsSlideNumberVisible *bool + SelfUri IResourceUri + func NewHeaderFooter() *HeaderFooter + func (this *HeaderFooter) GetAlternateLinks() []IResourceUri + func (this *HeaderFooter) GetDateTimeText() string + func (this *HeaderFooter) GetFooterText() string + func (this *HeaderFooter) GetIsDateTimeVisible() *bool + func (this *HeaderFooter) GetIsFooterVisible() *bool + func (this *HeaderFooter) GetIsSlideNumberVisible() *bool + func (this *HeaderFooter) GetSelfUri() IResourceUri + func (this *HeaderFooter) SetAlternateLinks(newValue []IResourceUri) + func (this *HeaderFooter) SetDateTimeText(newValue string) + func (this *HeaderFooter) SetFooterText(newValue string) + func (this *HeaderFooter) SetIsDateTimeVisible(newValue *bool) + func (this *HeaderFooter) SetIsFooterVisible(newValue *bool) + func (this *HeaderFooter) SetIsSlideNumberVisible(newValue *bool) + func (this *HeaderFooter) SetSelfUri(newValue IResourceUri) + func (this *HeaderFooter) UnmarshalJSON(b []byte) error + type HslEffect struct + Hue float64 + Luminance float64 + Saturation float64 + Type_ string + func NewHslEffect() *HslEffect + func (this *HslEffect) GetHue() float64 + func (this *HslEffect) GetLuminance() float64 + func (this *HslEffect) GetSaturation() float64 + func (this *HslEffect) GetType() string + func (this *HslEffect) SetHue(newValue float64) + func (this *HslEffect) SetLuminance(newValue float64) + func (this *HslEffect) SetSaturation(newValue float64) + func (this *HslEffect) SetType(newValue string) + func (this *HslEffect) UnmarshalJSON(b []byte) error + type Html5ExportOptions struct + AnimateShapes *bool + AnimateTransitions *bool + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + DisableFontLigatures *bool + EmbedImages *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + SkipJavaScriptLinks *bool + SlidesLayoutOptions ISlidesLayoutOptions + TemplatesPath string + func NewHtml5ExportOptions() *Html5ExportOptions + func (this *Html5ExportOptions) GetAnimateShapes() *bool + func (this *Html5ExportOptions) GetAnimateTransitions() *bool + func (this *Html5ExportOptions) GetDefaultRegularFont() string + func (this *Html5ExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *Html5ExportOptions) GetDisableFontLigatures() *bool + func (this *Html5ExportOptions) GetEmbedImages() *bool + func (this *Html5ExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *Html5ExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *Html5ExportOptions) GetFormat() string + func (this *Html5ExportOptions) GetGradientStyle() string + func (this *Html5ExportOptions) GetSkipJavaScriptLinks() *bool + func (this *Html5ExportOptions) GetSlidesLayoutOptions() ISlidesLayoutOptions + func (this *Html5ExportOptions) GetTemplatesPath() string + func (this *Html5ExportOptions) SetAnimateShapes(newValue *bool) + func (this *Html5ExportOptions) SetAnimateTransitions(newValue *bool) + func (this *Html5ExportOptions) SetDefaultRegularFont(newValue string) + func (this *Html5ExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *Html5ExportOptions) SetDisableFontLigatures(newValue *bool) + func (this *Html5ExportOptions) SetEmbedImages(newValue *bool) + func (this *Html5ExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *Html5ExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *Html5ExportOptions) SetFormat(newValue string) + func (this *Html5ExportOptions) SetGradientStyle(newValue string) + func (this *Html5ExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *Html5ExportOptions) SetSlidesLayoutOptions(newValue ISlidesLayoutOptions) + func (this *Html5ExportOptions) SetTemplatesPath(newValue string) + func (this *Html5ExportOptions) UnmarshalJSON(b []byte) error + type HtmlExportOptions struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + DeletePicturesCroppedAreas *bool + DisableFontLigatures *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + JpegQuality int32 + PicturesCompression string + SaveAsZip *bool + ShowHiddenSlides *bool + SkipJavaScriptLinks *bool + SlidesLayoutOptions ISlidesLayoutOptions + SubDirectoryName string + SvgResponsiveLayout *bool + func NewHtmlExportOptions() *HtmlExportOptions + func (this *HtmlExportOptions) GetDefaultRegularFont() string + func (this *HtmlExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *HtmlExportOptions) GetDeletePicturesCroppedAreas() *bool + func (this *HtmlExportOptions) GetDisableFontLigatures() *bool + func (this *HtmlExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *HtmlExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *HtmlExportOptions) GetFormat() string + func (this *HtmlExportOptions) GetGradientStyle() string + func (this *HtmlExportOptions) GetJpegQuality() int32 + func (this *HtmlExportOptions) GetPicturesCompression() string + func (this *HtmlExportOptions) GetSaveAsZip() *bool + func (this *HtmlExportOptions) GetShowHiddenSlides() *bool + func (this *HtmlExportOptions) GetSkipJavaScriptLinks() *bool + func (this *HtmlExportOptions) GetSlidesLayoutOptions() ISlidesLayoutOptions + func (this *HtmlExportOptions) GetSubDirectoryName() string + func (this *HtmlExportOptions) GetSvgResponsiveLayout() *bool + func (this *HtmlExportOptions) SetDefaultRegularFont(newValue string) + func (this *HtmlExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *HtmlExportOptions) SetDeletePicturesCroppedAreas(newValue *bool) + func (this *HtmlExportOptions) SetDisableFontLigatures(newValue *bool) + func (this *HtmlExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *HtmlExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *HtmlExportOptions) SetFormat(newValue string) + func (this *HtmlExportOptions) SetGradientStyle(newValue string) + func (this *HtmlExportOptions) SetJpegQuality(newValue int32) + func (this *HtmlExportOptions) SetPicturesCompression(newValue string) + func (this *HtmlExportOptions) SetSaveAsZip(newValue *bool) + func (this *HtmlExportOptions) SetShowHiddenSlides(newValue *bool) + func (this *HtmlExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *HtmlExportOptions) SetSlidesLayoutOptions(newValue ISlidesLayoutOptions) + func (this *HtmlExportOptions) SetSubDirectoryName(newValue string) + func (this *HtmlExportOptions) SetSvgResponsiveLayout(newValue *bool) + func (this *HtmlExportOptions) UnmarshalJSON(b []byte) error + type Hyperlink struct + ActionType string + ColorSource string + ExternalUrl string + HighlightClick *bool + History *bool + IsDisabled *bool + SoundBase64 string + StopSoundOnClick *bool + TargetFrame string + TargetSlideIndex int32 + Tooltip string + func NewHyperlink() *Hyperlink + func (this *Hyperlink) GetActionType() string + func (this *Hyperlink) GetColorSource() string + func (this *Hyperlink) GetExternalUrl() string + func (this *Hyperlink) GetHighlightClick() *bool + func (this *Hyperlink) GetHistory() *bool + func (this *Hyperlink) GetIsDisabled() *bool + func (this *Hyperlink) GetSoundBase64() string + func (this *Hyperlink) GetStopSoundOnClick() *bool + func (this *Hyperlink) GetTargetFrame() string + func (this *Hyperlink) GetTargetSlideIndex() int32 + func (this *Hyperlink) GetTooltip() string + func (this *Hyperlink) SetActionType(newValue string) + func (this *Hyperlink) SetColorSource(newValue string) + func (this *Hyperlink) SetExternalUrl(newValue string) + func (this *Hyperlink) SetHighlightClick(newValue *bool) + func (this *Hyperlink) SetHistory(newValue *bool) + func (this *Hyperlink) SetIsDisabled(newValue *bool) + func (this *Hyperlink) SetSoundBase64(newValue string) + func (this *Hyperlink) SetStopSoundOnClick(newValue *bool) + func (this *Hyperlink) SetTargetFrame(newValue string) + func (this *Hyperlink) SetTargetSlideIndex(newValue int32) + func (this *Hyperlink) SetTooltip(newValue string) + func (this *Hyperlink) UnmarshalJSON(b []byte) error + type IAccentElement interface + GetBase func() IMathElement + GetCharacter func() string + GetType func() string + SetBase func(newValue IMathElement) + SetCharacter func(newValue string) + SetType func(newValue string) + type IAccessPermissions interface + GetAddOrModifyFields func() *bool + GetAssembleDocument func() *bool + GetCopyTextAndGraphics func() *bool + GetExtractTextAndGraphics func() *bool + GetFillExistingFields func() *bool + GetHighQualityPrint func() *bool + GetModifyContent func() *bool + GetPrintDocument func() *bool + SetAddOrModifyFields func(newValue *bool) + SetAssembleDocument func(newValue *bool) + SetCopyTextAndGraphics func(newValue *bool) + SetExtractTextAndGraphics func(newValue *bool) + SetFillExistingFields func(newValue *bool) + SetHighQualityPrint func(newValue *bool) + SetModifyContent func(newValue *bool) + SetPrintDocument func(newValue *bool) + type IAddLayoutSlide interface + GetCloneFromFile func() IInputFile + GetCloneFromPosition func() int32 + GetType func() string + SetCloneFromFile func(newValue IInputFile) + SetCloneFromPosition func(newValue int32) + SetType func(newValue string) + type IAddMasterSlide interface + GetApplyToAll func() *bool + GetCloneFromFile func() IInputFile + GetCloneFromPosition func() int32 + GetType func() string + SetApplyToAll func(newValue *bool) + SetCloneFromFile func(newValue IInputFile) + SetCloneFromPosition func(newValue int32) + SetType func(newValue string) + type IAddShape interface + GetShape func() IShapeBase + GetShapePath func() string + GetType func() string + SetShape func(newValue IShapeBase) + SetShapePath func(newValue string) + SetType func(newValue string) + type IAddSlide interface + GetCloneFromFile func() IInputFile + GetCloneFromPosition func() int32 + GetLayoutAlias func() string + GetPosition func() int32 + GetType func() string + SetCloneFromFile func(newValue IInputFile) + SetCloneFromPosition func(newValue int32) + SetLayoutAlias func(newValue string) + SetPosition func(newValue int32) + SetType func(newValue string) + type IAlphaBiLevelEffect interface + GetThreshold func() float64 + GetType func() string + SetThreshold func(newValue float64) + SetType func(newValue string) + type IAlphaCeilingEffect interface + GetType func() string + SetType func(newValue string) + type IAlphaFloorEffect interface + GetType func() string + SetType func(newValue string) + type IAlphaInverseEffect interface + GetType func() string + SetType func(newValue string) + type IAlphaModulateEffect interface + GetType func() string + SetType func(newValue string) + type IAlphaModulateFixedEffect interface + GetAmount func() float64 + GetType func() string + SetAmount func(newValue float64) + SetType func(newValue string) + type IAlphaReplaceEffect interface + GetAlpha func() float64 + GetType func() string + SetAlpha func(newValue float64) + SetType func(newValue string) + type IApiInfo interface + GetName func() string + GetVersion func() string + SetName func(newValue string) + SetVersion func(newValue string) + type IArcToPathSegment interface + GetHeight func() float64 + GetStartAngle func() float64 + GetSweepAngle func() float64 + GetType func() string + GetWidth func() float64 + SetHeight func(newValue float64) + SetStartAngle func(newValue float64) + SetSweepAngle func(newValue float64) + SetType func(newValue string) + SetWidth func(newValue float64) + type IArrayElement interface + GetArguments func() []IMathElement + GetBaseJustification func() string + GetMaximumDistribution func() *bool + GetObjectDistribution func() *bool + GetRowSpacing func() int32 + GetRowSpacingRule func() string + GetType func() string + SetArguments func(newValue []IMathElement) + SetBaseJustification func(newValue string) + SetMaximumDistribution func(newValue *bool) + SetObjectDistribution func(newValue *bool) + SetRowSpacing func(newValue int32) + SetRowSpacingRule func(newValue string) + SetType func(newValue string) + type IArrowHeadProperties interface + GetLength func() string + GetStyle func() string + GetWidth func() string + SetLength func(newValue string) + SetStyle func(newValue string) + SetWidth func(newValue string) + type IAudioFrame interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetAudioCdEndTrack func() int32 + GetAudioCdEndTrackTime func() int32 + GetAudioCdStartTrack func() int32 + GetAudioCdStartTrackTime func() int32 + GetBase64Data func() string + GetEffectFormat func() IEffectFormat + GetEmbedded func() *bool + GetFadeInDuration func() float64 + GetFadeOutDuration func() float64 + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHideAtShowing func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetPictureFillFormat func() IPictureFill + GetPlayAcrossSlides func() *bool + GetPlayLoopMode func() *bool + GetPlayMode func() string + GetRewindAudio func() *bool + GetSelfUri func() IResourceUri + GetShapeType func() string + GetThreeDFormat func() IThreeDFormat + GetTrimFromEnd func() float64 + GetTrimFromStart func() float64 + GetType func() string + GetVolume func() string + GetVolumeValue func() float64 + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetAudioCdEndTrack func(newValue int32) + SetAudioCdEndTrackTime func(newValue int32) + SetAudioCdStartTrack func(newValue int32) + SetAudioCdStartTrackTime func(newValue int32) + SetBase64Data func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetEmbedded func(newValue *bool) + SetFadeInDuration func(newValue float64) + SetFadeOutDuration func(newValue float64) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHideAtShowing func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetPictureFillFormat func(newValue IPictureFill) + SetPlayAcrossSlides func(newValue *bool) + SetPlayLoopMode func(newValue *bool) + SetPlayMode func(newValue string) + SetRewindAudio func(newValue *bool) + SetSelfUri func(newValue IResourceUri) + SetShapeType func(newValue string) + SetThreeDFormat func(newValue IThreeDFormat) + SetTrimFromEnd func(newValue float64) + SetTrimFromStart func(newValue float64) + SetType func(newValue string) + SetVolume func(newValue string) + SetVolumeValue func(newValue float64) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IAxes interface + GetHorizontalAxis func() IAxis + GetSecondaryHorizontalAxis func() IAxis + GetSecondaryVerticalAxis func() IAxis + GetVerticalAxis func() IAxis + SetHorizontalAxis func(newValue IAxis) + SetSecondaryHorizontalAxis func(newValue IAxis) + SetSecondaryVerticalAxis func(newValue IAxis) + SetVerticalAxis func(newValue IAxis) + type IAxis interface + GetAxisBetweenCategories func() *bool + GetBaseUnitScale func() string + GetCategoryAxisType func() string + GetCrossAt func() float64 + GetCrossType func() string + GetDisplayUnit func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHasTitle func() *bool + GetIsAutomaticMajorUnit func() *bool + GetIsAutomaticMaxValue func() *bool + GetIsAutomaticMinValue func() *bool + GetIsAutomaticMinorUnit func() *bool + GetIsAutomaticTickLabelSpacing func() *bool + GetIsAutomaticTickMarksSpacing func() *bool + GetIsLogarithmic func() *bool + GetIsNumberFormatLinkedToSource func() *bool + GetIsPlotOrderReversed func() *bool + GetIsVisible func() *bool + GetLabelOffset func() int32 + GetLineFormat func() ILineFormat + GetLogBase func() float64 + GetMajorGridLinesFormat func() IChartLinesFormat + GetMajorTickMark func() string + GetMajorUnit func() float64 + GetMajorUnitScale func() string + GetMaxValue func() float64 + GetMinValue func() float64 + GetMinorGridLinesFormat func() IChartLinesFormat + GetMinorTickMark func() string + GetMinorUnit func() float64 + GetMinorUnitScale func() string + GetNumberFormat func() string + GetPosition func() string + GetTickLabelPosition func() string + GetTickLabelRotationAngle func() float64 + GetTickLabelSpacing func() int32 + GetTickMarksSpacing func() int32 + GetTitle func() IChartTitle + SetAxisBetweenCategories func(newValue *bool) + SetBaseUnitScale func(newValue string) + SetCategoryAxisType func(newValue string) + SetCrossAt func(newValue float64) + SetCrossType func(newValue string) + SetDisplayUnit func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHasTitle func(newValue *bool) + SetIsAutomaticMajorUnit func(newValue *bool) + SetIsAutomaticMaxValue func(newValue *bool) + SetIsAutomaticMinValue func(newValue *bool) + SetIsAutomaticMinorUnit func(newValue *bool) + SetIsAutomaticTickLabelSpacing func(newValue *bool) + SetIsAutomaticTickMarksSpacing func(newValue *bool) + SetIsLogarithmic func(newValue *bool) + SetIsNumberFormatLinkedToSource func(newValue *bool) + SetIsPlotOrderReversed func(newValue *bool) + SetIsVisible func(newValue *bool) + SetLabelOffset func(newValue int32) + SetLineFormat func(newValue ILineFormat) + SetLogBase func(newValue float64) + SetMajorGridLinesFormat func(newValue IChartLinesFormat) + SetMajorTickMark func(newValue string) + SetMajorUnit func(newValue float64) + SetMajorUnitScale func(newValue string) + SetMaxValue func(newValue float64) + SetMinValue func(newValue float64) + SetMinorGridLinesFormat func(newValue IChartLinesFormat) + SetMinorTickMark func(newValue string) + SetMinorUnit func(newValue float64) + SetMinorUnitScale func(newValue string) + SetNumberFormat func(newValue string) + SetPosition func(newValue string) + SetTickLabelPosition func(newValue string) + SetTickLabelRotationAngle func(newValue float64) + SetTickLabelSpacing func(newValue int32) + SetTickMarksSpacing func(newValue int32) + SetTitle func(newValue IChartTitle) + type IBarElement interface + GetBase func() IMathElement + GetPosition func() string + GetType func() string + SetBase func(newValue IMathElement) + SetPosition func(newValue string) + SetType func(newValue string) + type IBase64InputFile interface + GetData func() string + GetPassword func() string + GetType func() string + SetData func(newValue string) + SetPassword func(newValue string) + SetType func(newValue string) + type IBiLevelEffect interface + GetThreshold func() float64 + GetType func() string + SetThreshold func(newValue float64) + SetType func(newValue string) + type IBlockElement interface + GetMathElementList func() []IMathElement + GetType func() string + SetMathElementList func(newValue []IMathElement) + SetType func(newValue string) + type IBlurEffect interface + GetGrow func() *bool + GetRadius func() float64 + SetGrow func(newValue *bool) + SetRadius func(newValue float64) + type IBlurImageEffect interface + GetGrow func() *bool + GetRadius func() float64 + GetType func() string + SetGrow func(newValue *bool) + SetRadius func(newValue float64) + SetType func(newValue string) + type IBorderBoxElement interface + GetBase func() IMathElement + GetHideBottom func() *bool + GetHideLeft func() *bool + GetHideRight func() *bool + GetHideTop func() *bool + GetStrikethroughBottomLeftToTopRight func() *bool + GetStrikethroughHorizontal func() *bool + GetStrikethroughTopLeftToBottomRight func() *bool + GetStrikethroughVertical func() *bool + GetType func() string + SetBase func(newValue IMathElement) + SetHideBottom func(newValue *bool) + SetHideLeft func(newValue *bool) + SetHideRight func(newValue *bool) + SetHideTop func(newValue *bool) + SetStrikethroughBottomLeftToTopRight func(newValue *bool) + SetStrikethroughHorizontal func(newValue *bool) + SetStrikethroughTopLeftToBottomRight func(newValue *bool) + SetStrikethroughVertical func(newValue *bool) + SetType func(newValue string) + type IBoxElement interface + GetAlignmentPoint func() *bool + GetBase func() IMathElement + GetDifferential func() *bool + GetExplicitBreak func() int32 + GetNoBreak func() *bool + GetOperatorEmulator func() *bool + GetType func() string + SetAlignmentPoint func(newValue *bool) + SetBase func(newValue IMathElement) + SetDifferential func(newValue *bool) + SetExplicitBreak func(newValue int32) + SetNoBreak func(newValue *bool) + SetOperatorEmulator func(newValue *bool) + SetType func(newValue string) + type IBubbleChartDataPoint interface + GetBubbleSize func() float64 + GetBubbleSizeFormula func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetXValue func() float64 + GetXValueFormula func() string + GetYValue func() float64 + GetYValueFormula func() string + SetBubbleSize func(newValue float64) + SetBubbleSizeFormula func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetXValue func(newValue float64) + SetXValueFormula func(newValue string) + SetYValue func(newValue float64) + SetYValueFormula func(newValue string) + type IBubbleSeries interface + GetDataPointType func() string + GetDataPoints func() []IBubbleChartDataPoint + GetDataSourceForBubbleSizeValues func() IDataSource + GetDataSourceForSeriesName func() IDataSource + GetDataSourceForXValues func() IDataSource + GetDataSourceForYValues func() IDataSource + GetEffectFormat func() IEffectFormat + GetExplosion func() int32 + GetFillFormat func() IFillFormat + GetInvertIfNegative func() *bool + GetInvertedSolidFillColor func() string + GetIsColorVaried func() *bool + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetName func() string + GetNumberFormatOfBubbleSizes func() string + GetNumberFormatOfXValues func() string + GetNumberFormatOfYValues func() string + GetOrder func() int32 + GetPlotOnSecondAxis func() *bool + GetSmooth func() *bool + GetType func() string + SetDataPointType func(newValue string) + SetDataPoints func(newValue []IBubbleChartDataPoint) + SetDataSourceForBubbleSizeValues func(newValue IDataSource) + SetDataSourceForSeriesName func(newValue IDataSource) + SetDataSourceForXValues func(newValue IDataSource) + SetDataSourceForYValues func(newValue IDataSource) + SetEffectFormat func(newValue IEffectFormat) + SetExplosion func(newValue int32) + SetFillFormat func(newValue IFillFormat) + SetInvertIfNegative func(newValue *bool) + SetInvertedSolidFillColor func(newValue string) + SetIsColorVaried func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetName func(newValue string) + SetNumberFormatOfBubbleSizes func(newValue string) + SetNumberFormatOfXValues func(newValue string) + SetNumberFormatOfYValues func(newValue string) + SetOrder func(newValue int32) + SetPlotOnSecondAxis func(newValue *bool) + SetSmooth func(newValue *bool) + SetType func(newValue string) + type ICamera interface + GetCameraType func() string + GetFieldOfViewAngle func() float64 + GetXRotation func() float64 + GetYRotation func() float64 + GetZRotation func() float64 + GetZoom func() float64 + SetCameraType func(newValue string) + SetFieldOfViewAngle func(newValue float64) + SetXRotation func(newValue float64) + SetYRotation func(newValue float64) + SetZRotation func(newValue float64) + SetZoom func(newValue float64) + type ICaptionTrack interface + GetAlternateLinks func() []IResourceUri + GetCaptionId func() string + GetDataAsString func() string + GetLabel func() string + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetCaptionId func(newValue string) + SetDataAsString func(newValue string) + SetLabel func(newValue string) + SetSelfUri func(newValue IResourceUri) + type ICaptionTracks interface + GetAlternateLinks func() []IResourceUri + GetItems func() []ICaptionTrack + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetItems func(newValue []ICaptionTrack) + SetSelfUri func(newValue IResourceUri) + type IChart interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetAxes func() IAxes + GetBackWall func() IChartWall + GetCategories func() []IChartCategory + GetChartType func() string + GetDataSourceForCategories func() IDataSource + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetFloor func() IChartWall + GetHasRoundedCorners func() *bool + GetHasTitle func() *bool + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLegend func() ILegend + GetLineFormat func() ILineFormat + GetName func() string + GetPlotArea func() IPlotArea + GetSelfUri func() IResourceUri + GetSeries func() []ISeries + GetSeriesGroups func() []IChartSeriesGroup + GetShowDataLabelsOverMaximum func() *bool + GetSideWall func() IChartWall + GetThreeDFormat func() IThreeDFormat + GetTitle func() IChartTitle + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetAxes func(newValue IAxes) + SetBackWall func(newValue IChartWall) + SetCategories func(newValue []IChartCategory) + SetChartType func(newValue string) + SetDataSourceForCategories func(newValue IDataSource) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetFloor func(newValue IChartWall) + SetHasRoundedCorners func(newValue *bool) + SetHasTitle func(newValue *bool) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLegend func(newValue ILegend) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetPlotArea func(newValue IPlotArea) + SetSelfUri func(newValue IResourceUri) + SetSeries func(newValue []ISeries) + SetSeriesGroups func(newValue []IChartSeriesGroup) + SetShowDataLabelsOverMaximum func(newValue *bool) + SetSideWall func(newValue IChartWall) + SetThreeDFormat func(newValue IThreeDFormat) + SetTitle func(newValue IChartTitle) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IChartCategory interface + GetDataPoints func() []IOneValueChartDataPoint + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetLevel func() int32 + GetLineFormat func() ILineFormat + GetParentCategories func() []string + GetValue func() string + SetDataPoints func(newValue []IOneValueChartDataPoint) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetLevel func(newValue int32) + SetLineFormat func(newValue ILineFormat) + SetParentCategories func(newValue []string) + SetValue func(newValue string) + type IChartLinesFormat interface + GetEffectFormat func() IEffectFormat + GetLineFormat func() ILineFormat + SetEffectFormat func(newValue IEffectFormat) + SetLineFormat func(newValue ILineFormat) + type IChartSeriesGroup interface + GetBubbleSizeRepresentation func() string + GetBubbleSizeScale func() int32 + GetDoughnutHoleSize func() int32 + GetFirstSliceAngle func() int32 + GetGapDepth func() int32 + GetGapWidth func() int32 + GetHasSeriesLines func() *bool + GetHiLowLinesFormat func() IChartLinesFormat + GetIsColorVaried func() *bool + GetOverlap func() int32 + GetPieSplitBy func() string + GetPieSplitPosition func() float64 + GetSecondPieSize func() int32 + GetType func() string + SetBubbleSizeRepresentation func(newValue string) + SetBubbleSizeScale func(newValue int32) + SetDoughnutHoleSize func(newValue int32) + SetFirstSliceAngle func(newValue int32) + SetGapDepth func(newValue int32) + SetGapWidth func(newValue int32) + SetHasSeriesLines func(newValue *bool) + SetHiLowLinesFormat func(newValue IChartLinesFormat) + SetIsColorVaried func(newValue *bool) + SetOverlap func(newValue int32) + SetPieSplitBy func(newValue string) + SetPieSplitPosition func(newValue float64) + SetSecondPieSize func(newValue int32) + SetType func(newValue string) + type IChartTitle interface + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetLineFormat func() ILineFormat + GetOverlay func() *bool + GetText func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetLineFormat func(newValue ILineFormat) + SetOverlay func(newValue *bool) + SetText func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + type IChartWall interface + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetLineFormat func() ILineFormat + GetPictureType func() string + GetThickness func() int32 + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetLineFormat func(newValue ILineFormat) + SetPictureType func(newValue string) + SetThickness func(newValue int32) + type IClosePathSegment interface + GetType func() string + SetType func(newValue string) + type IColorChangeEffect interface + GetFromColor func() string + GetToColor func() string + GetType func() string + SetFromColor func(newValue string) + SetToColor func(newValue string) + SetType func(newValue string) + type IColorReplaceEffect interface + GetColor func() string + GetType func() string + SetColor func(newValue string) + SetType func(newValue string) + type IColorScheme interface + GetAccent1 func() string + GetAccent2 func() string + GetAccent3 func() string + GetAccent4 func() string + GetAccent5 func() string + GetAccent6 func() string + GetAlternateLinks func() []IResourceUri + GetDark1 func() string + GetDark2 func() string + GetFollowedHyperlink func() string + GetHyperlink func() string + GetLight1 func() string + GetLight2 func() string + GetSelfUri func() IResourceUri + SetAccent1 func(newValue string) + SetAccent2 func(newValue string) + SetAccent3 func(newValue string) + SetAccent4 func(newValue string) + SetAccent5 func(newValue string) + SetAccent6 func(newValue string) + SetAlternateLinks func(newValue []IResourceUri) + SetDark1 func(newValue string) + SetDark2 func(newValue string) + SetFollowedHyperlink func(newValue string) + SetHyperlink func(newValue string) + SetLight1 func(newValue string) + SetLight2 func(newValue string) + SetSelfUri func(newValue IResourceUri) + type ICommentAuthor interface + GetInitials func() string + GetName func() string + SetInitials func(newValue string) + SetName func(newValue string) + type ICommentAuthors interface + GetAlternateLinks func() []IResourceUri + GetList func() []ICommentAuthor + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetList func(newValue []ICommentAuthor) + SetSelfUri func(newValue IResourceUri) + type ICommonSlideViewProperties interface + GetDrawingGuides func() []IDrawingGuide + GetScale func() int32 + GetVariableScale func() *bool + SetDrawingGuides func(newValue []IDrawingGuide) + SetScale func(newValue int32) + SetVariableScale func(newValue *bool) + type IConnector interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetEndShapeConnectedTo func() IResourceUri + GetEndShapeConnectedToIndex func() int32 + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetSelfUri func() IResourceUri + GetShapeType func() string + GetStartShapeConnectedTo func() IResourceUri + GetStartShapeConnectedToIndex func() int32 + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetEndShapeConnectedTo func(newValue IResourceUri) + SetEndShapeConnectedToIndex func(newValue int32) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetShapeType func(newValue string) + SetStartShapeConnectedTo func(newValue IResourceUri) + SetStartShapeConnectedToIndex func(newValue int32) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type ICubicBezierToPathSegment interface + GetType func() string + GetX1 func() float64 + GetX2 func() float64 + GetX3 func() float64 + GetY1 func() float64 + GetY2 func() float64 + GetY3 func() float64 + SetType func(newValue string) + SetX1 func(newValue float64) + SetX2 func(newValue float64) + SetX3 func(newValue float64) + SetY1 func(newValue float64) + SetY2 func(newValue float64) + SetY3 func(newValue float64) + type ICustomDashPattern interface + GetItems func() []float64 + SetItems func(newValue []float64) + type IDataPoint interface + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetThreeDFormat func() IThreeDFormat + GetType func() string + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + type IDataSource interface + GetType func() string + SetType func(newValue string) + type IDelimiterElement interface + GetArguments func() []IMathElement + GetBeginningCharacter func() string + GetDelimiterShape func() string + GetEndingCharacter func() string + GetGrowToMatchOperandHeight func() *bool + GetSeparatorCharacter func() string + GetType func() string + SetArguments func(newValue []IMathElement) + SetBeginningCharacter func(newValue string) + SetDelimiterShape func(newValue string) + SetEndingCharacter func(newValue string) + SetGrowToMatchOperandHeight func(newValue *bool) + SetSeparatorCharacter func(newValue string) + SetType func(newValue string) + type IDiscUsage interface + GetTotalSize func() int64 + GetUsedSize func() int64 + SetTotalSize func(newValue int64) + SetUsedSize func(newValue int64) + type IDocument interface + GetAlternateLinks func() []IResourceUri + GetDocumentProperties func() IResourceUri + GetImages func() IResourceUri + GetLayoutSlides func() IResourceUri + GetMasterSlides func() IResourceUri + GetSelfUri func() IResourceUri + GetSlides func() IResourceUri + GetViewProperties func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetDocumentProperties func(newValue IResourceUri) + SetImages func(newValue IResourceUri) + SetLayoutSlides func(newValue IResourceUri) + SetMasterSlides func(newValue IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetSlides func(newValue IResourceUri) + SetViewProperties func(newValue IResourceUri) + type IDocumentProperties interface + GetAlternateLinks func() []IResourceUri + GetList func() []IDocumentProperty + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetList func(newValue []IDocumentProperty) + SetSelfUri func(newValue IResourceUri) + type IDocumentProperty interface + GetAlternateLinks func() []IResourceUri + GetBuiltIn func() *bool + GetName func() string + GetSelfUri func() IResourceUri + GetValue func() string + SetAlternateLinks func(newValue []IResourceUri) + SetBuiltIn func(newValue *bool) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetValue func(newValue string) + type IDocumentReplaceResult interface + GetAlternateLinks func() []IResourceUri + GetDocumentProperties func() IResourceUri + GetImages func() IResourceUri + GetLayoutSlides func() IResourceUri + GetMasterSlides func() IResourceUri + GetMatches func() int32 + GetSelfUri func() IResourceUri + GetSlides func() IResourceUri + GetViewProperties func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetDocumentProperties func(newValue IResourceUri) + SetImages func(newValue IResourceUri) + SetLayoutSlides func(newValue IResourceUri) + SetMasterSlides func(newValue IResourceUri) + SetMatches func(newValue int32) + SetSelfUri func(newValue IResourceUri) + SetSlides func(newValue IResourceUri) + SetViewProperties func(newValue IResourceUri) + type IDrawingGuide interface + GetOrientation func() string + GetPosition func() float64 + SetOrientation func(newValue string) + SetPosition func(newValue float64) + type IDuotoneEffect interface + GetColor1 func() string + GetColor2 func() string + GetType func() string + SetColor1 func(newValue string) + SetColor2 func(newValue string) + SetType func(newValue string) + type IEffect interface + GetAccelerate func() float64 + GetAfterAnimationColor func() string + GetAfterAnimationType func() string + GetAnimateTextType func() string + GetAutoReverse func() *bool + GetDecelerate func() float64 + GetDuration func() float64 + GetParagraphIndex func() int32 + GetPresetClassType func() string + GetRepeatCount func() float64 + GetRepeatDuration func() float64 + GetRepeatUntilEndSlide func() *bool + GetRepeatUntilNextClick func() *bool + GetRestart func() string + GetRewind func() *bool + GetShapeIndex func() int32 + GetSpeed func() float64 + GetStopPreviousSound func() *bool + GetSubtype func() string + GetTriggerDelayTime func() float64 + GetTriggerType func() string + GetType func() string + SetAccelerate func(newValue float64) + SetAfterAnimationColor func(newValue string) + SetAfterAnimationType func(newValue string) + SetAnimateTextType func(newValue string) + SetAutoReverse func(newValue *bool) + SetDecelerate func(newValue float64) + SetDuration func(newValue float64) + SetParagraphIndex func(newValue int32) + SetPresetClassType func(newValue string) + SetRepeatCount func(newValue float64) + SetRepeatDuration func(newValue float64) + SetRepeatUntilEndSlide func(newValue *bool) + SetRepeatUntilNextClick func(newValue *bool) + SetRestart func(newValue string) + SetRewind func(newValue *bool) + SetShapeIndex func(newValue int32) + SetSpeed func(newValue float64) + SetStopPreviousSound func(newValue *bool) + SetSubtype func(newValue string) + SetTriggerDelayTime func(newValue float64) + SetTriggerType func(newValue string) + SetType func(newValue string) + type IEffectFormat interface + GetBlur func() IBlurEffect + GetFillOverlay func() IFillOverlayEffect + GetGlow func() IGlowEffect + GetInnerShadow func() IInnerShadowEffect + GetOuterShadow func() IOuterShadowEffect + GetPresetShadow func() IPresetShadowEffect + GetReflection func() IReflectionEffect + GetSoftEdge func() ISoftEdgeEffect + SetBlur func(newValue IBlurEffect) + SetFillOverlay func(newValue IFillOverlayEffect) + SetGlow func(newValue IGlowEffect) + SetInnerShadow func(newValue IInnerShadowEffect) + SetOuterShadow func(newValue IOuterShadowEffect) + SetPresetShadow func(newValue IPresetShadowEffect) + SetReflection func(newValue IReflectionEffect) + SetSoftEdge func(newValue ISoftEdgeEffect) + type IEntityExists interface + GetExists func() *bool + SetExists func(newValue *bool) + type IErrorDetails interface + GetDate func() time.Time + GetRequestId func() string + SetDate func(newValue time.Time) + SetRequestId func(newValue string) + type IExportOptions interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetSkipJavaScriptLinks func() *bool + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetSkipJavaScriptLinks func(newValue *bool) + type IFileVersion interface + GetIsFolder func() *bool + GetIsLatest func() *bool + GetModifiedDate func() time.Time + GetName func() string + GetPath func() string + GetSize func() int64 + GetVersionId func() string + SetIsFolder func(newValue *bool) + SetIsLatest func(newValue *bool) + SetModifiedDate func(newValue time.Time) + SetName func(newValue string) + SetPath func(newValue string) + SetSize func(newValue int64) + SetVersionId func(newValue string) + type IFileVersions interface + GetValue func() []IFileVersion + SetValue func(newValue []IFileVersion) + type IFilesList interface + GetValue func() []IStorageFile + SetValue func(newValue []IStorageFile) + type IFilesUploadResult interface + GetErrors func() []ModelError + GetUploaded func() []string + SetErrors func(newValue []ModelError) + SetUploaded func(newValue []string) + type IFillFormat interface + GetType func() string + SetType func(newValue string) + type IFillOverlayEffect interface + GetBlend func() string + SetBlend func(newValue string) + type IFillOverlayImageEffect interface + GetBlend func() string + GetFillFormat func() IFillFormat + GetType func() string + SetBlend func(newValue string) + SetFillFormat func(newValue IFillFormat) + SetType func(newValue string) + type IFontData interface + GetFontName func() string + GetIsCustom func() *bool + GetIsEmbedded func() *bool + SetFontName func(newValue string) + SetIsCustom func(newValue *bool) + SetIsEmbedded func(newValue *bool) + type IFontFallbackRule interface + GetFallbackFontList func() []string + GetRangeEndIndex func() int32 + GetRangeStartIndex func() int32 + SetFallbackFontList func(newValue []string) + SetRangeEndIndex func(newValue int32) + SetRangeStartIndex func(newValue int32) + type IFontScheme interface + GetAlternateLinks func() []IResourceUri + GetMajor func() IFontSet + GetMinor func() IFontSet + GetName func() string + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetMajor func(newValue IFontSet) + SetMinor func(newValue IFontSet) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + type IFontSet interface + GetComplexScript func() string + GetEastAsian func() string + GetLatin func() string + SetComplexScript func(newValue string) + SetEastAsian func(newValue string) + SetLatin func(newValue string) + type IFontSubstRule interface + GetNotFoundOnly func() *bool + GetSourceFont func() string + GetTargetFont func() string + SetNotFoundOnly func(newValue *bool) + SetSourceFont func(newValue string) + SetTargetFont func(newValue string) + type IFontsData interface + GetList func() []IFontData + SetList func(newValue []IFontData) + type IFormatScheme interface + GetAlternateLinks func() []IResourceUri + GetBackgroundStyles func() []IFillFormat + GetEffectStyles func() []IEffectFormat + GetFillStyles func() []IFillFormat + GetLineStyles func() []ILineFormat + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetBackgroundStyles func(newValue []IFillFormat) + SetEffectStyles func(newValue []IEffectFormat) + SetFillStyles func(newValue []IFillFormat) + SetLineStyles func(newValue []ILineFormat) + SetSelfUri func(newValue IResourceUri) + type IFractionElement interface + GetDenominator func() IMathElement + GetFractionType func() string + GetNumerator func() IMathElement + GetType func() string + SetDenominator func(newValue IMathElement) + SetFractionType func(newValue string) + SetNumerator func(newValue IMathElement) + SetType func(newValue string) + type IFunctionElement interface + GetBase func() IMathElement + GetName func() IMathElement + GetType func() string + SetBase func(newValue IMathElement) + SetName func(newValue IMathElement) + SetType func(newValue string) + type IGeometryPath interface + GetFillMode func() string + GetPathData func() []IPathSegment + GetStroke func() *bool + SetFillMode func(newValue string) + SetPathData func(newValue []IPathSegment) + SetStroke func(newValue *bool) + type IGeometryPaths interface + GetPaths func() []IGeometryPath + SetPaths func(newValue []IGeometryPath) + type IGeometryShape interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetSelfUri func() IResourceUri + GetShapeType func() string + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetShapeType func(newValue string) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IGifExportOptions interface + GetDefaultDelay func() int32 + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetExportHiddenSlides func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetHeight func() int32 + GetSkipJavaScriptLinks func() *bool + GetTransitionFps func() int32 + GetWidth func() int32 + SetDefaultDelay func(newValue int32) + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetExportHiddenSlides func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetHeight func(newValue int32) + SetSkipJavaScriptLinks func(newValue *bool) + SetTransitionFps func(newValue int32) + SetWidth func(newValue int32) + type IGlowEffect interface + GetColor func() string + GetRadius func() float64 + SetColor func(newValue string) + SetRadius func(newValue float64) + type IGradientFill interface + GetDirection func() string + GetIsScaled func() *bool + GetLinearAngle func() float64 + GetShape func() string + GetStops func() []IGradientFillStop + GetTileFlip func() string + GetType func() string + SetDirection func(newValue string) + SetIsScaled func(newValue *bool) + SetLinearAngle func(newValue float64) + SetShape func(newValue string) + SetStops func(newValue []IGradientFillStop) + SetTileFlip func(newValue string) + SetType func(newValue string) + type IGradientFillStop interface + GetColor func() string + GetPosition func() float64 + SetColor func(newValue string) + SetPosition func(newValue float64) + type IGraphicalObject interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetSelfUri func() IResourceUri + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IGrayScaleEffect interface + GetType func() string + SetType func(newValue string) + type IGroupShape interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetSelfUri func() IResourceUri + GetShapes func() IResourceUri + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetShapes func(newValue IResourceUri) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IGroupingCharacterElement interface + GetBase func() IMathElement + GetCharacter func() string + GetPosition func() string + GetType func() string + GetVerticalJustification func() string + SetBase func(newValue IMathElement) + SetCharacter func(newValue string) + SetPosition func(newValue string) + SetType func(newValue string) + SetVerticalJustification func(newValue string) + type IHandoutLayoutingOptions interface + GetHandout func() string + GetLayoutType func() string + GetPrintComments func() *bool + GetPrintFrameSlide func() *bool + GetPrintSlideNumbers func() *bool + SetHandout func(newValue string) + SetLayoutType func(newValue string) + SetPrintComments func(newValue *bool) + SetPrintFrameSlide func(newValue *bool) + SetPrintSlideNumbers func(newValue *bool) + type IHeaderFooter interface + GetAlternateLinks func() []IResourceUri + GetDateTimeText func() string + GetFooterText func() string + GetIsDateTimeVisible func() *bool + GetIsFooterVisible func() *bool + GetIsSlideNumberVisible func() *bool + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetDateTimeText func(newValue string) + SetFooterText func(newValue string) + SetIsDateTimeVisible func(newValue *bool) + SetIsFooterVisible func(newValue *bool) + SetIsSlideNumberVisible func(newValue *bool) + SetSelfUri func(newValue IResourceUri) + type IHslEffect interface + GetHue func() float64 + GetLuminance func() float64 + GetSaturation func() float64 + GetType func() string + SetHue func(newValue float64) + SetLuminance func(newValue float64) + SetSaturation func(newValue float64) + SetType func(newValue string) + type IHtml5ExportOptions interface + GetAnimateShapes func() *bool + GetAnimateTransitions func() *bool + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetDisableFontLigatures func() *bool + GetEmbedImages func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetSkipJavaScriptLinks func() *bool + GetSlidesLayoutOptions func() ISlidesLayoutOptions + GetTemplatesPath func() string + SetAnimateShapes func(newValue *bool) + SetAnimateTransitions func(newValue *bool) + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetDisableFontLigatures func(newValue *bool) + SetEmbedImages func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetSkipJavaScriptLinks func(newValue *bool) + SetSlidesLayoutOptions func(newValue ISlidesLayoutOptions) + SetTemplatesPath func(newValue string) + type IHtmlExportOptions interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetDeletePicturesCroppedAreas func() *bool + GetDisableFontLigatures func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetJpegQuality func() int32 + GetPicturesCompression func() string + GetSaveAsZip func() *bool + GetShowHiddenSlides func() *bool + GetSkipJavaScriptLinks func() *bool + GetSlidesLayoutOptions func() ISlidesLayoutOptions + GetSubDirectoryName func() string + GetSvgResponsiveLayout func() *bool + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetDeletePicturesCroppedAreas func(newValue *bool) + SetDisableFontLigatures func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetJpegQuality func(newValue int32) + SetPicturesCompression func(newValue string) + SetSaveAsZip func(newValue *bool) + SetShowHiddenSlides func(newValue *bool) + SetSkipJavaScriptLinks func(newValue *bool) + SetSlidesLayoutOptions func(newValue ISlidesLayoutOptions) + SetSubDirectoryName func(newValue string) + SetSvgResponsiveLayout func(newValue *bool) + type IHyperlink interface + GetActionType func() string + GetColorSource func() string + GetExternalUrl func() string + GetHighlightClick func() *bool + GetHistory func() *bool + GetIsDisabled func() *bool + GetSoundBase64 func() string + GetStopSoundOnClick func() *bool + GetTargetFrame func() string + GetTargetSlideIndex func() int32 + GetTooltip func() string + SetActionType func(newValue string) + SetColorSource func(newValue string) + SetExternalUrl func(newValue string) + SetHighlightClick func(newValue *bool) + SetHistory func(newValue *bool) + SetIsDisabled func(newValue *bool) + SetSoundBase64 func(newValue string) + SetStopSoundOnClick func(newValue *bool) + SetTargetFrame func(newValue string) + SetTargetSlideIndex func(newValue int32) + SetTooltip func(newValue string) + type IIShapeExportOptions interface + type IImage interface + GetAlternateLinks func() []IResourceUri + GetContentType func() string + GetHeight func() int32 + GetSelfUri func() IResourceUri + GetWidth func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetContentType func(newValue string) + SetHeight func(newValue int32) + SetSelfUri func(newValue IResourceUri) + SetWidth func(newValue int32) + type IImageExportOptions interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetHeight func() int32 + GetShowHiddenSlides func() *bool + GetSkipJavaScriptLinks func() *bool + GetSlidesLayoutOptions func() ISlidesLayoutOptions + GetWidth func() int32 + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetHeight func(newValue int32) + SetShowHiddenSlides func(newValue *bool) + SetSkipJavaScriptLinks func(newValue *bool) + SetSlidesLayoutOptions func(newValue ISlidesLayoutOptions) + SetWidth func(newValue int32) + type IImageExportOptionsBase interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetHeight func() int32 + GetSkipJavaScriptLinks func() *bool + GetWidth func() int32 + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetHeight func(newValue int32) + SetSkipJavaScriptLinks func(newValue *bool) + SetWidth func(newValue int32) + type IImageTransformEffect interface + GetType func() string + SetType func(newValue string) + type IImages interface + GetAlternateLinks func() []IResourceUri + GetList func() []IImage + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetList func(newValue []IImage) + SetSelfUri func(newValue IResourceUri) + type IInnerShadowEffect interface + GetBlurRadius func() float64 + GetDirection func() float64 + GetDistance func() float64 + GetShadowColor func() string + SetBlurRadius func(newValue float64) + SetDirection func(newValue float64) + SetDistance func(newValue float64) + SetShadowColor func(newValue string) + type IInput interface + GetHtmlData func() IInputFile + GetTemplate func() IInputFile + GetTemplateData func() IInputFile + SetHtmlData func(newValue IInputFile) + SetTemplate func(newValue IInputFile) + SetTemplateData func(newValue IInputFile) + type IInputFile interface + GetPassword func() string + GetType func() string + SetPassword func(newValue string) + SetType func(newValue string) + type IInteractiveSequence interface + GetEffects func() []IEffect + GetTriggerShapeIndex func() int32 + SetEffects func(newValue []IEffect) + SetTriggerShapeIndex func(newValue int32) + type ILayoutSlide interface + GetAlternateLinks func() []IResourceUri + GetDependingSlides func() []IResourceUri + GetMasterSlide func() IResourceUri + GetName func() string + GetSelfUri func() IResourceUri + GetType func() string + SetAlternateLinks func(newValue []IResourceUri) + SetDependingSlides func(newValue []IResourceUri) + SetMasterSlide func(newValue IResourceUri) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetType func(newValue string) + type ILayoutSlides interface + GetAlternateLinks func() []IResourceUri + GetSelfUri func() IResourceUri + GetSlideList func() []IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetSlideList func(newValue []IResourceUri) + type ILeftSubSuperscriptElement interface + GetBase func() IMathElement + GetSubscript func() IMathElement + GetSuperscript func() IMathElement + GetType func() string + SetBase func(newValue IMathElement) + SetSubscript func(newValue IMathElement) + SetSuperscript func(newValue IMathElement) + SetType func(newValue string) + type ILegend interface + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHasLegend func() *bool + GetHeight func() float64 + GetLineFormat func() ILineFormat + GetOverlay func() *bool + GetPosition func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHasLegend func(newValue *bool) + SetHeight func(newValue float64) + SetLineFormat func(newValue ILineFormat) + SetOverlay func(newValue *bool) + SetPosition func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + type ILightRig interface + GetDirection func() string + GetLightType func() string + GetXRotation func() float64 + GetYRotation func() float64 + GetZRotation func() float64 + SetDirection func(newValue string) + SetLightType func(newValue string) + SetXRotation func(newValue float64) + SetYRotation func(newValue float64) + SetZRotation func(newValue float64) + type ILimitElement interface + GetBase func() IMathElement + GetLimit func() IMathElement + GetType func() string + GetUpperLimit func() *bool + SetBase func(newValue IMathElement) + SetLimit func(newValue IMathElement) + SetType func(newValue string) + SetUpperLimit func(newValue *bool) + type ILineFormat interface + GetAlignment func() string + GetBeginArrowHead func() IArrowHeadProperties + GetCapStyle func() string + GetCustomDashPattern func() ICustomDashPattern + GetDashStyle func() string + GetEndArrowHead func() IArrowHeadProperties + GetFillFormat func() IFillFormat + GetJoinStyle func() string + GetMiterLimit func() float64 + GetSketchType func() string + GetStyle func() string + GetWidth func() float64 + SetAlignment func(newValue string) + SetBeginArrowHead func(newValue IArrowHeadProperties) + SetCapStyle func(newValue string) + SetCustomDashPattern func(newValue ICustomDashPattern) + SetDashStyle func(newValue string) + SetEndArrowHead func(newValue IArrowHeadProperties) + SetFillFormat func(newValue IFillFormat) + SetJoinStyle func(newValue string) + SetMiterLimit func(newValue float64) + SetSketchType func(newValue string) + SetStyle func(newValue string) + SetWidth func(newValue float64) + type ILineToPathSegment interface + GetType func() string + GetX func() float64 + GetY func() float64 + SetType func(newValue string) + SetX func(newValue float64) + SetY func(newValue float64) + type ILiterals interface + GetType func() string + SetType func(newValue string) + type ILuminanceEffect interface + GetBrightness func() float64 + GetContrast func() float64 + GetType func() string + SetBrightness func(newValue float64) + SetContrast func(newValue float64) + SetType func(newValue string) + type IMarkdownExportOptions interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetExportType func() string + GetFlavor func() string + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetHandleRepeatedSpaces func() string + GetImagesSaveFolderName func() string + GetNewLineType func() string + GetRemoveEmptyLines func() *bool + GetShowComments func() *bool + GetShowHiddenSlides func() *bool + GetShowSlideNumber func() *bool + GetSkipJavaScriptLinks func() *bool + GetSlideNumberFormat func() string + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetExportType func(newValue string) + SetFlavor func(newValue string) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetHandleRepeatedSpaces func(newValue string) + SetImagesSaveFolderName func(newValue string) + SetNewLineType func(newValue string) + SetRemoveEmptyLines func(newValue *bool) + SetShowComments func(newValue *bool) + SetShowHiddenSlides func(newValue *bool) + SetShowSlideNumber func(newValue *bool) + SetSkipJavaScriptLinks func(newValue *bool) + SetSlideNumberFormat func(newValue string) + type IMasterSlide interface + GetAlternateLinks func() []IResourceUri + GetDependingSlides func() []IResourceUri + GetLayoutSlides func() []IResourceUri + GetName func() string + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetDependingSlides func(newValue []IResourceUri) + SetLayoutSlides func(newValue []IResourceUri) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + type IMasterSlides interface + GetAlternateLinks func() []IResourceUri + GetSelfUri func() IResourceUri + GetSlideList func() []IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetSlideList func(newValue []IResourceUri) + type IMathElement interface + GetType func() string + SetType func(newValue string) + type IMathParagraph interface + GetJustification func() string + GetMathBlockList func() []IBlockElement + SetJustification func(newValue string) + SetMathBlockList func(newValue []IBlockElement) + type IMatrixElement interface + GetBaseJustification func() string + GetColumnGap func() int32 + GetColumnGapRule func() string + GetHidePlaceholders func() *bool + GetItems func() [][]IMathElement + GetMinColumnWidth func() int32 + GetRowGap func() int32 + GetRowGapRule func() string + GetType func() string + SetBaseJustification func(newValue string) + SetColumnGap func(newValue int32) + SetColumnGapRule func(newValue string) + SetHidePlaceholders func(newValue *bool) + SetItems func(newValue [][]IMathElement) + SetMinColumnWidth func(newValue int32) + SetRowGap func(newValue int32) + SetRowGapRule func(newValue string) + SetType func(newValue string) + type IMerge interface + GetPresentations func() []IMergingSource + GetType func() string + SetPresentations func(newValue []IMergingSource) + SetType func(newValue string) + type IMergingSource interface + GetInput func() IInputFile + GetSlides func() []int32 + SetInput func(newValue IInputFile) + SetSlides func(newValue []int32) + type IModelError interface + GetCode func() string + GetDescription func() string + GetInnerError func() IErrorDetails + GetMessage func() string + SetCode func(newValue string) + SetDescription func(newValue string) + SetInnerError func(newValue IErrorDetails) + SetMessage func(newValue string) + type IMoveToPathSegment interface + GetType func() string + GetX func() float64 + GetY func() float64 + SetType func(newValue string) + SetX func(newValue float64) + SetY func(newValue float64) + type INaryOperatorElement interface + GetBase func() IMathElement + GetGrowToMatchOperandHeight func() *bool + GetHideSubscript func() *bool + GetHideSuperscript func() *bool + GetLimitLocation func() string + GetOperator func() string + GetSubscript func() IMathElement + GetSuperscript func() IMathElement + GetType func() string + SetBase func(newValue IMathElement) + SetGrowToMatchOperandHeight func(newValue *bool) + SetHideSubscript func(newValue *bool) + SetHideSuperscript func(newValue *bool) + SetLimitLocation func(newValue string) + SetOperator func(newValue string) + SetSubscript func(newValue IMathElement) + SetSuperscript func(newValue IMathElement) + SetType func(newValue string) + type INoFill interface + GetType func() string + SetType func(newValue string) + type INormalViewRestoredProperties interface + GetAutoAdjust func() *bool + GetDimensionSize func() float64 + SetAutoAdjust func(newValue *bool) + SetDimensionSize func(newValue float64) + type INotesCommentsLayoutingOptions interface + GetCommentsAreaColor func() string + GetCommentsAreaWidth func() int32 + GetCommentsPosition func() string + GetLayoutType func() string + GetNotesPosition func() string + GetShowCommentsByNoAuthor func() *bool + SetCommentsAreaColor func(newValue string) + SetCommentsAreaWidth func(newValue int32) + SetCommentsPosition func(newValue string) + SetLayoutType func(newValue string) + SetNotesPosition func(newValue string) + SetShowCommentsByNoAuthor func(newValue *bool) + type INotesSlide interface + GetAlternateLinks func() []IResourceUri + GetSelfUri func() IResourceUri + GetShapes func() IResourceUri + GetText func() string + SetAlternateLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetShapes func(newValue IResourceUri) + SetText func(newValue string) + type INotesSlideHeaderFooter interface + GetAlternateLinks func() []IResourceUri + GetDateTimeText func() string + GetFooterText func() string + GetHeaderText func() string + GetIsDateTimeVisible func() *bool + GetIsFooterVisible func() *bool + GetIsHeaderVisible func() *bool + GetIsSlideNumberVisible func() *bool + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetDateTimeText func(newValue string) + SetFooterText func(newValue string) + SetHeaderText func(newValue string) + SetIsDateTimeVisible func(newValue *bool) + SetIsFooterVisible func(newValue *bool) + SetIsHeaderVisible func(newValue *bool) + SetIsSlideNumberVisible func(newValue *bool) + SetSelfUri func(newValue IResourceUri) + type IObjectExist interface + GetExists func() *bool + GetIsFolder func() *bool + SetExists func(newValue *bool) + SetIsFolder func(newValue *bool) + type IOleObjectFrame interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetEmbeddedFileBase64Data func() string + GetEmbeddedFileExtension func() string + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetIsObjectIcon func() *bool + GetLineFormat func() ILineFormat + GetLinkPath func() string + GetName func() string + GetObjectName func() string + GetObjectProgId func() string + GetSelfUri func() IResourceUri + GetSubstitutePictureFormat func() IPictureFill + GetSubstitutePictureTitle func() string + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetUpdateAutomatic func() *bool + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetEmbeddedFileBase64Data func(newValue string) + SetEmbeddedFileExtension func(newValue string) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetIsObjectIcon func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetLinkPath func(newValue string) + SetName func(newValue string) + SetObjectName func(newValue string) + SetObjectProgId func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetSubstitutePictureFormat func(newValue IPictureFill) + SetSubstitutePictureTitle func(newValue string) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetUpdateAutomatic func(newValue *bool) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IOneValueChartDataPoint interface + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetInvertIfNegative func() *bool + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetSetAsTotal func() *bool + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetValue func() float64 + GetValueFormula func() string + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetInvertIfNegative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetSetAsTotal func(newValue *bool) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetValue func(newValue float64) + SetValueFormula func(newValue string) + type IOneValueSeries interface + GetDataPointType func() string + GetDataPoints func() []IOneValueChartDataPoint + GetDataSourceForSeriesName func() IDataSource + GetDataSourceForValues func() IDataSource + GetEffectFormat func() IEffectFormat + GetExplosion func() int32 + GetFillFormat func() IFillFormat + GetInvertIfNegative func() *bool + GetInvertedSolidFillColor func() string + GetIsColorVaried func() *bool + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetName func() string + GetNumberFormatOfValues func() string + GetOrder func() int32 + GetPlotOnSecondAxis func() *bool + GetQuartileMethod func() string + GetShowConnectorLines func() *bool + GetShowInnerPoints func() *bool + GetShowMeanLine func() *bool + GetShowMeanMarkers func() *bool + GetShowOutlierPoints func() *bool + GetSmooth func() *bool + GetType func() string + SetDataPointType func(newValue string) + SetDataPoints func(newValue []IOneValueChartDataPoint) + SetDataSourceForSeriesName func(newValue IDataSource) + SetDataSourceForValues func(newValue IDataSource) + SetEffectFormat func(newValue IEffectFormat) + SetExplosion func(newValue int32) + SetFillFormat func(newValue IFillFormat) + SetInvertIfNegative func(newValue *bool) + SetInvertedSolidFillColor func(newValue string) + SetIsColorVaried func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetName func(newValue string) + SetNumberFormatOfValues func(newValue string) + SetOrder func(newValue int32) + SetPlotOnSecondAxis func(newValue *bool) + SetQuartileMethod func(newValue string) + SetShowConnectorLines func(newValue *bool) + SetShowInnerPoints func(newValue *bool) + SetShowMeanLine func(newValue *bool) + SetShowMeanMarkers func(newValue *bool) + SetShowOutlierPoints func(newValue *bool) + SetSmooth func(newValue *bool) + SetType func(newValue string) + type IOperation interface + GetCanceled func() time.Time + GetCreated func() time.Time + GetError func() IOperationError + GetFailed func() time.Time + GetFinished func() time.Time + GetId func() string + GetMethod func() string + GetProgress func() IOperationProgress + GetStarted func() time.Time + GetStatus func() string + SetCanceled func(newValue time.Time) + SetCreated func(newValue time.Time) + SetError func(newValue IOperationError) + SetFailed func(newValue time.Time) + SetFinished func(newValue time.Time) + SetId func(newValue string) + SetMethod func(newValue string) + SetProgress func(newValue IOperationProgress) + SetStarted func(newValue time.Time) + SetStatus func(newValue string) + type IOperationError interface + GetCode func() string + GetDescription func() string + GetHttpStatusCode func() int32 + GetMessage func() string + SetCode func(newValue string) + SetDescription func(newValue string) + SetHttpStatusCode func(newValue int32) + SetMessage func(newValue string) + type IOperationProgress interface + GetDescription func() string + GetStepCount func() int32 + GetStepIndex func() int32 + SetDescription func(newValue string) + SetStepCount func(newValue int32) + SetStepIndex func(newValue int32) + type IOrderedMergeRequest interface + GetPresentations func() []IPresentationToMerge + SetPresentations func(newValue []IPresentationToMerge) + type IOuterShadowEffect interface + GetBlurRadius func() float64 + GetDirection func() float64 + GetDistance func() float64 + GetShadowColor func() string + SetBlurRadius func(newValue float64) + SetDirection func(newValue float64) + SetDistance func(newValue float64) + SetShadowColor func(newValue string) + type IOutputFile interface + GetType func() string + SetType func(newValue string) + type IParagraph interface + GetAlignment func() string + GetAlternateLinks func() []IResourceUri + GetBulletChar func() string + GetBulletFillFormat func() IFillFormat + GetBulletHeight func() float64 + GetBulletType func() string + GetDefaultPortionFormat func() IPortionFormat + GetDefaultTabSize func() float64 + GetDepth func() int32 + GetEastAsianLineBreak func() string + GetFontAlignment func() string + GetHangingPunctuation func() string + GetIndent func() float64 + GetLatinLineBreak func() string + GetMarginLeft func() float64 + GetMarginRight func() float64 + GetNumberedBulletStartWith func() int32 + GetNumberedBulletStyle func() string + GetPortionList func() []IPortion + GetRightToLeft func() string + GetSelfUri func() IResourceUri + GetSpaceAfter func() float64 + GetSpaceBefore func() float64 + GetSpaceWithin func() float64 + SetAlignment func(newValue string) + SetAlternateLinks func(newValue []IResourceUri) + SetBulletChar func(newValue string) + SetBulletFillFormat func(newValue IFillFormat) + SetBulletHeight func(newValue float64) + SetBulletType func(newValue string) + SetDefaultPortionFormat func(newValue IPortionFormat) + SetDefaultTabSize func(newValue float64) + SetDepth func(newValue int32) + SetEastAsianLineBreak func(newValue string) + SetFontAlignment func(newValue string) + SetHangingPunctuation func(newValue string) + SetIndent func(newValue float64) + SetLatinLineBreak func(newValue string) + SetMarginLeft func(newValue float64) + SetMarginRight func(newValue float64) + SetNumberedBulletStartWith func(newValue int32) + SetNumberedBulletStyle func(newValue string) + SetPortionList func(newValue []IPortion) + SetRightToLeft func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetSpaceAfter func(newValue float64) + SetSpaceBefore func(newValue float64) + SetSpaceWithin func(newValue float64) + type IParagraphFormat interface + GetAlignment func() string + GetBulletChar func() string + GetBulletFillFormat func() IFillFormat + GetBulletHeight func() float64 + GetBulletType func() string + GetDefaultPortionFormat func() IPortionFormat + GetDefaultTabSize func() float64 + GetDepth func() int32 + GetEastAsianLineBreak func() string + GetFontAlignment func() string + GetHangingPunctuation func() string + GetIndent func() float64 + GetLatinLineBreak func() string + GetMarginLeft func() float64 + GetMarginRight func() float64 + GetNumberedBulletStartWith func() int32 + GetNumberedBulletStyle func() string + GetRightToLeft func() string + GetSpaceAfter func() float64 + GetSpaceBefore func() float64 + GetSpaceWithin func() float64 + SetAlignment func(newValue string) + SetBulletChar func(newValue string) + SetBulletFillFormat func(newValue IFillFormat) + SetBulletHeight func(newValue float64) + SetBulletType func(newValue string) + SetDefaultPortionFormat func(newValue IPortionFormat) + SetDefaultTabSize func(newValue float64) + SetDepth func(newValue int32) + SetEastAsianLineBreak func(newValue string) + SetFontAlignment func(newValue string) + SetHangingPunctuation func(newValue string) + SetIndent func(newValue float64) + SetLatinLineBreak func(newValue string) + SetMarginLeft func(newValue float64) + SetMarginRight func(newValue float64) + SetNumberedBulletStartWith func(newValue int32) + SetNumberedBulletStyle func(newValue string) + SetRightToLeft func(newValue string) + SetSpaceAfter func(newValue float64) + SetSpaceBefore func(newValue float64) + SetSpaceWithin func(newValue float64) + type IParagraphs interface + GetAlternateLinks func() []IResourceUri + GetParagraphLinks func() []IResourceUri + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetParagraphLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + type IPathInputFile interface + GetPassword func() string + GetPath func() string + GetStorage func() string + GetType func() string + SetPassword func(newValue string) + SetPath func(newValue string) + SetStorage func(newValue string) + SetType func(newValue string) + type IPathOutputFile interface + GetPath func() string + GetStorage func() string + GetType func() string + SetPath func(newValue string) + SetStorage func(newValue string) + SetType func(newValue string) + type IPathSegment interface + GetType func() string + SetType func(newValue string) + type IPatternFill interface + GetBackColor func() string + GetForeColor func() string + GetStyle func() string + GetType func() string + SetBackColor func(newValue string) + SetForeColor func(newValue string) + SetStyle func(newValue string) + SetType func(newValue string) + type IPdfExportOptions interface + GetAccessPermissions func() IAccessPermissions + GetAdditionalCommonFontFamilies func() []string + GetApplyImageTransparent func() *bool + GetCompliance func() string + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetDrawSlidesFrame func() *bool + GetEmbedFullFonts func() *bool + GetEmbedTrueTypeFontsForASCII func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetHideInk func() *bool + GetImageTransparentColor func() string + GetIncludeOleData func() *bool + GetInterpretMaskOpAsOpacity func() *bool + GetJpegQuality func() int32 + GetPassword func() string + GetRasterizeUnsupportedFontStyles func() *bool + GetSaveMetafilesAsPng func() *bool + GetShowHiddenSlides func() *bool + GetSkipJavaScriptLinks func() *bool + GetSlidesLayoutOptions func() ISlidesLayoutOptions + GetSufficientResolution func() float64 + GetTextCompression func() string + SetAccessPermissions func(newValue IAccessPermissions) + SetAdditionalCommonFontFamilies func(newValue []string) + SetApplyImageTransparent func(newValue *bool) + SetCompliance func(newValue string) + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetDrawSlidesFrame func(newValue *bool) + SetEmbedFullFonts func(newValue *bool) + SetEmbedTrueTypeFontsForASCII func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetHideInk func(newValue *bool) + SetImageTransparentColor func(newValue string) + SetIncludeOleData func(newValue *bool) + SetInterpretMaskOpAsOpacity func(newValue *bool) + SetJpegQuality func(newValue int32) + SetPassword func(newValue string) + SetRasterizeUnsupportedFontStyles func(newValue *bool) + SetSaveMetafilesAsPng func(newValue *bool) + SetShowHiddenSlides func(newValue *bool) + SetSkipJavaScriptLinks func(newValue *bool) + SetSlidesLayoutOptions func(newValue ISlidesLayoutOptions) + SetSufficientResolution func(newValue float64) + SetTextCompression func(newValue string) + type IPdfImportOptions interface + GetDetectTables func() *bool + SetDetectTables func(newValue *bool) + type IPictureFill interface + GetBase64Data func() string + GetCropBottom func() float64 + GetCropLeft func() float64 + GetCropRight func() float64 + GetCropTop func() float64 + GetDeletePictureCroppedAreas func() *bool + GetDpi func() int32 + GetImage func() IResourceUri + GetImageTransformList func() []IImageTransformEffect + GetPictureFillMode func() string + GetResolution func() float64 + GetSvgData func() string + GetTileAlignment func() string + GetTileFlip func() string + GetTileOffsetX func() float64 + GetTileOffsetY func() float64 + GetTileScaleX func() float64 + GetTileScaleY func() float64 + GetType func() string + SetBase64Data func(newValue string) + SetCropBottom func(newValue float64) + SetCropLeft func(newValue float64) + SetCropRight func(newValue float64) + SetCropTop func(newValue float64) + SetDeletePictureCroppedAreas func(newValue *bool) + SetDpi func(newValue int32) + SetImage func(newValue IResourceUri) + SetImageTransformList func(newValue []IImageTransformEffect) + SetPictureFillMode func(newValue string) + SetResolution func(newValue float64) + SetSvgData func(newValue string) + SetTileAlignment func(newValue string) + SetTileFlip func(newValue string) + SetTileOffsetX func(newValue float64) + SetTileOffsetY func(newValue float64) + SetTileScaleX func(newValue float64) + SetTileScaleY func(newValue float64) + SetType func(newValue string) + type IPictureFrame interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetPictureFillFormat func() IPictureFill + GetSelfUri func() IResourceUri + GetShapeType func() string + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetPictureFillFormat func(newValue IPictureFill) + SetSelfUri func(newValue IResourceUri) + SetShapeType func(newValue string) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IPipeline interface + GetInput func() IInput + GetTasks func() []ITask + SetInput func(newValue IInput) + SetTasks func(newValue []ITask) + type IPlaceholder interface + GetAlternateLinks func() []IResourceUri + GetIndex func() int32 + GetOrientation func() string + GetSelfUri func() IResourceUri + GetShape func() IResourceUri + GetSize func() string + GetType func() string + SetAlternateLinks func(newValue []IResourceUri) + SetIndex func(newValue int32) + SetOrientation func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetShape func(newValue IResourceUri) + SetSize func(newValue string) + SetType func(newValue string) + type IPlaceholders interface + GetAlternateLinks func() []IResourceUri + GetPlaceholderLinks func() []IResourceUri + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetPlaceholderLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + type IPlotArea interface + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetLayoutTargetType func() string + GetLineFormat func() ILineFormat + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetLayoutTargetType func(newValue string) + SetLineFormat func(newValue ILineFormat) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + type IPortion interface + GetAlternateLinks func() []IResourceUri + GetAlternativeLanguageId func() string + GetComplexScriptFont func() string + GetEastAsianFont func() string + GetEffectFormat func() IEffectFormat + GetEscapement func() float64 + GetFillFormat func() IFillFormat + GetFontBold func() string + GetFontColor func() string + GetFontHeight func() float64 + GetFontItalic func() string + GetFontUnderline func() string + GetHighlightColor func() string + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsHardUnderlineFill func() string + GetIsHardUnderlineLine func() string + GetKerningMinimalSize func() float64 + GetKumimoji func() string + GetLanguageId func() string + GetLatinFont func() string + GetLineFormat func() ILineFormat + GetMathParagraph func() IMathParagraph + GetNormaliseHeight func() string + GetProofDisabled func() string + GetSelfUri func() IResourceUri + GetSmartTagClean func() *bool + GetSpacing func() float64 + GetStrikethroughType func() string + GetText func() string + GetTextCapType func() string + GetUnderlineFillFormat func() IFillFormat + GetUnderlineLineFormat func() ILineFormat + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeLanguageId func(newValue string) + SetComplexScriptFont func(newValue string) + SetEastAsianFont func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetEscapement func(newValue float64) + SetFillFormat func(newValue IFillFormat) + SetFontBold func(newValue string) + SetFontColor func(newValue string) + SetFontHeight func(newValue float64) + SetFontItalic func(newValue string) + SetFontUnderline func(newValue string) + SetHighlightColor func(newValue string) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsHardUnderlineFill func(newValue string) + SetIsHardUnderlineLine func(newValue string) + SetKerningMinimalSize func(newValue float64) + SetKumimoji func(newValue string) + SetLanguageId func(newValue string) + SetLatinFont func(newValue string) + SetLineFormat func(newValue ILineFormat) + SetMathParagraph func(newValue IMathParagraph) + SetNormaliseHeight func(newValue string) + SetProofDisabled func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetSmartTagClean func(newValue *bool) + SetSpacing func(newValue float64) + SetStrikethroughType func(newValue string) + SetText func(newValue string) + SetTextCapType func(newValue string) + SetUnderlineFillFormat func(newValue IFillFormat) + SetUnderlineLineFormat func(newValue ILineFormat) + type IPortionFormat interface + GetAlternativeLanguageId func() string + GetComplexScriptFont func() string + GetEastAsianFont func() string + GetEffectFormat func() IEffectFormat + GetEscapement func() float64 + GetFillFormat func() IFillFormat + GetFontBold func() string + GetFontColor func() string + GetFontHeight func() float64 + GetFontItalic func() string + GetFontUnderline func() string + GetHighlightColor func() string + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsHardUnderlineFill func() string + GetIsHardUnderlineLine func() string + GetKerningMinimalSize func() float64 + GetKumimoji func() string + GetLanguageId func() string + GetLatinFont func() string + GetLineFormat func() ILineFormat + GetNormaliseHeight func() string + GetProofDisabled func() string + GetSmartTagClean func() *bool + GetSpacing func() float64 + GetStrikethroughType func() string + GetTextCapType func() string + GetUnderlineFillFormat func() IFillFormat + GetUnderlineLineFormat func() ILineFormat + SetAlternativeLanguageId func(newValue string) + SetComplexScriptFont func(newValue string) + SetEastAsianFont func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetEscapement func(newValue float64) + SetFillFormat func(newValue IFillFormat) + SetFontBold func(newValue string) + SetFontColor func(newValue string) + SetFontHeight func(newValue float64) + SetFontItalic func(newValue string) + SetFontUnderline func(newValue string) + SetHighlightColor func(newValue string) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsHardUnderlineFill func(newValue string) + SetIsHardUnderlineLine func(newValue string) + SetKerningMinimalSize func(newValue float64) + SetKumimoji func(newValue string) + SetLanguageId func(newValue string) + SetLatinFont func(newValue string) + SetLineFormat func(newValue ILineFormat) + SetNormaliseHeight func(newValue string) + SetProofDisabled func(newValue string) + SetSmartTagClean func(newValue *bool) + SetSpacing func(newValue float64) + SetStrikethroughType func(newValue string) + SetTextCapType func(newValue string) + SetUnderlineFillFormat func(newValue IFillFormat) + SetUnderlineLineFormat func(newValue ILineFormat) + type IPortions interface + GetAlternateLinks func() []IResourceUri + GetItems func() []IPortion + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetItems func(newValue []IPortion) + SetSelfUri func(newValue IResourceUri) + type IPptxExportOptions interface + GetConformance func() string + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetRefreshThumbnail func() *bool + GetSkipJavaScriptLinks func() *bool + GetZip64Mode func() string + SetConformance func(newValue string) + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetRefreshThumbnail func(newValue *bool) + SetSkipJavaScriptLinks func(newValue *bool) + SetZip64Mode func(newValue string) + type IPresentationToMerge interface + GetPassword func() string + GetPath func() string + GetSlides func() []int32 + GetSource func() string + SetPassword func(newValue string) + SetPath func(newValue string) + SetSlides func(newValue []int32) + SetSource func(newValue string) + type IPresentationsMergeRequest interface + GetPresentationPasswords func() []string + GetPresentationPaths func() []string + SetPresentationPasswords func(newValue []string) + SetPresentationPaths func(newValue []string) + type IPresetShadowEffect interface + GetDirection func() float64 + GetDistance func() float64 + GetPreset func() string + GetShadowColor func() string + SetDirection func(newValue float64) + SetDistance func(newValue float64) + SetPreset func(newValue string) + SetShadowColor func(newValue string) + type IProtectionProperties interface + GetAlternateLinks func() []IResourceUri + GetEncryptDocumentProperties func() *bool + GetIsEncrypted func() *bool + GetIsWriteProtected func() *bool + GetReadOnlyRecommended func() *bool + GetReadPassword func() string + GetSelfUri func() IResourceUri + GetWritePassword func() string + SetAlternateLinks func(newValue []IResourceUri) + SetEncryptDocumentProperties func(newValue *bool) + SetIsEncrypted func(newValue *bool) + SetIsWriteProtected func(newValue *bool) + SetReadOnlyRecommended func(newValue *bool) + SetReadPassword func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetWritePassword func(newValue string) + type IQuadraticBezierToPathSegment interface + GetType func() string + GetX1 func() float64 + GetX2 func() float64 + GetY1 func() float64 + GetY2 func() float64 + SetType func(newValue string) + SetX1 func(newValue float64) + SetX2 func(newValue float64) + SetY1 func(newValue float64) + SetY2 func(newValue float64) + type IRadicalElement interface + GetBase func() IMathElement + GetDegree func() IMathElement + GetHideDegree func() *bool + GetType func() string + SetBase func(newValue IMathElement) + SetDegree func(newValue IMathElement) + SetHideDegree func(newValue *bool) + SetType func(newValue string) + type IReflectionEffect interface + GetBlurRadius func() float64 + GetDirection func() float64 + GetDistance func() float64 + GetEndPosAlpha func() float64 + GetEndReflectionOpacity func() float64 + GetFadeDirection func() float64 + GetRectangleAlign func() string + GetRotateShadowWithShape func() *bool + GetScaleHorizontal func() float64 + GetScaleVertical func() float64 + GetSkewHorizontal func() float64 + GetSkewVertical func() float64 + GetStartPosAlpha func() float64 + GetStartReflectionOpacity func() float64 + SetBlurRadius func(newValue float64) + SetDirection func(newValue float64) + SetDistance func(newValue float64) + SetEndPosAlpha func(newValue float64) + SetEndReflectionOpacity func(newValue float64) + SetFadeDirection func(newValue float64) + SetRectangleAlign func(newValue string) + SetRotateShadowWithShape func(newValue *bool) + SetScaleHorizontal func(newValue float64) + SetScaleVertical func(newValue float64) + SetSkewHorizontal func(newValue float64) + SetSkewVertical func(newValue float64) + SetStartPosAlpha func(newValue float64) + SetStartReflectionOpacity func(newValue float64) + type IRemoveShape interface + GetShapePath func() string + GetType func() string + SetShapePath func(newValue string) + SetType func(newValue string) + type IRemoveSlide interface + GetPosition func() int32 + GetType func() string + SetPosition func(newValue int32) + SetType func(newValue string) + type IReorderSlide interface + GetNewPosition func() int32 + GetOldPosition func() int32 + GetType func() string + SetNewPosition func(newValue int32) + SetOldPosition func(newValue int32) + SetType func(newValue string) + type IReplaceText interface + GetIgnoreCase func() *bool + GetNewText func() string + GetOldText func() string + GetSlidePosition func() int32 + GetType func() string + SetIgnoreCase func(newValue *bool) + SetNewText func(newValue string) + SetOldText func(newValue string) + SetSlidePosition func(newValue int32) + SetType func(newValue string) + type IRequestInputFile interface + GetIndex func() int32 + GetPassword func() string + GetType func() string + SetIndex func(newValue int32) + SetPassword func(newValue string) + SetType func(newValue string) + type IResetSlide interface + GetPosition func() int32 + GetType func() string + SetPosition func(newValue int32) + SetType func(newValue string) + type IResourceBase interface + GetAlternateLinks func() []IResourceUri + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + type IResourceUri interface + GetHref func() string + GetLinkType func() string + GetRelation func() string + GetShapeIndex func() int32 + GetSlideIndex func() int32 + GetTitle func() string + SetHref func(newValue string) + SetLinkType func(newValue string) + SetRelation func(newValue string) + SetShapeIndex func(newValue int32) + SetSlideIndex func(newValue int32) + SetTitle func(newValue string) + type IResponseOutputFile interface + GetType func() string + SetType func(newValue string) + type IRightSubSuperscriptElement interface + GetAlignScripts func() *bool + GetBase func() IMathElement + GetSubscript func() IMathElement + GetSuperscript func() IMathElement + GetType func() string + SetAlignScripts func(newValue *bool) + SetBase func(newValue IMathElement) + SetSubscript func(newValue IMathElement) + SetSuperscript func(newValue IMathElement) + SetType func(newValue string) + type ISave interface + GetFormat func() string + GetOptions func() IExportOptions + GetOutput func() IOutputFile + GetType func() string + SetFormat func(newValue string) + SetOptions func(newValue IExportOptions) + SetOutput func(newValue IOutputFile) + SetType func(newValue string) + type ISaveShape interface + GetFormat func() string + GetOptions func() IIShapeExportOptions + GetOutput func() IOutputFile + GetShapePath func() string + GetType func() string + SetFormat func(newValue string) + SetOptions func(newValue IIShapeExportOptions) + SetOutput func(newValue IOutputFile) + SetShapePath func(newValue string) + SetType func(newValue string) + type ISaveSlide interface + GetFormat func() string + GetHeight func() int32 + GetOptions func() IExportOptions + GetOutput func() IOutputFile + GetPosition func() int32 + GetType func() string + GetWidth func() int32 + SetFormat func(newValue string) + SetHeight func(newValue int32) + SetOptions func(newValue IExportOptions) + SetOutput func(newValue IOutputFile) + SetPosition func(newValue int32) + SetType func(newValue string) + SetWidth func(newValue int32) + type IScatterChartDataPoint interface + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetXValue func() float64 + GetXValueFormula func() string + GetYValue func() float64 + GetYValueFormula func() string + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetXValue func(newValue float64) + SetXValueFormula func(newValue string) + SetYValue func(newValue float64) + SetYValueFormula func(newValue string) + type IScatterSeries interface + GetDataPointType func() string + GetDataPoints func() []IScatterChartDataPoint + GetDataSourceForSeriesName func() IDataSource + GetDataSourceForXValues func() IDataSource + GetDataSourceForYValues func() IDataSource + GetEffectFormat func() IEffectFormat + GetExplosion func() int32 + GetFillFormat func() IFillFormat + GetInvertIfNegative func() *bool + GetInvertedSolidFillColor func() string + GetIsColorVaried func() *bool + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetName func() string + GetNumberFormatOfXValues func() string + GetNumberFormatOfYValues func() string + GetOrder func() int32 + GetPlotOnSecondAxis func() *bool + GetSmooth func() *bool + GetType func() string + SetDataPointType func(newValue string) + SetDataPoints func(newValue []IScatterChartDataPoint) + SetDataSourceForSeriesName func(newValue IDataSource) + SetDataSourceForXValues func(newValue IDataSource) + SetDataSourceForYValues func(newValue IDataSource) + SetEffectFormat func(newValue IEffectFormat) + SetExplosion func(newValue int32) + SetFillFormat func(newValue IFillFormat) + SetInvertIfNegative func(newValue *bool) + SetInvertedSolidFillColor func(newValue string) + SetIsColorVaried func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetName func(newValue string) + SetNumberFormatOfXValues func(newValue string) + SetNumberFormatOfYValues func(newValue string) + SetOrder func(newValue int32) + SetPlotOnSecondAxis func(newValue *bool) + SetSmooth func(newValue *bool) + SetType func(newValue string) + type ISection interface + GetAlternateLinks func() []IResourceUri + GetFirstSlideIndex func() int32 + GetName func() string + GetSelfUri func() IResourceUri + GetSlideList func() []IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetFirstSlideIndex func(newValue int32) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetSlideList func(newValue []IResourceUri) + type ISectionZoomFrame interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetImage func() IResourceUri + GetImageType func() string + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetReturnToParent func() *bool + GetSelfUri func() IResourceUri + GetShowBackground func() *bool + GetTargetSectionIndex func() int32 + GetThreeDFormat func() IThreeDFormat + GetTransitionDuration func() float64 + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetImage func(newValue IResourceUri) + SetImageType func(newValue string) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetReturnToParent func(newValue *bool) + SetSelfUri func(newValue IResourceUri) + SetShowBackground func(newValue *bool) + SetTargetSectionIndex func(newValue int32) + SetThreeDFormat func(newValue IThreeDFormat) + SetTransitionDuration func(newValue float64) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type ISections interface + GetAlternateLinks func() []IResourceUri + GetSectionList func() []ISection + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetSectionList func(newValue []ISection) + SetSelfUri func(newValue IResourceUri) + type ISeries interface + GetDataPointType func() string + GetDataSourceForSeriesName func() IDataSource + GetEffectFormat func() IEffectFormat + GetExplosion func() int32 + GetFillFormat func() IFillFormat + GetInvertIfNegative func() *bool + GetInvertedSolidFillColor func() string + GetIsColorVaried func() *bool + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetName func() string + GetOrder func() int32 + GetPlotOnSecondAxis func() *bool + GetSmooth func() *bool + GetType func() string + SetDataPointType func(newValue string) + SetDataSourceForSeriesName func(newValue IDataSource) + SetEffectFormat func(newValue IEffectFormat) + SetExplosion func(newValue int32) + SetFillFormat func(newValue IFillFormat) + SetInvertIfNegative func(newValue *bool) + SetInvertedSolidFillColor func(newValue string) + SetIsColorVaried func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetName func(newValue string) + SetOrder func(newValue int32) + SetPlotOnSecondAxis func(newValue *bool) + SetSmooth func(newValue *bool) + SetType func(newValue string) + type ISeriesMarker interface + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetLineFormat func() ILineFormat + GetSize func() int32 + GetSymbol func() string + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetLineFormat func(newValue ILineFormat) + SetSize func(newValue int32) + SetSymbol func(newValue string) + type IShape interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetParagraphs func() []IParagraph + GetSelfUri func() IResourceUri + GetShapeType func() string + GetText func() string + GetTextFrameFormat func() ITextFrameFormat + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetParagraphs func(newValue []IParagraph) + SetSelfUri func(newValue IResourceUri) + SetShapeType func(newValue string) + SetText func(newValue string) + SetTextFrameFormat func(newValue ITextFrameFormat) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IShapeBase interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetSelfUri func() IResourceUri + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IShapeBevel interface + GetBevelType func() string + GetHeight func() float64 + GetWidth func() float64 + SetBevelType func(newValue string) + SetHeight func(newValue float64) + SetWidth func(newValue float64) + type IShapeExportOptions struct + func NewIShapeExportOptions() *IShapeExportOptions + func (this *IShapeExportOptions) UnmarshalJSON(b []byte) error + type IShapeImageExportOptions interface + GetFormat func() string + GetScaleX func() float64 + GetScaleY func() float64 + GetThumbnailBounds func() string + SetFormat func(newValue string) + SetScaleX func(newValue float64) + SetScaleY func(newValue float64) + SetThumbnailBounds func(newValue string) + type IShapes interface + GetAlternateLinks func() []IResourceUri + GetSelfUri func() IResourceUri + GetShapesLinks func() []IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetShapesLinks func(newValue []IResourceUri) + type ISlide interface + GetAlternateLinks func() []IResourceUri + GetBackground func() IResourceUri + GetComments func() IResourceUri + GetHeight func() float64 + GetImages func() IResourceUri + GetLayoutSlide func() IResourceUri + GetNotesSlide func() IResourceUri + GetPlaceholders func() IResourceUri + GetSelfUri func() IResourceUri + GetShapes func() IResourceUri + GetShowMasterShapes func() *bool + GetSlideShowTransition func() ISlideShowTransition + GetTheme func() IResourceUri + GetWidth func() float64 + SetAlternateLinks func(newValue []IResourceUri) + SetBackground func(newValue IResourceUri) + SetComments func(newValue IResourceUri) + SetHeight func(newValue float64) + SetImages func(newValue IResourceUri) + SetLayoutSlide func(newValue IResourceUri) + SetNotesSlide func(newValue IResourceUri) + SetPlaceholders func(newValue IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetShapes func(newValue IResourceUri) + SetShowMasterShapes func(newValue *bool) + SetSlideShowTransition func(newValue ISlideShowTransition) + SetTheme func(newValue IResourceUri) + SetWidth func(newValue float64) + type ISlideAnimation interface + GetAlternateLinks func() []IResourceUri + GetInteractiveSequences func() []IInteractiveSequence + GetMainSequence func() []IEffect + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetInteractiveSequences func(newValue []IInteractiveSequence) + SetMainSequence func(newValue []IEffect) + SetSelfUri func(newValue IResourceUri) + type ISlideBackground interface + GetAlternateLinks func() []IResourceUri + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetSelfUri func() IResourceUri + GetType func() string + SetAlternateLinks func(newValue []IResourceUri) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetSelfUri func(newValue IResourceUri) + SetType func(newValue string) + type ISlideComment interface + GetAuthor func() string + GetChildComments func() []ISlideCommentBase + GetCreatedTime func() string + GetText func() string + GetType func() string + SetAuthor func(newValue string) + SetChildComments func(newValue []ISlideCommentBase) + SetCreatedTime func(newValue string) + SetText func(newValue string) + SetType func(newValue string) + type ISlideCommentBase interface + GetAuthor func() string + GetChildComments func() []ISlideCommentBase + GetCreatedTime func() string + GetText func() string + GetType func() string + SetAuthor func(newValue string) + SetChildComments func(newValue []ISlideCommentBase) + SetCreatedTime func(newValue string) + SetText func(newValue string) + SetType func(newValue string) + type ISlideComments interface + GetAlternateLinks func() []IResourceUri + GetList func() []ISlideCommentBase + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetList func(newValue []ISlideCommentBase) + SetSelfUri func(newValue IResourceUri) + type ISlideModernComment interface + GetAuthor func() string + GetChildComments func() []ISlideCommentBase + GetCreatedTime func() string + GetStatus func() string + GetText func() string + GetTextSelectionLength func() int32 + GetTextSelectionStart func() int32 + GetType func() string + SetAuthor func(newValue string) + SetChildComments func(newValue []ISlideCommentBase) + SetCreatedTime func(newValue string) + SetStatus func(newValue string) + SetText func(newValue string) + SetTextSelectionLength func(newValue int32) + SetTextSelectionStart func(newValue int32) + SetType func(newValue string) + type ISlideProperties interface + GetAlternateLinks func() []IResourceUri + GetFirstSlideNumber func() int32 + GetHeight func() int32 + GetOrientation func() string + GetScaleType func() string + GetSelfUri func() IResourceUri + GetSizeType func() string + GetWidth func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetFirstSlideNumber func(newValue int32) + SetHeight func(newValue int32) + SetOrientation func(newValue string) + SetScaleType func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetSizeType func(newValue string) + SetWidth func(newValue int32) + type ISlideReplaceResult interface + GetAlternateLinks func() []IResourceUri + GetBackground func() IResourceUri + GetComments func() IResourceUri + GetHeight func() float64 + GetImages func() IResourceUri + GetLayoutSlide func() IResourceUri + GetMatches func() int32 + GetNotesSlide func() IResourceUri + GetPlaceholders func() IResourceUri + GetSelfUri func() IResourceUri + GetShapes func() IResourceUri + GetShowMasterShapes func() *bool + GetSlideShowTransition func() ISlideShowTransition + GetTheme func() IResourceUri + GetWidth func() float64 + SetAlternateLinks func(newValue []IResourceUri) + SetBackground func(newValue IResourceUri) + SetComments func(newValue IResourceUri) + SetHeight func(newValue float64) + SetImages func(newValue IResourceUri) + SetLayoutSlide func(newValue IResourceUri) + SetMatches func(newValue int32) + SetNotesSlide func(newValue IResourceUri) + SetPlaceholders func(newValue IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetShapes func(newValue IResourceUri) + SetShowMasterShapes func(newValue *bool) + SetSlideShowTransition func(newValue ISlideShowTransition) + SetTheme func(newValue IResourceUri) + SetWidth func(newValue float64) + type ISlideShowProperties interface + GetAlternateLinks func() []IResourceUri + GetEndSlide func() int32 + GetLoop func() *bool + GetPenColor func() string + GetSelfUri func() IResourceUri + GetShowAnimation func() *bool + GetShowMediaControls func() *bool + GetShowNarration func() *bool + GetShowScrollbar func() *bool + GetSlideShowType func() string + GetStartSlide func() int32 + GetUseTimings func() *bool + SetAlternateLinks func(newValue []IResourceUri) + SetEndSlide func(newValue int32) + SetLoop func(newValue *bool) + SetPenColor func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetShowAnimation func(newValue *bool) + SetShowMediaControls func(newValue *bool) + SetShowNarration func(newValue *bool) + SetShowScrollbar func(newValue *bool) + SetSlideShowType func(newValue string) + SetStartSlide func(newValue int32) + SetUseTimings func(newValue *bool) + type ISlideShowTransition interface + GetAdvanceAfter func() *bool + GetAdvanceAfterTime func() int32 + GetAdvanceOnClick func() *bool + GetCornerAndCenterDirection func() string + GetCornerDirection func() string + GetEightDirection func() string + GetFromBlack func() *bool + GetHasBounce func() *bool + GetInOutDirection func() string + GetLeftRightDirection func() string + GetMorphType func() string + GetOrientation func() string + GetOrientationDirection func() string + GetPattern func() string + GetShredPattern func() string + GetSideDirection func() string + GetSoundIsBuiltIn func() *bool + GetSoundLoop func() *bool + GetSoundMode func() string + GetSoundName func() string + GetSpeed func() string + GetSpokes func() int32 + GetThroughBlack func() *bool + GetType func() string + SetAdvanceAfter func(newValue *bool) + SetAdvanceAfterTime func(newValue int32) + SetAdvanceOnClick func(newValue *bool) + SetCornerAndCenterDirection func(newValue string) + SetCornerDirection func(newValue string) + SetEightDirection func(newValue string) + SetFromBlack func(newValue *bool) + SetHasBounce func(newValue *bool) + SetInOutDirection func(newValue string) + SetLeftRightDirection func(newValue string) + SetMorphType func(newValue string) + SetOrientation func(newValue string) + SetOrientationDirection func(newValue string) + SetPattern func(newValue string) + SetShredPattern func(newValue string) + SetSideDirection func(newValue string) + SetSoundIsBuiltIn func(newValue *bool) + SetSoundLoop func(newValue *bool) + SetSoundMode func(newValue string) + SetSoundName func(newValue string) + SetSpeed func(newValue string) + SetSpokes func(newValue int32) + SetThroughBlack func(newValue *bool) + SetType func(newValue string) + type ISlides interface + GetAlternateLinks func() []IResourceUri + GetSelfUri func() IResourceUri + GetSlideList func() []IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetSlideList func(newValue []IResourceUri) + type ISlidesLayoutOptions interface + GetLayoutType func() string + SetLayoutType func(newValue string) + type ISmartArt interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetColorStyle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetIsReversed func() *bool + GetLayout func() string + GetLineFormat func() ILineFormat + GetName func() string + GetNodes func() []ISmartArtNode + GetQuickStyle func() string + GetSelfUri func() IResourceUri + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetColorStyle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetIsReversed func(newValue *bool) + SetLayout func(newValue string) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetNodes func(newValue []ISmartArtNode) + SetQuickStyle func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type ISmartArtNode interface + GetIsAssistant func() *bool + GetNodes func() []ISmartArtNode + GetOrgChartLayout func() string + GetParagraphs func() IResourceUri + GetShapes func() IResourceUri + GetText func() string + SetIsAssistant func(newValue *bool) + SetNodes func(newValue []ISmartArtNode) + SetOrgChartLayout func(newValue string) + SetParagraphs func(newValue IResourceUri) + SetShapes func(newValue IResourceUri) + SetText func(newValue string) + type ISmartArtShape interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetSelfUri func() IResourceUri + GetShapeType func() string + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + SetShapeType func(newValue string) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type ISoftEdgeEffect interface + GetRadius func() float64 + SetRadius func(newValue float64) + type ISolidFill interface + GetColor func() string + GetType func() string + SetColor func(newValue string) + SetType func(newValue string) + type ISplitDocumentResult interface + GetAlternateLinks func() []IResourceUri + GetSelfUri func() IResourceUri + GetSlides func() []IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetSelfUri func(newValue IResourceUri) + SetSlides func(newValue []IResourceUri) + type IStorageExist interface + GetExists func() *bool + SetExists func(newValue *bool) + type IStorageFile interface + GetIsFolder func() *bool + GetModifiedDate func() time.Time + GetName func() string + GetPath func() string + GetSize func() int64 + SetIsFolder func(newValue *bool) + SetModifiedDate func(newValue time.Time) + SetName func(newValue string) + SetPath func(newValue string) + SetSize func(newValue int64) + type ISubscriptElement interface + GetBase func() IMathElement + GetSubscript func() IMathElement + GetType func() string + SetBase func(newValue IMathElement) + SetSubscript func(newValue IMathElement) + SetType func(newValue string) + type ISummaryZoomFrame interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetSections func() []ISummaryZoomSection + GetSelfUri func() IResourceUri + GetThreeDFormat func() IThreeDFormat + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + GetZoomLayout func() string + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetSections func(newValue []ISummaryZoomSection) + SetSelfUri func(newValue IResourceUri) + SetThreeDFormat func(newValue IThreeDFormat) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + SetZoomLayout func(newValue string) + type ISummaryZoomSection interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetDescription func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetImage func() IResourceUri + GetImageType func() string + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetReturnToParent func() *bool + GetSelfUri func() IResourceUri + GetShowBackground func() *bool + GetTargetSectionIndex func() int32 + GetThreeDFormat func() IThreeDFormat + GetTitle func() string + GetTransitionDuration func() float64 + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetDescription func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetImage func(newValue IResourceUri) + SetImageType func(newValue string) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetReturnToParent func(newValue *bool) + SetSelfUri func(newValue IResourceUri) + SetShowBackground func(newValue *bool) + SetTargetSectionIndex func(newValue int32) + SetThreeDFormat func(newValue IThreeDFormat) + SetTitle func(newValue string) + SetTransitionDuration func(newValue float64) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type ISuperscriptElement interface + GetBase func() IMathElement + GetSuperscript func() IMathElement + GetType func() string + SetBase func(newValue IMathElement) + SetSuperscript func(newValue IMathElement) + SetType func(newValue string) + type ISvgExportOptions interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetDeletePicturesCroppedAreas func() *bool + GetDisable3DText func() *bool + GetDisableFontLigatures func() *bool + GetDisableGradientSplit func() *bool + GetDisableLineEndCropping func() *bool + GetExternalFontsHandling func() string + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetJpegQuality func() int32 + GetMetafileRasterizationDpi func() int32 + GetPicturesCompression func() string + GetSkipJavaScriptLinks func() *bool + GetUseFrameRotation func() *bool + GetUseFrameSize func() *bool + GetVectorizeText func() *bool + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetDeletePicturesCroppedAreas func(newValue *bool) + SetDisable3DText func(newValue *bool) + SetDisableFontLigatures func(newValue *bool) + SetDisableGradientSplit func(newValue *bool) + SetDisableLineEndCropping func(newValue *bool) + SetExternalFontsHandling func(newValue string) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetJpegQuality func(newValue int32) + SetMetafileRasterizationDpi func(newValue int32) + SetPicturesCompression func(newValue string) + SetSkipJavaScriptLinks func(newValue *bool) + SetUseFrameRotation func(newValue *bool) + SetUseFrameSize func(newValue *bool) + SetVectorizeText func(newValue *bool) + type ISwfExportOptions interface + GetCompressed func() *bool + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetEnableContextMenu func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetJpegQuality func() int32 + GetLogoImage func() string + GetLogoLink func() string + GetShowBottomPane func() *bool + GetShowFullScreen func() *bool + GetShowHiddenSlides func() *bool + GetShowLeftPane func() *bool + GetShowPageBorder func() *bool + GetShowPageStepper func() *bool + GetShowSearch func() *bool + GetShowTopPane func() *bool + GetSkipJavaScriptLinks func() *bool + GetSlidesLayoutOptions func() ISlidesLayoutOptions + GetStartOpenLeftPane func() *bool + GetViewerIncluded func() *bool + SetCompressed func(newValue *bool) + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetEnableContextMenu func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetJpegQuality func(newValue int32) + SetLogoImage func(newValue string) + SetLogoLink func(newValue string) + SetShowBottomPane func(newValue *bool) + SetShowFullScreen func(newValue *bool) + SetShowHiddenSlides func(newValue *bool) + SetShowLeftPane func(newValue *bool) + SetShowPageBorder func(newValue *bool) + SetShowPageStepper func(newValue *bool) + SetShowSearch func(newValue *bool) + SetShowTopPane func(newValue *bool) + SetSkipJavaScriptLinks func(newValue *bool) + SetSlidesLayoutOptions func(newValue ISlidesLayoutOptions) + SetStartOpenLeftPane func(newValue *bool) + SetViewerIncluded func(newValue *bool) + type ITable interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetColumns func() []ITableColumn + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetFirstCol func() *bool + GetFirstRow func() *bool + GetHeight func() float64 + GetHidden func() *bool + GetHorizontalBanding func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLastCol func() *bool + GetLastRow func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetRightToLeft func() *bool + GetRows func() []ITableRow + GetSelfUri func() IResourceUri + GetStyle func() string + GetThreeDFormat func() IThreeDFormat + GetTransparency func() float64 + GetType func() string + GetVerticalBanding func() *bool + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetColumns func(newValue []ITableColumn) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetFirstCol func(newValue *bool) + SetFirstRow func(newValue *bool) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHorizontalBanding func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLastCol func(newValue *bool) + SetLastRow func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetRightToLeft func(newValue *bool) + SetRows func(newValue []ITableRow) + SetSelfUri func(newValue IResourceUri) + SetStyle func(newValue string) + SetThreeDFormat func(newValue IThreeDFormat) + SetTransparency func(newValue float64) + SetType func(newValue string) + SetVerticalBanding func(newValue *bool) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type ITableCell interface + GetBorderBottom func() ILineFormat + GetBorderDiagonalDown func() ILineFormat + GetBorderDiagonalUp func() ILineFormat + GetBorderLeft func() ILineFormat + GetBorderRight func() ILineFormat + GetBorderTop func() ILineFormat + GetColSpan func() int32 + GetColumnIndex func() int32 + GetFillFormat func() IFillFormat + GetMarginBottom func() float64 + GetMarginLeft func() float64 + GetMarginRight func() float64 + GetMarginTop func() float64 + GetParagraphs func() IResourceUri + GetRowIndex func() int32 + GetRowSpan func() int32 + GetText func() string + GetTextAnchorType func() string + GetTextFrameFormat func() ITextFrameFormat + GetTextVerticalType func() string + GetTransparency func() float64 + SetBorderBottom func(newValue ILineFormat) + SetBorderDiagonalDown func(newValue ILineFormat) + SetBorderDiagonalUp func(newValue ILineFormat) + SetBorderLeft func(newValue ILineFormat) + SetBorderRight func(newValue ILineFormat) + SetBorderTop func(newValue ILineFormat) + SetColSpan func(newValue int32) + SetColumnIndex func(newValue int32) + SetFillFormat func(newValue IFillFormat) + SetMarginBottom func(newValue float64) + SetMarginLeft func(newValue float64) + SetMarginRight func(newValue float64) + SetMarginTop func(newValue float64) + SetParagraphs func(newValue IResourceUri) + SetRowIndex func(newValue int32) + SetRowSpan func(newValue int32) + SetText func(newValue string) + SetTextAnchorType func(newValue string) + SetTextFrameFormat func(newValue ITextFrameFormat) + SetTextVerticalType func(newValue string) + SetTransparency func(newValue float64) + type ITableCellMergeOptions interface + GetAllowSplitting func() *bool + GetFirstCellIndex func() int32 + GetFirstRowIndex func() int32 + GetLastCellIndex func() int32 + GetLastRowIndex func() int32 + SetAllowSplitting func(newValue *bool) + SetFirstCellIndex func(newValue int32) + SetFirstRowIndex func(newValue int32) + SetLastCellIndex func(newValue int32) + SetLastRowIndex func(newValue int32) + type ITableColumn interface + GetWidth func() float64 + SetWidth func(newValue float64) + type ITableRow interface + GetCells func() []ITableCell + GetHeight func() float64 + GetMinimalHeight func() float64 + SetCells func(newValue []ITableCell) + SetHeight func(newValue float64) + SetMinimalHeight func(newValue float64) + type ITask interface + GetType func() string + SetType func(newValue string) + type ITextBounds interface + GetHeight func() float64 + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + SetHeight func(newValue float64) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + type ITextElement interface + GetType func() string + GetValue func() string + SetType func(newValue string) + SetValue func(newValue string) + type ITextFrameFormat interface + GetAnchoringType func() string + GetAutofitType func() string + GetCenterText func() string + GetColumnCount func() int32 + GetColumnSpacing func() float64 + GetDefaultParagraphFormat func() IParagraphFormat + GetKeepTextFlat func() *bool + GetMarginBottom func() float64 + GetMarginLeft func() float64 + GetMarginRight func() float64 + GetMarginTop func() float64 + GetRotationAngle func() float64 + GetTextVerticalType func() string + GetThreeDFormat func() IThreeDFormat + GetTransform func() string + GetWrapText func() string + SetAnchoringType func(newValue string) + SetAutofitType func(newValue string) + SetCenterText func(newValue string) + SetColumnCount func(newValue int32) + SetColumnSpacing func(newValue float64) + SetDefaultParagraphFormat func(newValue IParagraphFormat) + SetKeepTextFlat func(newValue *bool) + SetMarginBottom func(newValue float64) + SetMarginLeft func(newValue float64) + SetMarginRight func(newValue float64) + SetMarginTop func(newValue float64) + SetRotationAngle func(newValue float64) + SetTextVerticalType func(newValue string) + SetThreeDFormat func(newValue IThreeDFormat) + SetTransform func(newValue string) + SetWrapText func(newValue string) + type ITextItem interface + GetText func() string + GetUri func() IResourceUri + SetText func(newValue string) + SetUri func(newValue IResourceUri) + type ITextItems interface + GetAlternateLinks func() []IResourceUri + GetItems func() []ITextItem + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetItems func(newValue []ITextItem) + SetSelfUri func(newValue IResourceUri) + type ITheme interface + GetAlternateLinks func() []IResourceUri + GetColorScheme func() IResourceUri + GetFontScheme func() IResourceUri + GetFormatScheme func() IResourceUri + GetName func() string + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetColorScheme func(newValue IResourceUri) + SetFontScheme func(newValue IResourceUri) + SetFormatScheme func(newValue IResourceUri) + SetName func(newValue string) + SetSelfUri func(newValue IResourceUri) + type IThreeDFormat interface + GetBevelBottom func() IShapeBevel + GetBevelTop func() IShapeBevel + GetCamera func() ICamera + GetContourColor func() string + GetContourWidth func() float64 + GetDepth func() float64 + GetExtrusionColor func() string + GetExtrusionHeight func() float64 + GetLightRig func() ILightRig + GetMaterial func() string + SetBevelBottom func(newValue IShapeBevel) + SetBevelTop func(newValue IShapeBevel) + SetCamera func(newValue ICamera) + SetContourColor func(newValue string) + SetContourWidth func(newValue float64) + SetDepth func(newValue float64) + SetExtrusionColor func(newValue string) + SetExtrusionHeight func(newValue float64) + SetLightRig func(newValue ILightRig) + SetMaterial func(newValue string) + type ITiffExportOptions interface + GetBwConversionMode func() string + GetCompression func() string + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetDpiX func() int32 + GetDpiY func() int32 + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetHeight func() int32 + GetPixelFormat func() string + GetShowHiddenSlides func() *bool + GetSkipJavaScriptLinks func() *bool + GetSlidesLayoutOptions func() ISlidesLayoutOptions + GetWidth func() int32 + SetBwConversionMode func(newValue string) + SetCompression func(newValue string) + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetDpiX func(newValue int32) + SetDpiY func(newValue int32) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetHeight func(newValue int32) + SetPixelFormat func(newValue string) + SetShowHiddenSlides func(newValue *bool) + SetSkipJavaScriptLinks func(newValue *bool) + SetSlidesLayoutOptions func(newValue ISlidesLayoutOptions) + SetWidth func(newValue int32) + type ITintEffect interface + GetAmount func() float64 + GetHue func() float64 + GetType func() string + SetAmount func(newValue float64) + SetHue func(newValue float64) + SetType func(newValue string) + type IUpdateBackground interface + GetBackground func() ISlideBackground + GetSlides func() []int32 + GetType func() string + SetBackground func(newValue ISlideBackground) + SetSlides func(newValue []int32) + SetType func(newValue string) + type IUpdateShape interface + GetShape func() IShapeBase + GetShapePath func() string + GetType func() string + SetShape func(newValue IShapeBase) + SetShapePath func(newValue string) + SetType func(newValue string) + type IVbaModule interface + GetAlternateLinks func() []IResourceUri + GetName func() string + GetReferences func() []IVbaReference + GetSelfUri func() IResourceUri + GetSourceCode func() string + SetAlternateLinks func(newValue []IResourceUri) + SetName func(newValue string) + SetReferences func(newValue []IVbaReference) + SetSelfUri func(newValue IResourceUri) + SetSourceCode func(newValue string) + type IVbaProject interface + GetAlternateLinks func() []IResourceUri + GetModules func() []IResourceUri + GetReferences func() []IVbaReference + GetSelfUri func() IResourceUri + SetAlternateLinks func(newValue []IResourceUri) + SetModules func(newValue []IResourceUri) + SetReferences func(newValue []IVbaReference) + SetSelfUri func(newValue IResourceUri) + type IVbaReference interface + GetLibId func() string + GetName func() string + SetLibId func(newValue string) + SetName func(newValue string) + type IVideoExportOptions interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetSkipJavaScriptLinks func() *bool + GetSlidesTransitionDuration func() int32 + GetTransitionDuration func() int32 + GetTransitionType func() string + GetVideoResolutionType func() string + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetSkipJavaScriptLinks func(newValue *bool) + SetSlidesTransitionDuration func(newValue int32) + SetTransitionDuration func(newValue int32) + SetTransitionType func(newValue string) + SetVideoResolutionType func(newValue string) + type IVideoFrame interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetBase64Data func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetFullScreenMode func() *bool + GetHeight func() float64 + GetHidden func() *bool + GetHideAtShowing func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetPictureFillFormat func() IPictureFill + GetPlayLoopMode func() *bool + GetPlayMode func() string + GetRewindVideo func() *bool + GetSelfUri func() IResourceUri + GetShapeType func() string + GetThreeDFormat func() IThreeDFormat + GetTrimFromEnd func() float64 + GetTrimFromStart func() float64 + GetType func() string + GetVolume func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetBase64Data func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetFullScreenMode func(newValue *bool) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHideAtShowing func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetPictureFillFormat func(newValue IPictureFill) + SetPlayLoopMode func(newValue *bool) + SetPlayMode func(newValue string) + SetRewindVideo func(newValue *bool) + SetSelfUri func(newValue IResourceUri) + SetShapeType func(newValue string) + SetThreeDFormat func(newValue IThreeDFormat) + SetTrimFromEnd func(newValue float64) + SetTrimFromStart func(newValue float64) + SetType func(newValue string) + SetVolume func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IViewProperties interface + GetAlternateLinks func() []IResourceUri + GetGridSpacing func() float64 + GetHorizontalBarState func() string + GetLastView func() string + GetNotesViewProperties func() ICommonSlideViewProperties + GetPreferSingleView func() *bool + GetRestoredLeft func() INormalViewRestoredProperties + GetRestoredTop func() INormalViewRestoredProperties + GetSelfUri func() IResourceUri + GetShowComments func() string + GetSlideViewProperties func() ICommonSlideViewProperties + GetVerticalBarState func() string + SetAlternateLinks func(newValue []IResourceUri) + SetGridSpacing func(newValue float64) + SetHorizontalBarState func(newValue string) + SetLastView func(newValue string) + SetNotesViewProperties func(newValue ICommonSlideViewProperties) + SetPreferSingleView func(newValue *bool) + SetRestoredLeft func(newValue INormalViewRestoredProperties) + SetRestoredTop func(newValue INormalViewRestoredProperties) + SetSelfUri func(newValue IResourceUri) + SetShowComments func(newValue string) + SetSlideViewProperties func(newValue ICommonSlideViewProperties) + SetVerticalBarState func(newValue string) + type IWorkbook interface + GetColumnIndex func() int32 + GetRowIndex func() int32 + GetType func() string + GetWorksheetIndex func() int32 + SetColumnIndex func(newValue int32) + SetRowIndex func(newValue int32) + SetType func(newValue string) + SetWorksheetIndex func(newValue int32) + type IXYSeries interface + GetDataPointType func() string + GetDataSourceForSeriesName func() IDataSource + GetDataSourceForXValues func() IDataSource + GetDataSourceForYValues func() IDataSource + GetEffectFormat func() IEffectFormat + GetExplosion func() int32 + GetFillFormat func() IFillFormat + GetInvertIfNegative func() *bool + GetInvertedSolidFillColor func() string + GetIsColorVaried func() *bool + GetLineFormat func() ILineFormat + GetMarker func() ISeriesMarker + GetName func() string + GetNumberFormatOfXValues func() string + GetNumberFormatOfYValues func() string + GetOrder func() int32 + GetPlotOnSecondAxis func() *bool + GetSmooth func() *bool + GetType func() string + SetDataPointType func(newValue string) + SetDataSourceForSeriesName func(newValue IDataSource) + SetDataSourceForXValues func(newValue IDataSource) + SetDataSourceForYValues func(newValue IDataSource) + SetEffectFormat func(newValue IEffectFormat) + SetExplosion func(newValue int32) + SetFillFormat func(newValue IFillFormat) + SetInvertIfNegative func(newValue *bool) + SetInvertedSolidFillColor func(newValue string) + SetIsColorVaried func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetMarker func(newValue ISeriesMarker) + SetName func(newValue string) + SetNumberFormatOfXValues func(newValue string) + SetNumberFormatOfYValues func(newValue string) + SetOrder func(newValue int32) + SetPlotOnSecondAxis func(newValue *bool) + SetSmooth func(newValue *bool) + SetType func(newValue string) + type IXamlExportOptions interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetExportHiddenSlides func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetSkipJavaScriptLinks func() *bool + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetExportHiddenSlides func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetSkipJavaScriptLinks func(newValue *bool) + type IXpsExportOptions interface + GetDefaultRegularFont func() string + GetDeleteEmbeddedBinaryObjects func() *bool + GetDrawSlidesFrame func() *bool + GetFontFallbackRules func() []IFontFallbackRule + GetFontSubstRules func() []IFontSubstRule + GetFormat func() string + GetGradientStyle func() string + GetSaveMetafilesAsPng func() *bool + GetShowHiddenSlides func() *bool + GetSkipJavaScriptLinks func() *bool + SetDefaultRegularFont func(newValue string) + SetDeleteEmbeddedBinaryObjects func(newValue *bool) + SetDrawSlidesFrame func(newValue *bool) + SetFontFallbackRules func(newValue []IFontFallbackRule) + SetFontSubstRules func(newValue []IFontSubstRule) + SetFormat func(newValue string) + SetGradientStyle func(newValue string) + SetSaveMetafilesAsPng func(newValue *bool) + SetShowHiddenSlides func(newValue *bool) + SetSkipJavaScriptLinks func(newValue *bool) + type IZoomFrame interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetImage func() IResourceUri + GetImageType func() string + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetReturnToParent func() *bool + GetSelfUri func() IResourceUri + GetShowBackground func() *bool + GetTargetSlideIndex func() int32 + GetThreeDFormat func() IThreeDFormat + GetTransitionDuration func() float64 + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetImage func(newValue IResourceUri) + SetImageType func(newValue string) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetReturnToParent func(newValue *bool) + SetSelfUri func(newValue IResourceUri) + SetShowBackground func(newValue *bool) + SetTargetSlideIndex func(newValue int32) + SetThreeDFormat func(newValue IThreeDFormat) + SetTransitionDuration func(newValue float64) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type IZoomObject interface + GetAlternateLinks func() []IResourceUri + GetAlternativeText func() string + GetAlternativeTextTitle func() string + GetEffectFormat func() IEffectFormat + GetFillFormat func() IFillFormat + GetHeight func() float64 + GetHidden func() *bool + GetHyperlinkClick func() IHyperlink + GetHyperlinkMouseOver func() IHyperlink + GetImage func() IResourceUri + GetImageType func() string + GetIsDecorative func() *bool + GetLineFormat func() ILineFormat + GetName func() string + GetReturnToParent func() *bool + GetSelfUri func() IResourceUri + GetShowBackground func() *bool + GetThreeDFormat func() IThreeDFormat + GetTransitionDuration func() float64 + GetType func() string + GetWidth func() float64 + GetX func() float64 + GetY func() float64 + GetZOrderPosition func() int32 + SetAlternateLinks func(newValue []IResourceUri) + SetAlternativeText func(newValue string) + SetAlternativeTextTitle func(newValue string) + SetEffectFormat func(newValue IEffectFormat) + SetFillFormat func(newValue IFillFormat) + SetHeight func(newValue float64) + SetHidden func(newValue *bool) + SetHyperlinkClick func(newValue IHyperlink) + SetHyperlinkMouseOver func(newValue IHyperlink) + SetImage func(newValue IResourceUri) + SetImageType func(newValue string) + SetIsDecorative func(newValue *bool) + SetLineFormat func(newValue ILineFormat) + SetName func(newValue string) + SetReturnToParent func(newValue *bool) + SetSelfUri func(newValue IResourceUri) + SetShowBackground func(newValue *bool) + SetThreeDFormat func(newValue IThreeDFormat) + SetTransitionDuration func(newValue float64) + SetType func(newValue string) + SetWidth func(newValue float64) + SetX func(newValue float64) + SetY func(newValue float64) + SetZOrderPosition func(newValue int32) + type Image struct + AlternateLinks []IResourceUri + ContentType string + Height int32 + SelfUri IResourceUri + Width int32 + func NewImage() *Image + func (this *Image) GetAlternateLinks() []IResourceUri + func (this *Image) GetContentType() string + func (this *Image) GetHeight() int32 + func (this *Image) GetSelfUri() IResourceUri + func (this *Image) GetWidth() int32 + func (this *Image) SetAlternateLinks(newValue []IResourceUri) + func (this *Image) SetContentType(newValue string) + func (this *Image) SetHeight(newValue int32) + func (this *Image) SetSelfUri(newValue IResourceUri) + func (this *Image) SetWidth(newValue int32) + func (this *Image) UnmarshalJSON(b []byte) error + type ImageExportFormat string + const ImageExportFormat_Bmp + const ImageExportFormat_Gif + const ImageExportFormat_Jpeg + const ImageExportFormat_Png + const ImageExportFormat_Tiff + type ImageExportOptions struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + Height int32 + ShowHiddenSlides *bool + SkipJavaScriptLinks *bool + SlidesLayoutOptions ISlidesLayoutOptions + Width int32 + func NewImageExportOptions() *ImageExportOptions + func (this *ImageExportOptions) GetDefaultRegularFont() string + func (this *ImageExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *ImageExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *ImageExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *ImageExportOptions) GetFormat() string + func (this *ImageExportOptions) GetGradientStyle() string + func (this *ImageExportOptions) GetHeight() int32 + func (this *ImageExportOptions) GetShowHiddenSlides() *bool + func (this *ImageExportOptions) GetSkipJavaScriptLinks() *bool + func (this *ImageExportOptions) GetSlidesLayoutOptions() ISlidesLayoutOptions + func (this *ImageExportOptions) GetWidth() int32 + func (this *ImageExportOptions) SetDefaultRegularFont(newValue string) + func (this *ImageExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *ImageExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *ImageExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *ImageExportOptions) SetFormat(newValue string) + func (this *ImageExportOptions) SetGradientStyle(newValue string) + func (this *ImageExportOptions) SetHeight(newValue int32) + func (this *ImageExportOptions) SetShowHiddenSlides(newValue *bool) + func (this *ImageExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *ImageExportOptions) SetSlidesLayoutOptions(newValue ISlidesLayoutOptions) + func (this *ImageExportOptions) SetWidth(newValue int32) + func (this *ImageExportOptions) UnmarshalJSON(b []byte) error + type ImageExportOptionsBase struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + Height int32 + SkipJavaScriptLinks *bool + Width int32 + func NewImageExportOptionsBase() *ImageExportOptionsBase + func (this *ImageExportOptionsBase) GetDefaultRegularFont() string + func (this *ImageExportOptionsBase) GetDeleteEmbeddedBinaryObjects() *bool + func (this *ImageExportOptionsBase) GetFontFallbackRules() []IFontFallbackRule + func (this *ImageExportOptionsBase) GetFontSubstRules() []IFontSubstRule + func (this *ImageExportOptionsBase) GetFormat() string + func (this *ImageExportOptionsBase) GetGradientStyle() string + func (this *ImageExportOptionsBase) GetHeight() int32 + func (this *ImageExportOptionsBase) GetSkipJavaScriptLinks() *bool + func (this *ImageExportOptionsBase) GetWidth() int32 + func (this *ImageExportOptionsBase) SetDefaultRegularFont(newValue string) + func (this *ImageExportOptionsBase) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *ImageExportOptionsBase) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *ImageExportOptionsBase) SetFontSubstRules(newValue []IFontSubstRule) + func (this *ImageExportOptionsBase) SetFormat(newValue string) + func (this *ImageExportOptionsBase) SetGradientStyle(newValue string) + func (this *ImageExportOptionsBase) SetHeight(newValue int32) + func (this *ImageExportOptionsBase) SetSkipJavaScriptLinks(newValue *bool) + func (this *ImageExportOptionsBase) SetWidth(newValue int32) + func (this *ImageExportOptionsBase) UnmarshalJSON(b []byte) error + type ImageTransformEffect struct + Type_ string + func NewImageTransformEffect() *ImageTransformEffect + func (this *ImageTransformEffect) GetType() string + func (this *ImageTransformEffect) SetType(newValue string) + func (this *ImageTransformEffect) UnmarshalJSON(b []byte) error + type Images struct + AlternateLinks []IResourceUri + List []IImage + SelfUri IResourceUri + func NewImages() *Images + func (this *Images) GetAlternateLinks() []IResourceUri + func (this *Images) GetList() []IImage + func (this *Images) GetSelfUri() IResourceUri + func (this *Images) SetAlternateLinks(newValue []IResourceUri) + func (this *Images) SetList(newValue []IImage) + func (this *Images) SetSelfUri(newValue IResourceUri) + func (this *Images) UnmarshalJSON(b []byte) error + type InnerShadowEffect struct + BlurRadius float64 + Direction float64 + Distance float64 + ShadowColor string + func NewInnerShadowEffect() *InnerShadowEffect + func (this *InnerShadowEffect) GetBlurRadius() float64 + func (this *InnerShadowEffect) GetDirection() float64 + func (this *InnerShadowEffect) GetDistance() float64 + func (this *InnerShadowEffect) GetShadowColor() string + func (this *InnerShadowEffect) SetBlurRadius(newValue float64) + func (this *InnerShadowEffect) SetDirection(newValue float64) + func (this *InnerShadowEffect) SetDistance(newValue float64) + func (this *InnerShadowEffect) SetShadowColor(newValue string) + func (this *InnerShadowEffect) UnmarshalJSON(b []byte) error + type Input struct + HtmlData IInputFile + Template IInputFile + TemplateData IInputFile + func NewInput() *Input + func (this *Input) GetHtmlData() IInputFile + func (this *Input) GetTemplate() IInputFile + func (this *Input) GetTemplateData() IInputFile + func (this *Input) SetHtmlData(newValue IInputFile) + func (this *Input) SetTemplate(newValue IInputFile) + func (this *Input) SetTemplateData(newValue IInputFile) + func (this *Input) UnmarshalJSON(b []byte) error + type InputFile struct + Password string + Type_ string + func NewInputFile() *InputFile + func (this *InputFile) GetPassword() string + func (this *InputFile) GetType() string + func (this *InputFile) SetPassword(newValue string) + func (this *InputFile) SetType(newValue string) + func (this *InputFile) UnmarshalJSON(b []byte) error + type InteractiveSequence struct + Effects []IEffect + TriggerShapeIndex int32 + func NewInteractiveSequence() *InteractiveSequence + func (this *InteractiveSequence) GetEffects() []IEffect + func (this *InteractiveSequence) GetTriggerShapeIndex() int32 + func (this *InteractiveSequence) SetEffects(newValue []IEffect) + func (this *InteractiveSequence) SetTriggerShapeIndex(newValue int32) + func (this *InteractiveSequence) UnmarshalJSON(b []byte) error + type LayoutSlide struct + AlternateLinks []IResourceUri + DependingSlides []IResourceUri + MasterSlide IResourceUri + Name string + SelfUri IResourceUri + Type_ string + func NewLayoutSlide() *LayoutSlide + func (this *LayoutSlide) GetAlternateLinks() []IResourceUri + func (this *LayoutSlide) GetDependingSlides() []IResourceUri + func (this *LayoutSlide) GetMasterSlide() IResourceUri + func (this *LayoutSlide) GetName() string + func (this *LayoutSlide) GetSelfUri() IResourceUri + func (this *LayoutSlide) GetType() string + func (this *LayoutSlide) SetAlternateLinks(newValue []IResourceUri) + func (this *LayoutSlide) SetDependingSlides(newValue []IResourceUri) + func (this *LayoutSlide) SetMasterSlide(newValue IResourceUri) + func (this *LayoutSlide) SetName(newValue string) + func (this *LayoutSlide) SetSelfUri(newValue IResourceUri) + func (this *LayoutSlide) SetType(newValue string) + func (this *LayoutSlide) UnmarshalJSON(b []byte) error + type LayoutSlides struct + AlternateLinks []IResourceUri + SelfUri IResourceUri + SlideList []IResourceUri + func NewLayoutSlides() *LayoutSlides + func (this *LayoutSlides) GetAlternateLinks() []IResourceUri + func (this *LayoutSlides) GetSelfUri() IResourceUri + func (this *LayoutSlides) GetSlideList() []IResourceUri + func (this *LayoutSlides) SetAlternateLinks(newValue []IResourceUri) + func (this *LayoutSlides) SetSelfUri(newValue IResourceUri) + func (this *LayoutSlides) SetSlideList(newValue []IResourceUri) + func (this *LayoutSlides) UnmarshalJSON(b []byte) error + type LeftSubSuperscriptElement struct + Base IMathElement + Subscript IMathElement + Superscript IMathElement + Type_ string + func NewLeftSubSuperscriptElement() *LeftSubSuperscriptElement + func (this *LeftSubSuperscriptElement) GetBase() IMathElement + func (this *LeftSubSuperscriptElement) GetSubscript() IMathElement + func (this *LeftSubSuperscriptElement) GetSuperscript() IMathElement + func (this *LeftSubSuperscriptElement) GetType() string + func (this *LeftSubSuperscriptElement) SetBase(newValue IMathElement) + func (this *LeftSubSuperscriptElement) SetSubscript(newValue IMathElement) + func (this *LeftSubSuperscriptElement) SetSuperscript(newValue IMathElement) + func (this *LeftSubSuperscriptElement) SetType(newValue string) + func (this *LeftSubSuperscriptElement) UnmarshalJSON(b []byte) error + type Legend struct + EffectFormat IEffectFormat + FillFormat IFillFormat + HasLegend *bool + Height float64 + LineFormat ILineFormat + Overlay *bool + Position string + Width float64 + X float64 + Y float64 + func NewLegend() *Legend + func (this *Legend) GetEffectFormat() IEffectFormat + func (this *Legend) GetFillFormat() IFillFormat + func (this *Legend) GetHasLegend() *bool + func (this *Legend) GetHeight() float64 + func (this *Legend) GetLineFormat() ILineFormat + func (this *Legend) GetOverlay() *bool + func (this *Legend) GetPosition() string + func (this *Legend) GetWidth() float64 + func (this *Legend) GetX() float64 + func (this *Legend) GetY() float64 + func (this *Legend) SetEffectFormat(newValue IEffectFormat) + func (this *Legend) SetFillFormat(newValue IFillFormat) + func (this *Legend) SetHasLegend(newValue *bool) + func (this *Legend) SetHeight(newValue float64) + func (this *Legend) SetLineFormat(newValue ILineFormat) + func (this *Legend) SetOverlay(newValue *bool) + func (this *Legend) SetPosition(newValue string) + func (this *Legend) SetWidth(newValue float64) + func (this *Legend) SetX(newValue float64) + func (this *Legend) SetY(newValue float64) + func (this *Legend) UnmarshalJSON(b []byte) error + type LightRig struct + Direction string + LightType string + XRotation float64 + YRotation float64 + ZRotation float64 + func NewLightRig() *LightRig + func (this *LightRig) GetDirection() string + func (this *LightRig) GetLightType() string + func (this *LightRig) GetXRotation() float64 + func (this *LightRig) GetYRotation() float64 + func (this *LightRig) GetZRotation() float64 + func (this *LightRig) SetDirection(newValue string) + func (this *LightRig) SetLightType(newValue string) + func (this *LightRig) SetXRotation(newValue float64) + func (this *LightRig) SetYRotation(newValue float64) + func (this *LightRig) SetZRotation(newValue float64) + func (this *LightRig) UnmarshalJSON(b []byte) error + type LimitElement struct + Base IMathElement + Limit IMathElement + Type_ string + UpperLimit *bool + func NewLimitElement() *LimitElement + func (this *LimitElement) GetBase() IMathElement + func (this *LimitElement) GetLimit() IMathElement + func (this *LimitElement) GetType() string + func (this *LimitElement) GetUpperLimit() *bool + func (this *LimitElement) SetBase(newValue IMathElement) + func (this *LimitElement) SetLimit(newValue IMathElement) + func (this *LimitElement) SetType(newValue string) + func (this *LimitElement) SetUpperLimit(newValue *bool) + func (this *LimitElement) UnmarshalJSON(b []byte) error + type LineFormat struct + Alignment string + BeginArrowHead IArrowHeadProperties + CapStyle string + CustomDashPattern ICustomDashPattern + DashStyle string + EndArrowHead IArrowHeadProperties + FillFormat IFillFormat + JoinStyle string + MiterLimit float64 + SketchType string + Style string + Width float64 + func NewLineFormat() *LineFormat + func (this *LineFormat) GetAlignment() string + func (this *LineFormat) GetBeginArrowHead() IArrowHeadProperties + func (this *LineFormat) GetCapStyle() string + func (this *LineFormat) GetCustomDashPattern() ICustomDashPattern + func (this *LineFormat) GetDashStyle() string + func (this *LineFormat) GetEndArrowHead() IArrowHeadProperties + func (this *LineFormat) GetFillFormat() IFillFormat + func (this *LineFormat) GetJoinStyle() string + func (this *LineFormat) GetMiterLimit() float64 + func (this *LineFormat) GetSketchType() string + func (this *LineFormat) GetStyle() string + func (this *LineFormat) GetWidth() float64 + func (this *LineFormat) SetAlignment(newValue string) + func (this *LineFormat) SetBeginArrowHead(newValue IArrowHeadProperties) + func (this *LineFormat) SetCapStyle(newValue string) + func (this *LineFormat) SetCustomDashPattern(newValue ICustomDashPattern) + func (this *LineFormat) SetDashStyle(newValue string) + func (this *LineFormat) SetEndArrowHead(newValue IArrowHeadProperties) + func (this *LineFormat) SetFillFormat(newValue IFillFormat) + func (this *LineFormat) SetJoinStyle(newValue string) + func (this *LineFormat) SetMiterLimit(newValue float64) + func (this *LineFormat) SetSketchType(newValue string) + func (this *LineFormat) SetStyle(newValue string) + func (this *LineFormat) SetWidth(newValue float64) + func (this *LineFormat) UnmarshalJSON(b []byte) error + type LineToPathSegment struct + Type_ string + X float64 + Y float64 + func NewLineToPathSegment() *LineToPathSegment + func (this *LineToPathSegment) GetType() string + func (this *LineToPathSegment) GetX() float64 + func (this *LineToPathSegment) GetY() float64 + func (this *LineToPathSegment) SetType(newValue string) + func (this *LineToPathSegment) SetX(newValue float64) + func (this *LineToPathSegment) SetY(newValue float64) + func (this *LineToPathSegment) UnmarshalJSON(b []byte) error + type Literals struct + Type_ string + func NewLiterals() *Literals + func (this *Literals) GetType() string + func (this *Literals) SetType(newValue string) + func (this *Literals) UnmarshalJSON(b []byte) error + type LuminanceEffect struct + Brightness float64 + Contrast float64 + Type_ string + func NewLuminanceEffect() *LuminanceEffect + func (this *LuminanceEffect) GetBrightness() float64 + func (this *LuminanceEffect) GetContrast() float64 + func (this *LuminanceEffect) GetType() string + func (this *LuminanceEffect) SetBrightness(newValue float64) + func (this *LuminanceEffect) SetContrast(newValue float64) + func (this *LuminanceEffect) SetType(newValue string) + func (this *LuminanceEffect) UnmarshalJSON(b []byte) error + type MarkdownExportOptions struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + ExportType string + Flavor string + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + HandleRepeatedSpaces string + ImagesSaveFolderName string + NewLineType string + RemoveEmptyLines *bool + ShowComments *bool + ShowHiddenSlides *bool + ShowSlideNumber *bool + SkipJavaScriptLinks *bool + SlideNumberFormat string + func NewMarkdownExportOptions() *MarkdownExportOptions + func (this *MarkdownExportOptions) GetDefaultRegularFont() string + func (this *MarkdownExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *MarkdownExportOptions) GetExportType() string + func (this *MarkdownExportOptions) GetFlavor() string + func (this *MarkdownExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *MarkdownExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *MarkdownExportOptions) GetFormat() string + func (this *MarkdownExportOptions) GetGradientStyle() string + func (this *MarkdownExportOptions) GetHandleRepeatedSpaces() string + func (this *MarkdownExportOptions) GetImagesSaveFolderName() string + func (this *MarkdownExportOptions) GetNewLineType() string + func (this *MarkdownExportOptions) GetRemoveEmptyLines() *bool + func (this *MarkdownExportOptions) GetShowComments() *bool + func (this *MarkdownExportOptions) GetShowHiddenSlides() *bool + func (this *MarkdownExportOptions) GetShowSlideNumber() *bool + func (this *MarkdownExportOptions) GetSkipJavaScriptLinks() *bool + func (this *MarkdownExportOptions) GetSlideNumberFormat() string + func (this *MarkdownExportOptions) SetDefaultRegularFont(newValue string) + func (this *MarkdownExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *MarkdownExportOptions) SetExportType(newValue string) + func (this *MarkdownExportOptions) SetFlavor(newValue string) + func (this *MarkdownExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *MarkdownExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *MarkdownExportOptions) SetFormat(newValue string) + func (this *MarkdownExportOptions) SetGradientStyle(newValue string) + func (this *MarkdownExportOptions) SetHandleRepeatedSpaces(newValue string) + func (this *MarkdownExportOptions) SetImagesSaveFolderName(newValue string) + func (this *MarkdownExportOptions) SetNewLineType(newValue string) + func (this *MarkdownExportOptions) SetRemoveEmptyLines(newValue *bool) + func (this *MarkdownExportOptions) SetShowComments(newValue *bool) + func (this *MarkdownExportOptions) SetShowHiddenSlides(newValue *bool) + func (this *MarkdownExportOptions) SetShowSlideNumber(newValue *bool) + func (this *MarkdownExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *MarkdownExportOptions) SetSlideNumberFormat(newValue string) + func (this *MarkdownExportOptions) UnmarshalJSON(b []byte) error + type MasterSlide struct + AlternateLinks []IResourceUri + DependingSlides []IResourceUri + LayoutSlides []IResourceUri + Name string + SelfUri IResourceUri + func NewMasterSlide() *MasterSlide + func (this *MasterSlide) GetAlternateLinks() []IResourceUri + func (this *MasterSlide) GetDependingSlides() []IResourceUri + func (this *MasterSlide) GetLayoutSlides() []IResourceUri + func (this *MasterSlide) GetName() string + func (this *MasterSlide) GetSelfUri() IResourceUri + func (this *MasterSlide) SetAlternateLinks(newValue []IResourceUri) + func (this *MasterSlide) SetDependingSlides(newValue []IResourceUri) + func (this *MasterSlide) SetLayoutSlides(newValue []IResourceUri) + func (this *MasterSlide) SetName(newValue string) + func (this *MasterSlide) SetSelfUri(newValue IResourceUri) + func (this *MasterSlide) UnmarshalJSON(b []byte) error + type MasterSlides struct + AlternateLinks []IResourceUri + SelfUri IResourceUri + SlideList []IResourceUri + func NewMasterSlides() *MasterSlides + func (this *MasterSlides) GetAlternateLinks() []IResourceUri + func (this *MasterSlides) GetSelfUri() IResourceUri + func (this *MasterSlides) GetSlideList() []IResourceUri + func (this *MasterSlides) SetAlternateLinks(newValue []IResourceUri) + func (this *MasterSlides) SetSelfUri(newValue IResourceUri) + func (this *MasterSlides) SetSlideList(newValue []IResourceUri) + func (this *MasterSlides) UnmarshalJSON(b []byte) error + type MathElement struct + Type_ string + func NewMathElement() *MathElement + func (this *MathElement) GetType() string + func (this *MathElement) SetType(newValue string) + func (this *MathElement) UnmarshalJSON(b []byte) error + type MathFormat string + const MathFormat_LaTeX + const MathFormat_MathML + type MathParagraph struct + Justification string + MathBlockList []IBlockElement + func NewMathParagraph() *MathParagraph + func (this *MathParagraph) GetJustification() string + func (this *MathParagraph) GetMathBlockList() []IBlockElement + func (this *MathParagraph) SetJustification(newValue string) + func (this *MathParagraph) SetMathBlockList(newValue []IBlockElement) + func (this *MathParagraph) UnmarshalJSON(b []byte) error + type MatrixElement struct + BaseJustification string + ColumnGap int32 + ColumnGapRule string + HidePlaceholders *bool + Items [][]IMathElement + MinColumnWidth int32 + RowGap int32 + RowGapRule string + Type_ string + func NewMatrixElement() *MatrixElement + func (this *MatrixElement) GetBaseJustification() string + func (this *MatrixElement) GetColumnGap() int32 + func (this *MatrixElement) GetColumnGapRule() string + func (this *MatrixElement) GetHidePlaceholders() *bool + func (this *MatrixElement) GetItems() [][]IMathElement + func (this *MatrixElement) GetMinColumnWidth() int32 + func (this *MatrixElement) GetRowGap() int32 + func (this *MatrixElement) GetRowGapRule() string + func (this *MatrixElement) GetType() string + func (this *MatrixElement) SetBaseJustification(newValue string) + func (this *MatrixElement) SetColumnGap(newValue int32) + func (this *MatrixElement) SetColumnGapRule(newValue string) + func (this *MatrixElement) SetHidePlaceholders(newValue *bool) + func (this *MatrixElement) SetItems(newValue [][]IMathElement) + func (this *MatrixElement) SetMinColumnWidth(newValue int32) + func (this *MatrixElement) SetRowGap(newValue int32) + func (this *MatrixElement) SetRowGapRule(newValue string) + func (this *MatrixElement) SetType(newValue string) + func (this *MatrixElement) UnmarshalJSON(b []byte) error + type Merge struct + Presentations []IMergingSource + Type_ string + func NewMerge() *Merge + func (this *Merge) GetPresentations() []IMergingSource + func (this *Merge) GetType() string + func (this *Merge) SetPresentations(newValue []IMergingSource) + func (this *Merge) SetType(newValue string) + func (this *Merge) UnmarshalJSON(b []byte) error + type MergingSource struct + Input IInputFile + Slides []int32 + func NewMergingSource() *MergingSource + func (this *MergingSource) GetInput() IInputFile + func (this *MergingSource) GetSlides() []int32 + func (this *MergingSource) SetInput(newValue IInputFile) + func (this *MergingSource) SetSlides(newValue []int32) + func (this *MergingSource) UnmarshalJSON(b []byte) error + type ModelError struct + Code string + Description string + InnerError IErrorDetails + Message string + func NewModelError() *ModelError + func (this *ModelError) GetCode() string + func (this *ModelError) GetDescription() string + func (this *ModelError) GetInnerError() IErrorDetails + func (this *ModelError) GetMessage() string + func (this *ModelError) SetCode(newValue string) + func (this *ModelError) SetDescription(newValue string) + func (this *ModelError) SetInnerError(newValue IErrorDetails) + func (this *ModelError) SetMessage(newValue string) + func (this *ModelError) UnmarshalJSON(b []byte) error + type MoveToPathSegment struct + Type_ string + X float64 + Y float64 + func NewMoveToPathSegment() *MoveToPathSegment + func (this *MoveToPathSegment) GetType() string + func (this *MoveToPathSegment) GetX() float64 + func (this *MoveToPathSegment) GetY() float64 + func (this *MoveToPathSegment) SetType(newValue string) + func (this *MoveToPathSegment) SetX(newValue float64) + func (this *MoveToPathSegment) SetY(newValue float64) + func (this *MoveToPathSegment) UnmarshalJSON(b []byte) error + type NaryOperatorElement struct + Base IMathElement + GrowToMatchOperandHeight *bool + HideSubscript *bool + HideSuperscript *bool + LimitLocation string + Operator string + Subscript IMathElement + Superscript IMathElement + Type_ string + func NewNaryOperatorElement() *NaryOperatorElement + func (this *NaryOperatorElement) GetBase() IMathElement + func (this *NaryOperatorElement) GetGrowToMatchOperandHeight() *bool + func (this *NaryOperatorElement) GetHideSubscript() *bool + func (this *NaryOperatorElement) GetHideSuperscript() *bool + func (this *NaryOperatorElement) GetLimitLocation() string + func (this *NaryOperatorElement) GetOperator() string + func (this *NaryOperatorElement) GetSubscript() IMathElement + func (this *NaryOperatorElement) GetSuperscript() IMathElement + func (this *NaryOperatorElement) GetType() string + func (this *NaryOperatorElement) SetBase(newValue IMathElement) + func (this *NaryOperatorElement) SetGrowToMatchOperandHeight(newValue *bool) + func (this *NaryOperatorElement) SetHideSubscript(newValue *bool) + func (this *NaryOperatorElement) SetHideSuperscript(newValue *bool) + func (this *NaryOperatorElement) SetLimitLocation(newValue string) + func (this *NaryOperatorElement) SetOperator(newValue string) + func (this *NaryOperatorElement) SetSubscript(newValue IMathElement) + func (this *NaryOperatorElement) SetSuperscript(newValue IMathElement) + func (this *NaryOperatorElement) SetType(newValue string) + func (this *NaryOperatorElement) UnmarshalJSON(b []byte) error + type NoFill struct + Type_ string + func NewNoFill() *NoFill + func (this *NoFill) GetType() string + func (this *NoFill) SetType(newValue string) + func (this *NoFill) UnmarshalJSON(b []byte) error + type NormalViewRestoredProperties struct + AutoAdjust *bool + DimensionSize float64 + func NewNormalViewRestoredProperties() *NormalViewRestoredProperties + func (this *NormalViewRestoredProperties) GetAutoAdjust() *bool + func (this *NormalViewRestoredProperties) GetDimensionSize() float64 + func (this *NormalViewRestoredProperties) SetAutoAdjust(newValue *bool) + func (this *NormalViewRestoredProperties) SetDimensionSize(newValue float64) + func (this *NormalViewRestoredProperties) UnmarshalJSON(b []byte) error + type NotesCommentsLayoutingOptions struct + CommentsAreaColor string + CommentsAreaWidth int32 + CommentsPosition string + LayoutType string + NotesPosition string + ShowCommentsByNoAuthor *bool + func NewNotesCommentsLayoutingOptions() *NotesCommentsLayoutingOptions + func (this *NotesCommentsLayoutingOptions) GetCommentsAreaColor() string + func (this *NotesCommentsLayoutingOptions) GetCommentsAreaWidth() int32 + func (this *NotesCommentsLayoutingOptions) GetCommentsPosition() string + func (this *NotesCommentsLayoutingOptions) GetLayoutType() string + func (this *NotesCommentsLayoutingOptions) GetNotesPosition() string + func (this *NotesCommentsLayoutingOptions) GetShowCommentsByNoAuthor() *bool + func (this *NotesCommentsLayoutingOptions) SetCommentsAreaColor(newValue string) + func (this *NotesCommentsLayoutingOptions) SetCommentsAreaWidth(newValue int32) + func (this *NotesCommentsLayoutingOptions) SetCommentsPosition(newValue string) + func (this *NotesCommentsLayoutingOptions) SetLayoutType(newValue string) + func (this *NotesCommentsLayoutingOptions) SetNotesPosition(newValue string) + func (this *NotesCommentsLayoutingOptions) SetShowCommentsByNoAuthor(newValue *bool) + func (this *NotesCommentsLayoutingOptions) UnmarshalJSON(b []byte) error + type NotesSlide struct + AlternateLinks []IResourceUri + SelfUri IResourceUri + Shapes IResourceUri + Text string + func NewNotesSlide() *NotesSlide + func (this *NotesSlide) GetAlternateLinks() []IResourceUri + func (this *NotesSlide) GetSelfUri() IResourceUri + func (this *NotesSlide) GetShapes() IResourceUri + func (this *NotesSlide) GetText() string + func (this *NotesSlide) SetAlternateLinks(newValue []IResourceUri) + func (this *NotesSlide) SetSelfUri(newValue IResourceUri) + func (this *NotesSlide) SetShapes(newValue IResourceUri) + func (this *NotesSlide) SetText(newValue string) + func (this *NotesSlide) UnmarshalJSON(b []byte) error + type NotesSlideExportFormat string + const NotesSlideExportFormat_Bmp + const NotesSlideExportFormat_Fodp + const NotesSlideExportFormat_Gif + const NotesSlideExportFormat_Html + const NotesSlideExportFormat_Html5 + const NotesSlideExportFormat_Jpeg + const NotesSlideExportFormat_Odp + const NotesSlideExportFormat_Otp + const NotesSlideExportFormat_Pdf + const NotesSlideExportFormat_Png + const NotesSlideExportFormat_Pot + const NotesSlideExportFormat_Potm + const NotesSlideExportFormat_Potx + const NotesSlideExportFormat_Pps + const NotesSlideExportFormat_Ppsm + const NotesSlideExportFormat_Ppsx + const NotesSlideExportFormat_Ppt + const NotesSlideExportFormat_Pptm + const NotesSlideExportFormat_Pptx + const NotesSlideExportFormat_Svg + const NotesSlideExportFormat_Tiff + const NotesSlideExportFormat_Xaml + const NotesSlideExportFormat_Xps + type NotesSlideHeaderFooter struct + AlternateLinks []IResourceUri + DateTimeText string + FooterText string + HeaderText string + IsDateTimeVisible *bool + IsFooterVisible *bool + IsHeaderVisible *bool + IsSlideNumberVisible *bool + SelfUri IResourceUri + func NewNotesSlideHeaderFooter() *NotesSlideHeaderFooter + func (this *NotesSlideHeaderFooter) GetAlternateLinks() []IResourceUri + func (this *NotesSlideHeaderFooter) GetDateTimeText() string + func (this *NotesSlideHeaderFooter) GetFooterText() string + func (this *NotesSlideHeaderFooter) GetHeaderText() string + func (this *NotesSlideHeaderFooter) GetIsDateTimeVisible() *bool + func (this *NotesSlideHeaderFooter) GetIsFooterVisible() *bool + func (this *NotesSlideHeaderFooter) GetIsHeaderVisible() *bool + func (this *NotesSlideHeaderFooter) GetIsSlideNumberVisible() *bool + func (this *NotesSlideHeaderFooter) GetSelfUri() IResourceUri + func (this *NotesSlideHeaderFooter) SetAlternateLinks(newValue []IResourceUri) + func (this *NotesSlideHeaderFooter) SetDateTimeText(newValue string) + func (this *NotesSlideHeaderFooter) SetFooterText(newValue string) + func (this *NotesSlideHeaderFooter) SetHeaderText(newValue string) + func (this *NotesSlideHeaderFooter) SetIsDateTimeVisible(newValue *bool) + func (this *NotesSlideHeaderFooter) SetIsFooterVisible(newValue *bool) + func (this *NotesSlideHeaderFooter) SetIsHeaderVisible(newValue *bool) + func (this *NotesSlideHeaderFooter) SetIsSlideNumberVisible(newValue *bool) + func (this *NotesSlideHeaderFooter) SetSelfUri(newValue IResourceUri) + func (this *NotesSlideHeaderFooter) UnmarshalJSON(b []byte) error + type OAuthResponse struct + AccessToken string + type ObjectExist struct + Exists *bool + IsFolder *bool + func NewObjectExist() *ObjectExist + func (this *ObjectExist) GetExists() *bool + func (this *ObjectExist) GetIsFolder() *bool + func (this *ObjectExist) SetExists(newValue *bool) + func (this *ObjectExist) SetIsFolder(newValue *bool) + func (this *ObjectExist) UnmarshalJSON(b []byte) error + type OleObjectFrame struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + EmbeddedFileBase64Data string + EmbeddedFileExtension string + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + IsObjectIcon *bool + LineFormat ILineFormat + LinkPath string + Name string + ObjectName string + ObjectProgId string + SelfUri IResourceUri + SubstitutePictureFormat IPictureFill + SubstitutePictureTitle string + ThreeDFormat IThreeDFormat + Type_ string + UpdateAutomatic *bool + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewOleObjectFrame() *OleObjectFrame + func (this *OleObjectFrame) GetAlternateLinks() []IResourceUri + func (this *OleObjectFrame) GetAlternativeText() string + func (this *OleObjectFrame) GetAlternativeTextTitle() string + func (this *OleObjectFrame) GetEffectFormat() IEffectFormat + func (this *OleObjectFrame) GetEmbeddedFileBase64Data() string + func (this *OleObjectFrame) GetEmbeddedFileExtension() string + func (this *OleObjectFrame) GetFillFormat() IFillFormat + func (this *OleObjectFrame) GetHeight() float64 + func (this *OleObjectFrame) GetHidden() *bool + func (this *OleObjectFrame) GetHyperlinkClick() IHyperlink + func (this *OleObjectFrame) GetHyperlinkMouseOver() IHyperlink + func (this *OleObjectFrame) GetIsDecorative() *bool + func (this *OleObjectFrame) GetIsObjectIcon() *bool + func (this *OleObjectFrame) GetLineFormat() ILineFormat + func (this *OleObjectFrame) GetLinkPath() string + func (this *OleObjectFrame) GetName() string + func (this *OleObjectFrame) GetObjectName() string + func (this *OleObjectFrame) GetObjectProgId() string + func (this *OleObjectFrame) GetSelfUri() IResourceUri + func (this *OleObjectFrame) GetSubstitutePictureFormat() IPictureFill + func (this *OleObjectFrame) GetSubstitutePictureTitle() string + func (this *OleObjectFrame) GetThreeDFormat() IThreeDFormat + func (this *OleObjectFrame) GetType() string + func (this *OleObjectFrame) GetUpdateAutomatic() *bool + func (this *OleObjectFrame) GetWidth() float64 + func (this *OleObjectFrame) GetX() float64 + func (this *OleObjectFrame) GetY() float64 + func (this *OleObjectFrame) GetZOrderPosition() int32 + func (this *OleObjectFrame) SetAlternateLinks(newValue []IResourceUri) + func (this *OleObjectFrame) SetAlternativeText(newValue string) + func (this *OleObjectFrame) SetAlternativeTextTitle(newValue string) + func (this *OleObjectFrame) SetEffectFormat(newValue IEffectFormat) + func (this *OleObjectFrame) SetEmbeddedFileBase64Data(newValue string) + func (this *OleObjectFrame) SetEmbeddedFileExtension(newValue string) + func (this *OleObjectFrame) SetFillFormat(newValue IFillFormat) + func (this *OleObjectFrame) SetHeight(newValue float64) + func (this *OleObjectFrame) SetHidden(newValue *bool) + func (this *OleObjectFrame) SetHyperlinkClick(newValue IHyperlink) + func (this *OleObjectFrame) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *OleObjectFrame) SetIsDecorative(newValue *bool) + func (this *OleObjectFrame) SetIsObjectIcon(newValue *bool) + func (this *OleObjectFrame) SetLineFormat(newValue ILineFormat) + func (this *OleObjectFrame) SetLinkPath(newValue string) + func (this *OleObjectFrame) SetName(newValue string) + func (this *OleObjectFrame) SetObjectName(newValue string) + func (this *OleObjectFrame) SetObjectProgId(newValue string) + func (this *OleObjectFrame) SetSelfUri(newValue IResourceUri) + func (this *OleObjectFrame) SetSubstitutePictureFormat(newValue IPictureFill) + func (this *OleObjectFrame) SetSubstitutePictureTitle(newValue string) + func (this *OleObjectFrame) SetThreeDFormat(newValue IThreeDFormat) + func (this *OleObjectFrame) SetType(newValue string) + func (this *OleObjectFrame) SetUpdateAutomatic(newValue *bool) + func (this *OleObjectFrame) SetWidth(newValue float64) + func (this *OleObjectFrame) SetX(newValue float64) + func (this *OleObjectFrame) SetY(newValue float64) + func (this *OleObjectFrame) SetZOrderPosition(newValue int32) + func (this *OleObjectFrame) UnmarshalJSON(b []byte) error + type OneValueChartDataPoint struct + EffectFormat IEffectFormat + FillFormat IFillFormat + InvertIfNegative *bool + LineFormat ILineFormat + Marker ISeriesMarker + SetAsTotal *bool + ThreeDFormat IThreeDFormat + Type_ string + Value float64 + ValueFormula string + func NewOneValueChartDataPoint() *OneValueChartDataPoint + func (this *OneValueChartDataPoint) GetEffectFormat() IEffectFormat + func (this *OneValueChartDataPoint) GetFillFormat() IFillFormat + func (this *OneValueChartDataPoint) GetInvertIfNegative() *bool + func (this *OneValueChartDataPoint) GetLineFormat() ILineFormat + func (this *OneValueChartDataPoint) GetMarker() ISeriesMarker + func (this *OneValueChartDataPoint) GetSetAsTotal() *bool + func (this *OneValueChartDataPoint) GetThreeDFormat() IThreeDFormat + func (this *OneValueChartDataPoint) GetType() string + func (this *OneValueChartDataPoint) GetValue() float64 + func (this *OneValueChartDataPoint) GetValueFormula() string + func (this *OneValueChartDataPoint) SetEffectFormat(newValue IEffectFormat) + func (this *OneValueChartDataPoint) SetFillFormat(newValue IFillFormat) + func (this *OneValueChartDataPoint) SetInvertIfNegative(newValue *bool) + func (this *OneValueChartDataPoint) SetLineFormat(newValue ILineFormat) + func (this *OneValueChartDataPoint) SetMarker(newValue ISeriesMarker) + func (this *OneValueChartDataPoint) SetSetAsTotal(newValue *bool) + func (this *OneValueChartDataPoint) SetThreeDFormat(newValue IThreeDFormat) + func (this *OneValueChartDataPoint) SetType(newValue string) + func (this *OneValueChartDataPoint) SetValue(newValue float64) + func (this *OneValueChartDataPoint) SetValueFormula(newValue string) + func (this *OneValueChartDataPoint) UnmarshalJSON(b []byte) error + type OneValueSeries struct + DataPointType string + DataPoints []IOneValueChartDataPoint + DataSourceForSeriesName IDataSource + DataSourceForValues IDataSource + EffectFormat IEffectFormat + Explosion int32 + FillFormat IFillFormat + InvertIfNegative *bool + InvertedSolidFillColor string + IsColorVaried *bool + LineFormat ILineFormat + Marker ISeriesMarker + Name string + NumberFormatOfValues string + Order int32 + PlotOnSecondAxis *bool + QuartileMethod string + ShowConnectorLines *bool + ShowInnerPoints *bool + ShowMeanLine *bool + ShowMeanMarkers *bool + ShowOutlierPoints *bool + Smooth *bool + Type_ string + func NewOneValueSeries() *OneValueSeries + func (this *OneValueSeries) GetDataPointType() string + func (this *OneValueSeries) GetDataPoints() []IOneValueChartDataPoint + func (this *OneValueSeries) GetDataSourceForSeriesName() IDataSource + func (this *OneValueSeries) GetDataSourceForValues() IDataSource + func (this *OneValueSeries) GetEffectFormat() IEffectFormat + func (this *OneValueSeries) GetExplosion() int32 + func (this *OneValueSeries) GetFillFormat() IFillFormat + func (this *OneValueSeries) GetInvertIfNegative() *bool + func (this *OneValueSeries) GetInvertedSolidFillColor() string + func (this *OneValueSeries) GetIsColorVaried() *bool + func (this *OneValueSeries) GetLineFormat() ILineFormat + func (this *OneValueSeries) GetMarker() ISeriesMarker + func (this *OneValueSeries) GetName() string + func (this *OneValueSeries) GetNumberFormatOfValues() string + func (this *OneValueSeries) GetOrder() int32 + func (this *OneValueSeries) GetPlotOnSecondAxis() *bool + func (this *OneValueSeries) GetQuartileMethod() string + func (this *OneValueSeries) GetShowConnectorLines() *bool + func (this *OneValueSeries) GetShowInnerPoints() *bool + func (this *OneValueSeries) GetShowMeanLine() *bool + func (this *OneValueSeries) GetShowMeanMarkers() *bool + func (this *OneValueSeries) GetShowOutlierPoints() *bool + func (this *OneValueSeries) GetSmooth() *bool + func (this *OneValueSeries) GetType() string + func (this *OneValueSeries) SetDataPointType(newValue string) + func (this *OneValueSeries) SetDataPoints(newValue []IOneValueChartDataPoint) + func (this *OneValueSeries) SetDataSourceForSeriesName(newValue IDataSource) + func (this *OneValueSeries) SetDataSourceForValues(newValue IDataSource) + func (this *OneValueSeries) SetEffectFormat(newValue IEffectFormat) + func (this *OneValueSeries) SetExplosion(newValue int32) + func (this *OneValueSeries) SetFillFormat(newValue IFillFormat) + func (this *OneValueSeries) SetInvertIfNegative(newValue *bool) + func (this *OneValueSeries) SetInvertedSolidFillColor(newValue string) + func (this *OneValueSeries) SetIsColorVaried(newValue *bool) + func (this *OneValueSeries) SetLineFormat(newValue ILineFormat) + func (this *OneValueSeries) SetMarker(newValue ISeriesMarker) + func (this *OneValueSeries) SetName(newValue string) + func (this *OneValueSeries) SetNumberFormatOfValues(newValue string) + func (this *OneValueSeries) SetOrder(newValue int32) + func (this *OneValueSeries) SetPlotOnSecondAxis(newValue *bool) + func (this *OneValueSeries) SetQuartileMethod(newValue string) + func (this *OneValueSeries) SetShowConnectorLines(newValue *bool) + func (this *OneValueSeries) SetShowInnerPoints(newValue *bool) + func (this *OneValueSeries) SetShowMeanLine(newValue *bool) + func (this *OneValueSeries) SetShowMeanMarkers(newValue *bool) + func (this *OneValueSeries) SetShowOutlierPoints(newValue *bool) + func (this *OneValueSeries) SetSmooth(newValue *bool) + func (this *OneValueSeries) SetType(newValue string) + func (this *OneValueSeries) UnmarshalJSON(b []byte) error + type Operation struct + Canceled time.Time + Created time.Time + Error_ IOperationError + Failed time.Time + Finished time.Time + Id string + Method string + Progress IOperationProgress + Started time.Time + Status string + func NewOperation() *Operation + func (this *Operation) GetCanceled() time.Time + func (this *Operation) GetCreated() time.Time + func (this *Operation) GetError() IOperationError + func (this *Operation) GetFailed() time.Time + func (this *Operation) GetFinished() time.Time + func (this *Operation) GetId() string + func (this *Operation) GetMethod() string + func (this *Operation) GetProgress() IOperationProgress + func (this *Operation) GetStarted() time.Time + func (this *Operation) GetStatus() string + func (this *Operation) SetCanceled(newValue time.Time) + func (this *Operation) SetCreated(newValue time.Time) + func (this *Operation) SetError(newValue IOperationError) + func (this *Operation) SetFailed(newValue time.Time) + func (this *Operation) SetFinished(newValue time.Time) + func (this *Operation) SetId(newValue string) + func (this *Operation) SetMethod(newValue string) + func (this *Operation) SetProgress(newValue IOperationProgress) + func (this *Operation) SetStarted(newValue time.Time) + func (this *Operation) SetStatus(newValue string) + func (this *Operation) UnmarshalJSON(b []byte) error + type OperationError struct + Code string + Description string + HttpStatusCode int32 + Message string + func NewOperationError() *OperationError + func (this *OperationError) GetCode() string + func (this *OperationError) GetDescription() string + func (this *OperationError) GetHttpStatusCode() int32 + func (this *OperationError) GetMessage() string + func (this *OperationError) SetCode(newValue string) + func (this *OperationError) SetDescription(newValue string) + func (this *OperationError) SetHttpStatusCode(newValue int32) + func (this *OperationError) SetMessage(newValue string) + func (this *OperationError) UnmarshalJSON(b []byte) error + type OperationProgress struct + Description string + StepCount int32 + StepIndex int32 + func NewOperationProgress() *OperationProgress + func (this *OperationProgress) GetDescription() string + func (this *OperationProgress) GetStepCount() int32 + func (this *OperationProgress) GetStepIndex() int32 + func (this *OperationProgress) SetDescription(newValue string) + func (this *OperationProgress) SetStepCount(newValue int32) + func (this *OperationProgress) SetStepIndex(newValue int32) + func (this *OperationProgress) UnmarshalJSON(b []byte) error + type OrderedMergeRequest struct + Presentations []IPresentationToMerge + func NewOrderedMergeRequest() *OrderedMergeRequest + func (this *OrderedMergeRequest) GetPresentations() []IPresentationToMerge + func (this *OrderedMergeRequest) SetPresentations(newValue []IPresentationToMerge) + func (this *OrderedMergeRequest) UnmarshalJSON(b []byte) error + type OuterShadowEffect struct + BlurRadius float64 + Direction float64 + Distance float64 + ShadowColor string + func NewOuterShadowEffect() *OuterShadowEffect + func (this *OuterShadowEffect) GetBlurRadius() float64 + func (this *OuterShadowEffect) GetDirection() float64 + func (this *OuterShadowEffect) GetDistance() float64 + func (this *OuterShadowEffect) GetShadowColor() string + func (this *OuterShadowEffect) SetBlurRadius(newValue float64) + func (this *OuterShadowEffect) SetDirection(newValue float64) + func (this *OuterShadowEffect) SetDistance(newValue float64) + func (this *OuterShadowEffect) SetShadowColor(newValue string) + func (this *OuterShadowEffect) UnmarshalJSON(b []byte) error + type OutputFile struct + Type_ string + func NewOutputFile() *OutputFile + func (this *OutputFile) GetType() string + func (this *OutputFile) SetType(newValue string) + func (this *OutputFile) UnmarshalJSON(b []byte) error + type Paragraph struct + Alignment string + AlternateLinks []IResourceUri + BulletChar string + BulletFillFormat IFillFormat + BulletHeight float64 + BulletType string + DefaultPortionFormat IPortionFormat + DefaultTabSize float64 + Depth int32 + EastAsianLineBreak string + FontAlignment string + HangingPunctuation string + Indent float64 + LatinLineBreak string + MarginLeft float64 + MarginRight float64 + NumberedBulletStartWith int32 + NumberedBulletStyle string + PortionList []IPortion + RightToLeft string + SelfUri IResourceUri + SpaceAfter float64 + SpaceBefore float64 + SpaceWithin float64 + func NewParagraph() *Paragraph + func (this *Paragraph) GetAlignment() string + func (this *Paragraph) GetAlternateLinks() []IResourceUri + func (this *Paragraph) GetBulletChar() string + func (this *Paragraph) GetBulletFillFormat() IFillFormat + func (this *Paragraph) GetBulletHeight() float64 + func (this *Paragraph) GetBulletType() string + func (this *Paragraph) GetDefaultPortionFormat() IPortionFormat + func (this *Paragraph) GetDefaultTabSize() float64 + func (this *Paragraph) GetDepth() int32 + func (this *Paragraph) GetEastAsianLineBreak() string + func (this *Paragraph) GetFontAlignment() string + func (this *Paragraph) GetHangingPunctuation() string + func (this *Paragraph) GetIndent() float64 + func (this *Paragraph) GetLatinLineBreak() string + func (this *Paragraph) GetMarginLeft() float64 + func (this *Paragraph) GetMarginRight() float64 + func (this *Paragraph) GetNumberedBulletStartWith() int32 + func (this *Paragraph) GetNumberedBulletStyle() string + func (this *Paragraph) GetPortionList() []IPortion + func (this *Paragraph) GetRightToLeft() string + func (this *Paragraph) GetSelfUri() IResourceUri + func (this *Paragraph) GetSpaceAfter() float64 + func (this *Paragraph) GetSpaceBefore() float64 + func (this *Paragraph) GetSpaceWithin() float64 + func (this *Paragraph) SetAlignment(newValue string) + func (this *Paragraph) SetAlternateLinks(newValue []IResourceUri) + func (this *Paragraph) SetBulletChar(newValue string) + func (this *Paragraph) SetBulletFillFormat(newValue IFillFormat) + func (this *Paragraph) SetBulletHeight(newValue float64) + func (this *Paragraph) SetBulletType(newValue string) + func (this *Paragraph) SetDefaultPortionFormat(newValue IPortionFormat) + func (this *Paragraph) SetDefaultTabSize(newValue float64) + func (this *Paragraph) SetDepth(newValue int32) + func (this *Paragraph) SetEastAsianLineBreak(newValue string) + func (this *Paragraph) SetFontAlignment(newValue string) + func (this *Paragraph) SetHangingPunctuation(newValue string) + func (this *Paragraph) SetIndent(newValue float64) + func (this *Paragraph) SetLatinLineBreak(newValue string) + func (this *Paragraph) SetMarginLeft(newValue float64) + func (this *Paragraph) SetMarginRight(newValue float64) + func (this *Paragraph) SetNumberedBulletStartWith(newValue int32) + func (this *Paragraph) SetNumberedBulletStyle(newValue string) + func (this *Paragraph) SetPortionList(newValue []IPortion) + func (this *Paragraph) SetRightToLeft(newValue string) + func (this *Paragraph) SetSelfUri(newValue IResourceUri) + func (this *Paragraph) SetSpaceAfter(newValue float64) + func (this *Paragraph) SetSpaceBefore(newValue float64) + func (this *Paragraph) SetSpaceWithin(newValue float64) + func (this *Paragraph) UnmarshalJSON(b []byte) error + type ParagraphFormat struct + Alignment string + BulletChar string + BulletFillFormat IFillFormat + BulletHeight float64 + BulletType string + DefaultPortionFormat IPortionFormat + DefaultTabSize float64 + Depth int32 + EastAsianLineBreak string + FontAlignment string + HangingPunctuation string + Indent float64 + LatinLineBreak string + MarginLeft float64 + MarginRight float64 + NumberedBulletStartWith int32 + NumberedBulletStyle string + RightToLeft string + SpaceAfter float64 + SpaceBefore float64 + SpaceWithin float64 + func NewParagraphFormat() *ParagraphFormat + func (this *ParagraphFormat) GetAlignment() string + func (this *ParagraphFormat) GetBulletChar() string + func (this *ParagraphFormat) GetBulletFillFormat() IFillFormat + func (this *ParagraphFormat) GetBulletHeight() float64 + func (this *ParagraphFormat) GetBulletType() string + func (this *ParagraphFormat) GetDefaultPortionFormat() IPortionFormat + func (this *ParagraphFormat) GetDefaultTabSize() float64 + func (this *ParagraphFormat) GetDepth() int32 + func (this *ParagraphFormat) GetEastAsianLineBreak() string + func (this *ParagraphFormat) GetFontAlignment() string + func (this *ParagraphFormat) GetHangingPunctuation() string + func (this *ParagraphFormat) GetIndent() float64 + func (this *ParagraphFormat) GetLatinLineBreak() string + func (this *ParagraphFormat) GetMarginLeft() float64 + func (this *ParagraphFormat) GetMarginRight() float64 + func (this *ParagraphFormat) GetNumberedBulletStartWith() int32 + func (this *ParagraphFormat) GetNumberedBulletStyle() string + func (this *ParagraphFormat) GetRightToLeft() string + func (this *ParagraphFormat) GetSpaceAfter() float64 + func (this *ParagraphFormat) GetSpaceBefore() float64 + func (this *ParagraphFormat) GetSpaceWithin() float64 + func (this *ParagraphFormat) SetAlignment(newValue string) + func (this *ParagraphFormat) SetBulletChar(newValue string) + func (this *ParagraphFormat) SetBulletFillFormat(newValue IFillFormat) + func (this *ParagraphFormat) SetBulletHeight(newValue float64) + func (this *ParagraphFormat) SetBulletType(newValue string) + func (this *ParagraphFormat) SetDefaultPortionFormat(newValue IPortionFormat) + func (this *ParagraphFormat) SetDefaultTabSize(newValue float64) + func (this *ParagraphFormat) SetDepth(newValue int32) + func (this *ParagraphFormat) SetEastAsianLineBreak(newValue string) + func (this *ParagraphFormat) SetFontAlignment(newValue string) + func (this *ParagraphFormat) SetHangingPunctuation(newValue string) + func (this *ParagraphFormat) SetIndent(newValue float64) + func (this *ParagraphFormat) SetLatinLineBreak(newValue string) + func (this *ParagraphFormat) SetMarginLeft(newValue float64) + func (this *ParagraphFormat) SetMarginRight(newValue float64) + func (this *ParagraphFormat) SetNumberedBulletStartWith(newValue int32) + func (this *ParagraphFormat) SetNumberedBulletStyle(newValue string) + func (this *ParagraphFormat) SetRightToLeft(newValue string) + func (this *ParagraphFormat) SetSpaceAfter(newValue float64) + func (this *ParagraphFormat) SetSpaceBefore(newValue float64) + func (this *ParagraphFormat) SetSpaceWithin(newValue float64) + func (this *ParagraphFormat) UnmarshalJSON(b []byte) error + type Paragraphs struct + AlternateLinks []IResourceUri + ParagraphLinks []IResourceUri + SelfUri IResourceUri + func NewParagraphs() *Paragraphs + func (this *Paragraphs) GetAlternateLinks() []IResourceUri + func (this *Paragraphs) GetParagraphLinks() []IResourceUri + func (this *Paragraphs) GetSelfUri() IResourceUri + func (this *Paragraphs) SetAlternateLinks(newValue []IResourceUri) + func (this *Paragraphs) SetParagraphLinks(newValue []IResourceUri) + func (this *Paragraphs) SetSelfUri(newValue IResourceUri) + func (this *Paragraphs) UnmarshalJSON(b []byte) error + type PathInputFile struct + Password string + Path string + Storage string + Type_ string + func NewPathInputFile() *PathInputFile + func (this *PathInputFile) GetPassword() string + func (this *PathInputFile) GetPath() string + func (this *PathInputFile) GetStorage() string + func (this *PathInputFile) GetType() string + func (this *PathInputFile) SetPassword(newValue string) + func (this *PathInputFile) SetPath(newValue string) + func (this *PathInputFile) SetStorage(newValue string) + func (this *PathInputFile) SetType(newValue string) + func (this *PathInputFile) UnmarshalJSON(b []byte) error + type PathOutputFile struct + Path string + Storage string + Type_ string + func NewPathOutputFile() *PathOutputFile + func (this *PathOutputFile) GetPath() string + func (this *PathOutputFile) GetStorage() string + func (this *PathOutputFile) GetType() string + func (this *PathOutputFile) SetPath(newValue string) + func (this *PathOutputFile) SetStorage(newValue string) + func (this *PathOutputFile) SetType(newValue string) + func (this *PathOutputFile) UnmarshalJSON(b []byte) error + type PathSegment struct + Type_ string + func NewPathSegment() *PathSegment + func (this *PathSegment) GetType() string + func (this *PathSegment) SetType(newValue string) + func (this *PathSegment) UnmarshalJSON(b []byte) error + type PatternFill struct + BackColor string + ForeColor string + Style string + Type_ string + func NewPatternFill() *PatternFill + func (this *PatternFill) GetBackColor() string + func (this *PatternFill) GetForeColor() string + func (this *PatternFill) GetStyle() string + func (this *PatternFill) GetType() string + func (this *PatternFill) SetBackColor(newValue string) + func (this *PatternFill) SetForeColor(newValue string) + func (this *PatternFill) SetStyle(newValue string) + func (this *PatternFill) SetType(newValue string) + func (this *PatternFill) UnmarshalJSON(b []byte) error + type PdfExportOptions struct + AccessPermissions IAccessPermissions + AdditionalCommonFontFamilies []string + ApplyImageTransparent *bool + Compliance string + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + DrawSlidesFrame *bool + EmbedFullFonts *bool + EmbedTrueTypeFontsForASCII *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + HideInk *bool + ImageTransparentColor string + IncludeOleData *bool + InterpretMaskOpAsOpacity *bool + JpegQuality int32 + Password string + RasterizeUnsupportedFontStyles *bool + SaveMetafilesAsPng *bool + ShowHiddenSlides *bool + SkipJavaScriptLinks *bool + SlidesLayoutOptions ISlidesLayoutOptions + SufficientResolution float64 + TextCompression string + func NewPdfExportOptions() *PdfExportOptions + func (this *PdfExportOptions) GetAccessPermissions() IAccessPermissions + func (this *PdfExportOptions) GetAdditionalCommonFontFamilies() []string + func (this *PdfExportOptions) GetApplyImageTransparent() *bool + func (this *PdfExportOptions) GetCompliance() string + func (this *PdfExportOptions) GetDefaultRegularFont() string + func (this *PdfExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *PdfExportOptions) GetDrawSlidesFrame() *bool + func (this *PdfExportOptions) GetEmbedFullFonts() *bool + func (this *PdfExportOptions) GetEmbedTrueTypeFontsForASCII() *bool + func (this *PdfExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *PdfExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *PdfExportOptions) GetFormat() string + func (this *PdfExportOptions) GetGradientStyle() string + func (this *PdfExportOptions) GetHideInk() *bool + func (this *PdfExportOptions) GetImageTransparentColor() string + func (this *PdfExportOptions) GetIncludeOleData() *bool + func (this *PdfExportOptions) GetInterpretMaskOpAsOpacity() *bool + func (this *PdfExportOptions) GetJpegQuality() int32 + func (this *PdfExportOptions) GetPassword() string + func (this *PdfExportOptions) GetRasterizeUnsupportedFontStyles() *bool + func (this *PdfExportOptions) GetSaveMetafilesAsPng() *bool + func (this *PdfExportOptions) GetShowHiddenSlides() *bool + func (this *PdfExportOptions) GetSkipJavaScriptLinks() *bool + func (this *PdfExportOptions) GetSlidesLayoutOptions() ISlidesLayoutOptions + func (this *PdfExportOptions) GetSufficientResolution() float64 + func (this *PdfExportOptions) GetTextCompression() string + func (this *PdfExportOptions) SetAccessPermissions(newValue IAccessPermissions) + func (this *PdfExportOptions) SetAdditionalCommonFontFamilies(newValue []string) + func (this *PdfExportOptions) SetApplyImageTransparent(newValue *bool) + func (this *PdfExportOptions) SetCompliance(newValue string) + func (this *PdfExportOptions) SetDefaultRegularFont(newValue string) + func (this *PdfExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *PdfExportOptions) SetDrawSlidesFrame(newValue *bool) + func (this *PdfExportOptions) SetEmbedFullFonts(newValue *bool) + func (this *PdfExportOptions) SetEmbedTrueTypeFontsForASCII(newValue *bool) + func (this *PdfExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *PdfExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *PdfExportOptions) SetFormat(newValue string) + func (this *PdfExportOptions) SetGradientStyle(newValue string) + func (this *PdfExportOptions) SetHideInk(newValue *bool) + func (this *PdfExportOptions) SetImageTransparentColor(newValue string) + func (this *PdfExportOptions) SetIncludeOleData(newValue *bool) + func (this *PdfExportOptions) SetInterpretMaskOpAsOpacity(newValue *bool) + func (this *PdfExportOptions) SetJpegQuality(newValue int32) + func (this *PdfExportOptions) SetPassword(newValue string) + func (this *PdfExportOptions) SetRasterizeUnsupportedFontStyles(newValue *bool) + func (this *PdfExportOptions) SetSaveMetafilesAsPng(newValue *bool) + func (this *PdfExportOptions) SetShowHiddenSlides(newValue *bool) + func (this *PdfExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *PdfExportOptions) SetSlidesLayoutOptions(newValue ISlidesLayoutOptions) + func (this *PdfExportOptions) SetSufficientResolution(newValue float64) + func (this *PdfExportOptions) SetTextCompression(newValue string) + func (this *PdfExportOptions) UnmarshalJSON(b []byte) error + type PdfImportOptions struct + DetectTables *bool + func NewPdfImportOptions() *PdfImportOptions + func (this *PdfImportOptions) GetDetectTables() *bool + func (this *PdfImportOptions) SetDetectTables(newValue *bool) + func (this *PdfImportOptions) UnmarshalJSON(b []byte) error + type PictureFill struct + Base64Data string + CropBottom float64 + CropLeft float64 + CropRight float64 + CropTop float64 + DeletePictureCroppedAreas *bool + Dpi int32 + Image IResourceUri + ImageTransformList []IImageTransformEffect + PictureFillMode string + Resolution float64 + SvgData string + TileAlignment string + TileFlip string + TileOffsetX float64 + TileOffsetY float64 + TileScaleX float64 + TileScaleY float64 + Type_ string + func NewPictureFill() *PictureFill + func (this *PictureFill) GetBase64Data() string + func (this *PictureFill) GetCropBottom() float64 + func (this *PictureFill) GetCropLeft() float64 + func (this *PictureFill) GetCropRight() float64 + func (this *PictureFill) GetCropTop() float64 + func (this *PictureFill) GetDeletePictureCroppedAreas() *bool + func (this *PictureFill) GetDpi() int32 + func (this *PictureFill) GetImage() IResourceUri + func (this *PictureFill) GetImageTransformList() []IImageTransformEffect + func (this *PictureFill) GetPictureFillMode() string + func (this *PictureFill) GetResolution() float64 + func (this *PictureFill) GetSvgData() string + func (this *PictureFill) GetTileAlignment() string + func (this *PictureFill) GetTileFlip() string + func (this *PictureFill) GetTileOffsetX() float64 + func (this *PictureFill) GetTileOffsetY() float64 + func (this *PictureFill) GetTileScaleX() float64 + func (this *PictureFill) GetTileScaleY() float64 + func (this *PictureFill) GetType() string + func (this *PictureFill) SetBase64Data(newValue string) + func (this *PictureFill) SetCropBottom(newValue float64) + func (this *PictureFill) SetCropLeft(newValue float64) + func (this *PictureFill) SetCropRight(newValue float64) + func (this *PictureFill) SetCropTop(newValue float64) + func (this *PictureFill) SetDeletePictureCroppedAreas(newValue *bool) + func (this *PictureFill) SetDpi(newValue int32) + func (this *PictureFill) SetImage(newValue IResourceUri) + func (this *PictureFill) SetImageTransformList(newValue []IImageTransformEffect) + func (this *PictureFill) SetPictureFillMode(newValue string) + func (this *PictureFill) SetResolution(newValue float64) + func (this *PictureFill) SetSvgData(newValue string) + func (this *PictureFill) SetTileAlignment(newValue string) + func (this *PictureFill) SetTileFlip(newValue string) + func (this *PictureFill) SetTileOffsetX(newValue float64) + func (this *PictureFill) SetTileOffsetY(newValue float64) + func (this *PictureFill) SetTileScaleX(newValue float64) + func (this *PictureFill) SetTileScaleY(newValue float64) + func (this *PictureFill) SetType(newValue string) + func (this *PictureFill) UnmarshalJSON(b []byte) error + type PictureFrame struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + PictureFillFormat IPictureFill + SelfUri IResourceUri + ShapeType string + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewPictureFrame() *PictureFrame + func (this *PictureFrame) GetAlternateLinks() []IResourceUri + func (this *PictureFrame) GetAlternativeText() string + func (this *PictureFrame) GetAlternativeTextTitle() string + func (this *PictureFrame) GetEffectFormat() IEffectFormat + func (this *PictureFrame) GetFillFormat() IFillFormat + func (this *PictureFrame) GetHeight() float64 + func (this *PictureFrame) GetHidden() *bool + func (this *PictureFrame) GetHyperlinkClick() IHyperlink + func (this *PictureFrame) GetHyperlinkMouseOver() IHyperlink + func (this *PictureFrame) GetIsDecorative() *bool + func (this *PictureFrame) GetLineFormat() ILineFormat + func (this *PictureFrame) GetName() string + func (this *PictureFrame) GetPictureFillFormat() IPictureFill + func (this *PictureFrame) GetSelfUri() IResourceUri + func (this *PictureFrame) GetShapeType() string + func (this *PictureFrame) GetThreeDFormat() IThreeDFormat + func (this *PictureFrame) GetType() string + func (this *PictureFrame) GetWidth() float64 + func (this *PictureFrame) GetX() float64 + func (this *PictureFrame) GetY() float64 + func (this *PictureFrame) GetZOrderPosition() int32 + func (this *PictureFrame) SetAlternateLinks(newValue []IResourceUri) + func (this *PictureFrame) SetAlternativeText(newValue string) + func (this *PictureFrame) SetAlternativeTextTitle(newValue string) + func (this *PictureFrame) SetEffectFormat(newValue IEffectFormat) + func (this *PictureFrame) SetFillFormat(newValue IFillFormat) + func (this *PictureFrame) SetHeight(newValue float64) + func (this *PictureFrame) SetHidden(newValue *bool) + func (this *PictureFrame) SetHyperlinkClick(newValue IHyperlink) + func (this *PictureFrame) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *PictureFrame) SetIsDecorative(newValue *bool) + func (this *PictureFrame) SetLineFormat(newValue ILineFormat) + func (this *PictureFrame) SetName(newValue string) + func (this *PictureFrame) SetPictureFillFormat(newValue IPictureFill) + func (this *PictureFrame) SetSelfUri(newValue IResourceUri) + func (this *PictureFrame) SetShapeType(newValue string) + func (this *PictureFrame) SetThreeDFormat(newValue IThreeDFormat) + func (this *PictureFrame) SetType(newValue string) + func (this *PictureFrame) SetWidth(newValue float64) + func (this *PictureFrame) SetX(newValue float64) + func (this *PictureFrame) SetY(newValue float64) + func (this *PictureFrame) SetZOrderPosition(newValue int32) + func (this *PictureFrame) UnmarshalJSON(b []byte) error + type Pipeline struct + Input IInput + Tasks []ITask + func NewPipeline() *Pipeline + func (this *Pipeline) GetInput() IInput + func (this *Pipeline) GetTasks() []ITask + func (this *Pipeline) SetInput(newValue IInput) + func (this *Pipeline) SetTasks(newValue []ITask) + func (this *Pipeline) UnmarshalJSON(b []byte) error + type Placeholder struct + AlternateLinks []IResourceUri + Index int32 + Orientation string + SelfUri IResourceUri + Shape IResourceUri + Size string + Type_ string + func NewPlaceholder() *Placeholder + func (this *Placeholder) GetAlternateLinks() []IResourceUri + func (this *Placeholder) GetIndex() int32 + func (this *Placeholder) GetOrientation() string + func (this *Placeholder) GetSelfUri() IResourceUri + func (this *Placeholder) GetShape() IResourceUri + func (this *Placeholder) GetSize() string + func (this *Placeholder) GetType() string + func (this *Placeholder) SetAlternateLinks(newValue []IResourceUri) + func (this *Placeholder) SetIndex(newValue int32) + func (this *Placeholder) SetOrientation(newValue string) + func (this *Placeholder) SetSelfUri(newValue IResourceUri) + func (this *Placeholder) SetShape(newValue IResourceUri) + func (this *Placeholder) SetSize(newValue string) + func (this *Placeholder) SetType(newValue string) + func (this *Placeholder) UnmarshalJSON(b []byte) error + type Placeholders struct + AlternateLinks []IResourceUri + PlaceholderLinks []IResourceUri + SelfUri IResourceUri + func NewPlaceholders() *Placeholders + func (this *Placeholders) GetAlternateLinks() []IResourceUri + func (this *Placeholders) GetPlaceholderLinks() []IResourceUri + func (this *Placeholders) GetSelfUri() IResourceUri + func (this *Placeholders) SetAlternateLinks(newValue []IResourceUri) + func (this *Placeholders) SetPlaceholderLinks(newValue []IResourceUri) + func (this *Placeholders) SetSelfUri(newValue IResourceUri) + func (this *Placeholders) UnmarshalJSON(b []byte) error + type PlotArea struct + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + LayoutTargetType string + LineFormat ILineFormat + Width float64 + X float64 + Y float64 + func NewPlotArea() *PlotArea + func (this *PlotArea) GetEffectFormat() IEffectFormat + func (this *PlotArea) GetFillFormat() IFillFormat + func (this *PlotArea) GetHeight() float64 + func (this *PlotArea) GetLayoutTargetType() string + func (this *PlotArea) GetLineFormat() ILineFormat + func (this *PlotArea) GetWidth() float64 + func (this *PlotArea) GetX() float64 + func (this *PlotArea) GetY() float64 + func (this *PlotArea) SetEffectFormat(newValue IEffectFormat) + func (this *PlotArea) SetFillFormat(newValue IFillFormat) + func (this *PlotArea) SetHeight(newValue float64) + func (this *PlotArea) SetLayoutTargetType(newValue string) + func (this *PlotArea) SetLineFormat(newValue ILineFormat) + func (this *PlotArea) SetWidth(newValue float64) + func (this *PlotArea) SetX(newValue float64) + func (this *PlotArea) SetY(newValue float64) + func (this *PlotArea) UnmarshalJSON(b []byte) error + type Portion struct + AlternateLinks []IResourceUri + AlternativeLanguageId string + ComplexScriptFont string + EastAsianFont string + EffectFormat IEffectFormat + Escapement float64 + FillFormat IFillFormat + FontBold string + FontColor string + FontHeight float64 + FontItalic string + FontUnderline string + HighlightColor string + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsHardUnderlineFill string + IsHardUnderlineLine string + KerningMinimalSize float64 + Kumimoji string + LanguageId string + LatinFont string + LineFormat ILineFormat + MathParagraph IMathParagraph + NormaliseHeight string + ProofDisabled string + SelfUri IResourceUri + SmartTagClean *bool + Spacing float64 + StrikethroughType string + Text string + TextCapType string + UnderlineFillFormat IFillFormat + UnderlineLineFormat ILineFormat + func NewPortion() *Portion + func (this *Portion) GetAlternateLinks() []IResourceUri + func (this *Portion) GetAlternativeLanguageId() string + func (this *Portion) GetComplexScriptFont() string + func (this *Portion) GetEastAsianFont() string + func (this *Portion) GetEffectFormat() IEffectFormat + func (this *Portion) GetEscapement() float64 + func (this *Portion) GetFillFormat() IFillFormat + func (this *Portion) GetFontBold() string + func (this *Portion) GetFontColor() string + func (this *Portion) GetFontHeight() float64 + func (this *Portion) GetFontItalic() string + func (this *Portion) GetFontUnderline() string + func (this *Portion) GetHighlightColor() string + func (this *Portion) GetHyperlinkClick() IHyperlink + func (this *Portion) GetHyperlinkMouseOver() IHyperlink + func (this *Portion) GetIsHardUnderlineFill() string + func (this *Portion) GetIsHardUnderlineLine() string + func (this *Portion) GetKerningMinimalSize() float64 + func (this *Portion) GetKumimoji() string + func (this *Portion) GetLanguageId() string + func (this *Portion) GetLatinFont() string + func (this *Portion) GetLineFormat() ILineFormat + func (this *Portion) GetMathParagraph() IMathParagraph + func (this *Portion) GetNormaliseHeight() string + func (this *Portion) GetProofDisabled() string + func (this *Portion) GetSelfUri() IResourceUri + func (this *Portion) GetSmartTagClean() *bool + func (this *Portion) GetSpacing() float64 + func (this *Portion) GetStrikethroughType() string + func (this *Portion) GetText() string + func (this *Portion) GetTextCapType() string + func (this *Portion) GetUnderlineFillFormat() IFillFormat + func (this *Portion) GetUnderlineLineFormat() ILineFormat + func (this *Portion) SetAlternateLinks(newValue []IResourceUri) + func (this *Portion) SetAlternativeLanguageId(newValue string) + func (this *Portion) SetComplexScriptFont(newValue string) + func (this *Portion) SetEastAsianFont(newValue string) + func (this *Portion) SetEffectFormat(newValue IEffectFormat) + func (this *Portion) SetEscapement(newValue float64) + func (this *Portion) SetFillFormat(newValue IFillFormat) + func (this *Portion) SetFontBold(newValue string) + func (this *Portion) SetFontColor(newValue string) + func (this *Portion) SetFontHeight(newValue float64) + func (this *Portion) SetFontItalic(newValue string) + func (this *Portion) SetFontUnderline(newValue string) + func (this *Portion) SetHighlightColor(newValue string) + func (this *Portion) SetHyperlinkClick(newValue IHyperlink) + func (this *Portion) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *Portion) SetIsHardUnderlineFill(newValue string) + func (this *Portion) SetIsHardUnderlineLine(newValue string) + func (this *Portion) SetKerningMinimalSize(newValue float64) + func (this *Portion) SetKumimoji(newValue string) + func (this *Portion) SetLanguageId(newValue string) + func (this *Portion) SetLatinFont(newValue string) + func (this *Portion) SetLineFormat(newValue ILineFormat) + func (this *Portion) SetMathParagraph(newValue IMathParagraph) + func (this *Portion) SetNormaliseHeight(newValue string) + func (this *Portion) SetProofDisabled(newValue string) + func (this *Portion) SetSelfUri(newValue IResourceUri) + func (this *Portion) SetSmartTagClean(newValue *bool) + func (this *Portion) SetSpacing(newValue float64) + func (this *Portion) SetStrikethroughType(newValue string) + func (this *Portion) SetText(newValue string) + func (this *Portion) SetTextCapType(newValue string) + func (this *Portion) SetUnderlineFillFormat(newValue IFillFormat) + func (this *Portion) SetUnderlineLineFormat(newValue ILineFormat) + func (this *Portion) UnmarshalJSON(b []byte) error + type PortionFormat struct + AlternativeLanguageId string + ComplexScriptFont string + EastAsianFont string + EffectFormat IEffectFormat + Escapement float64 + FillFormat IFillFormat + FontBold string + FontColor string + FontHeight float64 + FontItalic string + FontUnderline string + HighlightColor string + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsHardUnderlineFill string + IsHardUnderlineLine string + KerningMinimalSize float64 + Kumimoji string + LanguageId string + LatinFont string + LineFormat ILineFormat + NormaliseHeight string + ProofDisabled string + SmartTagClean *bool + Spacing float64 + StrikethroughType string + TextCapType string + UnderlineFillFormat IFillFormat + UnderlineLineFormat ILineFormat + func NewPortionFormat() *PortionFormat + func (this *PortionFormat) GetAlternativeLanguageId() string + func (this *PortionFormat) GetComplexScriptFont() string + func (this *PortionFormat) GetEastAsianFont() string + func (this *PortionFormat) GetEffectFormat() IEffectFormat + func (this *PortionFormat) GetEscapement() float64 + func (this *PortionFormat) GetFillFormat() IFillFormat + func (this *PortionFormat) GetFontBold() string + func (this *PortionFormat) GetFontColor() string + func (this *PortionFormat) GetFontHeight() float64 + func (this *PortionFormat) GetFontItalic() string + func (this *PortionFormat) GetFontUnderline() string + func (this *PortionFormat) GetHighlightColor() string + func (this *PortionFormat) GetHyperlinkClick() IHyperlink + func (this *PortionFormat) GetHyperlinkMouseOver() IHyperlink + func (this *PortionFormat) GetIsHardUnderlineFill() string + func (this *PortionFormat) GetIsHardUnderlineLine() string + func (this *PortionFormat) GetKerningMinimalSize() float64 + func (this *PortionFormat) GetKumimoji() string + func (this *PortionFormat) GetLanguageId() string + func (this *PortionFormat) GetLatinFont() string + func (this *PortionFormat) GetLineFormat() ILineFormat + func (this *PortionFormat) GetNormaliseHeight() string + func (this *PortionFormat) GetProofDisabled() string + func (this *PortionFormat) GetSmartTagClean() *bool + func (this *PortionFormat) GetSpacing() float64 + func (this *PortionFormat) GetStrikethroughType() string + func (this *PortionFormat) GetTextCapType() string + func (this *PortionFormat) GetUnderlineFillFormat() IFillFormat + func (this *PortionFormat) GetUnderlineLineFormat() ILineFormat + func (this *PortionFormat) SetAlternativeLanguageId(newValue string) + func (this *PortionFormat) SetComplexScriptFont(newValue string) + func (this *PortionFormat) SetEastAsianFont(newValue string) + func (this *PortionFormat) SetEffectFormat(newValue IEffectFormat) + func (this *PortionFormat) SetEscapement(newValue float64) + func (this *PortionFormat) SetFillFormat(newValue IFillFormat) + func (this *PortionFormat) SetFontBold(newValue string) + func (this *PortionFormat) SetFontColor(newValue string) + func (this *PortionFormat) SetFontHeight(newValue float64) + func (this *PortionFormat) SetFontItalic(newValue string) + func (this *PortionFormat) SetFontUnderline(newValue string) + func (this *PortionFormat) SetHighlightColor(newValue string) + func (this *PortionFormat) SetHyperlinkClick(newValue IHyperlink) + func (this *PortionFormat) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *PortionFormat) SetIsHardUnderlineFill(newValue string) + func (this *PortionFormat) SetIsHardUnderlineLine(newValue string) + func (this *PortionFormat) SetKerningMinimalSize(newValue float64) + func (this *PortionFormat) SetKumimoji(newValue string) + func (this *PortionFormat) SetLanguageId(newValue string) + func (this *PortionFormat) SetLatinFont(newValue string) + func (this *PortionFormat) SetLineFormat(newValue ILineFormat) + func (this *PortionFormat) SetNormaliseHeight(newValue string) + func (this *PortionFormat) SetProofDisabled(newValue string) + func (this *PortionFormat) SetSmartTagClean(newValue *bool) + func (this *PortionFormat) SetSpacing(newValue float64) + func (this *PortionFormat) SetStrikethroughType(newValue string) + func (this *PortionFormat) SetTextCapType(newValue string) + func (this *PortionFormat) SetUnderlineFillFormat(newValue IFillFormat) + func (this *PortionFormat) SetUnderlineLineFormat(newValue ILineFormat) + func (this *PortionFormat) UnmarshalJSON(b []byte) error + type Portions struct + AlternateLinks []IResourceUri + Items []IPortion + SelfUri IResourceUri + func NewPortions() *Portions + func (this *Portions) GetAlternateLinks() []IResourceUri + func (this *Portions) GetItems() []IPortion + func (this *Portions) GetSelfUri() IResourceUri + func (this *Portions) SetAlternateLinks(newValue []IResourceUri) + func (this *Portions) SetItems(newValue []IPortion) + func (this *Portions) SetSelfUri(newValue IResourceUri) + func (this *Portions) UnmarshalJSON(b []byte) error + type PptxExportOptions struct + Conformance string + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + RefreshThumbnail *bool + SkipJavaScriptLinks *bool + Zip64Mode string + func NewPptxExportOptions() *PptxExportOptions + func (this *PptxExportOptions) GetConformance() string + func (this *PptxExportOptions) GetDefaultRegularFont() string + func (this *PptxExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *PptxExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *PptxExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *PptxExportOptions) GetFormat() string + func (this *PptxExportOptions) GetGradientStyle() string + func (this *PptxExportOptions) GetRefreshThumbnail() *bool + func (this *PptxExportOptions) GetSkipJavaScriptLinks() *bool + func (this *PptxExportOptions) GetZip64Mode() string + func (this *PptxExportOptions) SetConformance(newValue string) + func (this *PptxExportOptions) SetDefaultRegularFont(newValue string) + func (this *PptxExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *PptxExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *PptxExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *PptxExportOptions) SetFormat(newValue string) + func (this *PptxExportOptions) SetGradientStyle(newValue string) + func (this *PptxExportOptions) SetRefreshThumbnail(newValue *bool) + func (this *PptxExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *PptxExportOptions) SetZip64Mode(newValue string) + func (this *PptxExportOptions) UnmarshalJSON(b []byte) error + type PresentationToMerge struct + Password string + Path string + Slides []int32 + Source string + func NewPresentationToMerge() *PresentationToMerge + func (this *PresentationToMerge) GetPassword() string + func (this *PresentationToMerge) GetPath() string + func (this *PresentationToMerge) GetSlides() []int32 + func (this *PresentationToMerge) GetSource() string + func (this *PresentationToMerge) SetPassword(newValue string) + func (this *PresentationToMerge) SetPath(newValue string) + func (this *PresentationToMerge) SetSlides(newValue []int32) + func (this *PresentationToMerge) SetSource(newValue string) + func (this *PresentationToMerge) UnmarshalJSON(b []byte) error + type PresentationsMergeRequest struct + PresentationPasswords []string + PresentationPaths []string + func NewPresentationsMergeRequest() *PresentationsMergeRequest + func (this *PresentationsMergeRequest) GetPresentationPasswords() []string + func (this *PresentationsMergeRequest) GetPresentationPaths() []string + func (this *PresentationsMergeRequest) SetPresentationPasswords(newValue []string) + func (this *PresentationsMergeRequest) SetPresentationPaths(newValue []string) + func (this *PresentationsMergeRequest) UnmarshalJSON(b []byte) error + type PresetShadowEffect struct + Direction float64 + Distance float64 + Preset string + ShadowColor string + func NewPresetShadowEffect() *PresetShadowEffect + func (this *PresetShadowEffect) GetDirection() float64 + func (this *PresetShadowEffect) GetDistance() float64 + func (this *PresetShadowEffect) GetPreset() string + func (this *PresetShadowEffect) GetShadowColor() string + func (this *PresetShadowEffect) SetDirection(newValue float64) + func (this *PresetShadowEffect) SetDistance(newValue float64) + func (this *PresetShadowEffect) SetPreset(newValue string) + func (this *PresetShadowEffect) SetShadowColor(newValue string) + func (this *PresetShadowEffect) UnmarshalJSON(b []byte) error + type ProtectionProperties struct + AlternateLinks []IResourceUri + EncryptDocumentProperties *bool + IsEncrypted *bool + IsWriteProtected *bool + ReadOnlyRecommended *bool + ReadPassword string + SelfUri IResourceUri + WritePassword string + func NewProtectionProperties() *ProtectionProperties + func (this *ProtectionProperties) GetAlternateLinks() []IResourceUri + func (this *ProtectionProperties) GetEncryptDocumentProperties() *bool + func (this *ProtectionProperties) GetIsEncrypted() *bool + func (this *ProtectionProperties) GetIsWriteProtected() *bool + func (this *ProtectionProperties) GetReadOnlyRecommended() *bool + func (this *ProtectionProperties) GetReadPassword() string + func (this *ProtectionProperties) GetSelfUri() IResourceUri + func (this *ProtectionProperties) GetWritePassword() string + func (this *ProtectionProperties) SetAlternateLinks(newValue []IResourceUri) + func (this *ProtectionProperties) SetEncryptDocumentProperties(newValue *bool) + func (this *ProtectionProperties) SetIsEncrypted(newValue *bool) + func (this *ProtectionProperties) SetIsWriteProtected(newValue *bool) + func (this *ProtectionProperties) SetReadOnlyRecommended(newValue *bool) + func (this *ProtectionProperties) SetReadPassword(newValue string) + func (this *ProtectionProperties) SetSelfUri(newValue IResourceUri) + func (this *ProtectionProperties) SetWritePassword(newValue string) + func (this *ProtectionProperties) UnmarshalJSON(b []byte) error + type QuadraticBezierToPathSegment struct + Type_ string + X1 float64 + X2 float64 + Y1 float64 + Y2 float64 + func NewQuadraticBezierToPathSegment() *QuadraticBezierToPathSegment + func (this *QuadraticBezierToPathSegment) GetType() string + func (this *QuadraticBezierToPathSegment) GetX1() float64 + func (this *QuadraticBezierToPathSegment) GetX2() float64 + func (this *QuadraticBezierToPathSegment) GetY1() float64 + func (this *QuadraticBezierToPathSegment) GetY2() float64 + func (this *QuadraticBezierToPathSegment) SetType(newValue string) + func (this *QuadraticBezierToPathSegment) SetX1(newValue float64) + func (this *QuadraticBezierToPathSegment) SetX2(newValue float64) + func (this *QuadraticBezierToPathSegment) SetY1(newValue float64) + func (this *QuadraticBezierToPathSegment) SetY2(newValue float64) + func (this *QuadraticBezierToPathSegment) UnmarshalJSON(b []byte) error + type RadicalElement struct + Base IMathElement + Degree IMathElement + HideDegree *bool + Type_ string + func NewRadicalElement() *RadicalElement + func (this *RadicalElement) GetBase() IMathElement + func (this *RadicalElement) GetDegree() IMathElement + func (this *RadicalElement) GetHideDegree() *bool + func (this *RadicalElement) GetType() string + func (this *RadicalElement) SetBase(newValue IMathElement) + func (this *RadicalElement) SetDegree(newValue IMathElement) + func (this *RadicalElement) SetHideDegree(newValue *bool) + func (this *RadicalElement) SetType(newValue string) + func (this *RadicalElement) UnmarshalJSON(b []byte) error + type ReflectionEffect struct + BlurRadius float64 + Direction float64 + Distance float64 + EndPosAlpha float64 + EndReflectionOpacity float64 + FadeDirection float64 + RectangleAlign string + RotateShadowWithShape *bool + ScaleHorizontal float64 + ScaleVertical float64 + SkewHorizontal float64 + SkewVertical float64 + StartPosAlpha float64 + StartReflectionOpacity float64 + func NewReflectionEffect() *ReflectionEffect + func (this *ReflectionEffect) GetBlurRadius() float64 + func (this *ReflectionEffect) GetDirection() float64 + func (this *ReflectionEffect) GetDistance() float64 + func (this *ReflectionEffect) GetEndPosAlpha() float64 + func (this *ReflectionEffect) GetEndReflectionOpacity() float64 + func (this *ReflectionEffect) GetFadeDirection() float64 + func (this *ReflectionEffect) GetRectangleAlign() string + func (this *ReflectionEffect) GetRotateShadowWithShape() *bool + func (this *ReflectionEffect) GetScaleHorizontal() float64 + func (this *ReflectionEffect) GetScaleVertical() float64 + func (this *ReflectionEffect) GetSkewHorizontal() float64 + func (this *ReflectionEffect) GetSkewVertical() float64 + func (this *ReflectionEffect) GetStartPosAlpha() float64 + func (this *ReflectionEffect) GetStartReflectionOpacity() float64 + func (this *ReflectionEffect) SetBlurRadius(newValue float64) + func (this *ReflectionEffect) SetDirection(newValue float64) + func (this *ReflectionEffect) SetDistance(newValue float64) + func (this *ReflectionEffect) SetEndPosAlpha(newValue float64) + func (this *ReflectionEffect) SetEndReflectionOpacity(newValue float64) + func (this *ReflectionEffect) SetFadeDirection(newValue float64) + func (this *ReflectionEffect) SetRectangleAlign(newValue string) + func (this *ReflectionEffect) SetRotateShadowWithShape(newValue *bool) + func (this *ReflectionEffect) SetScaleHorizontal(newValue float64) + func (this *ReflectionEffect) SetScaleVertical(newValue float64) + func (this *ReflectionEffect) SetSkewHorizontal(newValue float64) + func (this *ReflectionEffect) SetSkewVertical(newValue float64) + func (this *ReflectionEffect) SetStartPosAlpha(newValue float64) + func (this *ReflectionEffect) SetStartReflectionOpacity(newValue float64) + func (this *ReflectionEffect) UnmarshalJSON(b []byte) error + type RemoveShape struct + ShapePath string + Type_ string + func NewRemoveShape() *RemoveShape + func (this *RemoveShape) GetShapePath() string + func (this *RemoveShape) GetType() string + func (this *RemoveShape) SetShapePath(newValue string) + func (this *RemoveShape) SetType(newValue string) + func (this *RemoveShape) UnmarshalJSON(b []byte) error + type RemoveSlide struct + Position int32 + Type_ string + func NewRemoveSlide() *RemoveSlide + func (this *RemoveSlide) GetPosition() int32 + func (this *RemoveSlide) GetType() string + func (this *RemoveSlide) SetPosition(newValue int32) + func (this *RemoveSlide) SetType(newValue string) + func (this *RemoveSlide) UnmarshalJSON(b []byte) error + type ReorderSlide struct + NewPosition int32 + OldPosition int32 + Type_ string + func NewReorderSlide() *ReorderSlide + func (this *ReorderSlide) GetNewPosition() int32 + func (this *ReorderSlide) GetOldPosition() int32 + func (this *ReorderSlide) GetType() string + func (this *ReorderSlide) SetNewPosition(newValue int32) + func (this *ReorderSlide) SetOldPosition(newValue int32) + func (this *ReorderSlide) SetType(newValue string) + func (this *ReorderSlide) UnmarshalJSON(b []byte) error + type ReplaceText struct + IgnoreCase *bool + NewText string + OldText string + SlidePosition int32 + Type_ string + func NewReplaceText() *ReplaceText + func (this *ReplaceText) GetIgnoreCase() *bool + func (this *ReplaceText) GetNewText() string + func (this *ReplaceText) GetOldText() string + func (this *ReplaceText) GetSlidePosition() int32 + func (this *ReplaceText) GetType() string + func (this *ReplaceText) SetIgnoreCase(newValue *bool) + func (this *ReplaceText) SetNewText(newValue string) + func (this *ReplaceText) SetOldText(newValue string) + func (this *ReplaceText) SetSlidePosition(newValue int32) + func (this *ReplaceText) SetType(newValue string) + func (this *ReplaceText) UnmarshalJSON(b []byte) error + type RequestInputFile struct + Index int32 + Password string + Type_ string + func NewRequestInputFile() *RequestInputFile + func (this *RequestInputFile) GetIndex() int32 + func (this *RequestInputFile) GetPassword() string + func (this *RequestInputFile) GetType() string + func (this *RequestInputFile) SetIndex(newValue int32) + func (this *RequestInputFile) SetPassword(newValue string) + func (this *RequestInputFile) SetType(newValue string) + func (this *RequestInputFile) UnmarshalJSON(b []byte) error + type ResetSlide struct + Position int32 + Type_ string + func NewResetSlide() *ResetSlide + func (this *ResetSlide) GetPosition() int32 + func (this *ResetSlide) GetType() string + func (this *ResetSlide) SetPosition(newValue int32) + func (this *ResetSlide) SetType(newValue string) + func (this *ResetSlide) UnmarshalJSON(b []byte) error + type ResourceBase struct + AlternateLinks []IResourceUri + SelfUri IResourceUri + func NewResourceBase() *ResourceBase + func (this *ResourceBase) GetAlternateLinks() []IResourceUri + func (this *ResourceBase) GetSelfUri() IResourceUri + func (this *ResourceBase) SetAlternateLinks(newValue []IResourceUri) + func (this *ResourceBase) SetSelfUri(newValue IResourceUri) + func (this *ResourceBase) UnmarshalJSON(b []byte) error + type ResourceUri struct + Href string + LinkType string + Relation string + ShapeIndex int32 + SlideIndex int32 + Title string + func NewResourceUri() *ResourceUri + func (this *ResourceUri) GetHref() string + func (this *ResourceUri) GetLinkType() string + func (this *ResourceUri) GetRelation() string + func (this *ResourceUri) GetShapeIndex() int32 + func (this *ResourceUri) GetSlideIndex() int32 + func (this *ResourceUri) GetTitle() string + func (this *ResourceUri) SetHref(newValue string) + func (this *ResourceUri) SetLinkType(newValue string) + func (this *ResourceUri) SetRelation(newValue string) + func (this *ResourceUri) SetShapeIndex(newValue int32) + func (this *ResourceUri) SetSlideIndex(newValue int32) + func (this *ResourceUri) SetTitle(newValue string) + func (this *ResourceUri) UnmarshalJSON(b []byte) error + type ResponseOutputFile struct + Type_ string + func NewResponseOutputFile() *ResponseOutputFile + func (this *ResponseOutputFile) GetType() string + func (this *ResponseOutputFile) SetType(newValue string) + func (this *ResponseOutputFile) UnmarshalJSON(b []byte) error + type RightSubSuperscriptElement struct + AlignScripts *bool + Base IMathElement + Subscript IMathElement + Superscript IMathElement + Type_ string + func NewRightSubSuperscriptElement() *RightSubSuperscriptElement + func (this *RightSubSuperscriptElement) GetAlignScripts() *bool + func (this *RightSubSuperscriptElement) GetBase() IMathElement + func (this *RightSubSuperscriptElement) GetSubscript() IMathElement + func (this *RightSubSuperscriptElement) GetSuperscript() IMathElement + func (this *RightSubSuperscriptElement) GetType() string + func (this *RightSubSuperscriptElement) SetAlignScripts(newValue *bool) + func (this *RightSubSuperscriptElement) SetBase(newValue IMathElement) + func (this *RightSubSuperscriptElement) SetSubscript(newValue IMathElement) + func (this *RightSubSuperscriptElement) SetSuperscript(newValue IMathElement) + func (this *RightSubSuperscriptElement) SetType(newValue string) + func (this *RightSubSuperscriptElement) UnmarshalJSON(b []byte) error + type Save struct + Format string + Options IExportOptions + Output IOutputFile + Type_ string + func NewSave() *Save + func (this *Save) GetFormat() string + func (this *Save) GetOptions() IExportOptions + func (this *Save) GetOutput() IOutputFile + func (this *Save) GetType() string + func (this *Save) SetFormat(newValue string) + func (this *Save) SetOptions(newValue IExportOptions) + func (this *Save) SetOutput(newValue IOutputFile) + func (this *Save) SetType(newValue string) + func (this *Save) UnmarshalJSON(b []byte) error + type SaveShape struct + Format string + Options IIShapeExportOptions + Output IOutputFile + ShapePath string + Type_ string + func NewSaveShape() *SaveShape + func (this *SaveShape) GetFormat() string + func (this *SaveShape) GetOptions() IIShapeExportOptions + func (this *SaveShape) GetOutput() IOutputFile + func (this *SaveShape) GetShapePath() string + func (this *SaveShape) GetType() string + func (this *SaveShape) SetFormat(newValue string) + func (this *SaveShape) SetOptions(newValue IIShapeExportOptions) + func (this *SaveShape) SetOutput(newValue IOutputFile) + func (this *SaveShape) SetShapePath(newValue string) + func (this *SaveShape) SetType(newValue string) + func (this *SaveShape) UnmarshalJSON(b []byte) error + type SaveSlide struct + Format string + Height int32 + Options IExportOptions + Output IOutputFile + Position int32 + Type_ string + Width int32 + func NewSaveSlide() *SaveSlide + func (this *SaveSlide) GetFormat() string + func (this *SaveSlide) GetHeight() int32 + func (this *SaveSlide) GetOptions() IExportOptions + func (this *SaveSlide) GetOutput() IOutputFile + func (this *SaveSlide) GetPosition() int32 + func (this *SaveSlide) GetType() string + func (this *SaveSlide) GetWidth() int32 + func (this *SaveSlide) SetFormat(newValue string) + func (this *SaveSlide) SetHeight(newValue int32) + func (this *SaveSlide) SetOptions(newValue IExportOptions) + func (this *SaveSlide) SetOutput(newValue IOutputFile) + func (this *SaveSlide) SetPosition(newValue int32) + func (this *SaveSlide) SetType(newValue string) + func (this *SaveSlide) SetWidth(newValue int32) + func (this *SaveSlide) UnmarshalJSON(b []byte) error + type ScatterChartDataPoint struct + EffectFormat IEffectFormat + FillFormat IFillFormat + LineFormat ILineFormat + Marker ISeriesMarker + ThreeDFormat IThreeDFormat + Type_ string + XValue float64 + XValueFormula string + YValue float64 + YValueFormula string + func NewScatterChartDataPoint() *ScatterChartDataPoint + func (this *ScatterChartDataPoint) GetEffectFormat() IEffectFormat + func (this *ScatterChartDataPoint) GetFillFormat() IFillFormat + func (this *ScatterChartDataPoint) GetLineFormat() ILineFormat + func (this *ScatterChartDataPoint) GetMarker() ISeriesMarker + func (this *ScatterChartDataPoint) GetThreeDFormat() IThreeDFormat + func (this *ScatterChartDataPoint) GetType() string + func (this *ScatterChartDataPoint) GetXValue() float64 + func (this *ScatterChartDataPoint) GetXValueFormula() string + func (this *ScatterChartDataPoint) GetYValue() float64 + func (this *ScatterChartDataPoint) GetYValueFormula() string + func (this *ScatterChartDataPoint) SetEffectFormat(newValue IEffectFormat) + func (this *ScatterChartDataPoint) SetFillFormat(newValue IFillFormat) + func (this *ScatterChartDataPoint) SetLineFormat(newValue ILineFormat) + func (this *ScatterChartDataPoint) SetMarker(newValue ISeriesMarker) + func (this *ScatterChartDataPoint) SetThreeDFormat(newValue IThreeDFormat) + func (this *ScatterChartDataPoint) SetType(newValue string) + func (this *ScatterChartDataPoint) SetXValue(newValue float64) + func (this *ScatterChartDataPoint) SetXValueFormula(newValue string) + func (this *ScatterChartDataPoint) SetYValue(newValue float64) + func (this *ScatterChartDataPoint) SetYValueFormula(newValue string) + func (this *ScatterChartDataPoint) UnmarshalJSON(b []byte) error + type ScatterSeries struct + DataPointType string + DataPoints []IScatterChartDataPoint + DataSourceForSeriesName IDataSource + DataSourceForXValues IDataSource + DataSourceForYValues IDataSource + EffectFormat IEffectFormat + Explosion int32 + FillFormat IFillFormat + InvertIfNegative *bool + InvertedSolidFillColor string + IsColorVaried *bool + LineFormat ILineFormat + Marker ISeriesMarker + Name string + NumberFormatOfXValues string + NumberFormatOfYValues string + Order int32 + PlotOnSecondAxis *bool + Smooth *bool + Type_ string + func NewScatterSeries() *ScatterSeries + func (this *ScatterSeries) GetDataPointType() string + func (this *ScatterSeries) GetDataPoints() []IScatterChartDataPoint + func (this *ScatterSeries) GetDataSourceForSeriesName() IDataSource + func (this *ScatterSeries) GetDataSourceForXValues() IDataSource + func (this *ScatterSeries) GetDataSourceForYValues() IDataSource + func (this *ScatterSeries) GetEffectFormat() IEffectFormat + func (this *ScatterSeries) GetExplosion() int32 + func (this *ScatterSeries) GetFillFormat() IFillFormat + func (this *ScatterSeries) GetInvertIfNegative() *bool + func (this *ScatterSeries) GetInvertedSolidFillColor() string + func (this *ScatterSeries) GetIsColorVaried() *bool + func (this *ScatterSeries) GetLineFormat() ILineFormat + func (this *ScatterSeries) GetMarker() ISeriesMarker + func (this *ScatterSeries) GetName() string + func (this *ScatterSeries) GetNumberFormatOfXValues() string + func (this *ScatterSeries) GetNumberFormatOfYValues() string + func (this *ScatterSeries) GetOrder() int32 + func (this *ScatterSeries) GetPlotOnSecondAxis() *bool + func (this *ScatterSeries) GetSmooth() *bool + func (this *ScatterSeries) GetType() string + func (this *ScatterSeries) SetDataPointType(newValue string) + func (this *ScatterSeries) SetDataPoints(newValue []IScatterChartDataPoint) + func (this *ScatterSeries) SetDataSourceForSeriesName(newValue IDataSource) + func (this *ScatterSeries) SetDataSourceForXValues(newValue IDataSource) + func (this *ScatterSeries) SetDataSourceForYValues(newValue IDataSource) + func (this *ScatterSeries) SetEffectFormat(newValue IEffectFormat) + func (this *ScatterSeries) SetExplosion(newValue int32) + func (this *ScatterSeries) SetFillFormat(newValue IFillFormat) + func (this *ScatterSeries) SetInvertIfNegative(newValue *bool) + func (this *ScatterSeries) SetInvertedSolidFillColor(newValue string) + func (this *ScatterSeries) SetIsColorVaried(newValue *bool) + func (this *ScatterSeries) SetLineFormat(newValue ILineFormat) + func (this *ScatterSeries) SetMarker(newValue ISeriesMarker) + func (this *ScatterSeries) SetName(newValue string) + func (this *ScatterSeries) SetNumberFormatOfXValues(newValue string) + func (this *ScatterSeries) SetNumberFormatOfYValues(newValue string) + func (this *ScatterSeries) SetOrder(newValue int32) + func (this *ScatterSeries) SetPlotOnSecondAxis(newValue *bool) + func (this *ScatterSeries) SetSmooth(newValue *bool) + func (this *ScatterSeries) SetType(newValue string) + func (this *ScatterSeries) UnmarshalJSON(b []byte) error + type Section struct + AlternateLinks []IResourceUri + FirstSlideIndex int32 + Name string + SelfUri IResourceUri + SlideList []IResourceUri + func NewSection() *Section + func (this *Section) GetAlternateLinks() []IResourceUri + func (this *Section) GetFirstSlideIndex() int32 + func (this *Section) GetName() string + func (this *Section) GetSelfUri() IResourceUri + func (this *Section) GetSlideList() []IResourceUri + func (this *Section) SetAlternateLinks(newValue []IResourceUri) + func (this *Section) SetFirstSlideIndex(newValue int32) + func (this *Section) SetName(newValue string) + func (this *Section) SetSelfUri(newValue IResourceUri) + func (this *Section) SetSlideList(newValue []IResourceUri) + func (this *Section) UnmarshalJSON(b []byte) error + type SectionZoomFrame struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + Image IResourceUri + ImageType string + IsDecorative *bool + LineFormat ILineFormat + Name string + ReturnToParent *bool + SelfUri IResourceUri + ShowBackground *bool + TargetSectionIndex int32 + ThreeDFormat IThreeDFormat + TransitionDuration float64 + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewSectionZoomFrame() *SectionZoomFrame + func (this *SectionZoomFrame) GetAlternateLinks() []IResourceUri + func (this *SectionZoomFrame) GetAlternativeText() string + func (this *SectionZoomFrame) GetAlternativeTextTitle() string + func (this *SectionZoomFrame) GetEffectFormat() IEffectFormat + func (this *SectionZoomFrame) GetFillFormat() IFillFormat + func (this *SectionZoomFrame) GetHeight() float64 + func (this *SectionZoomFrame) GetHidden() *bool + func (this *SectionZoomFrame) GetHyperlinkClick() IHyperlink + func (this *SectionZoomFrame) GetHyperlinkMouseOver() IHyperlink + func (this *SectionZoomFrame) GetImage() IResourceUri + func (this *SectionZoomFrame) GetImageType() string + func (this *SectionZoomFrame) GetIsDecorative() *bool + func (this *SectionZoomFrame) GetLineFormat() ILineFormat + func (this *SectionZoomFrame) GetName() string + func (this *SectionZoomFrame) GetReturnToParent() *bool + func (this *SectionZoomFrame) GetSelfUri() IResourceUri + func (this *SectionZoomFrame) GetShowBackground() *bool + func (this *SectionZoomFrame) GetTargetSectionIndex() int32 + func (this *SectionZoomFrame) GetThreeDFormat() IThreeDFormat + func (this *SectionZoomFrame) GetTransitionDuration() float64 + func (this *SectionZoomFrame) GetType() string + func (this *SectionZoomFrame) GetWidth() float64 + func (this *SectionZoomFrame) GetX() float64 + func (this *SectionZoomFrame) GetY() float64 + func (this *SectionZoomFrame) GetZOrderPosition() int32 + func (this *SectionZoomFrame) SetAlternateLinks(newValue []IResourceUri) + func (this *SectionZoomFrame) SetAlternativeText(newValue string) + func (this *SectionZoomFrame) SetAlternativeTextTitle(newValue string) + func (this *SectionZoomFrame) SetEffectFormat(newValue IEffectFormat) + func (this *SectionZoomFrame) SetFillFormat(newValue IFillFormat) + func (this *SectionZoomFrame) SetHeight(newValue float64) + func (this *SectionZoomFrame) SetHidden(newValue *bool) + func (this *SectionZoomFrame) SetHyperlinkClick(newValue IHyperlink) + func (this *SectionZoomFrame) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *SectionZoomFrame) SetImage(newValue IResourceUri) + func (this *SectionZoomFrame) SetImageType(newValue string) + func (this *SectionZoomFrame) SetIsDecorative(newValue *bool) + func (this *SectionZoomFrame) SetLineFormat(newValue ILineFormat) + func (this *SectionZoomFrame) SetName(newValue string) + func (this *SectionZoomFrame) SetReturnToParent(newValue *bool) + func (this *SectionZoomFrame) SetSelfUri(newValue IResourceUri) + func (this *SectionZoomFrame) SetShowBackground(newValue *bool) + func (this *SectionZoomFrame) SetTargetSectionIndex(newValue int32) + func (this *SectionZoomFrame) SetThreeDFormat(newValue IThreeDFormat) + func (this *SectionZoomFrame) SetTransitionDuration(newValue float64) + func (this *SectionZoomFrame) SetType(newValue string) + func (this *SectionZoomFrame) SetWidth(newValue float64) + func (this *SectionZoomFrame) SetX(newValue float64) + func (this *SectionZoomFrame) SetY(newValue float64) + func (this *SectionZoomFrame) SetZOrderPosition(newValue int32) + func (this *SectionZoomFrame) UnmarshalJSON(b []byte) error + type Sections struct + AlternateLinks []IResourceUri + SectionList []ISection + SelfUri IResourceUri + func NewSections() *Sections + func (this *Sections) GetAlternateLinks() []IResourceUri + func (this *Sections) GetSectionList() []ISection + func (this *Sections) GetSelfUri() IResourceUri + func (this *Sections) SetAlternateLinks(newValue []IResourceUri) + func (this *Sections) SetSectionList(newValue []ISection) + func (this *Sections) SetSelfUri(newValue IResourceUri) + func (this *Sections) UnmarshalJSON(b []byte) error + type Series struct + DataPointType string + DataSourceForSeriesName IDataSource + EffectFormat IEffectFormat + Explosion int32 + FillFormat IFillFormat + InvertIfNegative *bool + InvertedSolidFillColor string + IsColorVaried *bool + LineFormat ILineFormat + Marker ISeriesMarker + Name string + Order int32 + PlotOnSecondAxis *bool + Smooth *bool + Type_ string + func NewSeries() *Series + func (this *Series) GetDataPointType() string + func (this *Series) GetDataSourceForSeriesName() IDataSource + func (this *Series) GetEffectFormat() IEffectFormat + func (this *Series) GetExplosion() int32 + func (this *Series) GetFillFormat() IFillFormat + func (this *Series) GetInvertIfNegative() *bool + func (this *Series) GetInvertedSolidFillColor() string + func (this *Series) GetIsColorVaried() *bool + func (this *Series) GetLineFormat() ILineFormat + func (this *Series) GetMarker() ISeriesMarker + func (this *Series) GetName() string + func (this *Series) GetOrder() int32 + func (this *Series) GetPlotOnSecondAxis() *bool + func (this *Series) GetSmooth() *bool + func (this *Series) GetType() string + func (this *Series) SetDataPointType(newValue string) + func (this *Series) SetDataSourceForSeriesName(newValue IDataSource) + func (this *Series) SetEffectFormat(newValue IEffectFormat) + func (this *Series) SetExplosion(newValue int32) + func (this *Series) SetFillFormat(newValue IFillFormat) + func (this *Series) SetInvertIfNegative(newValue *bool) + func (this *Series) SetInvertedSolidFillColor(newValue string) + func (this *Series) SetIsColorVaried(newValue *bool) + func (this *Series) SetLineFormat(newValue ILineFormat) + func (this *Series) SetMarker(newValue ISeriesMarker) + func (this *Series) SetName(newValue string) + func (this *Series) SetOrder(newValue int32) + func (this *Series) SetPlotOnSecondAxis(newValue *bool) + func (this *Series) SetSmooth(newValue *bool) + func (this *Series) SetType(newValue string) + func (this *Series) UnmarshalJSON(b []byte) error + type SeriesMarker struct + EffectFormat IEffectFormat + FillFormat IFillFormat + LineFormat ILineFormat + Size int32 + Symbol string + func NewSeriesMarker() *SeriesMarker + func (this *SeriesMarker) GetEffectFormat() IEffectFormat + func (this *SeriesMarker) GetFillFormat() IFillFormat + func (this *SeriesMarker) GetLineFormat() ILineFormat + func (this *SeriesMarker) GetSize() int32 + func (this *SeriesMarker) GetSymbol() string + func (this *SeriesMarker) SetEffectFormat(newValue IEffectFormat) + func (this *SeriesMarker) SetFillFormat(newValue IFillFormat) + func (this *SeriesMarker) SetLineFormat(newValue ILineFormat) + func (this *SeriesMarker) SetSize(newValue int32) + func (this *SeriesMarker) SetSymbol(newValue string) + func (this *SeriesMarker) UnmarshalJSON(b []byte) error + type Shape struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + Paragraphs []IParagraph + SelfUri IResourceUri + ShapeType string + Text string + TextFrameFormat ITextFrameFormat + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewShape() *Shape + func (this *Shape) GetAlternateLinks() []IResourceUri + func (this *Shape) GetAlternativeText() string + func (this *Shape) GetAlternativeTextTitle() string + func (this *Shape) GetEffectFormat() IEffectFormat + func (this *Shape) GetFillFormat() IFillFormat + func (this *Shape) GetHeight() float64 + func (this *Shape) GetHidden() *bool + func (this *Shape) GetHyperlinkClick() IHyperlink + func (this *Shape) GetHyperlinkMouseOver() IHyperlink + func (this *Shape) GetIsDecorative() *bool + func (this *Shape) GetLineFormat() ILineFormat + func (this *Shape) GetName() string + func (this *Shape) GetParagraphs() []IParagraph + func (this *Shape) GetSelfUri() IResourceUri + func (this *Shape) GetShapeType() string + func (this *Shape) GetText() string + func (this *Shape) GetTextFrameFormat() ITextFrameFormat + func (this *Shape) GetThreeDFormat() IThreeDFormat + func (this *Shape) GetType() string + func (this *Shape) GetWidth() float64 + func (this *Shape) GetX() float64 + func (this *Shape) GetY() float64 + func (this *Shape) GetZOrderPosition() int32 + func (this *Shape) SetAlternateLinks(newValue []IResourceUri) + func (this *Shape) SetAlternativeText(newValue string) + func (this *Shape) SetAlternativeTextTitle(newValue string) + func (this *Shape) SetEffectFormat(newValue IEffectFormat) + func (this *Shape) SetFillFormat(newValue IFillFormat) + func (this *Shape) SetHeight(newValue float64) + func (this *Shape) SetHidden(newValue *bool) + func (this *Shape) SetHyperlinkClick(newValue IHyperlink) + func (this *Shape) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *Shape) SetIsDecorative(newValue *bool) + func (this *Shape) SetLineFormat(newValue ILineFormat) + func (this *Shape) SetName(newValue string) + func (this *Shape) SetParagraphs(newValue []IParagraph) + func (this *Shape) SetSelfUri(newValue IResourceUri) + func (this *Shape) SetShapeType(newValue string) + func (this *Shape) SetText(newValue string) + func (this *Shape) SetTextFrameFormat(newValue ITextFrameFormat) + func (this *Shape) SetThreeDFormat(newValue IThreeDFormat) + func (this *Shape) SetType(newValue string) + func (this *Shape) SetWidth(newValue float64) + func (this *Shape) SetX(newValue float64) + func (this *Shape) SetY(newValue float64) + func (this *Shape) SetZOrderPosition(newValue int32) + func (this *Shape) UnmarshalJSON(b []byte) error + type ShapeBase struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + SelfUri IResourceUri + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewShapeBase() *ShapeBase + func (this *ShapeBase) GetAlternateLinks() []IResourceUri + func (this *ShapeBase) GetAlternativeText() string + func (this *ShapeBase) GetAlternativeTextTitle() string + func (this *ShapeBase) GetEffectFormat() IEffectFormat + func (this *ShapeBase) GetFillFormat() IFillFormat + func (this *ShapeBase) GetHeight() float64 + func (this *ShapeBase) GetHidden() *bool + func (this *ShapeBase) GetHyperlinkClick() IHyperlink + func (this *ShapeBase) GetHyperlinkMouseOver() IHyperlink + func (this *ShapeBase) GetIsDecorative() *bool + func (this *ShapeBase) GetLineFormat() ILineFormat + func (this *ShapeBase) GetName() string + func (this *ShapeBase) GetSelfUri() IResourceUri + func (this *ShapeBase) GetThreeDFormat() IThreeDFormat + func (this *ShapeBase) GetType() string + func (this *ShapeBase) GetWidth() float64 + func (this *ShapeBase) GetX() float64 + func (this *ShapeBase) GetY() float64 + func (this *ShapeBase) GetZOrderPosition() int32 + func (this *ShapeBase) SetAlternateLinks(newValue []IResourceUri) + func (this *ShapeBase) SetAlternativeText(newValue string) + func (this *ShapeBase) SetAlternativeTextTitle(newValue string) + func (this *ShapeBase) SetEffectFormat(newValue IEffectFormat) + func (this *ShapeBase) SetFillFormat(newValue IFillFormat) + func (this *ShapeBase) SetHeight(newValue float64) + func (this *ShapeBase) SetHidden(newValue *bool) + func (this *ShapeBase) SetHyperlinkClick(newValue IHyperlink) + func (this *ShapeBase) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *ShapeBase) SetIsDecorative(newValue *bool) + func (this *ShapeBase) SetLineFormat(newValue ILineFormat) + func (this *ShapeBase) SetName(newValue string) + func (this *ShapeBase) SetSelfUri(newValue IResourceUri) + func (this *ShapeBase) SetThreeDFormat(newValue IThreeDFormat) + func (this *ShapeBase) SetType(newValue string) + func (this *ShapeBase) SetWidth(newValue float64) + func (this *ShapeBase) SetX(newValue float64) + func (this *ShapeBase) SetY(newValue float64) + func (this *ShapeBase) SetZOrderPosition(newValue int32) + func (this *ShapeBase) UnmarshalJSON(b []byte) error + type ShapeBevel struct + BevelType string + Height float64 + Width float64 + func NewShapeBevel() *ShapeBevel + func (this *ShapeBevel) GetBevelType() string + func (this *ShapeBevel) GetHeight() float64 + func (this *ShapeBevel) GetWidth() float64 + func (this *ShapeBevel) SetBevelType(newValue string) + func (this *ShapeBevel) SetHeight(newValue float64) + func (this *ShapeBevel) SetWidth(newValue float64) + func (this *ShapeBevel) UnmarshalJSON(b []byte) error + type ShapeExportFormat string + const ShapeExportFormat_Bmp + const ShapeExportFormat_Emf + const ShapeExportFormat_Gif + const ShapeExportFormat_Jpeg + const ShapeExportFormat_Png + const ShapeExportFormat_Svg + const ShapeExportFormat_Tiff + type ShapeImageExportOptions struct + Format string + ScaleX float64 + ScaleY float64 + ThumbnailBounds string + func NewShapeImageExportOptions() *ShapeImageExportOptions + func (this *ShapeImageExportOptions) GetFormat() string + func (this *ShapeImageExportOptions) GetScaleX() float64 + func (this *ShapeImageExportOptions) GetScaleY() float64 + func (this *ShapeImageExportOptions) GetThumbnailBounds() string + func (this *ShapeImageExportOptions) SetFormat(newValue string) + func (this *ShapeImageExportOptions) SetScaleX(newValue float64) + func (this *ShapeImageExportOptions) SetScaleY(newValue float64) + func (this *ShapeImageExportOptions) SetThumbnailBounds(newValue string) + func (this *ShapeImageExportOptions) UnmarshalJSON(b []byte) error + type ShapeThumbnailBounds string + const ShapeThumbnailBounds_Appearance + const ShapeThumbnailBounds_Shape + const ShapeThumbnailBounds_Slide + type ShapeType string + const ShapeType_AudioFrame + const ShapeType_Chart + const ShapeType_Connector + const ShapeType_GraphicalObject + const ShapeType_GroupShape + const ShapeType_OleObjectFrame + const ShapeType_PictureFrame + const ShapeType_SectionZoomFrame + const ShapeType_Shape + const ShapeType_SmartArt + const ShapeType_SmartArtShape + const ShapeType_SummaryZoomFrame + const ShapeType_SummaryZoomSection + const ShapeType_Table + const ShapeType_VideoFrame + const ShapeType_ZoomFrame + type Shapes struct + AlternateLinks []IResourceUri + SelfUri IResourceUri + ShapesLinks []IResourceUri + func NewShapes() *Shapes + func (this *Shapes) GetAlternateLinks() []IResourceUri + func (this *Shapes) GetSelfUri() IResourceUri + func (this *Shapes) GetShapesLinks() []IResourceUri + func (this *Shapes) SetAlternateLinks(newValue []IResourceUri) + func (this *Shapes) SetSelfUri(newValue IResourceUri) + func (this *Shapes) SetShapesLinks(newValue []IResourceUri) + func (this *Shapes) UnmarshalJSON(b []byte) error + type ShapesAlignmentType string + const ShapesAlignmentType_AlignBottom + const ShapesAlignmentType_AlignCenter + const ShapesAlignmentType_AlignLeft + const ShapesAlignmentType_AlignMiddle + const ShapesAlignmentType_AlignRight + const ShapesAlignmentType_AlignTop + const ShapesAlignmentType_DistributeHorizontally + const ShapesAlignmentType_DistributeVertically + type Slide struct + AlternateLinks []IResourceUri + Background IResourceUri + Comments IResourceUri + Height float64 + Images IResourceUri + LayoutSlide IResourceUri + NotesSlide IResourceUri + Placeholders IResourceUri + SelfUri IResourceUri + Shapes IResourceUri + ShowMasterShapes *bool + SlideShowTransition ISlideShowTransition + Theme IResourceUri + Width float64 + func NewSlide() *Slide + func (this *Slide) GetAlternateLinks() []IResourceUri + func (this *Slide) GetBackground() IResourceUri + func (this *Slide) GetComments() IResourceUri + func (this *Slide) GetHeight() float64 + func (this *Slide) GetImages() IResourceUri + func (this *Slide) GetLayoutSlide() IResourceUri + func (this *Slide) GetNotesSlide() IResourceUri + func (this *Slide) GetPlaceholders() IResourceUri + func (this *Slide) GetSelfUri() IResourceUri + func (this *Slide) GetShapes() IResourceUri + func (this *Slide) GetShowMasterShapes() *bool + func (this *Slide) GetSlideShowTransition() ISlideShowTransition + func (this *Slide) GetTheme() IResourceUri + func (this *Slide) GetWidth() float64 + func (this *Slide) SetAlternateLinks(newValue []IResourceUri) + func (this *Slide) SetBackground(newValue IResourceUri) + func (this *Slide) SetComments(newValue IResourceUri) + func (this *Slide) SetHeight(newValue float64) + func (this *Slide) SetImages(newValue IResourceUri) + func (this *Slide) SetLayoutSlide(newValue IResourceUri) + func (this *Slide) SetNotesSlide(newValue IResourceUri) + func (this *Slide) SetPlaceholders(newValue IResourceUri) + func (this *Slide) SetSelfUri(newValue IResourceUri) + func (this *Slide) SetShapes(newValue IResourceUri) + func (this *Slide) SetShowMasterShapes(newValue *bool) + func (this *Slide) SetSlideShowTransition(newValue ISlideShowTransition) + func (this *Slide) SetTheme(newValue IResourceUri) + func (this *Slide) SetWidth(newValue float64) + func (this *Slide) UnmarshalJSON(b []byte) error + type SlideAnimation struct + AlternateLinks []IResourceUri + InteractiveSequences []IInteractiveSequence + MainSequence []IEffect + SelfUri IResourceUri + func NewSlideAnimation() *SlideAnimation + func (this *SlideAnimation) GetAlternateLinks() []IResourceUri + func (this *SlideAnimation) GetInteractiveSequences() []IInteractiveSequence + func (this *SlideAnimation) GetMainSequence() []IEffect + func (this *SlideAnimation) GetSelfUri() IResourceUri + func (this *SlideAnimation) SetAlternateLinks(newValue []IResourceUri) + func (this *SlideAnimation) SetInteractiveSequences(newValue []IInteractiveSequence) + func (this *SlideAnimation) SetMainSequence(newValue []IEffect) + func (this *SlideAnimation) SetSelfUri(newValue IResourceUri) + func (this *SlideAnimation) UnmarshalJSON(b []byte) error + type SlideBackground struct + AlternateLinks []IResourceUri + EffectFormat IEffectFormat + FillFormat IFillFormat + SelfUri IResourceUri + Type_ string + func NewSlideBackground() *SlideBackground + func (this *SlideBackground) GetAlternateLinks() []IResourceUri + func (this *SlideBackground) GetEffectFormat() IEffectFormat + func (this *SlideBackground) GetFillFormat() IFillFormat + func (this *SlideBackground) GetSelfUri() IResourceUri + func (this *SlideBackground) GetType() string + func (this *SlideBackground) SetAlternateLinks(newValue []IResourceUri) + func (this *SlideBackground) SetEffectFormat(newValue IEffectFormat) + func (this *SlideBackground) SetFillFormat(newValue IFillFormat) + func (this *SlideBackground) SetSelfUri(newValue IResourceUri) + func (this *SlideBackground) SetType(newValue string) + func (this *SlideBackground) UnmarshalJSON(b []byte) error + type SlideComment struct + Author string + ChildComments []ISlideCommentBase + CreatedTime string + Text string + Type_ string + func NewSlideComment() *SlideComment + func (this *SlideComment) GetAuthor() string + func (this *SlideComment) GetChildComments() []ISlideCommentBase + func (this *SlideComment) GetCreatedTime() string + func (this *SlideComment) GetText() string + func (this *SlideComment) GetType() string + func (this *SlideComment) SetAuthor(newValue string) + func (this *SlideComment) SetChildComments(newValue []ISlideCommentBase) + func (this *SlideComment) SetCreatedTime(newValue string) + func (this *SlideComment) SetText(newValue string) + func (this *SlideComment) SetType(newValue string) + func (this *SlideComment) UnmarshalJSON(b []byte) error + type SlideCommentBase struct + Author string + ChildComments []ISlideCommentBase + CreatedTime string + Text string + Type_ string + func NewSlideCommentBase() *SlideCommentBase + func (this *SlideCommentBase) GetAuthor() string + func (this *SlideCommentBase) GetChildComments() []ISlideCommentBase + func (this *SlideCommentBase) GetCreatedTime() string + func (this *SlideCommentBase) GetText() string + func (this *SlideCommentBase) GetType() string + func (this *SlideCommentBase) SetAuthor(newValue string) + func (this *SlideCommentBase) SetChildComments(newValue []ISlideCommentBase) + func (this *SlideCommentBase) SetCreatedTime(newValue string) + func (this *SlideCommentBase) SetText(newValue string) + func (this *SlideCommentBase) SetType(newValue string) + func (this *SlideCommentBase) UnmarshalJSON(b []byte) error + type SlideComments struct + AlternateLinks []IResourceUri + List []ISlideCommentBase + SelfUri IResourceUri + func NewSlideComments() *SlideComments + func (this *SlideComments) GetAlternateLinks() []IResourceUri + func (this *SlideComments) GetList() []ISlideCommentBase + func (this *SlideComments) GetSelfUri() IResourceUri + func (this *SlideComments) SetAlternateLinks(newValue []IResourceUri) + func (this *SlideComments) SetList(newValue []ISlideCommentBase) + func (this *SlideComments) SetSelfUri(newValue IResourceUri) + func (this *SlideComments) UnmarshalJSON(b []byte) error + type SlideExportFormat string + const SlideExportFormat_Bmp + const SlideExportFormat_Emf + const SlideExportFormat_Fodp + const SlideExportFormat_Gif + const SlideExportFormat_Html + const SlideExportFormat_Html5 + const SlideExportFormat_Jpeg + const SlideExportFormat_Md + const SlideExportFormat_Odp + const SlideExportFormat_Otp + const SlideExportFormat_Pdf + const SlideExportFormat_Png + const SlideExportFormat_Pot + const SlideExportFormat_Potm + const SlideExportFormat_Potx + const SlideExportFormat_Pps + const SlideExportFormat_Ppsm + const SlideExportFormat_Ppsx + const SlideExportFormat_Ppt + const SlideExportFormat_Pptm + const SlideExportFormat_Pptx + const SlideExportFormat_Svg + const SlideExportFormat_Tiff + const SlideExportFormat_Xaml + const SlideExportFormat_Xml + const SlideExportFormat_Xps + type SlideModernComment struct + Author string + ChildComments []ISlideCommentBase + CreatedTime string + Status string + Text string + TextSelectionLength int32 + TextSelectionStart int32 + Type_ string + func NewSlideModernComment() *SlideModernComment + func (this *SlideModernComment) GetAuthor() string + func (this *SlideModernComment) GetChildComments() []ISlideCommentBase + func (this *SlideModernComment) GetCreatedTime() string + func (this *SlideModernComment) GetStatus() string + func (this *SlideModernComment) GetText() string + func (this *SlideModernComment) GetTextSelectionLength() int32 + func (this *SlideModernComment) GetTextSelectionStart() int32 + func (this *SlideModernComment) GetType() string + func (this *SlideModernComment) SetAuthor(newValue string) + func (this *SlideModernComment) SetChildComments(newValue []ISlideCommentBase) + func (this *SlideModernComment) SetCreatedTime(newValue string) + func (this *SlideModernComment) SetStatus(newValue string) + func (this *SlideModernComment) SetText(newValue string) + func (this *SlideModernComment) SetTextSelectionLength(newValue int32) + func (this *SlideModernComment) SetTextSelectionStart(newValue int32) + func (this *SlideModernComment) SetType(newValue string) + func (this *SlideModernComment) UnmarshalJSON(b []byte) error + type SlideProperties struct + AlternateLinks []IResourceUri + FirstSlideNumber int32 + Height int32 + Orientation string + ScaleType string + SelfUri IResourceUri + SizeType string + Width int32 + func NewSlideProperties() *SlideProperties + func (this *SlideProperties) GetAlternateLinks() []IResourceUri + func (this *SlideProperties) GetFirstSlideNumber() int32 + func (this *SlideProperties) GetHeight() int32 + func (this *SlideProperties) GetOrientation() string + func (this *SlideProperties) GetScaleType() string + func (this *SlideProperties) GetSelfUri() IResourceUri + func (this *SlideProperties) GetSizeType() string + func (this *SlideProperties) GetWidth() int32 + func (this *SlideProperties) SetAlternateLinks(newValue []IResourceUri) + func (this *SlideProperties) SetFirstSlideNumber(newValue int32) + func (this *SlideProperties) SetHeight(newValue int32) + func (this *SlideProperties) SetOrientation(newValue string) + func (this *SlideProperties) SetScaleType(newValue string) + func (this *SlideProperties) SetSelfUri(newValue IResourceUri) + func (this *SlideProperties) SetSizeType(newValue string) + func (this *SlideProperties) SetWidth(newValue int32) + func (this *SlideProperties) UnmarshalJSON(b []byte) error + type SlideReplaceResult struct + AlternateLinks []IResourceUri + Background IResourceUri + Comments IResourceUri + Height float64 + Images IResourceUri + LayoutSlide IResourceUri + Matches int32 + NotesSlide IResourceUri + Placeholders IResourceUri + SelfUri IResourceUri + Shapes IResourceUri + ShowMasterShapes *bool + SlideShowTransition ISlideShowTransition + Theme IResourceUri + Width float64 + func NewSlideReplaceResult() *SlideReplaceResult + func (this *SlideReplaceResult) GetAlternateLinks() []IResourceUri + func (this *SlideReplaceResult) GetBackground() IResourceUri + func (this *SlideReplaceResult) GetComments() IResourceUri + func (this *SlideReplaceResult) GetHeight() float64 + func (this *SlideReplaceResult) GetImages() IResourceUri + func (this *SlideReplaceResult) GetLayoutSlide() IResourceUri + func (this *SlideReplaceResult) GetMatches() int32 + func (this *SlideReplaceResult) GetNotesSlide() IResourceUri + func (this *SlideReplaceResult) GetPlaceholders() IResourceUri + func (this *SlideReplaceResult) GetSelfUri() IResourceUri + func (this *SlideReplaceResult) GetShapes() IResourceUri + func (this *SlideReplaceResult) GetShowMasterShapes() *bool + func (this *SlideReplaceResult) GetSlideShowTransition() ISlideShowTransition + func (this *SlideReplaceResult) GetTheme() IResourceUri + func (this *SlideReplaceResult) GetWidth() float64 + func (this *SlideReplaceResult) SetAlternateLinks(newValue []IResourceUri) + func (this *SlideReplaceResult) SetBackground(newValue IResourceUri) + func (this *SlideReplaceResult) SetComments(newValue IResourceUri) + func (this *SlideReplaceResult) SetHeight(newValue float64) + func (this *SlideReplaceResult) SetImages(newValue IResourceUri) + func (this *SlideReplaceResult) SetLayoutSlide(newValue IResourceUri) + func (this *SlideReplaceResult) SetMatches(newValue int32) + func (this *SlideReplaceResult) SetNotesSlide(newValue IResourceUri) + func (this *SlideReplaceResult) SetPlaceholders(newValue IResourceUri) + func (this *SlideReplaceResult) SetSelfUri(newValue IResourceUri) + func (this *SlideReplaceResult) SetShapes(newValue IResourceUri) + func (this *SlideReplaceResult) SetShowMasterShapes(newValue *bool) + func (this *SlideReplaceResult) SetSlideShowTransition(newValue ISlideShowTransition) + func (this *SlideReplaceResult) SetTheme(newValue IResourceUri) + func (this *SlideReplaceResult) SetWidth(newValue float64) + func (this *SlideReplaceResult) UnmarshalJSON(b []byte) error + type SlideShowProperties struct + AlternateLinks []IResourceUri + EndSlide int32 + Loop *bool + PenColor string + SelfUri IResourceUri + ShowAnimation *bool + ShowMediaControls *bool + ShowNarration *bool + ShowScrollbar *bool + SlideShowType string + StartSlide int32 + UseTimings *bool + func NewSlideShowProperties() *SlideShowProperties + func (this *SlideShowProperties) GetAlternateLinks() []IResourceUri + func (this *SlideShowProperties) GetEndSlide() int32 + func (this *SlideShowProperties) GetLoop() *bool + func (this *SlideShowProperties) GetPenColor() string + func (this *SlideShowProperties) GetSelfUri() IResourceUri + func (this *SlideShowProperties) GetShowAnimation() *bool + func (this *SlideShowProperties) GetShowMediaControls() *bool + func (this *SlideShowProperties) GetShowNarration() *bool + func (this *SlideShowProperties) GetShowScrollbar() *bool + func (this *SlideShowProperties) GetSlideShowType() string + func (this *SlideShowProperties) GetStartSlide() int32 + func (this *SlideShowProperties) GetUseTimings() *bool + func (this *SlideShowProperties) SetAlternateLinks(newValue []IResourceUri) + func (this *SlideShowProperties) SetEndSlide(newValue int32) + func (this *SlideShowProperties) SetLoop(newValue *bool) + func (this *SlideShowProperties) SetPenColor(newValue string) + func (this *SlideShowProperties) SetSelfUri(newValue IResourceUri) + func (this *SlideShowProperties) SetShowAnimation(newValue *bool) + func (this *SlideShowProperties) SetShowMediaControls(newValue *bool) + func (this *SlideShowProperties) SetShowNarration(newValue *bool) + func (this *SlideShowProperties) SetShowScrollbar(newValue *bool) + func (this *SlideShowProperties) SetSlideShowType(newValue string) + func (this *SlideShowProperties) SetStartSlide(newValue int32) + func (this *SlideShowProperties) SetUseTimings(newValue *bool) + func (this *SlideShowProperties) UnmarshalJSON(b []byte) error + type SlideShowTransition struct + AdvanceAfter *bool + AdvanceAfterTime int32 + AdvanceOnClick *bool + CornerAndCenterDirection string + CornerDirection string + EightDirection string + FromBlack *bool + HasBounce *bool + InOutDirection string + LeftRightDirection string + MorphType string + Orientation string + OrientationDirection string + Pattern string + ShredPattern string + SideDirection string + SoundIsBuiltIn *bool + SoundLoop *bool + SoundMode string + SoundName string + Speed string + Spokes int32 + ThroughBlack *bool + Type_ string + func NewSlideShowTransition() *SlideShowTransition + func (this *SlideShowTransition) GetAdvanceAfter() *bool + func (this *SlideShowTransition) GetAdvanceAfterTime() int32 + func (this *SlideShowTransition) GetAdvanceOnClick() *bool + func (this *SlideShowTransition) GetCornerAndCenterDirection() string + func (this *SlideShowTransition) GetCornerDirection() string + func (this *SlideShowTransition) GetEightDirection() string + func (this *SlideShowTransition) GetFromBlack() *bool + func (this *SlideShowTransition) GetHasBounce() *bool + func (this *SlideShowTransition) GetInOutDirection() string + func (this *SlideShowTransition) GetLeftRightDirection() string + func (this *SlideShowTransition) GetMorphType() string + func (this *SlideShowTransition) GetOrientation() string + func (this *SlideShowTransition) GetOrientationDirection() string + func (this *SlideShowTransition) GetPattern() string + func (this *SlideShowTransition) GetShredPattern() string + func (this *SlideShowTransition) GetSideDirection() string + func (this *SlideShowTransition) GetSoundIsBuiltIn() *bool + func (this *SlideShowTransition) GetSoundLoop() *bool + func (this *SlideShowTransition) GetSoundMode() string + func (this *SlideShowTransition) GetSoundName() string + func (this *SlideShowTransition) GetSpeed() string + func (this *SlideShowTransition) GetSpokes() int32 + func (this *SlideShowTransition) GetThroughBlack() *bool + func (this *SlideShowTransition) GetType() string + func (this *SlideShowTransition) SetAdvanceAfter(newValue *bool) + func (this *SlideShowTransition) SetAdvanceAfterTime(newValue int32) + func (this *SlideShowTransition) SetAdvanceOnClick(newValue *bool) + func (this *SlideShowTransition) SetCornerAndCenterDirection(newValue string) + func (this *SlideShowTransition) SetCornerDirection(newValue string) + func (this *SlideShowTransition) SetEightDirection(newValue string) + func (this *SlideShowTransition) SetFromBlack(newValue *bool) + func (this *SlideShowTransition) SetHasBounce(newValue *bool) + func (this *SlideShowTransition) SetInOutDirection(newValue string) + func (this *SlideShowTransition) SetLeftRightDirection(newValue string) + func (this *SlideShowTransition) SetMorphType(newValue string) + func (this *SlideShowTransition) SetOrientation(newValue string) + func (this *SlideShowTransition) SetOrientationDirection(newValue string) + func (this *SlideShowTransition) SetPattern(newValue string) + func (this *SlideShowTransition) SetShredPattern(newValue string) + func (this *SlideShowTransition) SetSideDirection(newValue string) + func (this *SlideShowTransition) SetSoundIsBuiltIn(newValue *bool) + func (this *SlideShowTransition) SetSoundLoop(newValue *bool) + func (this *SlideShowTransition) SetSoundMode(newValue string) + func (this *SlideShowTransition) SetSoundName(newValue string) + func (this *SlideShowTransition) SetSpeed(newValue string) + func (this *SlideShowTransition) SetSpokes(newValue int32) + func (this *SlideShowTransition) SetThroughBlack(newValue *bool) + func (this *SlideShowTransition) SetType(newValue string) + func (this *SlideShowTransition) UnmarshalJSON(b []byte) error + type Slides struct + AlternateLinks []IResourceUri + SelfUri IResourceUri + SlideList []IResourceUri + func NewSlides() *Slides + func (this *Slides) GetAlternateLinks() []IResourceUri + func (this *Slides) GetSelfUri() IResourceUri + func (this *Slides) GetSlideList() []IResourceUri + func (this *Slides) SetAlternateLinks(newValue []IResourceUri) + func (this *Slides) SetSelfUri(newValue IResourceUri) + func (this *Slides) SetSlideList(newValue []IResourceUri) + func (this *Slides) UnmarshalJSON(b []byte) error + type SlidesApiService service + func (a *SlidesApiService) AlignShapes(name string, slideIndex int32, alignmentType string, alignToSlide *bool, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) AlignSpecialSlideShapes(name string, slideIndex int32, slideType string, alignmentType string, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) CompressEmbeddedFonts(name string, password string, folder string, storage string) (*http.Response, error) + func (a *SlidesApiService) CompressEmbeddedFontsOnline(document []byte, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) CompressImage(name string, slideIndex int32, shapeIndex int32, resolution *float64, ...) (*http.Response, error) + func (a *SlidesApiService) Convert(document []byte, format string, password string, storage string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) ConvertAndSave(document []byte, format string, outPath string, password string, ...) (*http.Response, error) + func (a *SlidesApiService) CopyFile(srcPath string, destPath string, srcStorageName string, destStorageName string, ...) (*http.Response, error) + func (a *SlidesApiService) CopyFolder(srcPath string, destPath string, srcStorageName string, destStorageName string) (*http.Response, error) + func (a *SlidesApiService) CopyLayoutSlide(name string, cloneFrom string, cloneFromPosition int32, ...) (ILayoutSlide, *http.Response, error) + func (a *SlidesApiService) CopyMasterSlide(name string, cloneFrom string, cloneFromPosition int32, ...) (IMasterSlide, *http.Response, error) + func (a *SlidesApiService) CopySlide(name string, slideToCopy int32, position *int32, source string, ...) (ISlides, *http.Response, error) + func (a *SlidesApiService) CreateAnimationEffect(name string, slideIndex int32, effect IEffect, password string, folder string, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) CreateAnimationInteractiveSequence(name string, slideIndex int32, sequence IInteractiveSequence, password string, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) CreateAnimationInteractiveSequenceEffect(name string, slideIndex int32, sequenceIndex int32, effect IEffect, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) CreateChartCategory(name string, slideIndex int32, shapeIndex int32, category IChartCategory, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) CreateChartDataPoint(name string, slideIndex int32, shapeIndex int32, seriesIndex int32, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) CreateChartSeries(name string, slideIndex int32, shapeIndex int32, series ISeries, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) CreateComment(name string, slideIndex int32, dto ISlideCommentBase, shapeIndex *int32, ...) (ISlideComments, *http.Response, error) + func (a *SlidesApiService) CreateCommentOnline(document []byte, slideIndex int32, dto ISlideCommentBase, shapeIndex *int32, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) CreateFolder(path string, storageName string) (*http.Response, error) + func (a *SlidesApiService) CreateImageWatermark(name string, image []byte, pictureFrame IPictureFrame, password string, ...) (*http.Response, error) + func (a *SlidesApiService) CreateImageWatermarkOnline(document []byte, image []byte, pictureFrame IPictureFrame, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) CreateNotesSlide(name string, slideIndex int32, dto INotesSlide, password string, folder string, ...) (INotesSlide, *http.Response, error) + func (a *SlidesApiService) CreateParagraph(name string, slideIndex int32, shapeIndex int32, dto IParagraph, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) CreatePortion(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) CreatePresentation(name string, data []byte, inputPassword string, password string, folder string, ...) (IDocument, *http.Response, error) + func (a *SlidesApiService) CreatePresentationFromSource(name string, sourcePath string, sourcePassword string, sourceStorage string, ...) (IDocument, *http.Response, error) + func (a *SlidesApiService) CreatePresentationFromTemplate(name string, templatePath string, data string, templatePassword string, ...) (IDocument, *http.Response, error) + func (a *SlidesApiService) CreateSection(name string, sectionName string, slideIndex int32, password string, ...) (ISections, *http.Response, error) + func (a *SlidesApiService) CreateShape(name string, slideIndex int32, dto IShapeBase, shapeToClone *int32, ...) (IShapeBase, *http.Response, error) + func (a *SlidesApiService) CreateSlide(name string, layoutAlias string, position *int32, password string, ...) (ISlides, *http.Response, error) + func (a *SlidesApiService) CreateSmartArtNode(name string, slideIndex int32, smartArtIndex int32, subNode string, ...) (ISmartArt, *http.Response, error) + func (a *SlidesApiService) CreateSpecialSlideAnimationEffect(name string, slideIndex int32, slideType string, effect IEffect, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) CreateSpecialSlideAnimationInteractiveSequence(name string, slideIndex int32, slideType string, sequence IInteractiveSequence, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) CreateSpecialSlideAnimationInteractiveSequenceEffect(name string, slideIndex int32, slideType string, sequenceIndex int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) CreateSpecialSlideParagraph(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) CreateSpecialSlidePortion(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) CreateSpecialSlideShape(name string, slideIndex int32, slideType string, dto IShapeBase, ...) (IShapeBase, *http.Response, error) + func (a *SlidesApiService) CreateTableCellParagraph(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) CreateTableCellPortion(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) CreateTableRow(name string, slideIndex int32, shapeIndex int32, dto ITableRow, ...) (ITableRow, *http.Response, error) + func (a *SlidesApiService) CreateVbaModule(name string, moduleDto IVbaModule, password string, folder string, ...) (IVbaModule, *http.Response, error) + func (a *SlidesApiService) CreateVideoCaptionTrack(name string, slideIndex int32, shapeIndex int32, label string, data string, ...) (ICaptionTrack, *http.Response, error) + func (a *SlidesApiService) CreateWatermark(name string, shape IShape, fontHeight *float64, text string, fontName string, ...) (*http.Response, error) + func (a *SlidesApiService) CreateWatermarkOnline(document []byte, shape IShape, fontHeight *float64, text string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DeleteAnimation(name string, slideIndex int32, password string, folder string, storage string) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteAnimationEffect(name string, slideIndex int32, effectIndex int32, password string, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteAnimationInteractiveSequence(name string, slideIndex int32, sequenceIndex int32, password string, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteAnimationInteractiveSequenceEffect(name string, slideIndex int32, sequenceIndex int32, effectIndex int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteAnimationInteractiveSequences(name string, slideIndex int32, password string, folder string, storage string) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteAnimationMainSequence(name string, slideIndex int32, password string, folder string, storage string) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteBackground(name string, slideIndex int32, password string, folder string, storage string) (ISlideBackground, *http.Response, error) + func (a *SlidesApiService) DeleteChartCategory(name string, slideIndex int32, shapeIndex int32, categoryIndex int32, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) DeleteChartDataPoint(name string, slideIndex int32, shapeIndex int32, seriesIndex int32, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) DeleteChartSeries(name string, slideIndex int32, shapeIndex int32, seriesIndex int32, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) DeleteComments(name string, author string, password string, folder string, storage string) (*http.Response, error) + func (a *SlidesApiService) DeleteCommentsOnline(document []byte, author string, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DeleteDocumentProperties(name string, password string, folder string, storage string) (IDocumentProperties, *http.Response, error) + func (a *SlidesApiService) DeleteDocumentProperty(name string, propertyName string, password string, folder string, ...) (IDocumentProperties, *http.Response, error) + func (a *SlidesApiService) DeleteEmbeddedFont(name string, fontName string, password string, folder string, storage string) (IFontsData, *http.Response, error) + func (a *SlidesApiService) DeleteEmbeddedFontOnline(document []byte, fontName string, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DeleteFile(path string, storageName string, versionId string) (*http.Response, error) + func (a *SlidesApiService) DeleteFolder(path string, storageName string, recursive *bool) (*http.Response, error) + func (a *SlidesApiService) DeleteNotesSlide(name string, slideIndex int32, password string, folder string, storage string) (ISlide, *http.Response, error) + func (a *SlidesApiService) DeleteParagraph(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IParagraphs, *http.Response, error) + func (a *SlidesApiService) DeleteParagraphs(name string, slideIndex int32, shapeIndex int32, paragraphs []int32, ...) (IParagraphs, *http.Response, error) + func (a *SlidesApiService) DeletePortion(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IPortions, *http.Response, error) + func (a *SlidesApiService) DeletePortions(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IPortions, *http.Response, error) + func (a *SlidesApiService) DeleteProtection(name string, password string, folder string, storage string) (IProtectionProperties, *http.Response, error) + func (a *SlidesApiService) DeleteProtectionOnline(document []byte, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DeleteSection(name string, sectionIndex int32, withSlides *bool, password string, ...) (ISections, *http.Response, error) + func (a *SlidesApiService) DeleteSections(name string, sections []int32, withSlides *bool, password string, ...) (ISections, *http.Response, error) + func (a *SlidesApiService) DeleteShape(name string, slideIndex int32, shapeIndex int32, password string, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) DeleteShapes(name string, slideIndex int32, shapes []int32, password string, folder string, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) DeleteSlide(name string, slideIndex int32, password string, folder string, storage string) (ISlides, *http.Response, error) + func (a *SlidesApiService) DeleteSlideComments(name string, slideIndex int32, author string, password string, folder string, ...) (ISlideComments, *http.Response, error) + func (a *SlidesApiService) DeleteSlideCommentsOnline(document []byte, slideIndex int32, author string, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DeleteSlides(name string, slides []int32, password string, folder string, storage string) (ISlides, *http.Response, error) + func (a *SlidesApiService) DeleteSmartArtNode(name string, slideIndex int32, smartArtIndex int32, nodeIndex int32, ...) (ISmartArt, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideAnimation(name string, slideIndex int32, slideType string, password string, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideAnimationEffect(name string, slideIndex int32, slideType string, effectIndex int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideAnimationInteractiveSequence(name string, slideIndex int32, slideType string, sequenceIndex int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideAnimationInteractiveSequenceEffect(name string, slideIndex int32, slideType string, sequenceIndex int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideAnimationInteractiveSequences(name string, slideIndex int32, slideType string, password string, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideAnimationMainSequence(name string, slideIndex int32, slideType string, password string, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideParagraph(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IParagraphs, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideParagraphs(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IParagraphs, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlidePortion(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IPortions, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlidePortions(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IPortions, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideShape(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) DeleteSpecialSlideShapes(name string, slideIndex int32, slideType string, shapes []int32, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) DeleteTableCellParagraph(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IParagraphs, *http.Response, error) + func (a *SlidesApiService) DeleteTableCellPortion(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IPortions, *http.Response, error) + func (a *SlidesApiService) DeleteTableRow(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (ITable, *http.Response, error) + func (a *SlidesApiService) DeleteUnusedLayoutSlides(name string, password string, folder string, storage string) (ILayoutSlides, *http.Response, error) + func (a *SlidesApiService) DeleteUnusedLayoutSlidesOnline(document []byte, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DeleteUnusedMasterSlides(name string, ignorePreserveField *bool, password string, folder string, ...) (IMasterSlides, *http.Response, error) + func (a *SlidesApiService) DeleteUnusedMasterSlidesOnline(document []byte, ignorePreserveField *bool, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DeleteVbaModule(name string, moduleIndex int32, password string, folder string, storage string) (IVbaProject, *http.Response, error) + func (a *SlidesApiService) DeleteVideoCaptionTrack(name string, slideIndex int32, shapeIndex int32, captionsIndex int32, ...) (*http.Response, error) + func (a *SlidesApiService) DeleteVideoCaptionTracks(name string, slideIndex int32, shapeIndex int32, password string, ...) (*http.Response, error) + func (a *SlidesApiService) DeleteWatermark(name string, shapeName string, password string, folder string, storage string) (*http.Response, error) + func (a *SlidesApiService) DeleteWatermarkOnline(document []byte, shapeName string, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadFile(path string, storageName string, versionId string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadImage(name string, index int32, format string, password string, folder string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadImageDefaultFormat(name string, index int32, password string, folder string, storage string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadImageDefaultFormatOnline(document []byte, index int32, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadImageOnline(document []byte, index int32, format string, password string, quality *int32) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadImages(name string, format string, password string, folder string, storage string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadImagesDefaultFormat(name string, password string, folder string, storage string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadImagesDefaultFormatOnline(document []byte, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadImagesOnline(document []byte, format string, password string, quality *int32) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadMathPortion(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadNotesSlide(name string, slideIndex int32, format string, width *int32, height *int32, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadNotesSlideOnline(document []byte, slideIndex int32, format string, width *int32, height *int32, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadPresentation(name string, format string, options IExportOptions, password string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadShape(name string, slideIndex int32, shapeIndex int32, format string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadShapeFromDto(format string, dto IShapeBase) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadShapeOnline(document []byte, slideIndex int32, shapeIndex int32, format string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadSlide(name string, slideIndex int32, format string, options IExportOptions, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadSlideOnline(document []byte, slideIndex int32, format string, width *int32, height *int32, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) DownloadSpecialSlideShape(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) GetAnimation(name string, slideIndex int32, shapeIndex *int32, paragraphIndex *int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) GetApiInfo() (IApiInfo, *http.Response, error) + func (a *SlidesApiService) GetAvailableFonts(fontsFolder string, storage string) (IFontsData, *http.Response, error) + func (a *SlidesApiService) GetBackground(name string, slideIndex int32, password string, folder string, storage string) (ISlideBackground, *http.Response, error) + func (a *SlidesApiService) GetColorScheme(name string, slideIndex int32, password string, folder string, storage string) (IColorScheme, *http.Response, error) + func (a *SlidesApiService) GetCommentAuthors(name string, password string, folder string, storage string) (ICommentAuthors, *http.Response, error) + func (a *SlidesApiService) GetDiscUsage(storageName string) (IDiscUsage, *http.Response, error) + func (a *SlidesApiService) GetDocumentProperties(name string, password string, folder string, storage string) (IDocumentProperties, *http.Response, error) + func (a *SlidesApiService) GetDocumentProperty(name string, propertyName string, password string, folder string, ...) (IDocumentProperty, *http.Response, error) + func (a *SlidesApiService) GetFileVersions(path string, storageName string) (IFileVersions, *http.Response, error) + func (a *SlidesApiService) GetFilesList(path string, storageName string) (IFilesList, *http.Response, error) + func (a *SlidesApiService) GetFontScheme(name string, slideIndex int32, password string, folder string, storage string) (IFontScheme, *http.Response, error) + func (a *SlidesApiService) GetFonts(name string, password string, folder string, storage string) (IFontsData, *http.Response, error) + func (a *SlidesApiService) GetFontsOnline(document []byte, password string) (IFontsData, *http.Response, error) + func (a *SlidesApiService) GetFormatScheme(name string, slideIndex int32, password string, folder string, storage string) (IFormatScheme, *http.Response, error) + func (a *SlidesApiService) GetHtml5Templates() (*os.File, *http.Response, error) + func (a *SlidesApiService) GetLayoutSlide(name string, slideIndex int32, password string, folder string, storage string) (ILayoutSlide, *http.Response, error) + func (a *SlidesApiService) GetLayoutSlides(name string, password string, folder string, storage string) (ILayoutSlides, *http.Response, error) + func (a *SlidesApiService) GetMasterSlide(name string, slideIndex int32, password string, folder string, storage string) (IMasterSlide, *http.Response, error) + func (a *SlidesApiService) GetMasterSlides(name string, password string, folder string, storage string) (IMasterSlides, *http.Response, error) + func (a *SlidesApiService) GetNotesSlide(name string, slideIndex int32, password string, folder string, storage string) (INotesSlide, *http.Response, error) + func (a *SlidesApiService) GetNotesSlideHeaderFooter(name string, slideIndex int32, password string, folder string, storage string) (INotesSlideHeaderFooter, *http.Response, error) + func (a *SlidesApiService) GetNotesSlideOnline(document []byte, slideIndex int32, password string) (INotesSlide, *http.Response, error) + func (a *SlidesApiService) GetParagraph(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) GetParagraphEffective(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) GetParagraphRectangle(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (ITextBounds, *http.Response, error) + func (a *SlidesApiService) GetParagraphs(name string, slideIndex int32, shapeIndex int32, password string, ...) (IParagraphs, *http.Response, error) + func (a *SlidesApiService) GetPlaceholder(name string, slideIndex int32, placeholderIndex int32, password string, ...) (IPlaceholder, *http.Response, error) + func (a *SlidesApiService) GetPlaceholders(name string, slideIndex int32, password string, folder string, storage string) (IPlaceholders, *http.Response, error) + func (a *SlidesApiService) GetPortion(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) GetPortionEffective(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) GetPortionRectangle(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (ITextBounds, *http.Response, error) + func (a *SlidesApiService) GetPortions(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IPortions, *http.Response, error) + func (a *SlidesApiService) GetPresentation(name string, password string, folder string, storage string) (IDocument, *http.Response, error) + func (a *SlidesApiService) GetPresentationImages(name string, password string, folder string, storage string) (IImages, *http.Response, error) + func (a *SlidesApiService) GetPresentationTextItems(name string, withEmpty *bool, password string, folder string, storage string) (ITextItems, *http.Response, error) + func (a *SlidesApiService) GetProtectionProperties(name string, password string, folder string, storage string) (IProtectionProperties, *http.Response, error) + func (a *SlidesApiService) GetSections(name string, password string, folder string, storage string) (ISections, *http.Response, error) + func (a *SlidesApiService) GetShape(name string, slideIndex int32, shapeIndex int32, password string, ...) (IShapeBase, *http.Response, error) + func (a *SlidesApiService) GetShapeGeometryPath(name string, slideIndex int32, shapeIndex int32, password string, ...) (IGeometryPaths, *http.Response, error) + func (a *SlidesApiService) GetShapes(name string, slideIndex int32, password string, folder string, storage string, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) GetSlide(name string, slideIndex int32, password string, folder string, storage string) (ISlide, *http.Response, error) + func (a *SlidesApiService) GetSlideComments(name string, slideIndex int32, password string, folder string, storage string) (ISlideComments, *http.Response, error) + func (a *SlidesApiService) GetSlideHeaderFooter(name string, slideIndex int32, password string, folder string, storage string) (IHeaderFooter, *http.Response, error) + func (a *SlidesApiService) GetSlideImages(name string, slideIndex int32, password string, folder string, storage string) (IImages, *http.Response, error) + func (a *SlidesApiService) GetSlideProperties(name string, password string, folder string, storage string) (ISlideProperties, *http.Response, error) + func (a *SlidesApiService) GetSlideShowProperties(name string, password string, folder string, storage string) (ISlideShowProperties, *http.Response, error) + func (a *SlidesApiService) GetSlideTextItems(name string, slideIndex int32, withEmpty *bool, password string, folder string, ...) (ITextItems, *http.Response, error) + func (a *SlidesApiService) GetSlides(name string, password string, folder string, storage string) (ISlides, *http.Response, error) + func (a *SlidesApiService) GetSpecialSlideAnimation(name string, slideIndex int32, slideType string, shapeIndex *int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) GetSpecialSlideParagraph(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) GetSpecialSlideParagraphs(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IParagraphs, *http.Response, error) + func (a *SlidesApiService) GetSpecialSlidePortion(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) GetSpecialSlidePortions(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IPortions, *http.Response, error) + func (a *SlidesApiService) GetSpecialSlideShape(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IShapeBase, *http.Response, error) + func (a *SlidesApiService) GetSpecialSlideShapes(name string, slideIndex int32, slideType string, password string, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) GetTableCellParagraph(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) GetTableCellParagraphs(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IParagraphs, *http.Response, error) + func (a *SlidesApiService) GetTableCellPortion(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) GetTableCellPortions(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IPortions, *http.Response, error) + func (a *SlidesApiService) GetTheme(name string, slideIndex int32, password string, folder string, storage string) (ITheme, *http.Response, error) + func (a *SlidesApiService) GetVbaModule(name string, moduleIndex int32, password string, folder string, storage string) (IVbaModule, *http.Response, error) + func (a *SlidesApiService) GetVbaProject(name string, password string, folder string, storage string) (IVbaProject, *http.Response, error) + func (a *SlidesApiService) GetVideoCaptionTracks(name string, slideIndex int32, shapeIndex int32, includeData *bool, ...) (ICaptionTracks, *http.Response, error) + func (a *SlidesApiService) GetViewProperties(name string, password string, folder string, storage string) (IViewProperties, *http.Response, error) + func (a *SlidesApiService) HighlightPresentationRegex(name string, regex string, color string, ignoreCase *bool, password string, ...) (IDocumentReplaceResult, *http.Response, error) + func (a *SlidesApiService) HighlightPresentationText(name string, text string, color string, wholeWordsOnly *bool, ignoreCase *bool, ...) (IDocumentReplaceResult, *http.Response, error) + func (a *SlidesApiService) HighlightShapeRegex(name string, slideIndex int32, shapeIndex int32, regex string, color string, ...) (IShape, *http.Response, error) + func (a *SlidesApiService) HighlightShapeText(name string, slideIndex int32, shapeIndex int32, text string, color string, ...) (IShape, *http.Response, error) + func (a *SlidesApiService) ImportFromHtml(name string, html string, password string, folder string, storage string, ...) (IDocument, *http.Response, error) + func (a *SlidesApiService) ImportFromPdf(name string, pdf []byte, options IPdfImportOptions, password string, ...) (IDocument, *http.Response, error) + func (a *SlidesApiService) ImportShapesFromSvg(name string, slideIndex int32, image []byte, x *int32, y *int32, width *int32, ...) (IShapes, *http.Response, error) + func (a *SlidesApiService) Merge(name string, request IPresentationsMergeRequest, password string, ...) (IDocument, *http.Response, error) + func (a *SlidesApiService) MergeAndSaveOnline(outPath string, files [][]byte, request IOrderedMergeRequest, storage string) (*http.Response, error) + func (a *SlidesApiService) MergeOnline(files [][]byte, request IOrderedMergeRequest, storage string) (*os.File, *http.Response, error) + func (a *SlidesApiService) MergeTableCells(name string, slideIndex int32, shapeIndex int32, ...) (ITable, *http.Response, error) + func (a *SlidesApiService) MoveFile(srcPath string, destPath string, srcStorageName string, destStorageName string, ...) (*http.Response, error) + func (a *SlidesApiService) MoveFolder(srcPath string, destPath string, srcStorageName string, destStorageName string) (*http.Response, error) + func (a *SlidesApiService) MoveSection(name string, sectionIndex int32, newPosition int32, password string, ...) (ISections, *http.Response, error) + func (a *SlidesApiService) MoveSlide(name string, slideIndex int32, newPosition int32, password string, ...) (ISlides, *http.Response, error) + func (a *SlidesApiService) NotesSlideExists(name string, slideIndex int32, password string, folder string, storage string) (IEntityExists, *http.Response, error) + func (a *SlidesApiService) NotesSlideExistsOnline(document []byte, slideIndex int32, password string) (IEntityExists, *http.Response, error) + func (a *SlidesApiService) ObjectExists(path string, storageName string, versionId string) (IObjectExist, *http.Response, error) + func (a *SlidesApiService) OrderedMerge(name string, request IOrderedMergeRequest, password string, folder string, ...) (IDocument, *http.Response, error) + func (a *SlidesApiService) Pipeline(pipeline IPipeline, files [][]byte) (*os.File, *http.Response, error) + func (a *SlidesApiService) ReorderSlides(name string, oldPositions []int32, newPositions []int32, password string, ...) (ISlides, *http.Response, error) + func (a *SlidesApiService) ReplaceFont(name string, sourceFont string, targetFont string, embed *bool, ...) (IFontsData, *http.Response, error) + func (a *SlidesApiService) ReplaceFontOnline(document []byte, sourceFont string, targetFont string, embed *bool, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) ReplaceImage(name string, imageIndex int32, image []byte, password string, folder string, ...) (*http.Response, error) + func (a *SlidesApiService) ReplaceImageOnline(document []byte, imageIndex int32, image []byte, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) ReplacePresentationRegex(name string, pattern string, newValue string, ignoreCase *bool, ...) (IDocumentReplaceResult, *http.Response, error) + func (a *SlidesApiService) ReplacePresentationRegexOnline(document []byte, pattern string, newValue string, ignoreCase *bool, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) ReplacePresentationText(name string, oldValue string, newValue string, ignoreCase *bool, ...) (IDocumentReplaceResult, *http.Response, error) + func (a *SlidesApiService) ReplacePresentationTextOnline(document []byte, oldValue string, newValue string, ignoreCase *bool, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) ReplaceSlideText(name string, slideIndex int32, oldValue string, newValue string, ...) (ISlideReplaceResult, *http.Response, error) + func (a *SlidesApiService) ReplaceSlideTextOnline(document []byte, slideIndex int32, oldValue string, newValue string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) ReplaceTextFormatting(name string, oldValue string, newValue string, portionFormat IPortionFormat, ...) (IDocument, *http.Response, error) + func (a *SlidesApiService) ReplaceTextFormattingOnline(document []byte, oldValue string, newValue string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) SaveMathPortion(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (*http.Response, error) + func (a *SlidesApiService) SavePresentation(name string, format string, outPath string, options IExportOptions, ...) (*http.Response, error) + func (a *SlidesApiService) SaveShape(name string, slideIndex int32, shapeIndex int32, format string, outPath string, ...) (*http.Response, error) + func (a *SlidesApiService) SaveShapeOnline(document []byte, slideIndex int32, shapeIndex int32, format string, ...) (*http.Response, error) + func (a *SlidesApiService) SaveSlide(name string, slideIndex int32, format string, outPath string, ...) (*http.Response, error) + func (a *SlidesApiService) SaveSlideOnline(document []byte, slideIndex int32, format string, outPath string, width *int32, ...) (*http.Response, error) + func (a *SlidesApiService) SaveSpecialSlideShape(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (*http.Response, error) + func (a *SlidesApiService) SetAnimation(name string, slideIndex int32, animation ISlideAnimation, password string, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) SetBackground(name string, slideIndex int32, background ISlideBackground, password string, ...) (ISlideBackground, *http.Response, error) + func (a *SlidesApiService) SetBackgroundColor(name string, slideIndex int32, color string, password string, folder string, ...) (ISlideBackground, *http.Response, error) + func (a *SlidesApiService) SetChartAxis(name string, slideIndex int32, shapeIndex int32, axisType string, axis IAxis, ...) (IAxis, *http.Response, error) + func (a *SlidesApiService) SetChartLegend(name string, slideIndex int32, shapeIndex int32, legend ILegend, ...) (ILegend, *http.Response, error) + func (a *SlidesApiService) SetChartSeriesGroup(name string, slideIndex int32, shapeIndex int32, seriesGroupIndex int32, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) SetChartWall(name string, slideIndex int32, shapeIndex int32, chartWallType string, ...) (IChartWall, *http.Response, error) + func (a *SlidesApiService) SetDocumentProperties(name string, properties IDocumentProperties, password string, folder string, ...) (IDocumentProperties, *http.Response, error) + func (a *SlidesApiService) SetDocumentProperty(name string, propertyName string, property IDocumentProperty, password string, ...) (IDocumentProperty, *http.Response, error) + func (a *SlidesApiService) SetEmbeddedFont(name string, fontName string, onlyUsed *bool, password string, folder string, ...) (IFontsData, *http.Response, error) + func (a *SlidesApiService) SetEmbeddedFontFromRequest(font []byte, name string, onlyUsed *bool, password string, folder string, ...) (IFontsData, *http.Response, error) + func (a *SlidesApiService) SetEmbeddedFontFromRequestOnline(document []byte, font []byte, onlyUsed *bool, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) SetEmbeddedFontOnline(document []byte, fontName string, onlyUsed *bool, password string, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) SetNotesSlideHeaderFooter(name string, slideIndex int32, dto INotesSlideHeaderFooter, password string, ...) (INotesSlideHeaderFooter, *http.Response, error) + func (a *SlidesApiService) SetPresentationHeaderFooter(name string, dto IHeaderFooter, password string, folder string, storage string) (IDocument, *http.Response, error) + func (a *SlidesApiService) SetProtection(name string, dto IProtectionProperties, password string, folder string, ...) (IProtectionProperties, *http.Response, error) + func (a *SlidesApiService) SetProtectionOnline(document []byte, dto IProtectionProperties, password string) (*os.File, *http.Response, error) + func (a *SlidesApiService) SetSections(name string, sections ISections, password string, folder string, ...) (ISections, *http.Response, error) + func (a *SlidesApiService) SetShapeGeometryPath(name string, slideIndex int32, shapeIndex int32, dto IGeometryPaths, ...) (IShapeBase, *http.Response, error) + func (a *SlidesApiService) SetSlideHeaderFooter(name string, slideIndex int32, dto IHeaderFooter, password string, ...) (IHeaderFooter, *http.Response, error) + func (a *SlidesApiService) SetSlideProperties(name string, dto ISlideProperties, password string, folder string, ...) (ISlideProperties, *http.Response, error) + func (a *SlidesApiService) SetSlideShowProperties(name string, dto ISlideShowProperties, password string, folder string, ...) (ISlideShowProperties, *http.Response, error) + func (a *SlidesApiService) SetSpecialSlideAnimation(name string, slideIndex int32, slideType string, animation ISlideAnimation, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) SetViewProperties(name string, dto IViewProperties, password string, folder string, ...) (IViewProperties, *http.Response, error) + func (a *SlidesApiService) Split(name string, options IExportOptions, format string, width *int32, ...) (ISplitDocumentResult, *http.Response, error) + func (a *SlidesApiService) SplitAndSaveOnline(document []byte, format string, destFolder string, width *int32, height *int32, ...) (ISplitDocumentResult, *http.Response, error) + func (a *SlidesApiService) SplitOnline(document []byte, format string, width *int32, height *int32, from *int32, ...) (*os.File, *http.Response, error) + func (a *SlidesApiService) SplitTableCell(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (ITable, *http.Response, error) + func (a *SlidesApiService) StorageExists(storageName string) (IStorageExist, *http.Response, error) + func (a *SlidesApiService) UpdateAnimationEffect(name string, slideIndex int32, effectIndex int32, effect IEffect, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) UpdateAnimationInteractiveSequenceEffect(name string, slideIndex int32, sequenceIndex int32, effectIndex int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) UpdateChartCategory(name string, slideIndex int32, shapeIndex int32, categoryIndex int32, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) UpdateChartDataPoint(name string, slideIndex int32, shapeIndex int32, seriesIndex int32, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) UpdateChartSeries(name string, slideIndex int32, shapeIndex int32, seriesIndex int32, ...) (IChart, *http.Response, error) + func (a *SlidesApiService) UpdateLayoutSlide(name string, slideIndex int32, slideDto ILayoutSlide, password string, ...) (ILayoutSlide, *http.Response, error) + func (a *SlidesApiService) UpdateNotesSlide(name string, slideIndex int32, dto INotesSlide, password string, folder string, ...) (INotesSlide, *http.Response, error) + func (a *SlidesApiService) UpdateParagraph(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) UpdatePortion(name string, slideIndex int32, shapeIndex int32, paragraphIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) UpdateSection(name string, sectionIndex int32, sectionName string, password string, ...) (ISections, *http.Response, error) + func (a *SlidesApiService) UpdateShape(name string, slideIndex int32, shapeIndex int32, dto IShapeBase, ...) (IShapeBase, *http.Response, error) + func (a *SlidesApiService) UpdateSlide(name string, slideIndex int32, slideDto ISlide, password string, folder string, ...) (ISlide, *http.Response, error) + func (a *SlidesApiService) UpdateSpecialSlideAnimationEffect(name string, slideIndex int32, slideType string, effectIndex int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) UpdateSpecialSlideAnimationInteractiveSequenceEffect(name string, slideIndex int32, slideType string, sequenceIndex int32, ...) (ISlideAnimation, *http.Response, error) + func (a *SlidesApiService) UpdateSpecialSlideParagraph(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) UpdateSpecialSlidePortion(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) UpdateSpecialSlideShape(name string, slideIndex int32, slideType string, shapeIndex int32, ...) (IShapeBase, *http.Response, error) + func (a *SlidesApiService) UpdateTableCell(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (ITableCell, *http.Response, error) + func (a *SlidesApiService) UpdateTableCellParagraph(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IParagraph, *http.Response, error) + func (a *SlidesApiService) UpdateTableCellPortion(name string, slideIndex int32, shapeIndex int32, rowIndex int32, ...) (IPortion, *http.Response, error) + func (a *SlidesApiService) UpdateTableRow(name string, slideIndex int32, shapeIndex int32, rowIndex int32, dto ITableRow, ...) (ITableRow, *http.Response, error) + func (a *SlidesApiService) UpdateVbaModule(name string, moduleIndex int32, moduleDto IVbaModule, password string, ...) (IVbaModule, *http.Response, error) + func (a *SlidesApiService) UploadFile(path string, file []byte, storageName string) (IFilesUploadResult, *http.Response, error) + type SlidesAsyncApiService service + func (a *SlidesAsyncApiService) Download(path string, storageName string, versionId string) (*os.File, *http.Response, error) + func (a *SlidesAsyncApiService) GetOperationResult(id string) (*os.File, *http.Response, error) + func (a *SlidesAsyncApiService) GetOperationStatus(id string) (IOperation, *http.Response, error) + func (a *SlidesAsyncApiService) StartConvert(document []byte, format string, password string, storage string, ...) (string, *http.Response, error) + func (a *SlidesAsyncApiService) StartConvertAndSave(document []byte, format string, outPath string, password string, ...) (string, *http.Response, error) + func (a *SlidesAsyncApiService) StartDownloadPresentation(name string, format string, options IExportOptions, password string, ...) (string, *http.Response, error) + func (a *SlidesAsyncApiService) StartMerge(files [][]byte, request IOrderedMergeRequest, storage string) (string, *http.Response, error) + func (a *SlidesAsyncApiService) StartMergeAndSave(outPath string, files [][]byte, request IOrderedMergeRequest, storage string) (string, *http.Response, error) + func (a *SlidesAsyncApiService) StartSavePresentation(name string, format string, outPath string, options IExportOptions, ...) (string, *http.Response, error) + func (a *SlidesAsyncApiService) StartSplit(name string, format string, options IExportOptions, width *int32, ...) (string, *http.Response, error) + func (a *SlidesAsyncApiService) StartUploadAndSplit(document []byte, format string, destFolder string, width *int32, height *int32, ...) (string, *http.Response, error) + func (a *SlidesAsyncApiService) Upload(path string, file []byte, storageName string) (IFilesUploadResult, *http.Response, error) + type SlidesLayoutOptions struct + LayoutType string + func NewSlidesLayoutOptions() *SlidesLayoutOptions + func (this *SlidesLayoutOptions) GetLayoutType() string + func (this *SlidesLayoutOptions) SetLayoutType(newValue string) + func (this *SlidesLayoutOptions) UnmarshalJSON(b []byte) error + type SmartArt struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + ColorStyle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + IsReversed *bool + Layout string + LineFormat ILineFormat + Name string + Nodes []ISmartArtNode + QuickStyle string + SelfUri IResourceUri + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewSmartArt() *SmartArt + func (this *SmartArt) GetAlternateLinks() []IResourceUri + func (this *SmartArt) GetAlternativeText() string + func (this *SmartArt) GetAlternativeTextTitle() string + func (this *SmartArt) GetColorStyle() string + func (this *SmartArt) GetEffectFormat() IEffectFormat + func (this *SmartArt) GetFillFormat() IFillFormat + func (this *SmartArt) GetHeight() float64 + func (this *SmartArt) GetHidden() *bool + func (this *SmartArt) GetHyperlinkClick() IHyperlink + func (this *SmartArt) GetHyperlinkMouseOver() IHyperlink + func (this *SmartArt) GetIsDecorative() *bool + func (this *SmartArt) GetIsReversed() *bool + func (this *SmartArt) GetLayout() string + func (this *SmartArt) GetLineFormat() ILineFormat + func (this *SmartArt) GetName() string + func (this *SmartArt) GetNodes() []ISmartArtNode + func (this *SmartArt) GetQuickStyle() string + func (this *SmartArt) GetSelfUri() IResourceUri + func (this *SmartArt) GetThreeDFormat() IThreeDFormat + func (this *SmartArt) GetType() string + func (this *SmartArt) GetWidth() float64 + func (this *SmartArt) GetX() float64 + func (this *SmartArt) GetY() float64 + func (this *SmartArt) GetZOrderPosition() int32 + func (this *SmartArt) SetAlternateLinks(newValue []IResourceUri) + func (this *SmartArt) SetAlternativeText(newValue string) + func (this *SmartArt) SetAlternativeTextTitle(newValue string) + func (this *SmartArt) SetColorStyle(newValue string) + func (this *SmartArt) SetEffectFormat(newValue IEffectFormat) + func (this *SmartArt) SetFillFormat(newValue IFillFormat) + func (this *SmartArt) SetHeight(newValue float64) + func (this *SmartArt) SetHidden(newValue *bool) + func (this *SmartArt) SetHyperlinkClick(newValue IHyperlink) + func (this *SmartArt) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *SmartArt) SetIsDecorative(newValue *bool) + func (this *SmartArt) SetIsReversed(newValue *bool) + func (this *SmartArt) SetLayout(newValue string) + func (this *SmartArt) SetLineFormat(newValue ILineFormat) + func (this *SmartArt) SetName(newValue string) + func (this *SmartArt) SetNodes(newValue []ISmartArtNode) + func (this *SmartArt) SetQuickStyle(newValue string) + func (this *SmartArt) SetSelfUri(newValue IResourceUri) + func (this *SmartArt) SetThreeDFormat(newValue IThreeDFormat) + func (this *SmartArt) SetType(newValue string) + func (this *SmartArt) SetWidth(newValue float64) + func (this *SmartArt) SetX(newValue float64) + func (this *SmartArt) SetY(newValue float64) + func (this *SmartArt) SetZOrderPosition(newValue int32) + func (this *SmartArt) UnmarshalJSON(b []byte) error + type SmartArtNode struct + IsAssistant *bool + Nodes []ISmartArtNode + OrgChartLayout string + Paragraphs IResourceUri + Shapes IResourceUri + Text string + func NewSmartArtNode() *SmartArtNode + func (this *SmartArtNode) GetIsAssistant() *bool + func (this *SmartArtNode) GetNodes() []ISmartArtNode + func (this *SmartArtNode) GetOrgChartLayout() string + func (this *SmartArtNode) GetParagraphs() IResourceUri + func (this *SmartArtNode) GetShapes() IResourceUri + func (this *SmartArtNode) GetText() string + func (this *SmartArtNode) SetIsAssistant(newValue *bool) + func (this *SmartArtNode) SetNodes(newValue []ISmartArtNode) + func (this *SmartArtNode) SetOrgChartLayout(newValue string) + func (this *SmartArtNode) SetParagraphs(newValue IResourceUri) + func (this *SmartArtNode) SetShapes(newValue IResourceUri) + func (this *SmartArtNode) SetText(newValue string) + func (this *SmartArtNode) UnmarshalJSON(b []byte) error + type SmartArtShape struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + SelfUri IResourceUri + ShapeType string + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewSmartArtShape() *SmartArtShape + func (this *SmartArtShape) GetAlternateLinks() []IResourceUri + func (this *SmartArtShape) GetAlternativeText() string + func (this *SmartArtShape) GetAlternativeTextTitle() string + func (this *SmartArtShape) GetEffectFormat() IEffectFormat + func (this *SmartArtShape) GetFillFormat() IFillFormat + func (this *SmartArtShape) GetHeight() float64 + func (this *SmartArtShape) GetHidden() *bool + func (this *SmartArtShape) GetHyperlinkClick() IHyperlink + func (this *SmartArtShape) GetHyperlinkMouseOver() IHyperlink + func (this *SmartArtShape) GetIsDecorative() *bool + func (this *SmartArtShape) GetLineFormat() ILineFormat + func (this *SmartArtShape) GetName() string + func (this *SmartArtShape) GetSelfUri() IResourceUri + func (this *SmartArtShape) GetShapeType() string + func (this *SmartArtShape) GetThreeDFormat() IThreeDFormat + func (this *SmartArtShape) GetType() string + func (this *SmartArtShape) GetWidth() float64 + func (this *SmartArtShape) GetX() float64 + func (this *SmartArtShape) GetY() float64 + func (this *SmartArtShape) GetZOrderPosition() int32 + func (this *SmartArtShape) SetAlternateLinks(newValue []IResourceUri) + func (this *SmartArtShape) SetAlternativeText(newValue string) + func (this *SmartArtShape) SetAlternativeTextTitle(newValue string) + func (this *SmartArtShape) SetEffectFormat(newValue IEffectFormat) + func (this *SmartArtShape) SetFillFormat(newValue IFillFormat) + func (this *SmartArtShape) SetHeight(newValue float64) + func (this *SmartArtShape) SetHidden(newValue *bool) + func (this *SmartArtShape) SetHyperlinkClick(newValue IHyperlink) + func (this *SmartArtShape) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *SmartArtShape) SetIsDecorative(newValue *bool) + func (this *SmartArtShape) SetLineFormat(newValue ILineFormat) + func (this *SmartArtShape) SetName(newValue string) + func (this *SmartArtShape) SetSelfUri(newValue IResourceUri) + func (this *SmartArtShape) SetShapeType(newValue string) + func (this *SmartArtShape) SetThreeDFormat(newValue IThreeDFormat) + func (this *SmartArtShape) SetType(newValue string) + func (this *SmartArtShape) SetWidth(newValue float64) + func (this *SmartArtShape) SetX(newValue float64) + func (this *SmartArtShape) SetY(newValue float64) + func (this *SmartArtShape) SetZOrderPosition(newValue int32) + func (this *SmartArtShape) UnmarshalJSON(b []byte) error + type SoftEdgeEffect struct + Radius float64 + func NewSoftEdgeEffect() *SoftEdgeEffect + func (this *SoftEdgeEffect) GetRadius() float64 + func (this *SoftEdgeEffect) SetRadius(newValue float64) + func (this *SoftEdgeEffect) UnmarshalJSON(b []byte) error + type SolidFill struct + Color string + Type_ string + func NewSolidFill() *SolidFill + func (this *SolidFill) GetColor() string + func (this *SolidFill) GetType() string + func (this *SolidFill) SetColor(newValue string) + func (this *SolidFill) SetType(newValue string) + func (this *SolidFill) UnmarshalJSON(b []byte) error + type SpecialSlideType string + const SpecialSlideType_LayoutSlide + const SpecialSlideType_MasterSlide + const SpecialSlideType_NotesSlide + type SplitDocumentResult struct + AlternateLinks []IResourceUri + SelfUri IResourceUri + Slides []IResourceUri + func NewSplitDocumentResult() *SplitDocumentResult + func (this *SplitDocumentResult) GetAlternateLinks() []IResourceUri + func (this *SplitDocumentResult) GetSelfUri() IResourceUri + func (this *SplitDocumentResult) GetSlides() []IResourceUri + func (this *SplitDocumentResult) SetAlternateLinks(newValue []IResourceUri) + func (this *SplitDocumentResult) SetSelfUri(newValue IResourceUri) + func (this *SplitDocumentResult) SetSlides(newValue []IResourceUri) + func (this *SplitDocumentResult) UnmarshalJSON(b []byte) error + type StorageExist struct + Exists *bool + func NewStorageExist() *StorageExist + func (this *StorageExist) GetExists() *bool + func (this *StorageExist) SetExists(newValue *bool) + func (this *StorageExist) UnmarshalJSON(b []byte) error + type StorageFile struct + IsFolder *bool + ModifiedDate time.Time + Name string + Path string + Size int64 + func NewStorageFile() *StorageFile + func (this *StorageFile) GetIsFolder() *bool + func (this *StorageFile) GetModifiedDate() time.Time + func (this *StorageFile) GetName() string + func (this *StorageFile) GetPath() string + func (this *StorageFile) GetSize() int64 + func (this *StorageFile) SetIsFolder(newValue *bool) + func (this *StorageFile) SetModifiedDate(newValue time.Time) + func (this *StorageFile) SetName(newValue string) + func (this *StorageFile) SetPath(newValue string) + func (this *StorageFile) SetSize(newValue int64) + func (this *StorageFile) UnmarshalJSON(b []byte) error + type SubscriptElement struct + Base IMathElement + Subscript IMathElement + Type_ string + func NewSubscriptElement() *SubscriptElement + func (this *SubscriptElement) GetBase() IMathElement + func (this *SubscriptElement) GetSubscript() IMathElement + func (this *SubscriptElement) GetType() string + func (this *SubscriptElement) SetBase(newValue IMathElement) + func (this *SubscriptElement) SetSubscript(newValue IMathElement) + func (this *SubscriptElement) SetType(newValue string) + func (this *SubscriptElement) UnmarshalJSON(b []byte) error + type SummaryZoomFrame struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + Sections []ISummaryZoomSection + SelfUri IResourceUri + ThreeDFormat IThreeDFormat + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + ZoomLayout string + func NewSummaryZoomFrame() *SummaryZoomFrame + func (this *SummaryZoomFrame) GetAlternateLinks() []IResourceUri + func (this *SummaryZoomFrame) GetAlternativeText() string + func (this *SummaryZoomFrame) GetAlternativeTextTitle() string + func (this *SummaryZoomFrame) GetEffectFormat() IEffectFormat + func (this *SummaryZoomFrame) GetFillFormat() IFillFormat + func (this *SummaryZoomFrame) GetHeight() float64 + func (this *SummaryZoomFrame) GetHidden() *bool + func (this *SummaryZoomFrame) GetHyperlinkClick() IHyperlink + func (this *SummaryZoomFrame) GetHyperlinkMouseOver() IHyperlink + func (this *SummaryZoomFrame) GetIsDecorative() *bool + func (this *SummaryZoomFrame) GetLineFormat() ILineFormat + func (this *SummaryZoomFrame) GetName() string + func (this *SummaryZoomFrame) GetSections() []ISummaryZoomSection + func (this *SummaryZoomFrame) GetSelfUri() IResourceUri + func (this *SummaryZoomFrame) GetThreeDFormat() IThreeDFormat + func (this *SummaryZoomFrame) GetType() string + func (this *SummaryZoomFrame) GetWidth() float64 + func (this *SummaryZoomFrame) GetX() float64 + func (this *SummaryZoomFrame) GetY() float64 + func (this *SummaryZoomFrame) GetZOrderPosition() int32 + func (this *SummaryZoomFrame) GetZoomLayout() string + func (this *SummaryZoomFrame) SetAlternateLinks(newValue []IResourceUri) + func (this *SummaryZoomFrame) SetAlternativeText(newValue string) + func (this *SummaryZoomFrame) SetAlternativeTextTitle(newValue string) + func (this *SummaryZoomFrame) SetEffectFormat(newValue IEffectFormat) + func (this *SummaryZoomFrame) SetFillFormat(newValue IFillFormat) + func (this *SummaryZoomFrame) SetHeight(newValue float64) + func (this *SummaryZoomFrame) SetHidden(newValue *bool) + func (this *SummaryZoomFrame) SetHyperlinkClick(newValue IHyperlink) + func (this *SummaryZoomFrame) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *SummaryZoomFrame) SetIsDecorative(newValue *bool) + func (this *SummaryZoomFrame) SetLineFormat(newValue ILineFormat) + func (this *SummaryZoomFrame) SetName(newValue string) + func (this *SummaryZoomFrame) SetSections(newValue []ISummaryZoomSection) + func (this *SummaryZoomFrame) SetSelfUri(newValue IResourceUri) + func (this *SummaryZoomFrame) SetThreeDFormat(newValue IThreeDFormat) + func (this *SummaryZoomFrame) SetType(newValue string) + func (this *SummaryZoomFrame) SetWidth(newValue float64) + func (this *SummaryZoomFrame) SetX(newValue float64) + func (this *SummaryZoomFrame) SetY(newValue float64) + func (this *SummaryZoomFrame) SetZOrderPosition(newValue int32) + func (this *SummaryZoomFrame) SetZoomLayout(newValue string) + func (this *SummaryZoomFrame) UnmarshalJSON(b []byte) error + type SummaryZoomSection struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + Description string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + Image IResourceUri + ImageType string + IsDecorative *bool + LineFormat ILineFormat + Name string + ReturnToParent *bool + SelfUri IResourceUri + ShowBackground *bool + TargetSectionIndex int32 + ThreeDFormat IThreeDFormat + Title string + TransitionDuration float64 + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewSummaryZoomSection() *SummaryZoomSection + func (this *SummaryZoomSection) GetAlternateLinks() []IResourceUri + func (this *SummaryZoomSection) GetAlternativeText() string + func (this *SummaryZoomSection) GetAlternativeTextTitle() string + func (this *SummaryZoomSection) GetDescription() string + func (this *SummaryZoomSection) GetEffectFormat() IEffectFormat + func (this *SummaryZoomSection) GetFillFormat() IFillFormat + func (this *SummaryZoomSection) GetHeight() float64 + func (this *SummaryZoomSection) GetHidden() *bool + func (this *SummaryZoomSection) GetHyperlinkClick() IHyperlink + func (this *SummaryZoomSection) GetHyperlinkMouseOver() IHyperlink + func (this *SummaryZoomSection) GetImage() IResourceUri + func (this *SummaryZoomSection) GetImageType() string + func (this *SummaryZoomSection) GetIsDecorative() *bool + func (this *SummaryZoomSection) GetLineFormat() ILineFormat + func (this *SummaryZoomSection) GetName() string + func (this *SummaryZoomSection) GetReturnToParent() *bool + func (this *SummaryZoomSection) GetSelfUri() IResourceUri + func (this *SummaryZoomSection) GetShowBackground() *bool + func (this *SummaryZoomSection) GetTargetSectionIndex() int32 + func (this *SummaryZoomSection) GetThreeDFormat() IThreeDFormat + func (this *SummaryZoomSection) GetTitle() string + func (this *SummaryZoomSection) GetTransitionDuration() float64 + func (this *SummaryZoomSection) GetType() string + func (this *SummaryZoomSection) GetWidth() float64 + func (this *SummaryZoomSection) GetX() float64 + func (this *SummaryZoomSection) GetY() float64 + func (this *SummaryZoomSection) GetZOrderPosition() int32 + func (this *SummaryZoomSection) SetAlternateLinks(newValue []IResourceUri) + func (this *SummaryZoomSection) SetAlternativeText(newValue string) + func (this *SummaryZoomSection) SetAlternativeTextTitle(newValue string) + func (this *SummaryZoomSection) SetDescription(newValue string) + func (this *SummaryZoomSection) SetEffectFormat(newValue IEffectFormat) + func (this *SummaryZoomSection) SetFillFormat(newValue IFillFormat) + func (this *SummaryZoomSection) SetHeight(newValue float64) + func (this *SummaryZoomSection) SetHidden(newValue *bool) + func (this *SummaryZoomSection) SetHyperlinkClick(newValue IHyperlink) + func (this *SummaryZoomSection) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *SummaryZoomSection) SetImage(newValue IResourceUri) + func (this *SummaryZoomSection) SetImageType(newValue string) + func (this *SummaryZoomSection) SetIsDecorative(newValue *bool) + func (this *SummaryZoomSection) SetLineFormat(newValue ILineFormat) + func (this *SummaryZoomSection) SetName(newValue string) + func (this *SummaryZoomSection) SetReturnToParent(newValue *bool) + func (this *SummaryZoomSection) SetSelfUri(newValue IResourceUri) + func (this *SummaryZoomSection) SetShowBackground(newValue *bool) + func (this *SummaryZoomSection) SetTargetSectionIndex(newValue int32) + func (this *SummaryZoomSection) SetThreeDFormat(newValue IThreeDFormat) + func (this *SummaryZoomSection) SetTitle(newValue string) + func (this *SummaryZoomSection) SetTransitionDuration(newValue float64) + func (this *SummaryZoomSection) SetType(newValue string) + func (this *SummaryZoomSection) SetWidth(newValue float64) + func (this *SummaryZoomSection) SetX(newValue float64) + func (this *SummaryZoomSection) SetY(newValue float64) + func (this *SummaryZoomSection) SetZOrderPosition(newValue int32) + func (this *SummaryZoomSection) UnmarshalJSON(b []byte) error + type SuperscriptElement struct + Base IMathElement + Superscript IMathElement + Type_ string + func NewSuperscriptElement() *SuperscriptElement + func (this *SuperscriptElement) GetBase() IMathElement + func (this *SuperscriptElement) GetSuperscript() IMathElement + func (this *SuperscriptElement) GetType() string + func (this *SuperscriptElement) SetBase(newValue IMathElement) + func (this *SuperscriptElement) SetSuperscript(newValue IMathElement) + func (this *SuperscriptElement) SetType(newValue string) + func (this *SuperscriptElement) UnmarshalJSON(b []byte) error + type SvgExportOptions struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + DeletePicturesCroppedAreas *bool + Disable3DText *bool + DisableFontLigatures *bool + DisableGradientSplit *bool + DisableLineEndCropping *bool + ExternalFontsHandling string + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + JpegQuality int32 + MetafileRasterizationDpi int32 + PicturesCompression string + SkipJavaScriptLinks *bool + UseFrameRotation *bool + UseFrameSize *bool + VectorizeText *bool + func NewSvgExportOptions() *SvgExportOptions + func (this *SvgExportOptions) GetDefaultRegularFont() string + func (this *SvgExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *SvgExportOptions) GetDeletePicturesCroppedAreas() *bool + func (this *SvgExportOptions) GetDisable3DText() *bool + func (this *SvgExportOptions) GetDisableFontLigatures() *bool + func (this *SvgExportOptions) GetDisableGradientSplit() *bool + func (this *SvgExportOptions) GetDisableLineEndCropping() *bool + func (this *SvgExportOptions) GetExternalFontsHandling() string + func (this *SvgExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *SvgExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *SvgExportOptions) GetFormat() string + func (this *SvgExportOptions) GetGradientStyle() string + func (this *SvgExportOptions) GetJpegQuality() int32 + func (this *SvgExportOptions) GetMetafileRasterizationDpi() int32 + func (this *SvgExportOptions) GetPicturesCompression() string + func (this *SvgExportOptions) GetSkipJavaScriptLinks() *bool + func (this *SvgExportOptions) GetUseFrameRotation() *bool + func (this *SvgExportOptions) GetUseFrameSize() *bool + func (this *SvgExportOptions) GetVectorizeText() *bool + func (this *SvgExportOptions) SetDefaultRegularFont(newValue string) + func (this *SvgExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *SvgExportOptions) SetDeletePicturesCroppedAreas(newValue *bool) + func (this *SvgExportOptions) SetDisable3DText(newValue *bool) + func (this *SvgExportOptions) SetDisableFontLigatures(newValue *bool) + func (this *SvgExportOptions) SetDisableGradientSplit(newValue *bool) + func (this *SvgExportOptions) SetDisableLineEndCropping(newValue *bool) + func (this *SvgExportOptions) SetExternalFontsHandling(newValue string) + func (this *SvgExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *SvgExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *SvgExportOptions) SetFormat(newValue string) + func (this *SvgExportOptions) SetGradientStyle(newValue string) + func (this *SvgExportOptions) SetJpegQuality(newValue int32) + func (this *SvgExportOptions) SetMetafileRasterizationDpi(newValue int32) + func (this *SvgExportOptions) SetPicturesCompression(newValue string) + func (this *SvgExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *SvgExportOptions) SetUseFrameRotation(newValue *bool) + func (this *SvgExportOptions) SetUseFrameSize(newValue *bool) + func (this *SvgExportOptions) SetVectorizeText(newValue *bool) + func (this *SvgExportOptions) UnmarshalJSON(b []byte) error + type SwfExportOptions struct + Compressed *bool + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + EnableContextMenu *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + JpegQuality int32 + LogoImage string + LogoLink string + ShowBottomPane *bool + ShowFullScreen *bool + ShowHiddenSlides *bool + ShowLeftPane *bool + ShowPageBorder *bool + ShowPageStepper *bool + ShowSearch *bool + ShowTopPane *bool + SkipJavaScriptLinks *bool + SlidesLayoutOptions ISlidesLayoutOptions + StartOpenLeftPane *bool + ViewerIncluded *bool + func NewSwfExportOptions() *SwfExportOptions + func (this *SwfExportOptions) GetCompressed() *bool + func (this *SwfExportOptions) GetDefaultRegularFont() string + func (this *SwfExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *SwfExportOptions) GetEnableContextMenu() *bool + func (this *SwfExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *SwfExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *SwfExportOptions) GetFormat() string + func (this *SwfExportOptions) GetGradientStyle() string + func (this *SwfExportOptions) GetJpegQuality() int32 + func (this *SwfExportOptions) GetLogoImage() string + func (this *SwfExportOptions) GetLogoLink() string + func (this *SwfExportOptions) GetShowBottomPane() *bool + func (this *SwfExportOptions) GetShowFullScreen() *bool + func (this *SwfExportOptions) GetShowHiddenSlides() *bool + func (this *SwfExportOptions) GetShowLeftPane() *bool + func (this *SwfExportOptions) GetShowPageBorder() *bool + func (this *SwfExportOptions) GetShowPageStepper() *bool + func (this *SwfExportOptions) GetShowSearch() *bool + func (this *SwfExportOptions) GetShowTopPane() *bool + func (this *SwfExportOptions) GetSkipJavaScriptLinks() *bool + func (this *SwfExportOptions) GetSlidesLayoutOptions() ISlidesLayoutOptions + func (this *SwfExportOptions) GetStartOpenLeftPane() *bool + func (this *SwfExportOptions) GetViewerIncluded() *bool + func (this *SwfExportOptions) SetCompressed(newValue *bool) + func (this *SwfExportOptions) SetDefaultRegularFont(newValue string) + func (this *SwfExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *SwfExportOptions) SetEnableContextMenu(newValue *bool) + func (this *SwfExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *SwfExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *SwfExportOptions) SetFormat(newValue string) + func (this *SwfExportOptions) SetGradientStyle(newValue string) + func (this *SwfExportOptions) SetJpegQuality(newValue int32) + func (this *SwfExportOptions) SetLogoImage(newValue string) + func (this *SwfExportOptions) SetLogoLink(newValue string) + func (this *SwfExportOptions) SetShowBottomPane(newValue *bool) + func (this *SwfExportOptions) SetShowFullScreen(newValue *bool) + func (this *SwfExportOptions) SetShowHiddenSlides(newValue *bool) + func (this *SwfExportOptions) SetShowLeftPane(newValue *bool) + func (this *SwfExportOptions) SetShowPageBorder(newValue *bool) + func (this *SwfExportOptions) SetShowPageStepper(newValue *bool) + func (this *SwfExportOptions) SetShowSearch(newValue *bool) + func (this *SwfExportOptions) SetShowTopPane(newValue *bool) + func (this *SwfExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *SwfExportOptions) SetSlidesLayoutOptions(newValue ISlidesLayoutOptions) + func (this *SwfExportOptions) SetStartOpenLeftPane(newValue *bool) + func (this *SwfExportOptions) SetViewerIncluded(newValue *bool) + func (this *SwfExportOptions) UnmarshalJSON(b []byte) error + type Table struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + Columns []ITableColumn + EffectFormat IEffectFormat + FillFormat IFillFormat + FirstCol *bool + FirstRow *bool + Height float64 + Hidden *bool + HorizontalBanding *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LastCol *bool + LastRow *bool + LineFormat ILineFormat + Name string + RightToLeft *bool + Rows []ITableRow + SelfUri IResourceUri + Style string + ThreeDFormat IThreeDFormat + Transparency float64 + Type_ string + VerticalBanding *bool + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewTable() *Table + func (this *Table) GetAlternateLinks() []IResourceUri + func (this *Table) GetAlternativeText() string + func (this *Table) GetAlternativeTextTitle() string + func (this *Table) GetColumns() []ITableColumn + func (this *Table) GetEffectFormat() IEffectFormat + func (this *Table) GetFillFormat() IFillFormat + func (this *Table) GetFirstCol() *bool + func (this *Table) GetFirstRow() *bool + func (this *Table) GetHeight() float64 + func (this *Table) GetHidden() *bool + func (this *Table) GetHorizontalBanding() *bool + func (this *Table) GetHyperlinkClick() IHyperlink + func (this *Table) GetHyperlinkMouseOver() IHyperlink + func (this *Table) GetIsDecorative() *bool + func (this *Table) GetLastCol() *bool + func (this *Table) GetLastRow() *bool + func (this *Table) GetLineFormat() ILineFormat + func (this *Table) GetName() string + func (this *Table) GetRightToLeft() *bool + func (this *Table) GetRows() []ITableRow + func (this *Table) GetSelfUri() IResourceUri + func (this *Table) GetStyle() string + func (this *Table) GetThreeDFormat() IThreeDFormat + func (this *Table) GetTransparency() float64 + func (this *Table) GetType() string + func (this *Table) GetVerticalBanding() *bool + func (this *Table) GetWidth() float64 + func (this *Table) GetX() float64 + func (this *Table) GetY() float64 + func (this *Table) GetZOrderPosition() int32 + func (this *Table) SetAlternateLinks(newValue []IResourceUri) + func (this *Table) SetAlternativeText(newValue string) + func (this *Table) SetAlternativeTextTitle(newValue string) + func (this *Table) SetColumns(newValue []ITableColumn) + func (this *Table) SetEffectFormat(newValue IEffectFormat) + func (this *Table) SetFillFormat(newValue IFillFormat) + func (this *Table) SetFirstCol(newValue *bool) + func (this *Table) SetFirstRow(newValue *bool) + func (this *Table) SetHeight(newValue float64) + func (this *Table) SetHidden(newValue *bool) + func (this *Table) SetHorizontalBanding(newValue *bool) + func (this *Table) SetHyperlinkClick(newValue IHyperlink) + func (this *Table) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *Table) SetIsDecorative(newValue *bool) + func (this *Table) SetLastCol(newValue *bool) + func (this *Table) SetLastRow(newValue *bool) + func (this *Table) SetLineFormat(newValue ILineFormat) + func (this *Table) SetName(newValue string) + func (this *Table) SetRightToLeft(newValue *bool) + func (this *Table) SetRows(newValue []ITableRow) + func (this *Table) SetSelfUri(newValue IResourceUri) + func (this *Table) SetStyle(newValue string) + func (this *Table) SetThreeDFormat(newValue IThreeDFormat) + func (this *Table) SetTransparency(newValue float64) + func (this *Table) SetType(newValue string) + func (this *Table) SetVerticalBanding(newValue *bool) + func (this *Table) SetWidth(newValue float64) + func (this *Table) SetX(newValue float64) + func (this *Table) SetY(newValue float64) + func (this *Table) SetZOrderPosition(newValue int32) + func (this *Table) UnmarshalJSON(b []byte) error + type TableCell struct + BorderBottom ILineFormat + BorderDiagonalDown ILineFormat + BorderDiagonalUp ILineFormat + BorderLeft ILineFormat + BorderRight ILineFormat + BorderTop ILineFormat + ColSpan int32 + ColumnIndex int32 + FillFormat IFillFormat + MarginBottom float64 + MarginLeft float64 + MarginRight float64 + MarginTop float64 + Paragraphs IResourceUri + RowIndex int32 + RowSpan int32 + Text string + TextAnchorType string + TextFrameFormat ITextFrameFormat + TextVerticalType string + Transparency float64 + func NewTableCell() *TableCell + func (this *TableCell) GetBorderBottom() ILineFormat + func (this *TableCell) GetBorderDiagonalDown() ILineFormat + func (this *TableCell) GetBorderDiagonalUp() ILineFormat + func (this *TableCell) GetBorderLeft() ILineFormat + func (this *TableCell) GetBorderRight() ILineFormat + func (this *TableCell) GetBorderTop() ILineFormat + func (this *TableCell) GetColSpan() int32 + func (this *TableCell) GetColumnIndex() int32 + func (this *TableCell) GetFillFormat() IFillFormat + func (this *TableCell) GetMarginBottom() float64 + func (this *TableCell) GetMarginLeft() float64 + func (this *TableCell) GetMarginRight() float64 + func (this *TableCell) GetMarginTop() float64 + func (this *TableCell) GetParagraphs() IResourceUri + func (this *TableCell) GetRowIndex() int32 + func (this *TableCell) GetRowSpan() int32 + func (this *TableCell) GetText() string + func (this *TableCell) GetTextAnchorType() string + func (this *TableCell) GetTextFrameFormat() ITextFrameFormat + func (this *TableCell) GetTextVerticalType() string + func (this *TableCell) GetTransparency() float64 + func (this *TableCell) SetBorderBottom(newValue ILineFormat) + func (this *TableCell) SetBorderDiagonalDown(newValue ILineFormat) + func (this *TableCell) SetBorderDiagonalUp(newValue ILineFormat) + func (this *TableCell) SetBorderLeft(newValue ILineFormat) + func (this *TableCell) SetBorderRight(newValue ILineFormat) + func (this *TableCell) SetBorderTop(newValue ILineFormat) + func (this *TableCell) SetColSpan(newValue int32) + func (this *TableCell) SetColumnIndex(newValue int32) + func (this *TableCell) SetFillFormat(newValue IFillFormat) + func (this *TableCell) SetMarginBottom(newValue float64) + func (this *TableCell) SetMarginLeft(newValue float64) + func (this *TableCell) SetMarginRight(newValue float64) + func (this *TableCell) SetMarginTop(newValue float64) + func (this *TableCell) SetParagraphs(newValue IResourceUri) + func (this *TableCell) SetRowIndex(newValue int32) + func (this *TableCell) SetRowSpan(newValue int32) + func (this *TableCell) SetText(newValue string) + func (this *TableCell) SetTextAnchorType(newValue string) + func (this *TableCell) SetTextFrameFormat(newValue ITextFrameFormat) + func (this *TableCell) SetTextVerticalType(newValue string) + func (this *TableCell) SetTransparency(newValue float64) + func (this *TableCell) UnmarshalJSON(b []byte) error + type TableCellMergeOptions struct + AllowSplitting *bool + FirstCellIndex int32 + FirstRowIndex int32 + LastCellIndex int32 + LastRowIndex int32 + func NewTableCellMergeOptions() *TableCellMergeOptions + func (this *TableCellMergeOptions) GetAllowSplitting() *bool + func (this *TableCellMergeOptions) GetFirstCellIndex() int32 + func (this *TableCellMergeOptions) GetFirstRowIndex() int32 + func (this *TableCellMergeOptions) GetLastCellIndex() int32 + func (this *TableCellMergeOptions) GetLastRowIndex() int32 + func (this *TableCellMergeOptions) SetAllowSplitting(newValue *bool) + func (this *TableCellMergeOptions) SetFirstCellIndex(newValue int32) + func (this *TableCellMergeOptions) SetFirstRowIndex(newValue int32) + func (this *TableCellMergeOptions) SetLastCellIndex(newValue int32) + func (this *TableCellMergeOptions) SetLastRowIndex(newValue int32) + func (this *TableCellMergeOptions) UnmarshalJSON(b []byte) error + type TableCellSplitType string + const TableCellSplitType_SplitByColSpan + const TableCellSplitType_SplitByHeight + const TableCellSplitType_SplitByRowSpan + const TableCellSplitType_SplitByWidth + type TableColumn struct + Width float64 + func NewTableColumn() *TableColumn + func (this *TableColumn) GetWidth() float64 + func (this *TableColumn) SetWidth(newValue float64) + func (this *TableColumn) UnmarshalJSON(b []byte) error + type TableRow struct + Cells []ITableCell + Height float64 + MinimalHeight float64 + func NewTableRow() *TableRow + func (this *TableRow) GetCells() []ITableCell + func (this *TableRow) GetHeight() float64 + func (this *TableRow) GetMinimalHeight() float64 + func (this *TableRow) SetCells(newValue []ITableCell) + func (this *TableRow) SetHeight(newValue float64) + func (this *TableRow) SetMinimalHeight(newValue float64) + func (this *TableRow) UnmarshalJSON(b []byte) error + type Task struct + Type_ string + func NewTask() *Task + func (this *Task) GetType() string + func (this *Task) SetType(newValue string) + func (this *Task) UnmarshalJSON(b []byte) error + type TextBounds struct + Height float64 + Width float64 + X float64 + Y float64 + func NewTextBounds() *TextBounds + func (this *TextBounds) GetHeight() float64 + func (this *TextBounds) GetWidth() float64 + func (this *TextBounds) GetX() float64 + func (this *TextBounds) GetY() float64 + func (this *TextBounds) SetHeight(newValue float64) + func (this *TextBounds) SetWidth(newValue float64) + func (this *TextBounds) SetX(newValue float64) + func (this *TextBounds) SetY(newValue float64) + func (this *TextBounds) UnmarshalJSON(b []byte) error + type TextElement struct + Type_ string + Value string + func NewTextElement() *TextElement + func (this *TextElement) GetType() string + func (this *TextElement) GetValue() string + func (this *TextElement) SetType(newValue string) + func (this *TextElement) SetValue(newValue string) + func (this *TextElement) UnmarshalJSON(b []byte) error + type TextFrameFormat struct + AnchoringType string + AutofitType string + CenterText string + ColumnCount int32 + ColumnSpacing float64 + DefaultParagraphFormat IParagraphFormat + KeepTextFlat *bool + MarginBottom float64 + MarginLeft float64 + MarginRight float64 + MarginTop float64 + RotationAngle float64 + TextVerticalType string + ThreeDFormat IThreeDFormat + Transform string + WrapText string + func NewTextFrameFormat() *TextFrameFormat + func (this *TextFrameFormat) GetAnchoringType() string + func (this *TextFrameFormat) GetAutofitType() string + func (this *TextFrameFormat) GetCenterText() string + func (this *TextFrameFormat) GetColumnCount() int32 + func (this *TextFrameFormat) GetColumnSpacing() float64 + func (this *TextFrameFormat) GetDefaultParagraphFormat() IParagraphFormat + func (this *TextFrameFormat) GetKeepTextFlat() *bool + func (this *TextFrameFormat) GetMarginBottom() float64 + func (this *TextFrameFormat) GetMarginLeft() float64 + func (this *TextFrameFormat) GetMarginRight() float64 + func (this *TextFrameFormat) GetMarginTop() float64 + func (this *TextFrameFormat) GetRotationAngle() float64 + func (this *TextFrameFormat) GetTextVerticalType() string + func (this *TextFrameFormat) GetThreeDFormat() IThreeDFormat + func (this *TextFrameFormat) GetTransform() string + func (this *TextFrameFormat) GetWrapText() string + func (this *TextFrameFormat) SetAnchoringType(newValue string) + func (this *TextFrameFormat) SetAutofitType(newValue string) + func (this *TextFrameFormat) SetCenterText(newValue string) + func (this *TextFrameFormat) SetColumnCount(newValue int32) + func (this *TextFrameFormat) SetColumnSpacing(newValue float64) + func (this *TextFrameFormat) SetDefaultParagraphFormat(newValue IParagraphFormat) + func (this *TextFrameFormat) SetKeepTextFlat(newValue *bool) + func (this *TextFrameFormat) SetMarginBottom(newValue float64) + func (this *TextFrameFormat) SetMarginLeft(newValue float64) + func (this *TextFrameFormat) SetMarginRight(newValue float64) + func (this *TextFrameFormat) SetMarginTop(newValue float64) + func (this *TextFrameFormat) SetRotationAngle(newValue float64) + func (this *TextFrameFormat) SetTextVerticalType(newValue string) + func (this *TextFrameFormat) SetThreeDFormat(newValue IThreeDFormat) + func (this *TextFrameFormat) SetTransform(newValue string) + func (this *TextFrameFormat) SetWrapText(newValue string) + func (this *TextFrameFormat) UnmarshalJSON(b []byte) error + type TextItem struct + Text string + Uri IResourceUri + func NewTextItem() *TextItem + func (this *TextItem) GetText() string + func (this *TextItem) GetUri() IResourceUri + func (this *TextItem) SetText(newValue string) + func (this *TextItem) SetUri(newValue IResourceUri) + func (this *TextItem) UnmarshalJSON(b []byte) error + type TextItems struct + AlternateLinks []IResourceUri + Items []ITextItem + SelfUri IResourceUri + func NewTextItems() *TextItems + func (this *TextItems) GetAlternateLinks() []IResourceUri + func (this *TextItems) GetItems() []ITextItem + func (this *TextItems) GetSelfUri() IResourceUri + func (this *TextItems) SetAlternateLinks(newValue []IResourceUri) + func (this *TextItems) SetItems(newValue []ITextItem) + func (this *TextItems) SetSelfUri(newValue IResourceUri) + func (this *TextItems) UnmarshalJSON(b []byte) error + type Theme struct + AlternateLinks []IResourceUri + ColorScheme IResourceUri + FontScheme IResourceUri + FormatScheme IResourceUri + Name string + SelfUri IResourceUri + func NewTheme() *Theme + func (this *Theme) GetAlternateLinks() []IResourceUri + func (this *Theme) GetColorScheme() IResourceUri + func (this *Theme) GetFontScheme() IResourceUri + func (this *Theme) GetFormatScheme() IResourceUri + func (this *Theme) GetName() string + func (this *Theme) GetSelfUri() IResourceUri + func (this *Theme) SetAlternateLinks(newValue []IResourceUri) + func (this *Theme) SetColorScheme(newValue IResourceUri) + func (this *Theme) SetFontScheme(newValue IResourceUri) + func (this *Theme) SetFormatScheme(newValue IResourceUri) + func (this *Theme) SetName(newValue string) + func (this *Theme) SetSelfUri(newValue IResourceUri) + func (this *Theme) UnmarshalJSON(b []byte) error + type ThreeDFormat struct + BevelBottom IShapeBevel + BevelTop IShapeBevel + Camera ICamera + ContourColor string + ContourWidth float64 + Depth float64 + ExtrusionColor string + ExtrusionHeight float64 + LightRig ILightRig + Material string + func NewThreeDFormat() *ThreeDFormat + func (this *ThreeDFormat) GetBevelBottom() IShapeBevel + func (this *ThreeDFormat) GetBevelTop() IShapeBevel + func (this *ThreeDFormat) GetCamera() ICamera + func (this *ThreeDFormat) GetContourColor() string + func (this *ThreeDFormat) GetContourWidth() float64 + func (this *ThreeDFormat) GetDepth() float64 + func (this *ThreeDFormat) GetExtrusionColor() string + func (this *ThreeDFormat) GetExtrusionHeight() float64 + func (this *ThreeDFormat) GetLightRig() ILightRig + func (this *ThreeDFormat) GetMaterial() string + func (this *ThreeDFormat) SetBevelBottom(newValue IShapeBevel) + func (this *ThreeDFormat) SetBevelTop(newValue IShapeBevel) + func (this *ThreeDFormat) SetCamera(newValue ICamera) + func (this *ThreeDFormat) SetContourColor(newValue string) + func (this *ThreeDFormat) SetContourWidth(newValue float64) + func (this *ThreeDFormat) SetDepth(newValue float64) + func (this *ThreeDFormat) SetExtrusionColor(newValue string) + func (this *ThreeDFormat) SetExtrusionHeight(newValue float64) + func (this *ThreeDFormat) SetLightRig(newValue ILightRig) + func (this *ThreeDFormat) SetMaterial(newValue string) + func (this *ThreeDFormat) UnmarshalJSON(b []byte) error + type TiffExportOptions struct + BwConversionMode string + Compression string + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + DpiX int32 + DpiY int32 + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + Height int32 + PixelFormat string + ShowHiddenSlides *bool + SkipJavaScriptLinks *bool + SlidesLayoutOptions ISlidesLayoutOptions + Width int32 + func NewTiffExportOptions() *TiffExportOptions + func (this *TiffExportOptions) GetBwConversionMode() string + func (this *TiffExportOptions) GetCompression() string + func (this *TiffExportOptions) GetDefaultRegularFont() string + func (this *TiffExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *TiffExportOptions) GetDpiX() int32 + func (this *TiffExportOptions) GetDpiY() int32 + func (this *TiffExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *TiffExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *TiffExportOptions) GetFormat() string + func (this *TiffExportOptions) GetGradientStyle() string + func (this *TiffExportOptions) GetHeight() int32 + func (this *TiffExportOptions) GetPixelFormat() string + func (this *TiffExportOptions) GetShowHiddenSlides() *bool + func (this *TiffExportOptions) GetSkipJavaScriptLinks() *bool + func (this *TiffExportOptions) GetSlidesLayoutOptions() ISlidesLayoutOptions + func (this *TiffExportOptions) GetWidth() int32 + func (this *TiffExportOptions) SetBwConversionMode(newValue string) + func (this *TiffExportOptions) SetCompression(newValue string) + func (this *TiffExportOptions) SetDefaultRegularFont(newValue string) + func (this *TiffExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *TiffExportOptions) SetDpiX(newValue int32) + func (this *TiffExportOptions) SetDpiY(newValue int32) + func (this *TiffExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *TiffExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *TiffExportOptions) SetFormat(newValue string) + func (this *TiffExportOptions) SetGradientStyle(newValue string) + func (this *TiffExportOptions) SetHeight(newValue int32) + func (this *TiffExportOptions) SetPixelFormat(newValue string) + func (this *TiffExportOptions) SetShowHiddenSlides(newValue *bool) + func (this *TiffExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *TiffExportOptions) SetSlidesLayoutOptions(newValue ISlidesLayoutOptions) + func (this *TiffExportOptions) SetWidth(newValue int32) + func (this *TiffExportOptions) UnmarshalJSON(b []byte) error + type TintEffect struct + Amount float64 + Hue float64 + Type_ string + func NewTintEffect() *TintEffect + func (this *TintEffect) GetAmount() float64 + func (this *TintEffect) GetHue() float64 + func (this *TintEffect) GetType() string + func (this *TintEffect) SetAmount(newValue float64) + func (this *TintEffect) SetHue(newValue float64) + func (this *TintEffect) SetType(newValue string) + func (this *TintEffect) UnmarshalJSON(b []byte) error + type UpdateBackground struct + Background ISlideBackground + Slides []int32 + Type_ string + func NewUpdateBackground() *UpdateBackground + func (this *UpdateBackground) GetBackground() ISlideBackground + func (this *UpdateBackground) GetSlides() []int32 + func (this *UpdateBackground) GetType() string + func (this *UpdateBackground) SetBackground(newValue ISlideBackground) + func (this *UpdateBackground) SetSlides(newValue []int32) + func (this *UpdateBackground) SetType(newValue string) + func (this *UpdateBackground) UnmarshalJSON(b []byte) error + type UpdateShape struct + Shape IShapeBase + ShapePath string + Type_ string + func NewUpdateShape() *UpdateShape + func (this *UpdateShape) GetShape() IShapeBase + func (this *UpdateShape) GetShapePath() string + func (this *UpdateShape) GetType() string + func (this *UpdateShape) SetShape(newValue IShapeBase) + func (this *UpdateShape) SetShapePath(newValue string) + func (this *UpdateShape) SetType(newValue string) + func (this *UpdateShape) UnmarshalJSON(b []byte) error + type VbaModule struct + AlternateLinks []IResourceUri + Name string + References []IVbaReference + SelfUri IResourceUri + SourceCode string + func NewVbaModule() *VbaModule + func (this *VbaModule) GetAlternateLinks() []IResourceUri + func (this *VbaModule) GetName() string + func (this *VbaModule) GetReferences() []IVbaReference + func (this *VbaModule) GetSelfUri() IResourceUri + func (this *VbaModule) GetSourceCode() string + func (this *VbaModule) SetAlternateLinks(newValue []IResourceUri) + func (this *VbaModule) SetName(newValue string) + func (this *VbaModule) SetReferences(newValue []IVbaReference) + func (this *VbaModule) SetSelfUri(newValue IResourceUri) + func (this *VbaModule) SetSourceCode(newValue string) + func (this *VbaModule) UnmarshalJSON(b []byte) error + type VbaProject struct + AlternateLinks []IResourceUri + Modules []IResourceUri + References []IVbaReference + SelfUri IResourceUri + func NewVbaProject() *VbaProject + func (this *VbaProject) GetAlternateLinks() []IResourceUri + func (this *VbaProject) GetModules() []IResourceUri + func (this *VbaProject) GetReferences() []IVbaReference + func (this *VbaProject) GetSelfUri() IResourceUri + func (this *VbaProject) SetAlternateLinks(newValue []IResourceUri) + func (this *VbaProject) SetModules(newValue []IResourceUri) + func (this *VbaProject) SetReferences(newValue []IVbaReference) + func (this *VbaProject) SetSelfUri(newValue IResourceUri) + func (this *VbaProject) UnmarshalJSON(b []byte) error + type VbaReference struct + LibId string + Name string + func NewVbaReference() *VbaReference + func (this *VbaReference) GetLibId() string + func (this *VbaReference) GetName() string + func (this *VbaReference) SetLibId(newValue string) + func (this *VbaReference) SetName(newValue string) + func (this *VbaReference) UnmarshalJSON(b []byte) error + type VideoExportOptions struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + SkipJavaScriptLinks *bool + SlidesTransitionDuration int32 + TransitionDuration int32 + TransitionType string + VideoResolutionType string + func NewVideoExportOptions() *VideoExportOptions + func (this *VideoExportOptions) GetDefaultRegularFont() string + func (this *VideoExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *VideoExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *VideoExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *VideoExportOptions) GetFormat() string + func (this *VideoExportOptions) GetGradientStyle() string + func (this *VideoExportOptions) GetSkipJavaScriptLinks() *bool + func (this *VideoExportOptions) GetSlidesTransitionDuration() int32 + func (this *VideoExportOptions) GetTransitionDuration() int32 + func (this *VideoExportOptions) GetTransitionType() string + func (this *VideoExportOptions) GetVideoResolutionType() string + func (this *VideoExportOptions) SetDefaultRegularFont(newValue string) + func (this *VideoExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *VideoExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *VideoExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *VideoExportOptions) SetFormat(newValue string) + func (this *VideoExportOptions) SetGradientStyle(newValue string) + func (this *VideoExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *VideoExportOptions) SetSlidesTransitionDuration(newValue int32) + func (this *VideoExportOptions) SetTransitionDuration(newValue int32) + func (this *VideoExportOptions) SetTransitionType(newValue string) + func (this *VideoExportOptions) SetVideoResolutionType(newValue string) + func (this *VideoExportOptions) UnmarshalJSON(b []byte) error + type VideoFrame struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + Base64Data string + EffectFormat IEffectFormat + FillFormat IFillFormat + FullScreenMode *bool + Height float64 + Hidden *bool + HideAtShowing *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + IsDecorative *bool + LineFormat ILineFormat + Name string + PictureFillFormat IPictureFill + PlayLoopMode *bool + PlayMode string + RewindVideo *bool + SelfUri IResourceUri + ShapeType string + ThreeDFormat IThreeDFormat + TrimFromEnd float64 + TrimFromStart float64 + Type_ string + Volume string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewVideoFrame() *VideoFrame + func (this *VideoFrame) GetAlternateLinks() []IResourceUri + func (this *VideoFrame) GetAlternativeText() string + func (this *VideoFrame) GetAlternativeTextTitle() string + func (this *VideoFrame) GetBase64Data() string + func (this *VideoFrame) GetEffectFormat() IEffectFormat + func (this *VideoFrame) GetFillFormat() IFillFormat + func (this *VideoFrame) GetFullScreenMode() *bool + func (this *VideoFrame) GetHeight() float64 + func (this *VideoFrame) GetHidden() *bool + func (this *VideoFrame) GetHideAtShowing() *bool + func (this *VideoFrame) GetHyperlinkClick() IHyperlink + func (this *VideoFrame) GetHyperlinkMouseOver() IHyperlink + func (this *VideoFrame) GetIsDecorative() *bool + func (this *VideoFrame) GetLineFormat() ILineFormat + func (this *VideoFrame) GetName() string + func (this *VideoFrame) GetPictureFillFormat() IPictureFill + func (this *VideoFrame) GetPlayLoopMode() *bool + func (this *VideoFrame) GetPlayMode() string + func (this *VideoFrame) GetRewindVideo() *bool + func (this *VideoFrame) GetSelfUri() IResourceUri + func (this *VideoFrame) GetShapeType() string + func (this *VideoFrame) GetThreeDFormat() IThreeDFormat + func (this *VideoFrame) GetTrimFromEnd() float64 + func (this *VideoFrame) GetTrimFromStart() float64 + func (this *VideoFrame) GetType() string + func (this *VideoFrame) GetVolume() string + func (this *VideoFrame) GetWidth() float64 + func (this *VideoFrame) GetX() float64 + func (this *VideoFrame) GetY() float64 + func (this *VideoFrame) GetZOrderPosition() int32 + func (this *VideoFrame) SetAlternateLinks(newValue []IResourceUri) + func (this *VideoFrame) SetAlternativeText(newValue string) + func (this *VideoFrame) SetAlternativeTextTitle(newValue string) + func (this *VideoFrame) SetBase64Data(newValue string) + func (this *VideoFrame) SetEffectFormat(newValue IEffectFormat) + func (this *VideoFrame) SetFillFormat(newValue IFillFormat) + func (this *VideoFrame) SetFullScreenMode(newValue *bool) + func (this *VideoFrame) SetHeight(newValue float64) + func (this *VideoFrame) SetHidden(newValue *bool) + func (this *VideoFrame) SetHideAtShowing(newValue *bool) + func (this *VideoFrame) SetHyperlinkClick(newValue IHyperlink) + func (this *VideoFrame) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *VideoFrame) SetIsDecorative(newValue *bool) + func (this *VideoFrame) SetLineFormat(newValue ILineFormat) + func (this *VideoFrame) SetName(newValue string) + func (this *VideoFrame) SetPictureFillFormat(newValue IPictureFill) + func (this *VideoFrame) SetPlayLoopMode(newValue *bool) + func (this *VideoFrame) SetPlayMode(newValue string) + func (this *VideoFrame) SetRewindVideo(newValue *bool) + func (this *VideoFrame) SetSelfUri(newValue IResourceUri) + func (this *VideoFrame) SetShapeType(newValue string) + func (this *VideoFrame) SetThreeDFormat(newValue IThreeDFormat) + func (this *VideoFrame) SetTrimFromEnd(newValue float64) + func (this *VideoFrame) SetTrimFromStart(newValue float64) + func (this *VideoFrame) SetType(newValue string) + func (this *VideoFrame) SetVolume(newValue string) + func (this *VideoFrame) SetWidth(newValue float64) + func (this *VideoFrame) SetX(newValue float64) + func (this *VideoFrame) SetY(newValue float64) + func (this *VideoFrame) SetZOrderPosition(newValue int32) + func (this *VideoFrame) UnmarshalJSON(b []byte) error + type ViewProperties struct + AlternateLinks []IResourceUri + GridSpacing float64 + HorizontalBarState string + LastView string + NotesViewProperties ICommonSlideViewProperties + PreferSingleView *bool + RestoredLeft INormalViewRestoredProperties + RestoredTop INormalViewRestoredProperties + SelfUri IResourceUri + ShowComments string + SlideViewProperties ICommonSlideViewProperties + VerticalBarState string + func NewViewProperties() *ViewProperties + func (this *ViewProperties) GetAlternateLinks() []IResourceUri + func (this *ViewProperties) GetGridSpacing() float64 + func (this *ViewProperties) GetHorizontalBarState() string + func (this *ViewProperties) GetLastView() string + func (this *ViewProperties) GetNotesViewProperties() ICommonSlideViewProperties + func (this *ViewProperties) GetPreferSingleView() *bool + func (this *ViewProperties) GetRestoredLeft() INormalViewRestoredProperties + func (this *ViewProperties) GetRestoredTop() INormalViewRestoredProperties + func (this *ViewProperties) GetSelfUri() IResourceUri + func (this *ViewProperties) GetShowComments() string + func (this *ViewProperties) GetSlideViewProperties() ICommonSlideViewProperties + func (this *ViewProperties) GetVerticalBarState() string + func (this *ViewProperties) SetAlternateLinks(newValue []IResourceUri) + func (this *ViewProperties) SetGridSpacing(newValue float64) + func (this *ViewProperties) SetHorizontalBarState(newValue string) + func (this *ViewProperties) SetLastView(newValue string) + func (this *ViewProperties) SetNotesViewProperties(newValue ICommonSlideViewProperties) + func (this *ViewProperties) SetPreferSingleView(newValue *bool) + func (this *ViewProperties) SetRestoredLeft(newValue INormalViewRestoredProperties) + func (this *ViewProperties) SetRestoredTop(newValue INormalViewRestoredProperties) + func (this *ViewProperties) SetSelfUri(newValue IResourceUri) + func (this *ViewProperties) SetShowComments(newValue string) + func (this *ViewProperties) SetSlideViewProperties(newValue ICommonSlideViewProperties) + func (this *ViewProperties) SetVerticalBarState(newValue string) + func (this *ViewProperties) UnmarshalJSON(b []byte) error + type Workbook struct + ColumnIndex int32 + RowIndex int32 + Type_ string + WorksheetIndex int32 + func NewWorkbook() *Workbook + func (this *Workbook) GetColumnIndex() int32 + func (this *Workbook) GetRowIndex() int32 + func (this *Workbook) GetType() string + func (this *Workbook) GetWorksheetIndex() int32 + func (this *Workbook) SetColumnIndex(newValue int32) + func (this *Workbook) SetRowIndex(newValue int32) + func (this *Workbook) SetType(newValue string) + func (this *Workbook) SetWorksheetIndex(newValue int32) + func (this *Workbook) UnmarshalJSON(b []byte) error + type XYSeries struct + DataPointType string + DataSourceForSeriesName IDataSource + DataSourceForXValues IDataSource + DataSourceForYValues IDataSource + EffectFormat IEffectFormat + Explosion int32 + FillFormat IFillFormat + InvertIfNegative *bool + InvertedSolidFillColor string + IsColorVaried *bool + LineFormat ILineFormat + Marker ISeriesMarker + Name string + NumberFormatOfXValues string + NumberFormatOfYValues string + Order int32 + PlotOnSecondAxis *bool + Smooth *bool + Type_ string + func NewXYSeries() *XYSeries + func (this *XYSeries) GetDataPointType() string + func (this *XYSeries) GetDataSourceForSeriesName() IDataSource + func (this *XYSeries) GetDataSourceForXValues() IDataSource + func (this *XYSeries) GetDataSourceForYValues() IDataSource + func (this *XYSeries) GetEffectFormat() IEffectFormat + func (this *XYSeries) GetExplosion() int32 + func (this *XYSeries) GetFillFormat() IFillFormat + func (this *XYSeries) GetInvertIfNegative() *bool + func (this *XYSeries) GetInvertedSolidFillColor() string + func (this *XYSeries) GetIsColorVaried() *bool + func (this *XYSeries) GetLineFormat() ILineFormat + func (this *XYSeries) GetMarker() ISeriesMarker + func (this *XYSeries) GetName() string + func (this *XYSeries) GetNumberFormatOfXValues() string + func (this *XYSeries) GetNumberFormatOfYValues() string + func (this *XYSeries) GetOrder() int32 + func (this *XYSeries) GetPlotOnSecondAxis() *bool + func (this *XYSeries) GetSmooth() *bool + func (this *XYSeries) GetType() string + func (this *XYSeries) SetDataPointType(newValue string) + func (this *XYSeries) SetDataSourceForSeriesName(newValue IDataSource) + func (this *XYSeries) SetDataSourceForXValues(newValue IDataSource) + func (this *XYSeries) SetDataSourceForYValues(newValue IDataSource) + func (this *XYSeries) SetEffectFormat(newValue IEffectFormat) + func (this *XYSeries) SetExplosion(newValue int32) + func (this *XYSeries) SetFillFormat(newValue IFillFormat) + func (this *XYSeries) SetInvertIfNegative(newValue *bool) + func (this *XYSeries) SetInvertedSolidFillColor(newValue string) + func (this *XYSeries) SetIsColorVaried(newValue *bool) + func (this *XYSeries) SetLineFormat(newValue ILineFormat) + func (this *XYSeries) SetMarker(newValue ISeriesMarker) + func (this *XYSeries) SetName(newValue string) + func (this *XYSeries) SetNumberFormatOfXValues(newValue string) + func (this *XYSeries) SetNumberFormatOfYValues(newValue string) + func (this *XYSeries) SetOrder(newValue int32) + func (this *XYSeries) SetPlotOnSecondAxis(newValue *bool) + func (this *XYSeries) SetSmooth(newValue *bool) + func (this *XYSeries) SetType(newValue string) + func (this *XYSeries) UnmarshalJSON(b []byte) error + type XamlExportOptions struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + ExportHiddenSlides *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + SkipJavaScriptLinks *bool + func NewXamlExportOptions() *XamlExportOptions + func (this *XamlExportOptions) GetDefaultRegularFont() string + func (this *XamlExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *XamlExportOptions) GetExportHiddenSlides() *bool + func (this *XamlExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *XamlExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *XamlExportOptions) GetFormat() string + func (this *XamlExportOptions) GetGradientStyle() string + func (this *XamlExportOptions) GetSkipJavaScriptLinks() *bool + func (this *XamlExportOptions) SetDefaultRegularFont(newValue string) + func (this *XamlExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *XamlExportOptions) SetExportHiddenSlides(newValue *bool) + func (this *XamlExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *XamlExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *XamlExportOptions) SetFormat(newValue string) + func (this *XamlExportOptions) SetGradientStyle(newValue string) + func (this *XamlExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *XamlExportOptions) UnmarshalJSON(b []byte) error + type XpsExportOptions struct + DefaultRegularFont string + DeleteEmbeddedBinaryObjects *bool + DrawSlidesFrame *bool + FontFallbackRules []IFontFallbackRule + FontSubstRules []IFontSubstRule + Format string + GradientStyle string + SaveMetafilesAsPng *bool + ShowHiddenSlides *bool + SkipJavaScriptLinks *bool + func NewXpsExportOptions() *XpsExportOptions + func (this *XpsExportOptions) GetDefaultRegularFont() string + func (this *XpsExportOptions) GetDeleteEmbeddedBinaryObjects() *bool + func (this *XpsExportOptions) GetDrawSlidesFrame() *bool + func (this *XpsExportOptions) GetFontFallbackRules() []IFontFallbackRule + func (this *XpsExportOptions) GetFontSubstRules() []IFontSubstRule + func (this *XpsExportOptions) GetFormat() string + func (this *XpsExportOptions) GetGradientStyle() string + func (this *XpsExportOptions) GetSaveMetafilesAsPng() *bool + func (this *XpsExportOptions) GetShowHiddenSlides() *bool + func (this *XpsExportOptions) GetSkipJavaScriptLinks() *bool + func (this *XpsExportOptions) SetDefaultRegularFont(newValue string) + func (this *XpsExportOptions) SetDeleteEmbeddedBinaryObjects(newValue *bool) + func (this *XpsExportOptions) SetDrawSlidesFrame(newValue *bool) + func (this *XpsExportOptions) SetFontFallbackRules(newValue []IFontFallbackRule) + func (this *XpsExportOptions) SetFontSubstRules(newValue []IFontSubstRule) + func (this *XpsExportOptions) SetFormat(newValue string) + func (this *XpsExportOptions) SetGradientStyle(newValue string) + func (this *XpsExportOptions) SetSaveMetafilesAsPng(newValue *bool) + func (this *XpsExportOptions) SetShowHiddenSlides(newValue *bool) + func (this *XpsExportOptions) SetSkipJavaScriptLinks(newValue *bool) + func (this *XpsExportOptions) UnmarshalJSON(b []byte) error + type ZoomFrame struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + Image IResourceUri + ImageType string + IsDecorative *bool + LineFormat ILineFormat + Name string + ReturnToParent *bool + SelfUri IResourceUri + ShowBackground *bool + TargetSlideIndex int32 + ThreeDFormat IThreeDFormat + TransitionDuration float64 + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewZoomFrame() *ZoomFrame + func (this *ZoomFrame) GetAlternateLinks() []IResourceUri + func (this *ZoomFrame) GetAlternativeText() string + func (this *ZoomFrame) GetAlternativeTextTitle() string + func (this *ZoomFrame) GetEffectFormat() IEffectFormat + func (this *ZoomFrame) GetFillFormat() IFillFormat + func (this *ZoomFrame) GetHeight() float64 + func (this *ZoomFrame) GetHidden() *bool + func (this *ZoomFrame) GetHyperlinkClick() IHyperlink + func (this *ZoomFrame) GetHyperlinkMouseOver() IHyperlink + func (this *ZoomFrame) GetImage() IResourceUri + func (this *ZoomFrame) GetImageType() string + func (this *ZoomFrame) GetIsDecorative() *bool + func (this *ZoomFrame) GetLineFormat() ILineFormat + func (this *ZoomFrame) GetName() string + func (this *ZoomFrame) GetReturnToParent() *bool + func (this *ZoomFrame) GetSelfUri() IResourceUri + func (this *ZoomFrame) GetShowBackground() *bool + func (this *ZoomFrame) GetTargetSlideIndex() int32 + func (this *ZoomFrame) GetThreeDFormat() IThreeDFormat + func (this *ZoomFrame) GetTransitionDuration() float64 + func (this *ZoomFrame) GetType() string + func (this *ZoomFrame) GetWidth() float64 + func (this *ZoomFrame) GetX() float64 + func (this *ZoomFrame) GetY() float64 + func (this *ZoomFrame) GetZOrderPosition() int32 + func (this *ZoomFrame) SetAlternateLinks(newValue []IResourceUri) + func (this *ZoomFrame) SetAlternativeText(newValue string) + func (this *ZoomFrame) SetAlternativeTextTitle(newValue string) + func (this *ZoomFrame) SetEffectFormat(newValue IEffectFormat) + func (this *ZoomFrame) SetFillFormat(newValue IFillFormat) + func (this *ZoomFrame) SetHeight(newValue float64) + func (this *ZoomFrame) SetHidden(newValue *bool) + func (this *ZoomFrame) SetHyperlinkClick(newValue IHyperlink) + func (this *ZoomFrame) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *ZoomFrame) SetImage(newValue IResourceUri) + func (this *ZoomFrame) SetImageType(newValue string) + func (this *ZoomFrame) SetIsDecorative(newValue *bool) + func (this *ZoomFrame) SetLineFormat(newValue ILineFormat) + func (this *ZoomFrame) SetName(newValue string) + func (this *ZoomFrame) SetReturnToParent(newValue *bool) + func (this *ZoomFrame) SetSelfUri(newValue IResourceUri) + func (this *ZoomFrame) SetShowBackground(newValue *bool) + func (this *ZoomFrame) SetTargetSlideIndex(newValue int32) + func (this *ZoomFrame) SetThreeDFormat(newValue IThreeDFormat) + func (this *ZoomFrame) SetTransitionDuration(newValue float64) + func (this *ZoomFrame) SetType(newValue string) + func (this *ZoomFrame) SetWidth(newValue float64) + func (this *ZoomFrame) SetX(newValue float64) + func (this *ZoomFrame) SetY(newValue float64) + func (this *ZoomFrame) SetZOrderPosition(newValue int32) + func (this *ZoomFrame) UnmarshalJSON(b []byte) error + type ZoomObject struct + AlternateLinks []IResourceUri + AlternativeText string + AlternativeTextTitle string + EffectFormat IEffectFormat + FillFormat IFillFormat + Height float64 + Hidden *bool + HyperlinkClick IHyperlink + HyperlinkMouseOver IHyperlink + Image IResourceUri + ImageType string + IsDecorative *bool + LineFormat ILineFormat + Name string + ReturnToParent *bool + SelfUri IResourceUri + ShowBackground *bool + ThreeDFormat IThreeDFormat + TransitionDuration float64 + Type_ string + Width float64 + X float64 + Y float64 + ZOrderPosition int32 + func NewZoomObject() *ZoomObject + func (this *ZoomObject) GetAlternateLinks() []IResourceUri + func (this *ZoomObject) GetAlternativeText() string + func (this *ZoomObject) GetAlternativeTextTitle() string + func (this *ZoomObject) GetEffectFormat() IEffectFormat + func (this *ZoomObject) GetFillFormat() IFillFormat + func (this *ZoomObject) GetHeight() float64 + func (this *ZoomObject) GetHidden() *bool + func (this *ZoomObject) GetHyperlinkClick() IHyperlink + func (this *ZoomObject) GetHyperlinkMouseOver() IHyperlink + func (this *ZoomObject) GetImage() IResourceUri + func (this *ZoomObject) GetImageType() string + func (this *ZoomObject) GetIsDecorative() *bool + func (this *ZoomObject) GetLineFormat() ILineFormat + func (this *ZoomObject) GetName() string + func (this *ZoomObject) GetReturnToParent() *bool + func (this *ZoomObject) GetSelfUri() IResourceUri + func (this *ZoomObject) GetShowBackground() *bool + func (this *ZoomObject) GetThreeDFormat() IThreeDFormat + func (this *ZoomObject) GetTransitionDuration() float64 + func (this *ZoomObject) GetType() string + func (this *ZoomObject) GetWidth() float64 + func (this *ZoomObject) GetX() float64 + func (this *ZoomObject) GetY() float64 + func (this *ZoomObject) GetZOrderPosition() int32 + func (this *ZoomObject) SetAlternateLinks(newValue []IResourceUri) + func (this *ZoomObject) SetAlternativeText(newValue string) + func (this *ZoomObject) SetAlternativeTextTitle(newValue string) + func (this *ZoomObject) SetEffectFormat(newValue IEffectFormat) + func (this *ZoomObject) SetFillFormat(newValue IFillFormat) + func (this *ZoomObject) SetHeight(newValue float64) + func (this *ZoomObject) SetHidden(newValue *bool) + func (this *ZoomObject) SetHyperlinkClick(newValue IHyperlink) + func (this *ZoomObject) SetHyperlinkMouseOver(newValue IHyperlink) + func (this *ZoomObject) SetImage(newValue IResourceUri) + func (this *ZoomObject) SetImageType(newValue string) + func (this *ZoomObject) SetIsDecorative(newValue *bool) + func (this *ZoomObject) SetLineFormat(newValue ILineFormat) + func (this *ZoomObject) SetName(newValue string) + func (this *ZoomObject) SetReturnToParent(newValue *bool) + func (this *ZoomObject) SetSelfUri(newValue IResourceUri) + func (this *ZoomObject) SetShowBackground(newValue *bool) + func (this *ZoomObject) SetThreeDFormat(newValue IThreeDFormat) + func (this *ZoomObject) SetTransitionDuration(newValue float64) + func (this *ZoomObject) SetType(newValue string) + func (this *ZoomObject) SetWidth(newValue float64) + func (this *ZoomObject) SetX(newValue float64) + func (this *ZoomObject) SetY(newValue float64) + func (this *ZoomObject) SetZOrderPosition(newValue int32) + func (this *ZoomObject) UnmarshalJSON(b []byte) error Other modules containing this package github.com/aspose-slides-cloud/aspose-slides-cloud-go/v20 github.com/aspose-slides-cloud/aspose-slides-cloud-go/v21 github.com/aspose-slides-cloud/aspose-slides-cloud-go/v22 github.com/aspose-slides-cloud/aspose-slides-cloud-go/v23 github.com/aspose-slides-cloud/aspose-slides-cloud-go/v24