A B C D E F G H I K L M N O P R S T V W Z _

A

ActiveSlide - Class in com.spire.presentation
Represents common slide types.
ActiveSlide(PresentationPptx) - Constructor for class com.spire.presentation.ActiveSlide
Creates new Slide - called by Presentation to create a slide from scratch.
ActiveSlide(PresentationPptx, PresentationSlideElementBase, PptxLoadContext) - Constructor for class com.spire.presentation.ActiveSlide
Creates a PPTSlide representing the given Slide object.
add(CellRange) - Method in class com.spire.presentation.collections.CellRanges
Add new cell to the collection.
add(Object) - Method in class com.spire.presentation.collections.CellRanges
Creates from specified value and adds it to the collection.
add() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Adds the new DataLabel at the end of a collection.
add(ChartDataPoint) - Method in class com.spire.presentation.collections.ChartDataPointCollection
Adds the new DataLabel at the end of a collection.
add(TableColumn) - Method in class com.spire.presentation.collections.ColumnList
Insert column in a table.
add(String, String) - Method in class com.spire.presentation.collections.OleObjectProperties
Adds a property to the collection.
add(IShape) - Method in class com.spire.presentation.drawing.animation.SequenceCollection
Add new interactive sequence.
add(ImageTransformOperationEx) - Method in class com.spire.presentation.drawing.ImageTransformEx
Adds the new image effect to the end of a collection.
addAuthor(String, String) - Method in class com.spire.presentation.collections.CommentAuthorList
Add new author at the end of a collection.
addComment(ICommentAuthor, String, Point2D, Date) - Method in interface com.spire.presentation.ISlide
Adds a new comment.
addComment(Comment) - Method in interface com.spire.presentation.ISlide
Adds a new comment.
addEffect(IShape, AnimationEffectType) - Method in class com.spire.presentation.collections.AnimationEffectCollection
Add new effect to the end of sequence.
addField(FieldType) - Method in class com.spire.presentation.PortionEx
Converts this range to the automaticaly updated field.
addFromHtml(String) - Method in class com.spire.presentation.collections.ParagraphList
Adds text from specified html string.
addFromHtml(String) - Method in class com.spire.presentation.collections.ShapeList
 
addNode() - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Add new smart art node or sub node.
addNodeByPosition(int) - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
 
addNotesSlide() - Method in interface com.spire.presentation.ISlide
Adds a new notes slide.
addShape(Shape) - Method in class com.spire.presentation.collections.ShapeList
Add a shape to shape list.
addTrendLine(TrendlineSimpleType) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Add TrendLine
AnimateType - Enum in com.spire.presentation.drawing.timeline
 
AnimationAmountType - Enum in com.spire.presentation.drawing.animation
Represents Amount of animation effect.
AnimationCalculationMode - Enum in com.spire.presentation.drawing.animation
Represent calc mode for animation property.
AnimationColorBehavior - Class in com.spire.presentation.drawing.animation
Represents a color effect for an animation behavior.
AnimationColorBehavior() - Constructor for class com.spire.presentation.drawing.animation.AnimationColorBehavior
 
AnimationColorDirection - Enum in com.spire.presentation.drawing.animation
Represents color direction.
AnimationColorspace - Enum in com.spire.presentation.drawing.animation
Represents color space for color effect behavior.
AnimationCommandBehavior - Class in com.spire.presentation.drawing.animation
Represents a command effect for an animation behavior.
AnimationCommandBehavior() - Constructor for class com.spire.presentation.drawing.animation.AnimationCommandBehavior
 
AnimationCommandType - Enum in com.spire.presentation.drawing.animation
Represents command effect type for command effect behavior.
AnimationEffect - Class in com.spire.presentation.drawing.animation
Represents timing information about a slide animation.
AnimationEffect(AnimationEffectCollection) - Constructor for class com.spire.presentation.drawing.animation.AnimationEffect
 
AnimationEffectCollection - Class in com.spire.presentation.collections
Represent collection of effects.
AnimationEffectCollection(TimeLine) - Constructor for class com.spire.presentation.collections.AnimationEffectCollection
 
AnimationEffectSubtype - Enum in com.spire.presentation.drawing.animation
Represents subtypes of animation effect.
AnimationEffectType - Enum in com.spire.presentation.drawing.animation
Represents an animation effect type
AnimationFilterEffect - Class in com.spire.presentation.drawing.animation
Represents a filter effect for an animation behavior..
AnimationFilterEffect() - Constructor for class com.spire.presentation.drawing.animation.AnimationFilterEffect
Constructor.
AnimationMotion - Class in com.spire.presentation.drawing.animation
Represent motion effect behavior of effect.
AnimationMotion() - Constructor for class com.spire.presentation.drawing.animation.AnimationMotion
 
AnimationMotionOrigin - Enum in com.spire.presentation.drawing.animation
Indicates that the origin of the motion path.
AnimationMotionPathEditMode - Enum in com.spire.presentation.drawing.animation
Specifies how the motion path moves when the target shape is moved
AnimationProperty - Class in com.spire.presentation.drawing.animation
Represent property effect behavior.
AnimationProperty() - Constructor for class com.spire.presentation.drawing.animation.AnimationProperty
 
AnimationRepeatType - Enum in com.spire.presentation
Specifies the timing repeat type.
AnimationRestartType - Enum in com.spire.presentation.drawing.animation
Represents whether the animation effect restarts after the effect has started once.
AnimationRotation - Class in com.spire.presentation.drawing.animation
Represent rotation behavior of effect.
AnimationRotation() - Constructor for class com.spire.presentation.drawing.animation.AnimationRotation
 
AnimationScale - Class in com.spire.presentation.drawing.animation
Represents animation scale effect.
AnimationScale() - Constructor for class com.spire.presentation.drawing.animation.AnimationScale
 
AnimationSet - Class in com.spire.presentation.drawing.animation
Represents a set effect for an animation behavior.
AnimationSet() - Constructor for class com.spire.presentation.drawing.animation.AnimationSet
 
AnimationTriggerType - Enum in com.spire.presentation.drawing.animation
Represents the trigger that starts an animation.
append(CellRange) - Method in class com.spire.presentation.collections.ChartCategoryCollection
Creates new chart category from and adds it to the collection.
append(String) - Method in class com.spire.presentation.collections.ChartCategoryCollection
Append a string value.
append(float) - Method in class com.spire.presentation.collections.ChartCategoryCollection
Append a numberic value.
append(Object) - Method in class com.spire.presentation.collections.ChartCategoryCollection
Creates new from value and adds it to the collection.
append(CellRange) - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Append a cellRange to the collection.
append(String) - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Append a string value.
append(float) - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Append a numberic value.
append(Object) - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Append a value;
append(CommonBehavior) - Method in class com.spire.presentation.collections.CommonBehaviorCollection
Add new behavior to a collection.
append(IImageData) - Method in class com.spire.presentation.collections.EmbedImageList
Adds a copy of an image from an another presentation.
append(BufferedImage) - Method in class com.spire.presentation.collections.EmbedImageList
Append a patternimage.
append(float, Color) - Method in class com.spire.presentation.collections.GradientStopList
Creates the new gradient stop.
append(float, KnownColors) - Method in class com.spire.presentation.collections.GradientStopList
Creates the new gradient stop and adds it to the collection.
append(ParagraphEx) - Method in class com.spire.presentation.collections.ParagraphList
Adds a Paragraph to the end of collection.
append(ParagraphCollection) - Method in class com.spire.presentation.collections.ParagraphList
Adds a content of Paragraphs to the end of collection
append(TableRow) - Method in class com.spire.presentation.collections.RowList
Add new row.
append(TabStop) - Method in class com.spire.presentation.collections.TabStopList
Adds a Tab to the collection.
append(String, String) - Method in class com.spire.presentation.collections.TagList
Adds a new tag to collection.
append(PortionEx) - Method in class com.spire.presentation.collections.TextRangeList
Adds a text range to the end of collection.
append(VideoData) - Method in class com.spire.presentation.collections.VideoCollection
Adds a copy of an video file from an another presentation.
append(byte[]) - Method in class com.spire.presentation.collections.VideoCollection
Creates and adds a video to a presentation from byte array.
append() - Method in class com.spire.presentation.SlideList
Append new slide.
append(SlideLayoutType) - Method in class com.spire.presentation.SlideList
 
append(ISlide) - Method in class com.spire.presentation.SlideList
Adds a slide to the collection.
append(ISlide, ILayout) - Method in class com.spire.presentation.SlideList
Adds a copy of a slide to the end of the collection.
append(ISlide, IMasterSlide) - Method in class com.spire.presentation.SlideList
Adds a slide to the collection.
append(IAudioData) - Method in class com.spire.presentation.WavAudioCollection
Adds an audio file to list.
append(Stream) - Method in class com.spire.presentation.WavAudioCollection
Adds an audio to the list from stream.
append(byte[]) - Method in class com.spire.presentation.WavAudioCollection
Adds an audio to the list from byte array.
append(byte[], String, String) - Method in class com.spire.presentation.WavAudioCollection
 
appendAudioMedia(Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Adds an Audio from CD
appendAudioMedia(String, float, float, boolean) - Method in class com.spire.presentation.collections.ShapeList
Adds a new audio to list.
appendAudioMedia(String, float, float) - Method in class com.spire.presentation.collections.ShapeList
Adds a new audio to list.
appendAudioMedia(String, Rectangle2D, boolean) - Method in class com.spire.presentation.collections.ShapeList
Adds a new audio to list.
appendAudioMedia(String, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Adds a new audio to list.
appendAudioMedia(InputStream, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Adds a new audio to list.
appendAudioMedia(InputStream, float, float) - Method in class com.spire.presentation.collections.ShapeList
Adds a new audio to list.
appendChart(ChartType, Rectangle2D, boolean) - Method in class com.spire.presentation.collections.ShapeList
Adds a new chart.
appendChart(ChartType, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Adds a new chart.init chart use default data
appendComment(ISlide, String, float, float) - Method in class com.spire.presentation.collections.CommentList
Adds a new comment added to a slide.
appendEmbedImage(ShapeType, IImageData, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Add a new embed image to List.
appendEmbedImage(ShapeType, InputStream, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Add a new embed image to List.
appendEmbedImage(ShapeType, String, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Add a new embed image to List.
appendOleObject(String, byte[], Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Add a new OleObject to Collection
appendOleObject(String, byte[], RectangleF) - Method in class com.spire.presentation.collections.ShapeList
 
appendRoundRectangle(float, float, float, float, float) - Method in class com.spire.presentation.collections.ShapeList
Adds a roundrectangle to list.
appendShape(ShapeType, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Adds a new shape to list.
appendShape(ShapeType, PointF, PointF) - Method in class com.spire.presentation.collections.ShapeList
 
appendShapeConnector(ShapeType, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Add new shape connector to collection.
appendSlide(IMasterSlide) - Method in class com.spire.presentation.collections.MasterSlideList
Adds a new master slide to the end of the collection.
appendSmartArt(float, float, float, float, SmartArtLayoutType) - Method in class com.spire.presentation.collections.ShapeList
Add SmartArt object
appendTable(float, float, Double[], Double[]) - Method in class com.spire.presentation.collections.ShapeList
Add a new table to collection.
appendTextFrame(String) - Method in interface com.spire.presentation.IAutoShape
Adds a new TextFrame to a shape.
appendVideoMedia(String, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Add a new video to collection.
appendVideoMedia(String, Rectangle2D, boolean) - Method in class com.spire.presentation.collections.ShapeList
Add a new video to collection
AppException - Exception in com.spire.presentation
Represents a standard internal exception type.
AppException() - Constructor for exception com.spire.presentation.AppException
Default constructor.
AppException(String) - Constructor for exception com.spire.presentation.AppException
Constructor allowing a message to be added to this exception.
AppException(String, Exception) - Constructor for exception com.spire.presentation.AppException
Constructor for an exception containing a message and an embedded exception.
applyTheme(SlideColorScheme) - Method in class com.spire.presentation.ActiveSlide
Applies extra color scheme to a slide.
applyTheme(SlideColorScheme) - Method in interface com.spire.presentation.IMasterSlide
Applies extra color scheme to a slide.
applyTheme(SlideColorScheme) - Method in interface com.spire.presentation.INoteMasterSlide
Applies extra color scheme to a slide.
applyTheme(SlideColorScheme) - Method in interface com.spire.presentation.ISlide
Applies extra color scheme to a slide.
applyTheme(SlideColorScheme) - Method in class com.spire.presentation.NotesSlide
Applies extra color scheme to a slide.
AudioCD - Class in com.spire.presentation
 
AudioCD() - Constructor for class com.spire.presentation.AudioCD
 
AudioPlayMode - Enum in com.spire.presentation
Indicates how a sound is played.
AudioVolumeType - Enum in com.spire.presentation
Indicates audio volume.
AxisPositionType - Enum in com.spire.presentation.charts
Indicates a position of axis.
AxisType - Enum in com.spire.presentation.charts
CategoryAxis Type.

B

Backdrop - Class in com.spire.presentation.drawing
Represents Backdrop are being applied to
Backdrop() - Constructor for class com.spire.presentation.drawing.Backdrop
 
BackgroundType - Enum in com.spire.presentation.drawing
Defines the slide background fill type.
BaseShapeLocking - Class in com.spire.presentation
Represents a base class for shape locks
BaseShapeLocking() - Constructor for class com.spire.presentation.BaseShapeLocking
 
BaseShapeLocking(int) - Constructor for class com.spire.presentation.BaseShapeLocking
 
BehaviorAccumulateType - Enum in com.spire.presentation.drawing.animation
Represents types of accumulation of effect behaviors.
BehaviorAdditiveType - Enum in com.spire.presentation.drawing.animation
Represents additive type for effect behavior.
BevelColorType - Enum in com.spire.presentation.drawing
Indicates bevel color mode of shape.
BevelPresetType - Enum in com.spire.presentation.drawing
Indicates 3D bevel of shape.
BlackWhiteMode - Enum in com.spire.presentation.drawing
Indicates how colored shape should be transformed into black and white.
BlendEffect - Class in com.spire.presentation.drawing
Represents a Blur effect that is applied to the entire shape, including its fill.
BlendEffect(double, boolean) - Constructor for class com.spire.presentation.drawing.BlendEffect
Blur effect constructor.
BlendEffect(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.BlendEffect
 
BlendMode - Enum in com.spire.presentation.drawing
Indicates blend mode.
BlindsSlideTransition - Class in com.spire.presentation.drawing.transition
Orientation slide transition effect.
BlindsSlideTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.BlindsSlideTransition
Constructor for orientation slide transition effects.
BlurNode - Class in com.spire.presentation.drawing
Represents a Blur effect that is applied to the entire shape, including its fill.
BlurNode(double, boolean) - Constructor for class com.spire.presentation.drawing.BlurNode
 

C

Camera - Class in com.spire.presentation
Represents Camera.
Camera() - Constructor for class com.spire.presentation.Camera
 
Cell - Class in com.spire.presentation
Represents a cell of a table.
Cell(TableRow, TableColumn) - Constructor for class com.spire.presentation.Cell
 
CellCollection - Class in com.spire.presentation
Represents a collection of cells.
CellCollection(Table) - Constructor for class com.spire.presentation.CellCollection
 
CellRange - Class in com.spire.presentation.charts.entity
Represents cell range for chart data
CellRange(CellXls) - Constructor for class com.spire.presentation.charts.entity.CellRange
 
CellRanges - Class in com.spire.presentation.collections
Represents collection of a cells with data.
CellRanges() - Constructor for class com.spire.presentation.collections.CellRanges
 
ChartAxis - Class in com.spire.presentation.charts.entity
Encapsulates the object that represents a chart's axis.
ChartAxis() - Constructor for class com.spire.presentation.charts.entity.ChartAxis
 
ChartAxis(Chart) - Constructor for class com.spire.presentation.charts.entity.ChartAxis
 
ChartAxis(ValueAxis, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartAxis
 
ChartAxis(PlotCategoryAxisData, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartAxis
 
ChartAxis(SeriesAxis, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartAxis
 
ChartAxis(DateAxis, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartAxis
 
ChartBaseUnitType - Enum in com.spire.presentation.charts
Represents the base unit for the category axis
ChartCategory - Class in com.spire.presentation.charts.entity
Represents chart categories.
ChartCategory(Chart) - Constructor for class com.spire.presentation.charts.entity.ChartCategory
 
ChartCategoryCollection - Class in com.spire.presentation.collections
Represents collection of
ChartCategoryCollection(Chart) - Constructor for class com.spire.presentation.collections.ChartCategoryCollection
 
ChartCrossesType - Enum in com.spire.presentation.charts
Indicates where axis will cross.
ChartData - Class in com.spire.presentation.charts.entity
Chart data.
ChartData(ChartDataReference) - Constructor for class com.spire.presentation.charts.entity.ChartData
 
ChartDataLabel - Class in com.spire.presentation.charts.entity
Represents a series labels.
ChartDataLabel(ChartSeriesDataFormat, DataLabel) - Constructor for class com.spire.presentation.charts.entity.ChartDataLabel
 
ChartDataLabel(ChartSeriesDataFormat) - Constructor for class com.spire.presentation.charts.entity.ChartDataLabel
Creates a new instance of DataLabel class.
ChartDataLabelCollection - Class in com.spire.presentation.collections
Represents a series labels.
ChartDataLabelCollection(ChartSeriesDataFormat, DataLabels) - Constructor for class com.spire.presentation.collections.ChartDataLabelCollection
 
ChartDataLabelCollection(ChartSeriesDataFormat) - Constructor for class com.spire.presentation.collections.ChartDataLabelCollection
Creates a new instance of DataLabels class.
ChartDataLabelPosition - Enum in com.spire.presentation.charts
Indicates position of data labels.
ChartDataPoint - Class in com.spire.presentation.charts.entity
Represents a data point on the chart.
ChartDataPoint(ChartSeriesDataFormat, DataPoint) - Constructor for class com.spire.presentation.charts.entity.ChartDataPoint
 
ChartDataPoint(ChartSeriesDataFormat) - Constructor for class com.spire.presentation.charts.entity.ChartDataPoint
 
ChartDataPointCollection - Class in com.spire.presentation.collections
Represents a collection of ChartPoint.
ChartDataPointCollection() - Constructor for class com.spire.presentation.collections.ChartDataPointCollection
 
ChartDataTable - Class in com.spire.presentation.charts.entity
Represents data table format.
ChartDataTable(DataTableElement, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartDataTable
 
ChartDisplayUnitType - Enum in com.spire.presentation.charts
Indicates multiplicity of the displayed data.
ChartEffectFormat - Class in com.spire.presentation.charts.entity
Represents chart format properties.
ChartEffectFormat(PresentationShapePropertiesElement, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartEffectFormat
 
ChartEffectFormat() - Constructor for class com.spire.presentation.charts.entity.ChartEffectFormat
 
ChartLegend - Class in com.spire.presentation.charts.entity
Represents chart's legend properties.
ChartLegend(LegendElement, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartLegend
 
ChartLegendPositionType - Enum in com.spire.presentation.charts
Indicates a position of legend on a chart.
ChartMarkerType - Enum in com.spire.presentation.charts
Chart marker types.
ChartPlotArea - Class in com.spire.presentation.charts.entity
Represents rectangle where chart should be plotted.
ChartPlotArea(PlotAreaElement, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartPlotArea
 
ChartRotationThreeD - Class in com.spire.presentation.charts.entity
Represents 3D rotation of a chart.
ChartRotationThreeD(ViewIn3D) - Constructor for class com.spire.presentation.charts.entity.ChartRotationThreeD
 
ChartSeriesDataFormat - Class in com.spire.presentation.charts.entity
Represents a chart series.
ChartSeriesDataFormat(Chart, SeriesBase, ChartType) - Constructor for class com.spire.presentation.charts.entity.ChartSeriesDataFormat
 
ChartSeriesFormatCollection - Class in com.spire.presentation.collections
Represents collection of
ChartSeriesFormatCollection(Chart) - Constructor for class com.spire.presentation.collections.ChartSeriesFormatCollection
 
ChartShapeType - Enum in com.spire.presentation.charts
Represents a shape of chart.
ChartStyle - Enum in com.spire.presentation.charts
Represents chart style.
ChartTextArea - Class in com.spire.presentation.charts.entity
Represents chart text area properties.
ChartTextArea(TitleElement, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartTextArea
 
ChartType - Enum in com.spire.presentation.charts
Represents a type of chart.
ChartWallsOrFloor - Class in com.spire.presentation.charts.entity
Represents walls on 3d charts.
ChartWallsOrFloor(WallElement, Chart) - Constructor for class com.spire.presentation.charts.entity.ChartWallsOrFloor
 
checkDisposed() - Method in class com.spire.presentation.PptObject
Checks whether object was disposed and throws exception if it was.
cleanupDesigns() - Method in class com.spire.presentation.collections.MasterSlideList
Removes unused master slides.
clear(int, int, int, int) - Method in class com.spire.presentation.charts.entity.ChartData
clear data.
clear() - Method in class com.spire.presentation.collections.AnimationEffectCollection
Removes all effects from a collection.
clear() - Method in class com.spire.presentation.collections.CommonBehaviorCollection
Removes all behaviors from a collection.
clear() - Method in class com.spire.presentation.collections.OleObjectCollection
Removes all controls from the collection.
clear() - Method in class com.spire.presentation.collections.OleObjectProperties
Removes all properties.
clear() - Method in class com.spire.presentation.collections.ParagraphList
Removes all elements from the collection.
clear() - Method in class com.spire.presentation.collections.TabStopList
Removes all elements from the collection.
clear() - Method in class com.spire.presentation.collections.TagList
Removes all tags from the collection.
clear() - Method in class com.spire.presentation.collections.TextRangeList
Removes all elements from the collection.
clear() - Method in class com.spire.presentation.drawing.animation.SequenceCollection
Removes all sequences from a collection.
clear() - Method in class com.spire.presentation.drawing.ImageTransformEx
Removes all image effects from a collection.
clear() - Method in class com.spire.presentation.drawing.timeline.TimeNodes
Removes all elements from the collection.
ClickHyperlink - Class in com.spire.presentation
Represents a hyperlink associated with a non-placeholder shape or text.
ClickHyperlink(String) - Constructor for class com.spire.presentation.ClickHyperlink
Creates an instance of a hyperlink.
ClickHyperlink() - Constructor for class com.spire.presentation.ClickHyperlink
 
ClickHyperlink(ISlide) - Constructor for class com.spire.presentation.ClickHyperlink
Creates an instance of a hyperlink.
ClickHyperlink(ClickHyperlink, String, String, boolean, boolean, boolean) - Constructor for class com.spire.presentation.ClickHyperlink
Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties.
ClickHyperlink(PptxBaseXmlElement) - Constructor for class com.spire.presentation.ClickHyperlink
 
ClickHyperlink(boolean, String, String) - Constructor for class com.spire.presentation.ClickHyperlink
 
ColorFormat - Class in com.spire.presentation.drawing
Represents the color of a one-color object
ColorFormat() - Constructor for class com.spire.presentation.drawing.ColorFormat
 
ColorFormat(ISlideComponent) - Constructor for class com.spire.presentation.drawing.ColorFormat
 
ColorFormat(ISlideComponent, KnownColors) - Constructor for class com.spire.presentation.drawing.ColorFormat
 
ColorFormat(ISlideComponent, SchemeColor) - Constructor for class com.spire.presentation.drawing.ColorFormat
 
ColorFormat(ISlideComponent, Color) - Constructor for class com.spire.presentation.drawing.ColorFormat
 
ColorFormat(ISlideComponent, ColorFormat) - Constructor for class com.spire.presentation.drawing.ColorFormat
 
ColorScheme - Class in com.spire.presentation.drawing
Represents a color scheme, which is a set of eight colors used for the different elements of a slide, notes page, or handout, such as the title or background.
ColorScheme(IActivePresentation) - Constructor for class com.spire.presentation.drawing.ColorScheme
 
ColorSchemeIndex - Enum in com.spire.presentation.drawing
Represents an index in a colorscheme.
ColorType - Enum in com.spire.presentation.drawing
 
ColumnCollection - Class in com.spire.presentation.collections
Represents collection of columns in a table.
ColumnCollection() - Constructor for class com.spire.presentation.collections.ColumnCollection
 
ColumnList - Class in com.spire.presentation.collections
Represents collection of columns in a table.
ColumnList() - Constructor for class com.spire.presentation.collections.ColumnList
 
com.spire.presentation - package com.spire.presentation
 
com.spire.presentation.charts - package com.spire.presentation.charts
 
com.spire.presentation.charts.entity - package com.spire.presentation.charts.entity
 
com.spire.presentation.collections - package com.spire.presentation.collections
 
com.spire.presentation.diagrams - package com.spire.presentation.diagrams
 
com.spire.presentation.drawing - package com.spire.presentation.drawing
 
com.spire.presentation.drawing.animation - package com.spire.presentation.drawing.animation
 
com.spire.presentation.drawing.timeline - package com.spire.presentation.drawing.timeline
 
com.spire.presentation.drawing.transition - package com.spire.presentation.drawing.transition
 
Comment - Class in com.spire.presentation
Represents a comment on a slide.
Comment(ICommentAuthor, String, ISlide, PointF, DateTime) - Constructor for class com.spire.presentation.Comment
 
CommentAuthorCollection - Class in com.spire.presentation.collections
Represents a collection of comment authors.
CommentAuthorCollection(PresentationPptx) - Constructor for class com.spire.presentation.collections.CommentAuthorCollection
 
CommentAuthorList - Class in com.spire.presentation.collections
Represents a collection of comment authors.
CommentAuthorList(PresentationPptx) - Constructor for class com.spire.presentation.collections.CommentAuthorList
 
CommentCollection - Class in com.spire.presentation.collections
Represents a collection of comments of one author.
CommentCollection(CommentAuthor) - Constructor for class com.spire.presentation.collections.CommentCollection
 
CommentList - Class in com.spire.presentation.collections
Represents a collection of comments of one author.
CommentList(CommentAuthor) - Constructor for class com.spire.presentation.collections.CommentList
 
CommonBehavior - Class in com.spire.presentation.drawing.animation
Represent base class behavior of effect.
CommonBehavior() - Constructor for class com.spire.presentation.drawing.animation.CommonBehavior
 
CommonBehavior(BehaviorOpenXmlDataProps) - Constructor for class com.spire.presentation.drawing.animation.CommonBehavior
 
CommonBehaviorCollection - Class in com.spire.presentation.collections
Represents collection of behavior effects.
CommonBehaviorCollection() - Constructor for class com.spire.presentation.collections.CommonBehaviorCollection
 
compareTo(Object) - Method in class com.spire.presentation.TabDataEx
Compares the current instance with another object of the same type.
compareTo(Object) - Method in class com.spire.presentation.TabStop
Compares the current instance with another object of the same type.
ConnectorLocking - Class in com.spire.presentation
Indicates which operations are disabled on the parent Connector.
ConnectorLocking() - Constructor for class com.spire.presentation.ConnectorLocking
 
contains(String) - Method in class com.spire.presentation.collections.TagList
Indicates whether the collection contains a specific name.
contains(String) - Method in interface com.spire.presentation.IDocumentProperty
Check presents of a custom property with a specified name.
copyTo(Object[], int) - Method in class com.spire.presentation.CellCollection
Copies all elements from the collection to the specified array.
copyTo(Array, int) - Method in class com.spire.presentation.collections.ColumnCollection
Copies all elements from the collection to the specified array.
copyTo(Array, int) - Method in class com.spire.presentation.collections.CommentAuthorCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.EffectDataCollection
Copies all elements from the collection into the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.EffectStyleCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.GradientStopCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.ImageCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.LineFormatExCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.LineStyleCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.MasterSlideCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.OleObjectCollection
Copies the entire collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.ParagraphCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.ShapeAdjustCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.SlideCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.SlideColorSchemeCollection
Copies all elements of the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.TableRowCollection
Copies all elements from the collection to the specified array.
copyTo(Array, int) - Method in class com.spire.presentation.collections.TabStopCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.TagCollection
Copies all elements from the collection into the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.TextAnimationCollection
Copies all elements from the collection into the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.TextRangeCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.collections.VideoCollection
Copy the list to a specified index with an array.
copyTo(Object[], int) - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.drawing.FillStyleCollection
Copies all elements from the collection to the specified array.
copyTo(Object[], int) - Method in class com.spire.presentation.ShapeCollection
Copies all elements from the collection to the specified array.
createChart(IChart, Rectangle2D, int) - Method in class com.spire.presentation.collections.ShapeList
clone basechart and insert into shapes
CrossBetweenType - Enum in com.spire.presentation.charts
 

D

DataLabelShapeType - Enum in com.spire.presentation.charts
 
deleteComment(Comment) - Method in interface com.spire.presentation.ISlide
Delete a comment.
deleteComment(ICommentAuthor, String) - Method in interface com.spire.presentation.ISlide
Delete comments of specific text or specific author.
deleteComment(ICommentAuthor) - Method in interface com.spire.presentation.ISlide
Delete comments of specific author.
deleteComment(String) - Method in interface com.spire.presentation.ISlide
Delete comments of specific text.
deleteEntry(int) - Method in class com.spire.presentation.charts.entity.ChartLegend
Delete legend entry by index
deleteMacros() - Method in class com.spire.presentation.Presentation
Delete the Macros
Direction - Enum in com.spire.presentation
Represents the orientation of a shape.
DisplayBlanksAsType - Enum in com.spire.presentation.charts
Indicates how missing data will be displayed.
dispose() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.charts.entity.IChartEffectFormat
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.charts.IChart
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.IAudio
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.IAutoShape
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.IEmbedImage
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.IMasterSlide
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.INoteMasterSlide
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.IOleObject
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.IShape
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.ISlide
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.ITable
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.ITextFrameProperties
Dispose object and free resources.
dispose() - Method in interface com.spire.presentation.IVideo
Dispose object and free resources.
DocumentEditException - Exception in com.spire.presentation
Represents an exception thrown when edit presentation error is detected.
DocumentEditException() - Constructor for exception com.spire.presentation.DocumentEditException
Default constructor.
DocumentEditException(String) - Constructor for exception com.spire.presentation.DocumentEditException
Constructor allowing a message to be added to this exception.
DocumentEditException(String, Exception) - Constructor for exception com.spire.presentation.DocumentEditException
Constructor for an exception containing a message and an embedded exception.
DocumentReadException - Exception in com.spire.presentation
Represents an exception about reading.
DocumentReadException() - Constructor for exception com.spire.presentation.DocumentReadException
constructor
DocumentReadException(String) - Constructor for exception com.spire.presentation.DocumentReadException
Constructor with exception message.
DocumentReadException(String, Exception) - Constructor for exception com.spire.presentation.DocumentReadException
Constructor with exception message.
DocumentUnkownFormatException - Exception in com.spire.presentation
Exception about file format not supported.
DocumentUnkownFormatException() - Constructor for exception com.spire.presentation.DocumentUnkownFormatException
Default constructor.
DocumentUnkownFormatException(String) - Constructor for exception com.spire.presentation.DocumentUnkownFormatException
Constructor
DocumentUnkownFormatException(String, Exception) - Constructor for exception com.spire.presentation.DocumentUnkownFormatException
Constructor

E

EffectDag - Class in com.spire.presentation.drawing
Represents effect properties of shape.
EffectDag() - Constructor for class com.spire.presentation.drawing.EffectDag
 
EffectDag(ISlideComponent) - Constructor for class com.spire.presentation.drawing.EffectDag
 
EffectDataCollection - Class in com.spire.presentation.collections
Represents a readonly collection of EffectData objects.
EffectDataCollection() - Constructor for class com.spire.presentation.collections.EffectDataCollection
 
EffectFillType - Enum in com.spire.presentation.drawing.animation
Represent fill types.
EffectNode - Class in com.spire.presentation.drawing
Base class for immutable objects, which represent effect.
EffectNode() - Constructor for class com.spire.presentation.drawing.EffectNode
 
EffectStyle - Class in com.spire.presentation.drawing
Represents an effect style.
EffectStyle() - Constructor for class com.spire.presentation.drawing.EffectStyle
 
EffectStyleCollection - Class in com.spire.presentation.collections
Represents a collection of effect styles.
EffectStyleCollection() - Constructor for class com.spire.presentation.collections.EffectStyleCollection
 
EffectStyleList - Class in com.spire.presentation.collections
Represents a collection of effect styles.
EffectStyleList() - Constructor for class com.spire.presentation.collections.EffectStyleList
 
EmbedImageList - Class in com.spire.presentation.collections
Summary description for Images.
EmbedImageList(PresentationPptx) - Constructor for class com.spire.presentation.collections.EmbedImageList
 
encrypt(String) - Method in class com.spire.presentation.Presentation
Encrypts with specified password.
equals(CellRange) - Method in class com.spire.presentation.charts.entity.CellRange
Indicates whether the specified is equal to this instance.
equals(Object) - Method in class com.spire.presentation.charts.entity.CellRange
Indicates whether the specified is equal to this instance.
equals(Object) - Method in class com.spire.presentation.ClickHyperlink
Indicates whether the two Hyperlink instances are equal.
equals(ClickHyperlink) - Method in class com.spire.presentation.ClickHyperlink
Indicates whether the two Hyperlink instances are equal.
equals(Object) - Method in class com.spire.presentation.collections.TabStopList
Indicates whether two Tabs instances are equal.
equals(Object) - Method in class com.spire.presentation.drawing.FillFormat
Indicates whether two FillFormat instances are equal.
equals(Object) - Method in class com.spire.presentation.drawing.GradientFillFormat
Indicates whether the two GradientFormat instances are equal.
equals(Object) - Method in class com.spire.presentation.drawing.GraphicFrame
 
equals(GraphicFrame) - Method in class com.spire.presentation.drawing.GraphicFrame
 
equals(Object) - Method in class com.spire.presentation.drawing.LineFillFormat
 
equals(Object) - Method in class com.spire.presentation.FieldType
Checks if this field is equal to another.
equals(Object) - Method in class com.spire.presentation.TextFont
Indicates whether two FontData instances are equal.
equals(Object) - Method in class com.spire.presentation.TextLineFormat
Indicates whether the two LineFormat instances are equal.
equals(TextLineFormat) - Method in class com.spire.presentation.TextLineFormat
Indicates whether the two LineFormat instances are equal.
ErrorBarSimpleType - Enum in com.spire.presentation.charts
Represents errorbarsimpletype on chart.
ErrorValueType - Enum in com.spire.presentation.charts
Represents errorvaluetype on chart.
ExtensionList - Class in com.spire.presentation.drawing
Stores pptx extenstion.
ExtensionList() - Constructor for class com.spire.presentation.drawing.ExtensionList
 
ExtensionList(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.ExtensionList
 

F

Field - Class in com.spire.presentation
Represents a field.
Field(Field) - Constructor for class com.spire.presentation.Field
 
Field(int) - Constructor for class com.spire.presentation.Field
 
Field(FieldType) - Constructor for class com.spire.presentation.Field
 
FieldType - Class in com.spire.presentation
Represents a type of field.
FieldType(String) - Constructor for class com.spire.presentation.FieldType
Initializes a new instance of FieldType class.
FileFormat - Enum in com.spire.presentation
Specifies the type of file format.
FillFormat - Class in com.spire.presentation.drawing
Represents a fill formatting options.
FillFormat(ISlideComponent) - Constructor for class com.spire.presentation.drawing.FillFormat
 
FillFormatType - Enum in com.spire.presentation.drawing
Represents the type of fill.
FillOverlayEffect - Class in com.spire.presentation.drawing
Represents a Fill Overlay effect.
FillOverlayEffect() - Constructor for class com.spire.presentation.drawing.FillOverlayEffect
Fill Overlay effect constructor.
FillOverlayEffect(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.FillOverlayEffect
 
FillStyleCollection - Class in com.spire.presentation.drawing
Represents the collection of fill styles.
FillStyleCollection() - Constructor for class com.spire.presentation.drawing.FillStyleCollection
 
FillStyleList - Class in com.spire.presentation.drawing
Represents the collection of fill styles.
FillStyleList() - Constructor for class com.spire.presentation.drawing.FillStyleList
 
FilterEffectSubtype - Enum in com.spire.presentation.drawing.animation
Represents filter effect subtypes.
FilterEffectType - Enum in com.spire.presentation.drawing.animation
Represents filter effect types.
FilterRevealType - Enum in com.spire.presentation.drawing.animation
Represents filter reveal type.
findByName(String) - Method in class com.spire.presentation.collections.CommentAuthorList
Find author in a collection by name.
findByNameAndInitials(String, String) - Method in class com.spire.presentation.collections.CommentAuthorList
Find author in a collection by name and initials
findSlide(int) - Method in class com.spire.presentation.Presentation
Find a slide by ID.
FlythroughTransition - Class in com.spire.presentation.drawing.transition
flythrough transition effect.
FlythroughTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.FlythroughTransition
Constructor for orientation slide transition effects.
FontAlignmentType - Enum in com.spire.presentation
Represents vertical font alignment.
FontCollectionIndex - Enum in com.spire.presentation
Represents font's index in a collection.
FontScheme - Class in com.spire.presentation
Stores theme-defined fonts.
FontScheme() - Constructor for class com.spire.presentation.FontScheme
 
FormatAndVersion - Enum in com.spire.presentation
Specifies the format and version of file.
FormatScheme - Class in com.spire.presentation.drawing
Stores theme-defined formats for the shapes.
FormatScheme(IActivePresentation) - Constructor for class com.spire.presentation.drawing.FormatScheme
 
FormatThreeD - Class in com.spire.presentation.drawing
Represents 3-D properties.
FormatThreeD(ISlideComponent) - Constructor for class com.spire.presentation.drawing.FormatThreeD
 
FormatThreeD() - Constructor for class com.spire.presentation.drawing.FormatThreeD
 

G

get(int) - Method in class com.spire.presentation.CellCollection
Gets a cell by index.
get(int, int) - Method in class com.spire.presentation.charts.entity.ChartData
Get cell range.
get(int, int, int, int) - Method in class com.spire.presentation.charts.entity.ChartData
Get cell ranges.
get(int, int, int, int, int) - Method in class com.spire.presentation.charts.entity.ChartData
Get cell ranges.
get(String) - Method in class com.spire.presentation.charts.entity.ChartData
Get cell range.
get(String, String) - Method in class com.spire.presentation.charts.entity.ChartData
Get cell range.
get(int, String) - Method in class com.spire.presentation.charts.entity.ChartData
Get cell range.
get(int, String, String) - Method in class com.spire.presentation.charts.entity.ChartData
Get cell range.
get(int) - Method in class com.spire.presentation.collections.AnimationEffectCollection
Gets an effect at the specified index.
get(int) - Method in class com.spire.presentation.collections.CellRanges
Gets a cell by index.
get(int) - Method in class com.spire.presentation.collections.ChartCategoryCollection
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.ChartDataPointCollection
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.ColumnList
Gets the column at the specified index.
get(int) - Method in class com.spire.presentation.collections.CommentAuthorList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.CommentList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.CommonBehaviorCollection
Retirns a behavior at the specified index.
get(int) - Method in class com.spire.presentation.collections.EffectDataCollection
Gets element by index.
get(int) - Method in class com.spire.presentation.collections.EffectStyleList
Gets an element at specified position.
get(int) - Method in class com.spire.presentation.collections.EmbedImageList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.GradientStopDataCollection
Gets the gradient stop by index.
get(int) - Method in class com.spire.presentation.collections.GradientStopList
Gets the gradient stop by index.
get(int) - Method in interface com.spire.presentation.collections.IMasterLayouts
Gets the layout slide by index.
get(int) - Method in class com.spire.presentation.collections.LegendEntryCollection
 
get(int) - Method in class com.spire.presentation.collections.LineStyleList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.MasterSlideList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.OleObjectCollection
Gets a control at the specified position.
get(String) - Method in class com.spire.presentation.collections.OleObjectProperties
Gets or sets property.
get(int) - Method in class com.spire.presentation.collections.ParagraphList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.RowList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.ShapeAdjustmentList
Gets adjustment by index.
get(int) - Method in class com.spire.presentation.collections.ShapeList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.SlideColorSchemeCollection
Gets an color scheme by index.
get(int) - Method in class com.spire.presentation.collections.TabStopList
Gets the element at the specified index.
get(String) - Method in class com.spire.presentation.collections.TagList
Gets or sets a key and a value pair of a tag.
get(int) - Method in class com.spire.presentation.collections.TextAnimationCollection
Gets element by index.
get(IShape) - Method in class com.spire.presentation.collections.TextAnimationCollection
Gets all elements
get(int) - Method in class com.spire.presentation.collections.TextRangeList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.collections.VideoCollection
Gets the element at the specified index.
get(int) - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Getsnode by index
get(int) - Method in class com.spire.presentation.drawing.animation.SequenceCollection
Gets a sequense at the specified index.
get(int) - Method in class com.spire.presentation.drawing.animation.TimeAnimationValueCollection
Gets a point at the specified index.
get(int) - Method in class com.spire.presentation.drawing.FillStyleList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.drawing.ImageTransformEx
Gets an from the collection by it's index.
get(int) - Method in class com.spire.presentation.drawing.timeline.TimeNodes
Gets the element at the specified index.
get(String) - Method in interface com.spire.presentation.IDocumentProperty
Gets the custom property associated with a specified name.
get(int, int) - Method in interface com.spire.presentation.ITable
Gets the cell at the specified column and row indexes.
get(int) - Method in class com.spire.presentation.SectionList
 
get(int) - Method in class com.spire.presentation.SlideList
Gets the element at the specified index.
get(int) - Method in class com.spire.presentation.WavAudioCollection
Gets the element at the specified index.
getAccelerate() - Method in class com.spire.presentation.drawing.animation.Timing
Percentage of the duration over which acceleration should take place Read/write .
getAccent1() - Method in class com.spire.presentation.drawing.ColorScheme
First accent color in the scheme.
getAccent2() - Method in class com.spire.presentation.drawing.ColorScheme
Second accent color in the scheme.
getAccent3() - Method in class com.spire.presentation.drawing.ColorScheme
Third accent color in the scheme.
getAccent4() - Method in class com.spire.presentation.drawing.ColorScheme
Fourth accent color in the scheme.
getAccent5() - Method in class com.spire.presentation.drawing.ColorScheme
Fifth accent color in the scheme.
getAccent6() - Method in class com.spire.presentation.drawing.ColorScheme
Sixth accent color in the scheme.
getAccumulate() - Method in class com.spire.presentation.drawing.animation.CommonBehavior
Determines whether animation behaviors accumulate.
getAction() - Method in class com.spire.presentation.ClickHyperlink
 
getActionType() - Method in class com.spire.presentation.ClickHyperlink
Represents the type of hyperlink.
getAdditive() - Method in class com.spire.presentation.drawing.animation.CommonBehavior
returns whether the current animation behavior is combined with other running animations.
getAddress() - Method in class com.spire.presentation.ClickHyperlink
Returns the Internet address (URL) to the target document.
getAdjustHandlesProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a changing adjust values Disallow.
getAdjustHandlesProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a changing adjust values Disallow.
getAdjustHandlesProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a changing adjust values Disallow.
getAdjustments() - Method in interface com.spire.presentation.IAudio
Gets a collection of shape's adjustment values.
getAdjustments() - Method in interface com.spire.presentation.IAutoShape
 
getAdjustments() - Method in interface com.spire.presentation.IEmbedImage
 
getAdjustments() - Method in interface com.spire.presentation.IVideo
Gets a collection of shape's adjustment values.
getAdjustments() - Method in class com.spire.presentation.ShapeNode
Gets a collection of shape's adjustment values.
getAdvanceAfterTime() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Specifies the time, in milliseconds, after which the transition should start.
getAdvanceOnClick() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Specifies whether a mouse click will advance the slide or not.
getAlignment() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the line alignment.
getAlignment() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getAlignment() - Method in class com.spire.presentation.drawing.ReflectionEffect
Rectangle alignment.
getAlignment() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets or sets the text alignment in a paragraph.
getAlignment() - Method in class com.spire.presentation.TabDataEx
Gets or sets align style of a tab.
getAlignment() - Method in class com.spire.presentation.TabStop
Gets align style of a tab.
getAlignment() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the line alignment.
getAlignment() - Method in class com.spire.presentation.TextParagraphProperties
Gets or sets the text alignment in a paragraph.
getAlternativeLanguage() - Method in class com.spire.presentation.PortionFormatEx
 
getAlternativeLanguage() - Method in class com.spire.presentation.TextCharacterProperties
Gets the alternative language.
getAlternativeText() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the alternative text associated with a shape.
getAlternativeText() - Method in interface com.spire.presentation.IAudio
Gets the alternative text associated with a shape.
getAlternativeText() - Method in interface com.spire.presentation.IAutoShape
Gets the alternative text associated with a shape.
getAlternativeText() - Method in interface com.spire.presentation.IEmbedImage
Gets the alternative text associated with a shape.
getAlternativeText() - Method in interface com.spire.presentation.IOleObject
Gets the alternative text associated with a shape.
getAlternativeText() - Method in interface com.spire.presentation.IShape
Gets the alternative text associated with a shape.
getAlternativeText() - Method in interface com.spire.presentation.ITable
Gets the alternative text associated with a shape.
getAlternativeText() - Method in interface com.spire.presentation.IVideo
Gets the alternative text associated with a shape.
getAlternativeText() - Method in class com.spire.presentation.Shape
Gets the alternative text associated with a shape.
getAlternativeTitle() - Method in interface com.spire.presentation.IShape
Gets the alternative title associated with a shape.
getAlternativeTitle() - Method in class com.spire.presentation.Shape
Gets the alternative title associated with a shape.
getAmount() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
getAnchorCenter() - Method in class com.spire.presentation.Cell
Indicates whether or not text box centered inside a cell.
getAnchoringType() - Method in interface com.spire.presentation.ITextFrameProperties
Gets vertical anchor text in a TextFrame.
getAnchorPoint() - Method in class com.spire.presentation.drawing.Backdrop
Gets a point in 3D space.
getAngle() - Method in class com.spire.presentation.LinearGradientFill
Gets the angle of a gradient.
getAnimationAmountTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationAmountType
 
getAnimationCalculationModeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationCalculationMode
 
getAnimationColorDirectionFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationColorDirection
 
getAnimationColorspace() - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
Represent color space of behavior.
getAnimationColorspaceFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationColorspace
 
getAnimationCommandTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationCommandType
 
getAnimationEffectSubtypeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationEffectSubtype
 
getAnimationEffectType() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Defines type of effect.
getAnimationMotionOriginFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationMotionOrigin
 
getAnimationMotionPathEditModeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationMotionPathEditMode
 
getAnimationRepeatType() - Method in class com.spire.presentation.drawing.animation.Timing
Gets repeat type of animation.
getAnimationRestartTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.AnimationRestartType
 
getApplication() - Method in interface com.spire.presentation.IDocumentProperty
Gets the name of the application.
getArrowheadChangesProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a changing arrowheads Disallow.
getArrowheadChangesProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a changing arrowheads Disallow.
getArrowheadChangesProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a changing arrowheads Disallow.
getAspectRatioProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a shape have to preserve aspect ratio on resizing.
getAspectRatioProtection() - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
Indicates whether a shape have to preserve aspect ratio on resizing.
getAspectRatioProtection() - Method in class com.spire.presentation.GroupShapeLocking
Indicates whether a shape have to preserve aspect ratio on resizing.
getAspectRatioProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a shape have to preserve aspect ratio on resizing.
getAspectRatioProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a shape have to preserve aspect ratio on resizing.
getAudioCd() - Method in interface com.spire.presentation.IAudio
Gets setting of CD.
getAudioData() - Method in class com.spire.presentation.drawing.timeline.TimeNodeAudioEx
GetTimeNodeAudio : get audio bytes
getAuthor() - Method in interface com.spire.presentation.IDocumentProperty
Gets the author of a presentation.
getAuthorInitials() - Method in class com.spire.presentation.Comment
Gets the author's initials as a read-only String for a specified Comment object
getAuthorName() - Method in class com.spire.presentation.Comment
Gets a String that represents the author as for a specified Comment object.
getAutoCompressPictures() - Method in class com.spire.presentation.Presentation
Indicates that Compress Pictures feature automatically reduces the file size of pictures.
getAutofitType() - Method in interface com.spire.presentation.ITextFrameProperties
Gets text's autofit mode.
getAutoReverse() - Method in class com.spire.presentation.drawing.animation.Timing
Whether an effect should play forward and then reverse, thereby doubling the duration Read/write .
getAxisPositionTypeFromValue(long) - Static method in enum com.spire.presentation.charts.AxisPositionType
Get AxisPositionType from value
getAxisType() - Method in class com.spire.presentation.charts.entity.ChartAxis
 
getAxisType() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets CategoryAxis Type.
getB() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the blue component of a color.
getBackground() - Method in class com.spire.presentation.drawing.animation.TextAnimation
Shape effect.
getBackgroundColor() - Method in class com.spire.presentation.drawing.PatternFillFormat
Gets the background pattern color.
getBackgroundFillStyles() - Method in class com.spire.presentation.drawing.FormatScheme
Gets a collection of theme defined background fill styles.
getBackWall() - Method in interface com.spire.presentation.charts.IChart
Gets the back wall of a 3D chart.
getbackward() - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Backward.
getBarCodeTypeFromValue(long) - Static method in enum com.spire.presentation.PresetCameraType
 
getBarCodeTypeFromValue(int) - Static method in enum com.spire.presentation.TextAnchorType
 
getBaseUnitScale() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the base unit scale for the category axis.
getBaseUnitScale() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the base unit scale for the category axis.
getBehaviorAdditiveTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.BehaviorAdditiveType
 
getBevelColorMode() - Method in class com.spire.presentation.ShapeThreeD
Gets the color mode used for 3D effects.
getBevelPresetTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.BevelPresetType
 
getBlackWhiteModeFromValue(int) - Static method in enum com.spire.presentation.drawing.BlackWhiteMode
 
getBlend() - Method in class com.spire.presentation.drawing.FillOverlayEffect
BlendMode.
getBlendEffect() - Method in class com.spire.presentation.drawing.EffectDag
Blur effect.
getBlendModeFromValue(long) - Static method in enum com.spire.presentation.drawing.BlendMode
 
getBlurRadius() - Method in class com.spire.presentation.drawing.InnerShadowEffect
Blur radius.
getBlurRadius() - Method in class com.spire.presentation.drawing.InnerShadowNode
Blur radius.
getBlurRadius() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Blur radius.
getBlurRadius() - Method in class com.spire.presentation.drawing.OuterShadowNode
Blur radius.
getBlurRadius() - Method in class com.spire.presentation.drawing.ReflectionEffect
Blur radius.
getBlurRadius() - Method in class com.spire.presentation.drawing.ReflectionNode
Blur radius.
getBodyStyle() - Method in interface com.spire.presentation.IMasterSlide
Gets the style of a body text.
getBookmarkId() - Method in class com.spire.presentation.PortionFormatEx
 
getBookmarkId() - Method in class com.spire.presentation.TextCharacterProperties
Gets bookmark identifier.
getBookmarkIdSeed() - Method in class com.spire.presentation.Presentation
Bookmark ID Seed.
getBorderBottom() - Method in class com.spire.presentation.Cell
Gets a bottom border line properties object.
getBorderDiagonalDown() - Method in class com.spire.presentation.Cell
Gets a top-left to bottom-right diagonal line properties object.
getBorderDiagonalUp() - Method in class com.spire.presentation.Cell
Gets a bottom-left to top-right diagonal line properties object.
getBorderLeft() - Method in class com.spire.presentation.Cell
Gets a left border line properties object.
getBorderRight() - Method in class com.spire.presentation.Cell
Gets a right border line properties object.
getBorderTop() - Method in class com.spire.presentation.Cell
Gets a top border line properties object.
getBottom() - Method in class com.spire.presentation.RelativeRectangle
 
getBottomBevel() - Method in class com.spire.presentation.ShapeThreeD
Gets the type of a bottom 3D bevel.
getBubbles() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets collection of cells with bubbleSize.
getBubbleScale() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the BubbleScale.
getBubbleSizeVisible() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label bubble size value will display.
getBubbleSizeVisible() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Indicates chart's data label bubble size value display behavior.
getBuiltInSound() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Specifies whether or not this sound is a built-in sound.
getBulletChar() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the bullet char of a paragraph.
getBulletChar() - Method in class com.spire.presentation.TextParagraphProperties
Gets the bullet char of a paragraph.
getBulletColor() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets or sets the color of a bullet.
getBulletColor() - Method in class com.spire.presentation.TextParagraphProperties
Gets the color format of a bullet of a paragraph.
getBulletFont() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the bullet font of a paragraph.
getBulletFont() - Method in class com.spire.presentation.TextParagraphProperties
Gets he bullet font of a paragraph.
getBulletNumber() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the first number which is used for group of numbered bullets.
getBulletPicture() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets a Picture used as a bullet in a paragraph.
getBulletSize() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the bullet size of a paragraph.
getBulletSize() - Method in class com.spire.presentation.TextParagraphProperties
Gets the bullet height of a paragraph.
getBulletStyle() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the style of a numbered bullet.
getBulletType() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the bullet type of a paragraph.
getBy() - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
Describes the relative color value for the color animation.
getBy() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
Describes the relative offset value for the animation (in percents).
getBy() - Method in class com.spire.presentation.drawing.animation.AnimationProperty
Specifies a relative offset value for the animation.
getBy() - Method in class com.spire.presentation.drawing.animation.AnimationRotation
Indicates the relative offset value for the animation.
getBy() - Method in class com.spire.presentation.drawing.animation.AnimationScale
describes the relative offset value for the animation.
getByColorSchemeIndex(ColorSchemeIndex) - Method in class com.spire.presentation.drawing.ColorScheme
Gets the element at the specified index.
getByInd(int) - Method in class com.spire.presentation.collections.TagList
Gets value of a tag at the specified index.
getBytes() - Method in class com.spire.presentation._Presentation
 
getBytes() - Method in class com.spire.presentation.Presentation
Converts the document to an array of bytes.
getByTimelineIterateTypeValue(int) - Static method in enum com.spire.presentation.drawing.timeline.AnimateType
 
getByType(SlideLayoutType) - Method in interface com.spire.presentation.collections.IMasterLayouts
Gets the first layout slide of specified type.
getCalcMode() - Method in class com.spire.presentation.drawing.animation.AnimationProperty
Indicates the Calculation mode for the animation Read/write .
getCamera() - Method in class com.spire.presentation.drawing.FormatThreeD
Gets the settings of a camera.
getCameraRotations() - Method in class com.spire.presentation.Camera
A rotation is defined.
getCapStyle() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the line cap style.
getCapStyle() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the line cap style.
getCaseSensitive() - Method in class com.spire.presentation.TextHighLightingOptions
 
getCategories() - Method in interface com.spire.presentation.charts.IChart
Gets chart's Categories.
getCategory() - Method in interface com.spire.presentation.IDocumentProperty
Gets the category of a presentation.
getCategoryLabels() - Method in class com.spire.presentation.collections.ChartCategoryCollection
Gets the cellRanges from list of chartcategory.
getCategoryNameVisible() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label category name display behavior.
getCategoryNameVisible() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Indicates chart's data label category name display behavior.
getCenterX() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets the X coordinate of a frame's center.
getCenterY() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets the Y coordinate of a frame's center.
getChartBaseUnitTypeFromValue(int) - Static method in enum com.spire.presentation.charts.ChartBaseUnitType
Get ChartBaseUnitType from value
getChartCrossesTypeFromValue(long) - Static method in enum com.spire.presentation.charts.ChartCrossesType
Get ChartCrossesType from value
getChartCrossType() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the CrossType on the specified axis where the other axis crosses.
getChartCrossType() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the CrossType on the specified axis where the other axis crosses.
getChartData() - Method in interface com.spire.presentation.charts.IChart
data associated with a chart.
getChartDataLabelPositionFromValue(long) - Static method in enum com.spire.presentation.charts.ChartDataLabelPosition
Get ChartDataLabelPosition from Value
getChartDataTable() - Method in interface com.spire.presentation.charts.IChart
Gets a data table of a chart.
getChartDisplayUnitTypeFromValue(long) - Static method in enum com.spire.presentation.charts.ChartDisplayUnitType
Get ChartDisplayUnitType from value
getChartEffectFormat() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents format of axis
getChartEffectFormat() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents format of axis
getChartLegend() - Method in interface com.spire.presentation.charts.IChart
Gets or sets a legend for a chart.
getChartLegendPositionTypeFromValue(long) - Static method in enum com.spire.presentation.charts.ChartLegendPositionType
Get ChartLegendPostionType from value
getChartMarkerTypeFromValue(long) - Static method in enum com.spire.presentation.charts.ChartMarkerType
Get ChartMarkerType form value
getChartShapeTypeFromValue(long) - Static method in enum com.spire.presentation.charts.ChartShapeType
Get ChartShapeType from value
getChartStyle() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the chart style.
getChartStyleFromValue(int) - Static method in enum com.spire.presentation.charts.ChartStyle
Gets chartStyle
getChartTitle() - Method in interface com.spire.presentation.charts.IChart
Gets or sets a chart title
getChartTypeFromValue(int) - Static method in enum com.spire.presentation.charts.ChartType
Get ChartType from value.
getChildNodes() - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Gets collections of all child nodes of current node
getChildNodes() - Method in class com.spire.presentation.drawing.timeline.TimeNode
Gets a child nodes collection.
getClick() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the hyperlink defined for mouse click.
getClick() - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Gets the hyperlink defined for mouse click.
getClick() - Method in interface com.spire.presentation.IAudio
Gets or sets the hyperlink defined for mouse click.
getClick() - Method in interface com.spire.presentation.IAutoShape
Gets the hyperlink defined for mouse click.
getClick() - Method in interface com.spire.presentation.IEmbedImage
Gets the hyperlink defined for mouse click.
getClick() - Method in interface com.spire.presentation.IOleObject
Gets the hyperlink defined for mouse click.
getClick() - Method in interface com.spire.presentation.IShape
Gets the hyperlink defined for mouse click.
getClick() - Method in interface com.spire.presentation.ITable
Gets the hyperlink defined for mouse click.
getClick() - Method in interface com.spire.presentation.IVideo
Gets the hyperlink defined for mouse click.
getClick() - Method in class com.spire.presentation.PortionFormatEx
 
getClick() - Method in class com.spire.presentation.Shape
Gets the hyperlink defined for mouse click.
getClickAction() - Method in class com.spire.presentation.TextCharacterProperties
Gets the hyperlink defined for mouse click.
getColor() - Method in class com.spire.presentation.drawing.ColorFormat
Gets RGB colors.
getColor() - Method in class com.spire.presentation.drawing.GlowNode
java.awt.Color.
getColor() - Method in class com.spire.presentation.drawing.GradientStop
Gets the color of a gradient stop.
getColor() - Method in class com.spire.presentation.drawing.GradientStopData
Gets the color of a gradient stop.
getColorFormat() - Method in class com.spire.presentation.drawing.GlowEffect
Color format.
getColorFormat() - Method in class com.spire.presentation.drawing.InnerShadowEffect
Color of shadow.
getColorFormat() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Color of shadow.
getColorFormat() - Method in class com.spire.presentation.drawing.PresetShadow
Color of shadow.
getColorIndex() - Method in interface com.spire.presentation.ICommentAuthor
Gets ColorIndex.
getColorMap() - Method in interface com.spire.presentation.IMasterSlide
get color mapping
getColorScheme() - Method in class com.spire.presentation.MasterTheme
Gets the color scheme.
getColorScheme() - Method in class com.spire.presentation.SlideColorScheme
Gets a color scheme.
getColorScheme() - Method in class com.spire.presentation.Theme
Gets the color scheme.
getColorSchemeIndexFromValue(long) - Static method in enum com.spire.presentation.drawing.ColorSchemeIndex
 
getColorStyle() - Method in interface com.spire.presentation.diagrams.ISmartArt
Return color style of smart art object
getColorType() - Method in class com.spire.presentation.drawing.ColorFormat
 
getColSpan() - Method in class com.spire.presentation.Cell
Gets the number of grid columns in the parent table's table grid which shall be spanned by the current cell.
getColumn() - Method in class com.spire.presentation.charts.entity.CellRange
Gets the column.
getColumnsList() - Method in interface com.spire.presentation.ITable
Gets the collectoin of columns.
getCommandType() - Method in class com.spire.presentation.drawing.animation.MotionCmdPathEx
Specifies command type.
getCommentAuthors() - Method in class com.spire.presentation.Presentation
Gets CommentAuthor List.
getComments() - Method in interface com.spire.presentation.IDocumentProperty
Gets the comments of a presentation.
getComments() - Method in interface com.spire.presentation.ISlide
Gets all author comments.
getComments(ICommentAuthor, String) - Method in interface com.spire.presentation.ISlide
Returns all slide comments added by specific author or specific text.
getComments(ICommentAuthor) - Method in interface com.spire.presentation.ISlide
Returns all slide comments added by specific author.
getComments(String) - Method in interface com.spire.presentation.ISlide
Returns all slide comments added by specific text.
getCommentsList() - Method in interface com.spire.presentation.ICommentAuthor
Gets the collection of comments made by this author.
getCommonBehaviorCollection() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Gets collection of behavior for effect.
getCompany() - Method in interface com.spire.presentation.IDocumentProperty
Gets the company property.
getComplexScriptFont() - Method in class com.spire.presentation.LocaleFonts
Gets the complex script font.
getComplexScriptFont() - Method in class com.spire.presentation.PortionFormatEx
 
getComplexScriptFont() - Method in class com.spire.presentation.TextCharacterProperties
Gets the complex script font info.
getContentStatus() - Method in interface com.spire.presentation.IDocumentProperty
Gets the content status of a presentation.
getContentType() - Method in interface com.spire.presentation.drawing.IImageData
Gets a MIME type of an image, encoded in .
getContentType() - Method in interface com.spire.presentation.IAudioData
Gets a MIME type of an audio.
getContentType() - Method in interface com.spire.presentation.IDocumentProperty
Gets the content type of a presentation.
getContentType() - Method in class com.spire.presentation.VideoData
Gets a MIME type of an video, encoded in .
getContourColor() - Method in class com.spire.presentation.ShapeThreeD
Gets the color of a contour.
getContourWidth() - Method in class com.spire.presentation.ShapeThreeD
Gets the width of a 3D contour.
getCount() - Method in class com.spire.presentation.CellCollection
Gets the count of cells in a collection.
getCount() - Method in class com.spire.presentation.collections.AnimationEffectCollection
Gets the number of effects in a sequense.
getCount() - Method in class com.spire.presentation.collections.CellRanges
Gets an enumerator for the entire collection.
getCount() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.ChartDataPointCollection
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.ColumnList
Gets the number of columns in a collection.
getCount() - Method in class com.spire.presentation.collections.CommentAuthorList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.CommentList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.CommonBehaviorCollection
Gets the number of behaviors in a collection.
getCount() - Method in class com.spire.presentation.collections.EffectDataCollection
Gets the number of image effects in a collection.
getCount() - Method in class com.spire.presentation.collections.EffectStyleList
Gets a number of elements in the collection.
getCount() - Method in class com.spire.presentation.collections.EmbedImageList
Gets a number of images in the collection.
getCount() - Method in class com.spire.presentation.collections.GradientStopDataCollection
Gets the number of gradient stops in a collection.
getCount() - Method in class com.spire.presentation.collections.GradientStopList
Gets the number of gradient stops in a collection.
getCount() - Method in interface com.spire.presentation.collections.IMasterLayouts
Gets the number of layout slides in a collection.
getCount() - Method in class com.spire.presentation.collections.LegendEntryCollection
 
getCount() - Method in class com.spire.presentation.collections.LineStyleList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.MasterSlideList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.OleObjectCollection
Gets a number of objects in the collection.
getCount() - Method in class com.spire.presentation.collections.OleObjectProperties
Gets a number of properties in the collection.
getCount() - Method in class com.spire.presentation.collections.ParagraphList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.RowList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.ShapeAdjustmentList
Return a number of adjustments.
getCount() - Method in class com.spire.presentation.collections.ShapeList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.SlideColorSchemeCollection
Gets a number of elements int the collection.
getCount() - Method in class com.spire.presentation.collections.TabStopList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.TagList
Gets a number of tags in the collectoin.
getCount() - Method in class com.spire.presentation.collections.TextAnimationCollection
Gets a number of elements in the collection.
getCount() - Method in class com.spire.presentation.collections.TextRangeList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.collections.VideoCollection
Gets a number of video files in the collection.
getCount() - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Gets count of nodes in collection
getCount() - Method in class com.spire.presentation.drawing.animation.SequenceCollection
Gets the number of elements in a collection
getCount() - Method in class com.spire.presentation.drawing.animation.TimeAnimationValueCollection
Gets the number of points in the collection.
getCount() - Method in class com.spire.presentation.drawing.FillStyleList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.drawing.ImageTransformEx
Gets the number of image effects in a collection.
getCount() - Method in class com.spire.presentation.drawing.timeline.TimeNodes
Gets the number of elements actually contained in the collection.
getCount() - Method in interface com.spire.presentation.IDocumentProperty
Gets the number of custom properties actually contained in a collection.
getCount() - Method in class com.spire.presentation.SectionList
 
getCount() - Method in class com.spire.presentation.SlideList
Gets the number of elements actually contained in the collection.
getCount() - Method in class com.spire.presentation.WavAudioCollection
Gets a number of audio files in the collection.
getCreatedTime() - Method in interface com.spire.presentation.IDocumentProperty
Gets the date when a presentation was created.
getCropPosition() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getCropProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether an image cropping is forbidden.
getCrossAt() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the point on the value axis where the category axis crosses it.
getCrossAt() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the point on the value axis where the category axis crosses it.
getCrossBetweenType() - Method in class com.spire.presentation.charts.entity.ChartAxis
Get CrossBetweenType
getCrossBetweenType() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets CrossBetweenType
getCustomBulletColor() - Method in class com.spire.presentation.ParagraphPropertiesEx
 
getCustomBulletColor() - Method in class com.spire.presentation.TextParagraphProperties
 
getCustomBulletFont() - Method in class com.spire.presentation.ParagraphPropertiesEx
 
getCustomText() - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Whether custom text.
getDark1() - Method in class com.spire.presentation.drawing.ColorScheme
First dark color in the scheme.
getDark2() - Method in class com.spire.presentation.drawing.ColorScheme
Second dark color in the scheme.
getDashStyle() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the line dash style.
getDashStyle() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the line dash style.
getData() - Method in interface com.spire.presentation.drawing.IImageData
Gets the copy of an image's data.
getData() - Method in interface com.spire.presentation.IAudio
Gets or sets embedded audio data.
getData() - Method in interface com.spire.presentation.IAudioData
Gets the copy of an audio's data.
getData() - Method in interface com.spire.presentation.IOleObject
Gets embedded object as byte array.
getData() - Method in class com.spire.presentation.VideoData
Gets the copy of an video's data.
getDataLabels() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets the Labels of a series.
getDataLabelShapeType() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Get DataLabelShapeType
getDataLabelShapeType() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets or sets shape type of data labels.
getDataLabelSize() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Size of DataLabel
getDataPoints() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets the Points Collection of a series.
getDataRange() - Method in class com.spire.presentation.charts.entity.ChartCategory
Gets or sets Spire.Xls.Cell object.
getDateTime() - Method in class com.spire.presentation.Comment
Returns the date and time a comment was created.
getDateTime() - Static method in class com.spire.presentation.FieldType
Gets current date and time in default date time format.
getDateTime1() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a first predefined format (MM/DD/YYYY).
getDateTime10() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a tenth predefined format (hh:mm).
getDateTime11() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a eleventh predefined format (hh:mm:ss).
getDateTime12() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a twelfth predefined format (hh:mm AM/PM)
getDateTime13() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a thirteenth predefined format (hh:mm:ss AM/PM)
getDateTime2() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a second predefined format (Day, Month DD, YYYY).
getDateTime3() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a third predefined format (DD Month YYYY).
getDateTime4() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a fourth predefined format (Month DD, YYYY).
getDateTime5() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a fifth predefined format (DD-Mon-YY).
getDateTime6() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a sixth predefined format (Month YY).
getDateTime7() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a seventh predefined format (Mon-YY).
getDateTime8() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a eighth predefined format (MM/DD/YYYY hh:mm AM/PM).
getDateTime9() - Static method in class com.spire.presentation.FieldType
Gets current date and time in a ninth predefined format (MM/DD/YYYY hh:mm:ss AM/PM).
getDateTimeVisible() - Method in class com.spire.presentation.Presentation
Gets value .Specifies whether Date-Time placeholder is enabled for this master
getDecelerate() - Method in class com.spire.presentation.drawing.animation.Timing
Percentage of the duration over which acceleration should take place Read/write .
getDefaultCharacterProperties() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets default character properties of a paragraph.
getDefaultLatinFont() - Method in class com.spire.presentation.TextCharacterProperties
gets the Default Latin font info.
getDefaultParagraphStyle() - Method in class com.spire.presentation.TextStyle
Default paragraph propertiies.
getDefaultTabSize() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets default tabulation size.
getDefaultTabSize() - Method in class com.spire.presentation.TextParagraphProperties
Gets default tabulation size.
getDefaultTextRangeProperties() - Method in class com.spire.presentation.TextParagraphProperties
Gets default portion format of a paragraph.
getDefaultTextStyle() - Method in class com.spire.presentation.Presentation
Default paragraph and list style.
getDependingSlides() - Method in interface com.spire.presentation.ILayout
Gets an array with all slides, which depend on this layout slide.
getDependingSlides() - Method in interface com.spire.presentation.IMasterSlide
Gets an array with all slides, which depend on this master slide.
getDepth() - Method in class com.spire.presentation.charts.entity.ChartRotationThreeD
Depth of points relative to width.
getDepth() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets a depth of a paragraph.
getDepth() - Method in class com.spire.presentation.ShapeThreeD
Gets the depth of a 3D shape.
getDirection() - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
Indicates that direction to cycle the hue around the color wheel.
getDirection() - Method in class com.spire.presentation.drawing.InnerShadowEffect
Direction of shadow.
getDirection() - Method in class com.spire.presentation.drawing.InnerShadowNode
Direction of shadow.
getDirection() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Direction of shadow.
getDirection() - Method in class com.spire.presentation.drawing.OuterShadowNode
Direction of shadow.
getDirection() - Method in class com.spire.presentation.drawing.PresetShadow
Direction of shadow.
getDirection() - Method in class com.spire.presentation.drawing.PresetShadowNode
Direction of shadow.
getDirection() - Method in class com.spire.presentation.drawing.ReflectionEffect
Direction of reflection.
getDirection() - Method in class com.spire.presentation.drawing.ReflectionNode
Direction of reflection.
getDirection() - Method in class com.spire.presentation.drawing.transition.BlindsSlideTransition
Direction of transition.
getDirection() - Method in class com.spire.presentation.drawing.transition.FlythroughTransition
Direction of transition.
getDirection() - Method in class com.spire.presentation.drawing.transition.GlitterTransition
Direction of transition.
getDirection() - Method in class com.spire.presentation.drawing.transition.LRTransition
Direction of transition.
getDirection() - Method in class com.spire.presentation.drawing.transition.RevealTransition
Direction of transition.
getDirection() - Method in class com.spire.presentation.drawing.transition.ShredTransition
Direction of transition.
getDirection() - Method in class com.spire.presentation.drawing.transition.SideDirectionTransition
Direction of transition.
getDirection() - Method in class com.spire.presentation.drawing.transition.SplitSlideTransition
Direction of transition split.
getDirection() - Method in class com.spire.presentation.drawing.transition.StripsSlideTransition
Direction of transition.
getDirection() - Method in class com.spire.presentation.drawing.transition.ZoomSlideTransition
Direction of a transition effect.
getDirection() - Method in class com.spire.presentation.LightRig
Light direction Read/write
getDirectionFromValue(long) - Static method in enum com.spire.presentation.Direction
 
getDisplayBlanksAs() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the way to plot blank cells on a chart.
getDisplayBlanksAsTypeFromValue(long) - Static method in enum com.spire.presentation.charts.DisplayBlanksAsType
Gets displayBlanksAsType form value.
getdisplayEquation() - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the DisplayEquation.
getDisplayFill() - Method in class com.spire.presentation.TextCharacterProperties
Gets the text FillFormat properties.
getdisplayRSquaredValue() - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the DisplayRSquaredValue.
getDisplayUnit() - Method in class com.spire.presentation.charts.entity.ChartAxis
Returns or sets the unit label for the specified axis.
getDisplayUnit() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Returns or sets the unit label for the specified axis.
getDistance() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Specifies the distance from the center of the pie.
getDistance() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
The distance from the center of the pie chart is expressed as a percentage of the pie.
getDistance() - Method in class com.spire.presentation.drawing.InnerShadowEffect
Distance of shadow.
getDistance() - Method in class com.spire.presentation.drawing.InnerShadowNode
Distance of shadow.
getDistance() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Distance of shadow.
getDistance() - Method in class com.spire.presentation.drawing.OuterShadowNode
Distance of shadow.
getDistance() - Method in class com.spire.presentation.drawing.PresetShadow
Distance of shadow.
getDistance() - Method in class com.spire.presentation.drawing.PresetShadowNode
Distance of shadow.
getDistance() - Method in class com.spire.presentation.drawing.ReflectionEffect
Distance of reflection.
getDistance() - Method in class com.spire.presentation.drawing.ReflectionNode
Distance of reflection.
getDocumentProperty() - Method in class com.spire.presentation.Presentation
Gets Standard and custom document properties.
getDoughnutHoleSize() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Returns or sets the size of the hole in a doughnut chart.
getDpi() - Method in class com.spire.presentation.drawing.PictureFillFormat
Gets the dpi which is used to fill a picture.
getDrawIndicatedShape() - Method in class com.spire.presentation.Shape
 
getDrilldownProtection() - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
Indicates whether selecting subshapes of this object Disallow.
getDuration() - Method in class com.spire.presentation.drawing.animation.Timing
Length of animation (in seconds) Read/write .
getDuration() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Specifies the transition duration.take effect above office 2010.
getEastAsianFont() - Method in class com.spire.presentation.LocaleFonts
Gets the East Asian font.
getEastAsianFont() - Method in class com.spire.presentation.PortionFormatEx
 
getEastAsianFont() - Method in class com.spire.presentation.TextCharacterProperties
Gets the East Asian font info.
getEastAsianLineBreak() - Method in class com.spire.presentation.ParagraphPropertiesEx
Indicates whether the East Asian line break is used in a paragraph.
getEastAsianLineBreak() - Method in class com.spire.presentation.TextParagraphProperties
Indicates whether the East Asian line break is used in a paragraph.
getEditPointProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a resizing this shape Disallow.
getEditPointProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a direct changing of contour of this shape Disallow.
getEditPointProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a direct changing of contour of this shape Disallow.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartDataTable
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartEffectFormat
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.charts.entity.ChartWallsOrFloor
Gets effects used for a chart.
getEffect() - Method in interface com.spire.presentation.charts.entity.IChartEffectFormat
Gets effects used for a chart.
getEffect() - Method in interface com.spire.presentation.charts.IChart
Gets effects used for a chart.
getEffect() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets effects used for a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartDataTable
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartEffectFormat
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.charts.entity.ChartWallsOrFloor
Gets 3D format of a chart.
getEffect3D() - Method in interface com.spire.presentation.charts.entity.IChartEffectFormat
Gets 3D format of a chart.
getEffect3D() - Method in interface com.spire.presentation.charts.IChart
Gets 3D format of a chart.
getEffect3D() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets 3D format of a chart.
getEffectColor() - Method in class com.spire.presentation.ShapeStyleEx
Gets a shape's effect color.
getEffectDag() - Method in interface com.spire.presentation.charts.IChart
Gets the EffectFormat object which contains pixel effects applied to a shape.
getEffectDag() - Method in class com.spire.presentation.drawing.EffectStyle
Gets an effect format.
getEffectDag() - Method in interface com.spire.presentation.IAudio
Gets the EffectFormat object which contains pixel effects applied to a shape.
getEffectDag() - Method in interface com.spire.presentation.IAutoShape
Gets the EffectFormat object which contains pixel effects applied to a shape.
getEffectDag() - Method in interface com.spire.presentation.IEmbedImage
Gets the EffectFormat object which contains pixel effects applied to a shape.
getEffectDag() - Method in interface com.spire.presentation.IOleObject
Gets the EffectFormat object which contains pixel effects applied to a shape.
getEffectDag() - Method in interface com.spire.presentation.IShape
Gets the EffectFormat object which contains pixel effects applied to a shape.
getEffectDag() - Method in interface com.spire.presentation.ITable
Gets the EffectFormat object which contains pixel effects applied to a shape.
getEffectDag() - Method in interface com.spire.presentation.IVideo
Gets the EffectFormat object which contains pixel effects applied to a shape.
getEffectDag() - Method in class com.spire.presentation.PortionFormatEx
 
getEffectDag() - Method in class com.spire.presentation.Shape
Gets the EffectDag object which contains pixel effects applied to a shape.
getEffectDag() - Method in class com.spire.presentation.SlideBackground
Gets Effect Dag.
getEffectDag() - Method in class com.spire.presentation.TextCharacterProperties
Gets the text EffectFormat properties.
getEffectFillTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.EffectFillType
 
getEffectStyleIndex() - Method in class com.spire.presentation.ShapeStyleEx
Gets shape's effect column index in a style matrix.
getEffectStyles() - Method in class com.spire.presentation.drawing.FormatScheme
Gets a collection of theme defined effect styles.
getEffectSubtypeByID(TimeNodePresetClassType, AnimationEffectType, long) - Static method in class com.spire.presentation.drawing.animation.AnimationEffect
 
getEmbeddedVideoData() - Method in interface com.spire.presentation.IVideo
Gets embedded video object.
getEmbedImage() - Method in interface com.spire.presentation.IVideo
Gets an Video image.
getEmbedImage() - Method in class com.spire.presentation.PictureShape
Gets the embedded image.
getEmbedTrueTypeFonts() - Method in class com.spire.presentation.Presentation
Indicates whther embeds TrueType fonts in a document when it's saved.
getEndOpacity() - Method in class com.spire.presentation.drawing.ReflectionEffect
End reflection opacity.
getEndParagraph() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Ending text paragraph which effect is applied to.
getEndPosAlpha() - Method in class com.spire.presentation.drawing.ReflectionNode
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
getEndPosition() - Method in class com.spire.presentation.drawing.ReflectionEffect
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
getEndReflectionOpacity() - Method in class com.spire.presentation.drawing.ReflectionNode
End reflection opacity.
getEndShow() - Static method in class com.spire.presentation.ClickHyperlink
 
getEndSounds() - Method in class com.spire.presentation.ClickHyperlink
Indicates whether the sound should be stopped on hyperlink click.
getEndTime() - Method in class com.spire.presentation.AudioCD
Gets a last track time.
getEndTrack() - Method in class com.spire.presentation.AudioCD
Gets a last track index Read/write .
getEntryTextProperties() - Method in class com.spire.presentation.charts.entity.ChartLegend
Represent text properties of Legend Entry
getErrorBarNoEndCap() - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Indicates whether the EndCap is shown.
getErrorBarSimType() - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the ErrorBarSimpleType.
getErrorBarsXFormat() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets X-ErrorBar of a series.
getErrorBarsYFormat() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets Y-ErrorBar of a series.
getErrorBarVal() - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the value of a ErrorBar.
getErrorBarvType() - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the ErrorBarValueType.
getExtensionList() - Method in interface com.spire.presentation.ICommentAuthor
Gets the ExtensionList made by this author.
getExtrusionColor() - Method in class com.spire.presentation.ShapeThreeD
Gets the color of an extrusion.
getExtrusionHeight() - Method in class com.spire.presentation.ShapeThreeD
Gets the height of an extrusion effect.
getFadeDirection() - Method in class com.spire.presentation.drawing.ReflectionEffect
Specifies the direction to offset the reflection.
getFadeDirection() - Method in class com.spire.presentation.drawing.ReflectionNode
Specifies the direction to offset the reflection.
getField() - Method in class com.spire.presentation.PortionEx
Gets a field of this text range.
getFieldOfView() - Method in class com.spire.presentation.Camera
Camera field of view.
getFileName() - Method in interface com.spire.presentation.IAudio
Gets the name of an audio file.
getFill() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets fill style properties of a chart.
getFill() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Gets fill style properties of a chart.
getFill() - Method in class com.spire.presentation.charts.entity.ChartDataTable
Gets fill style properties of a chart.
getFill() - Method in class com.spire.presentation.charts.entity.ChartEffectFormat
Gets fill style properties of a chart.
getFill() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets fill style properties of a chart.
getFill() - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Gets fill style properties of a chart.
getFill() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets fill style properties of a chart.
getFill() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets fill style properties of a chart.
getFill() - Method in class com.spire.presentation.charts.entity.ChartWallsOrFloor
Gets fill style properties of a chart.
getFill() - Method in interface com.spire.presentation.charts.entity.IChartEffectFormat
Gets fill style properties of a chart.
getFill() - Method in interface com.spire.presentation.charts.IChart
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets fill style properties of a chart.
getFill() - Method in interface com.spire.presentation.IAudio
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in interface com.spire.presentation.IAutoShape
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in interface com.spire.presentation.IEmbedImage
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in interface com.spire.presentation.IOleObject
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in interface com.spire.presentation.IShape
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in interface com.spire.presentation.ITable
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in interface com.spire.presentation.IVideo
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in class com.spire.presentation.PortionFormatEx
 
getFill() - Method in class com.spire.presentation.Shape
Gets the FillFormat object that contains fill formatting properties for a shape.
getFill() - Method in class com.spire.presentation.SlideBackground
Gets a FillFormat for BackgroundType.OwnBackground fill.
getFill() - Method in class com.spire.presentation.TextCharacterProperties
Gets the text FillFormat properties.
getFillColor() - Method in class com.spire.presentation.ShapeStyleEx
Gets a shape's fill color.
getFillFormat() - Method in class com.spire.presentation.Cell
Gets a cell fill properties object.
getFillFormat() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets the fill format of a line.
getFillFormat() - Method in class com.spire.presentation.drawing.FillOverlayEffect
Fill format.
getFillFormat() - Method in class com.spire.presentation.TextLineFormat
Gets the fill format of a line.
getFillFormatTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.FillFormatType
 
getFillOverlayEffect() - Method in class com.spire.presentation.drawing.EffectDag
Fill overlay effect.
getFillRectangle() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getFillStyleIndex() - Method in class com.spire.presentation.ShapeStyleEx
Gets shape's fill column index in style matrices.
getFillStyles() - Method in class com.spire.presentation.drawing.FormatScheme
Gets a collection of theme defined fill styles.
getFillType() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the fill format type.
getFillType() - Method in class com.spire.presentation.drawing.FillFormat
Gets the type of filling.
getFillType() - Method in class com.spire.presentation.drawing.LineFillFormat
Gets the fill type.
getFillType() - Method in class com.spire.presentation.drawing.PictureFillFormat
Gets the picture fill mode.
getFillType() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the fill format type.
getFilterRevealTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.FilterRevealType
 
getFirstCol() - Method in interface com.spire.presentation.ITable
Indicates whether the first column of a table has to be drawn with a special formatting.
getFirstColumnIndex() - Method in class com.spire.presentation.Cell
Gets an index of first column, covered by the cell.
getFirstRow() - Method in interface com.spire.presentation.ITable
Indicates whether the first row of a table has to be drawn with a special formatting.
getFirstRowIndex() - Method in class com.spire.presentation.Cell
Gets an index of first row, covered by the cell.
getFirstSliceAngleInPieChart() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets or sets the angle of the pie-chart in degrees
getFirstSlide() - Static method in class com.spire.presentation.ClickHyperlink
 
getFirstSlideNumber() - Method in class com.spire.presentation.Presentation
Slide number that appears on the first slide in your presentation.
getFirstTextRange() - Method in class com.spire.presentation.ParagraphEx
First text range of text paragraph.
getFlip() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getFloor() - Method in interface com.spire.presentation.charts.IChart
Gets the floor of a 3D chart.
getFollowedHyperlink() - Method in class com.spire.presentation.drawing.ColorScheme
Color for the visited hyperlinks.
getFontAlignment() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets a font alignment in a paragraph.
getFontAlignment() - Method in class com.spire.presentation.TextParagraphProperties
Gets a font alignment in a paragraph.
getFontAlignmentTypeFromValue(long) - Static method in enum com.spire.presentation.FontAlignmentType
 
getFontCollectionIndex() - Method in class com.spire.presentation.ShapeStyleEx
Gets shape's font index in a font collection.
getFontCollectionIndexFromValue(long) - Static method in enum com.spire.presentation.FontCollectionIndex
 
getFontColor() - Method in class com.spire.presentation.ShapeStyleEx
Gets a shape's font color.
getFontHeight() - Method in class com.spire.presentation.PortionFormatEx
 
getFontHeight() - Method in class com.spire.presentation.TextCharacterProperties
Gets the font height of a text range.
getFontMinSize() - Method in class com.spire.presentation.PortionFormatEx
 
getFontMinSize() - Method in class com.spire.presentation.TextCharacterProperties
Gets the minimal font size.
getFontName() - Method in class com.spire.presentation.TextFont
Gets the font name.
getFontName(Theme) - Method in class com.spire.presentation.TextFont
Gets the font name, replacing theme referrence with an actual font used.
getFontScheme() - Method in class com.spire.presentation.MasterTheme
Gets the font scheme.
getFontScheme() - Method in class com.spire.presentation.Theme
Gets the font scheme.
getFooterVisible() - Method in class com.spire.presentation.Presentation
Gets value .Specifies whether the Footer placeholder is enabled for this master
getForegroundColor() - Method in class com.spire.presentation.drawing.PatternFillFormat
Gets the foreground pattern color.
getFormat() - Method in interface com.spire.presentation.IDocumentProperty
Gets the intended format of a presentation.
getFormat() - Method in class com.spire.presentation.PortionEx
Gets text range's formatting.
getFormat() - Method in class com.spire.presentation.TextCharacterProperties
Gets the text range format for this object.
getFormatAndVersion() - Method in class com.spire.presentation.Presentation
Gets the the Format and Version of file.
getFormatScheme() - Method in class com.spire.presentation.MasterTheme
Gets the shape format scheme.
getFormatScheme() - Method in class com.spire.presentation.Theme
Gets the shape format scheme.
getFormatThreeDFormat() - Method in class com.spire.presentation.drawing.EffectStyle
Gets an 3d format.
getforward() - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Forward.
getFrame() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the shape frame's properties.
getFrame() - Method in interface com.spire.presentation.IAudio
Gets the shape frame's properties.
getFrame() - Method in interface com.spire.presentation.IAutoShape
Gets or sets the shape frame's properties.
getFrame() - Method in interface com.spire.presentation.IEmbedImage
Gets the shape frame's properties.
getFrame() - Method in interface com.spire.presentation.IOleObject
Gets the shape frame's properties.
getFrame() - Method in interface com.spire.presentation.IShape
Gets the shape frame's properties.
getFrame() - Method in interface com.spire.presentation.ITable
Gets the shape frame's properties.
getFrame() - Method in interface com.spire.presentation.IVideo
Gets the shape frame's properties.
getFrame() - Method in class com.spire.presentation.OleObject
Gets control's frame.
getFrame() - Method in class com.spire.presentation.Shape
Gets the shape frame's properties.
getFrom() - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
Indicates the starting color of behavior.
getFrom() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
Specifies an x/y co-ordinate to start the animation from (in percents).
getFrom() - Method in class com.spire.presentation.drawing.animation.AnimationProperty
Indicates the starting value of the animation.
getFrom() - Method in class com.spire.presentation.drawing.animation.AnimationRotation
Indicates the starting value for the animation.
getFrom() - Method in class com.spire.presentation.drawing.animation.AnimationScale
Indicates Starting the animation from (in percents).
getFromBlack() - Method in class com.spire.presentation.drawing.transition.OptionalBlackTransition
This attribute specifies if the transition will start from a black screen (and then transition the new slide over black).
getFullScreenMode() - Method in interface com.spire.presentation.IVideo
Indicates whether a video is shown in full screen mode.
getG() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the green component of a color.
getGapDepth() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.
getGapWidth() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the space between bar or column clusters, as a percentage of the bar or column width.
getGlowEffect() - Method in class com.spire.presentation.drawing.EffectDag
Glow effect.
getGradient() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets the Gradient fill format.
getGradient() - Method in class com.spire.presentation.drawing.FillFormat
Gets the gradient fill format.
getGradient() - Method in class com.spire.presentation.drawing.LineFillFormat
Gets the gradient fill format.
getGradient() - Method in class com.spire.presentation.TextLineFormat
Gets the Gradient fill format.
getGradientShape() - Method in class com.spire.presentation.drawing.GradientFillFormat
Gets the shape of a gradient.
getGradientShapeTypeFromValue(int) - Static method in enum com.spire.presentation.drawing.GradientShapeType
 
getGradientStops() - Method in class com.spire.presentation.drawing.GradientFillFormat
Gets the collection of gradient stops.
getGradientStyle() - Method in class com.spire.presentation.drawing.GradientFillFormat
Gets the style of a gradient.
getGridLine() - Method in interface com.spire.presentation.charts.IChart
Gets line style properties of a chart.
getGroupingProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether an adding this shape to a group Disallow.
getGroupingProtection() - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
Indicates whether an adding this shape to a group Disallow.
getGroupingProtection() - Method in class com.spire.presentation.GroupShapeLocking
Indicates whether an adding this shape to a group Disallow.
getGroupingProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether an adding this shape to a group Disallow.
getGroupingProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether an adding this shape to a group Disallow.
getGrow() - Method in class com.spire.presentation.drawing.BlurNode
Indicates whether effect spreads beyond shape border.
getHandoutMaster() - Method in class com.spire.presentation.Presentation
Gets a master for all notes slides of this presentation.
getHangingPunctuation() - Method in class com.spire.presentation.ParagraphPropertiesEx
Indicates whether the hanging punctuation is used in a paragraph.
getHangingPunctuation() - Method in class com.spire.presentation.TextParagraphProperties
Indicates whether the hanging punctuation is used in a paragraph.
getHeight() - Method in class com.spire.presentation.Cell
Gets the height of the cell.
getHeight() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets the height of a legend.
getHeight() - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Get the Height of plot area.
getHeight() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets or sets the height of a legend in points.
getHeight() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the height of the shape.
getHeight() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets the height of a frame.
getHeight() - Method in interface com.spire.presentation.drawing.IImageData
Gets a height of an image.
getHeight() - Method in interface com.spire.presentation.IAudio
Gets the height of the shape.
getHeight() - Method in interface com.spire.presentation.IAutoShape
Gets the height of the shape.
getHeight() - Method in interface com.spire.presentation.IEmbedImage
Gets the height of the shape.
getHeight() - Method in interface com.spire.presentation.IOleObject
Gets the height of the shape.
getHeight() - Method in interface com.spire.presentation.IShape
Gets the height of the shape.
getHeight() - Method in interface com.spire.presentation.ITable
Gets the height of the shape.
getHeight() - Method in interface com.spire.presentation.IVideo
Gets the height of the shape.
getHeight() - Method in class com.spire.presentation.RelativeRectangle
 
getHeight() - Method in class com.spire.presentation.Shape
Gets the height of the shape.
getHeight() - Method in class com.spire.presentation.ShapeBevelStyle
Bevel height.
getHeight() - Method in class com.spire.presentation.TableRow
Gets the height of a row.
getHidden() - Method in interface com.spire.presentation.ISlide
Indicates whether the specified slide is hidden during a slide show.
getHideAtShowing() - Method in interface com.spire.presentation.IVideo
Indicates whether an AudioFrame is hidden.
getHighlightColor() - Method in class com.spire.presentation.PortionFormatEx
 
getHighlightColor() - Method in class com.spire.presentation.TextCharacterProperties
Gets the color used to highlight a text.
getHistory() - Method in class com.spire.presentation.ClickHyperlink
Indicates whether the target will be added to a list.
getHorizontalBanding() - Method in interface com.spire.presentation.ITable
Indicates whether the even rows has to be drawn with a different formatting.
getHorizontalOffset() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getHorizontalScale() - Method in class com.spire.presentation.drawing.ReflectionEffect
Specifies the horizontal scaling factor, negative scaling causes a flip.
getHorizontalScalingFactor() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Specifies the horizontal scaling factor, negative scaling causes a flip.
getHorizontalSkew() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Specifies the horizontal skew angle.
getHorizontalSkew() - Method in class com.spire.presentation.drawing.ReflectionEffect
Specifies the horizontal skew angle.
getHue() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the hue component of a color in HSL representation.
getHyperlinkBase() - Method in interface com.spire.presentation.IDocumentProperty
Gets the HyperlinkBase document property.
getHyperlinkColor() - Method in class com.spire.presentation.drawing.ColorScheme
Color for the hyperlinks.
getID() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Specifies which data label are applied properties.
getID() - Method in class com.spire.presentation.charts.LegendEntry
 
getId() - Method in interface com.spire.presentation.ICommentAuthor
Gets the author's id.
getId() - Method in interface com.spire.presentation.IShape
 
getId() - Method in class com.spire.presentation.Shape
 
getImage() - Method in interface com.spire.presentation.drawing.IImageData
Gets the copy of an image.
getImages() - Method in class com.spire.presentation.Presentation
Gets the collection of all images.
getImageTransform() - Method in class com.spire.presentation.drawing.PictureDataEx
Gets the collection of image transform effects.
getIndent() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets text indentation in a paragraph.
getIndent() - Method in class com.spire.presentation.TextParagraphProperties
Gets text indentation in a paragraph.
getIndex() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
This index of collection.
getIndex() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets the index of a series.
getIndex() - Method in class com.spire.presentation.PlaceholderEx
Gets the index of a placeholder.
getInitials() - Method in interface com.spire.presentation.ICommentAuthor
Gets or sets the author's Initials.
getInnerShadowEffect() - Method in class com.spire.presentation.drawing.EffectDag
Inner shadow.
getInteractiveSequences() - Method in class com.spire.presentation.drawing.animation.TimeLine
Gets collection of interactive sequences.
getintercept() - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Intercept.Supported only exp,line or poly type.
getInvalidUrl() - Method in class com.spire.presentation.ClickHyperlink
 
getInvertIfNegative() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Indicates whether invert its colors if the value is negative.
getInvertIfNegative() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Specifies invert colors if the value is negative
getIterateTimeValue() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
if the value is less than 0, this element describes the duration of the iteration interval in absolute time.
getIterateType() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
getJoinStyle() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the lines join style.
getJoinStyle() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the lines join style.
getKey(int) - Method in class com.spire.presentation.collections.TagList
Gets key of a tag at the specified index.
getKeywords() - Method in interface com.spire.presentation.IDocumentProperty
Gets or sets the keywords of a presentation.
getKnownColor() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the color preset.
getKnownColorsFromValue(long) - Static method in enum com.spire.presentation.KnownColors
 
getKumimoji() - Method in class com.spire.presentation.PortionFormatEx
 
getKumimoji() - Method in class com.spire.presentation.TextCharacterProperties
Indicates whether use eastern language-specific vertical text layout.
getLabelValueVisible() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label percentage value display behavior.
getLabelValueVisible() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Indicates chart's data label value display behavior.
getLanguage() - Method in class com.spire.presentation.PortionFormatEx
 
getLanguage() - Method in class com.spire.presentation.TextCharacterProperties
Gets the language.
getLastCol() - Method in interface com.spire.presentation.ITable
Indicates whether the last column of a table has to be drawn with a special formatting.
getLastIndex() - Method in interface com.spire.presentation.ICommentAuthor
Gets LastIndex.
getLastPrinted() - Method in interface com.spire.presentation.IDocumentProperty
Gets the date when a presentation was printed last time.
getLastRow() - Method in interface com.spire.presentation.ITable
Indicates whether the last row of a table has to be drawn with a special formatting.
getLastSavedBy() - Method in interface com.spire.presentation.IDocumentProperty
Gets the name of a last person who modified a presentation.
getLastSavedTime() - Method in interface com.spire.presentation.IDocumentProperty
Gets the date when a presentation was modified last time.
getLastSlide() - Static method in class com.spire.presentation.ClickHyperlink
 
getLastViewedSlide() - Static method in class com.spire.presentation.ClickHyperlink
 
getLatinFont() - Method in class com.spire.presentation.LocaleFonts
Gets or sets the Latin font.
getLatinFont() - Method in class com.spire.presentation.PortionFormatEx
 
getLatinFont() - Method in class com.spire.presentation.TextCharacterProperties
Gets the Latin font info.
getLatinLineBreak() - Method in class com.spire.presentation.ParagraphPropertiesEx
Indicates whether the Latin line break is used in a paragraph.
getLatinLineBreak() - Method in class com.spire.presentation.TextParagraphProperties
Indicates whether the Latin line break is used in a paragraph.
getLayout() - Method in interface com.spire.presentation.ISlide
get the layout.
getLayoutPrototype() - Method in interface com.spire.presentation.IShape
Get the shape's prototype in layout
getLayouts() - Method in interface com.spire.presentation.IMasterSlide
Returns the collection of layout slides.
getLayoutType() - Method in interface com.spire.presentation.diagrams.ISmartArt
Return layout of smartart object
getLayoutType() - Method in interface com.spire.presentation.ILayout
Gets layout type of this layout slide.
getLblOffset() - Method in class com.spire.presentation.charts.entity.ChartAxis
Get LblOffset
getLeaderLines() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets LeaderLines of chart.
getLeaderLinesVisible() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Indicates chart's data label leader line display behavior.
getLeft() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets the x coordinate of a legend.
getLeft() - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Gets the upper left corner of plot area bounding box in range from 0 to 1 of chart area.
getLeft() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets or sets the x coordinate of a legend in points.
getLeft() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the x-coordinate of the upper-left corner of the shape.
getLeft() - Method in class com.spire.presentation.Comment
Represents the distance in points from the left edge of the comment to the left edge of the slide.
getLeft() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets the X coordinate of the upper-left corner of a frame.
getLeft() - Method in interface com.spire.presentation.IAudio
Gets the x-coordinate of the upper-left corner of the shape.
getLeft() - Method in interface com.spire.presentation.IAutoShape
Gets the x-coordinate of the upper-left corner of the shape.
getLeft() - Method in interface com.spire.presentation.IEmbedImage
Gets or sets the x-coordinate of the upper-left corner of the shape.
getLeft() - Method in interface com.spire.presentation.IOleObject
Gets the x-coordinate of the upper-left corner of the shape.
getLeft() - Method in interface com.spire.presentation.IShape
Gets the x-coordinate of the upper-left corner of the shape.
getLeft() - Method in interface com.spire.presentation.ITable
Gets the x-coordinate of the upper-left corner of the shape.
getLeft() - Method in interface com.spire.presentation.IVideo
Gets the x-coordinate of the upper-left corner of the shape.
getLeft() - Method in class com.spire.presentation.RelativeRectangle
 
getLeft() - Method in class com.spire.presentation.Shape
Gets the x-coordinate of the upper-left corner of the shape.
getLeftMargin() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the left margin in a paragraph.
getLeftMargin() - Method in class com.spire.presentation.TextParagraphProperties
Gets the left margin in a paragraph.
getLegendEntrys() - Method in class com.spire.presentation.charts.entity.ChartLegend
 
getLegendKeyVisible() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label legend key display behavior.
getLegendKeyVisible() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Indicates chart's data label legend key display behavior.
getLevel() - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Nesting level of node.
getLevel() - Method in class com.spire.presentation.TextParagraphProperties
Gets a level of a paragraph.
getLight1() - Method in class com.spire.presentation.drawing.ColorScheme
First light color in the scheme.
getLight2() - Method in class com.spire.presentation.drawing.ColorScheme
Second light color in the scheme.
getLightingDirectionTypeFromValue(long) - Static method in enum com.spire.presentation.LightingDirectionType
 
getLightRig() - Method in class com.spire.presentation.drawing.FormatThreeD
Gets the type of a light.
getLine() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets line style properties of a chart.
getLine() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Gets line style properties of a chart.
getLine() - Method in class com.spire.presentation.charts.entity.ChartDataTable
Gets line style properties of a chart.
getLine() - Method in class com.spire.presentation.charts.entity.ChartEffectFormat
Gets line style properties of a chart.
getLine() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets line style properties of a chart
getLine() - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Gets line style properties of a chart.
getLine() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets line style properties of a chart.
getLine() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets line style properties of a chart.
getLine() - Method in interface com.spire.presentation.charts.entity.IChartEffectFormat
Gets line style properties of a chart.
getLine() - Method in interface com.spire.presentation.charts.IChart
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets a Line of a ErrorBar.
getLine() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets line style properties of a chart.
getLine() - Method in class com.spire.presentation.GroupShape
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in interface com.spire.presentation.IAudio
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in interface com.spire.presentation.IAutoShape
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in interface com.spire.presentation.IEmbedImage
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in interface com.spire.presentation.IOleObject
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in interface com.spire.presentation.IShape
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in interface com.spire.presentation.ITable
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in interface com.spire.presentation.IVideo
Gets the LineFormat object that contains line formatting properties for a shape.
getLine() - Method in class com.spire.presentation.Shape
Gets the LineFormat object that contains line formatting properties for a shape.
getLinearGradientFill() - Method in class com.spire.presentation.drawing.GradientFillFormat
 
getLineBeginLength() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead length at the beginning of a line.
getLineBeginLength() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the arrowhead length at the beginning of a line.
getLineBeginType() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead style at the beginning of a line.
getLineBeginType() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the arrowhead style at the beginning of a line.
getLineBeginWidth() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead width at the beginning of a line.
getLineBeginWidth() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the arrowhead width at the beginning of a line.
getLineCapStyleFromValue(long) - Static method in enum com.spire.presentation.LineCapStyle
 
getLineColor() - Method in class com.spire.presentation.ShapeStyleEx
Gets a shape's outline color.
getLineDashStyleTypeFromValue(long) - Static method in enum com.spire.presentation.LineDashStyleType
 
getLineEndLength() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead length at the end of a line.
getLineEndLength() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the arrowhead length at the end of a line.
getLineEndLengthFromValue(int) - Static method in enum com.spire.presentation.LineEndLength
 
getLineEndType() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead style at the end of a line.
getLineEndType() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the arrowhead style at the end of a line.
getLineEndWidth() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead width at the end of a line.
getLineEndWidth() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the arrowhead width at the end of a line.
getLineJoinTypeFromValue(long) - Static method in enum com.spire.presentation.LineJoinType
 
getLineSpacing() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the amount of space between base lines in a paragraph.
getLineSpacing() - Method in class com.spire.presentation.PortionFormatEx
 
getLineSpacing() - Method in class com.spire.presentation.TextCharacterProperties
Gets the line spacing.
getLineSpacing() - Method in class com.spire.presentation.TextParagraphProperties
Gets the amount of space between base lines in a paragraph.
getLineStyleIndex() - Method in class com.spire.presentation.ShapeStyleEx
Gets ine's column index in a style matrix.
getLineStyles() - Method in class com.spire.presentation.drawing.FormatScheme
Gets a collection of theme defined line styles.
getLinkFilePath() - Method in interface com.spire.presentation.IOleObject
Gets the full path to a linked file.
getLinkPathLong() - Method in interface com.spire.presentation.IVideo
Gets the name of an audio file which is linked to a VideoFrame.
getLinkShortFilePath() - Method in interface com.spire.presentation.IOleObject
Gets the full path to a linked file.
getListLevelTextStyle(int) - Method in class com.spire.presentation.TextStyle
If level of style exist returns it, otherwise returns null.
getLocking() - Method in interface com.spire.presentation.IAutoShape
Gets shape's locks.
getLogScale() - Method in class com.spire.presentation.charts.entity.ChartAxis
Gets or sets the logarithmic base.
getLogScale() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets or sets the logarithmic base.
getLoop() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
This attribute specifies if the sound will loop until the next sound event occurs in slideshow.
getLuminance() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the luminance component of a color in HSL representation.
getMainSequence() - Method in class com.spire.presentation.drawing.animation.TimeLine
Gets main sequence which may contain only main effects collection.
getMajorFont() - Method in class com.spire.presentation.FontScheme
Gets the fonts collection for a "heading" part of the slide.
getMajorGridTextLines() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents major gridlines on a chart axis.
getMajorGridTextLines() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents major gridlines on a chart axis.
getMajorTickMark() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents major tick marks.
getMajorTickMark() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents major tick marks.
getMajorUnit() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the major units for the axis.
getMajorUnit() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the major units for the axis.
getMajorUnitScale() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the major unit scale for the category axis.
getMajorUnitScale() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the major unit scale for the category axis.
getManager() - Method in interface com.spire.presentation.IDocumentProperty
Gets the manager property.
getMarginBottom() - Method in class com.spire.presentation.Cell
Gets the bottom margin in a TextFrame.
getMarginBottom() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the bottom margin (points) in a TextFrame.
getMarginLeft() - Method in class com.spire.presentation.Cell
Gets the left margin in a TextFrame.
getMarginLeft() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the left margin (points) in a TextFrame.
getMarginRight() - Method in class com.spire.presentation.Cell
Gets the right margin in a TextFrame.
getMarginRight() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the right margin (points) in a TextFrame.
getMarginTop() - Method in class com.spire.presentation.Cell
Gets the top margin in a TextFrame.
getMarginTop() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the top margin (points) in a TextFrame.
getMarkerFill() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Represents the formatting properties for marker.
getMarkerFill() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets or sets the marker fill
getMarkerSize() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Represents the marker size in a line chart, scatter chart, or radar chart.
getMarkerSize() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Represents the marker size in a line chart, scatter chart, or radar chart.
getMarkerStyle() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Represents the marker style in a line chart, scatter chart, or radar chart.
getMarkerStyle() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Represents the marker style in a line chart, scatter chart, or radar chart.
getMasters() - Method in class com.spire.presentation.Presentation
Gets a list of all master slides.
getMasterSlideID() - Method in interface com.spire.presentation.ISlide
Gets the ID of a masterslide.
getMaxValue() - Method in class com.spire.presentation.charts.entity.ChartAxis
Get Maximum value on axis.
getMaxValue() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Maximum value on axis.
getMaxWidth() - Method in interface com.spire.presentation.ITextFrameProperties
 
getMinimalHeight() - Method in class com.spire.presentation.Cell
Gets the minimum height of a cell.
getMinorFont() - Method in class com.spire.presentation.FontScheme
Gets the fonts collection for a "body" part of the slide.
getMinorGridLines() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents minor gridlines on a chart axis.
getMinorGridLines() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents minor gridlines on a chart axis.
getMinorTickMark() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the type of minor tick mark for the specified axis.
getMinorTickMark() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the type of minor tick mark for the specified axis.
getMinorUnit() - Method in class com.spire.presentation.charts.entity.ChartAxis
Get Value of minor increment.
getMinorUnit() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Value of minor increment.
getMinorUnitScale() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the major unit scale for the category axis.
getMinorUnitScale() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the major unit scale for the category axis.
getMinusVal() - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the Minus value of a ErrorBar.
getMinValue() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the minimum value on the value axis.
getMinValue() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the minimum value on the value axis.
getMiterLimit() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the miter limit of a line.
getMiterLimit() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the miter limit of a line.
getMotionCmdPaths() - Method in class com.spire.presentation.drawing.animation.MotionPath
 
getMotionPoints() - Method in class com.spire.presentation.drawing.animation.MotionCmdPathEx
Specifies points of command.
getMouseOver() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the hyperlink defined for mouse over.
getMouseOver() - Method in interface com.spire.presentation.IAudio
Gets the hyperlink defined for mouse over.
getMouseOver() - Method in interface com.spire.presentation.IAutoShape
Gets the hyperlink defined for mouse over.
getMouseOver() - Method in interface com.spire.presentation.IEmbedImage
Gets the hyperlink defined for mouse over.
getMouseOver() - Method in interface com.spire.presentation.IOleObject
Gets the hyperlink defined for mouse over.
getMouseOver() - Method in interface com.spire.presentation.IShape
Gets the hyperlink defined for mouse over.
getMouseOver() - Method in interface com.spire.presentation.ITable
Gets the hyperlink defined for mouse over.
getMouseOver() - Method in interface com.spire.presentation.IVideo
Gets the hyperlink defined for mouse over.
getMouseOver() - Method in class com.spire.presentation.PortionFormatEx
 
getMouseOver() - Method in class com.spire.presentation.Shape
Gets he hyperlink defined for mouse over.
getMouseOverAction() - Method in class com.spire.presentation.TextCharacterProperties
Gets the hyperlink defined for mouse over.
getName() - Method in class com.spire.presentation.ActiveSlide
Gets or sets the name of a slide.
getName() - Method in enum com.spire.presentation.AudioPlayMode
 
getName() - Method in enum com.spire.presentation.AudioVolumeType
 
getName() - Method in enum com.spire.presentation.charts.AxisPositionType
Get the name
getName() - Method in enum com.spire.presentation.charts.ChartBaseUnitType
Get the name
getName() - Method in enum com.spire.presentation.charts.ChartCrossesType
Get the name
getName() - Method in enum com.spire.presentation.charts.ChartDataLabelPosition
Get the name
getName() - Method in enum com.spire.presentation.charts.ChartDisplayUnitType
Get the name
getName() - Method in enum com.spire.presentation.charts.ChartLegendPositionType
Get the name
getName() - Method in enum com.spire.presentation.charts.ChartMarkerType
Get the name
getName() - Method in enum com.spire.presentation.charts.ChartShapeType
Gets the name
getName() - Method in enum com.spire.presentation.charts.ChartStyle
Gets the name
getName() - Method in enum com.spire.presentation.charts.ChartType
Gets the name.
getName() - Method in enum com.spire.presentation.charts.CrossBetweenType
get the name.
getName() - Method in enum com.spire.presentation.charts.DataLabelShapeType
Gets the name
getName() - Method in enum com.spire.presentation.charts.DisplayBlanksAsType
Gets the name.
getName() - Method in enum com.spire.presentation.charts.ErrorBarSimpleType
Gets the name.
getName() - Method in enum com.spire.presentation.charts.ErrorValueType
Gets the name.
getName() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the name of a shape.
getName() - Method in enum com.spire.presentation.charts.InteriorColorPattern
Gets the name.
getName() - Method in enum com.spire.presentation.charts.PictureType
Gets the name.
getName() - Method in enum com.spire.presentation.charts.TickLabelPositionType
Gets the name.
getName() - Method in enum com.spire.presentation.charts.TickMarkType
Gets the name.
getName() - Method in enum com.spire.presentation.charts.TrendlineSimpleType
Gets the name.
getName() - Method in enum com.spire.presentation.diagrams.SmartArtColorType
 
getName() - Method in enum com.spire.presentation.diagrams.SmartArtLayoutType
 
getName() - Method in enum com.spire.presentation.diagrams.SmartArtStyleType
 
getName() - Method in enum com.spire.presentation.Direction
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationAmountType
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationCalculationMode
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationColorDirection
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationColorspace
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationCommandType
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationEffectSubtype
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationEffectType
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationMotionOrigin
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationMotionPathEditMode
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationRestartType
 
getName() - Method in enum com.spire.presentation.drawing.animation.AnimationTriggerType
 
getName() - Method in enum com.spire.presentation.drawing.animation.BehaviorAccumulateType
 
getName() - Method in enum com.spire.presentation.drawing.animation.BehaviorAdditiveType
 
getName() - Method in enum com.spire.presentation.drawing.animation.EffectFillType
 
getName() - Method in enum com.spire.presentation.drawing.animation.FilterEffectSubtype
 
getName() - Method in enum com.spire.presentation.drawing.animation.FilterEffectType
 
getName() - Method in enum com.spire.presentation.drawing.animation.FilterRevealType
 
getName() - Method in enum com.spire.presentation.drawing.animation.MotionPathPointsType
 
getName() - Method in enum com.spire.presentation.drawing.animation.ParagraphBuildType
 
getName() - Method in enum com.spire.presentation.drawing.animation.PropertyValueType
 
getName() - Method in enum com.spire.presentation.drawing.animation.TimeNodePresetClassType
 
getName() - Method in enum com.spire.presentation.drawing.BackgroundType
 
getName() - Method in enum com.spire.presentation.drawing.BevelColorType
 
getName() - Method in enum com.spire.presentation.drawing.BevelPresetType
 
getName() - Method in enum com.spire.presentation.drawing.BlackWhiteMode
 
getName() - Method in enum com.spire.presentation.drawing.BlendMode
 
getName() - Method in enum com.spire.presentation.drawing.ColorSchemeIndex
 
getName() - Method in enum com.spire.presentation.drawing.ColorType
 
getName() - Method in enum com.spire.presentation.drawing.FillFormatType
 
getName() - Method in enum com.spire.presentation.drawing.GradientShapeType
 
getName() - Method in enum com.spire.presentation.drawing.GradientStyle
 
getName() - Method in enum com.spire.presentation.drawing.PatternFillType
 
getName() - Method in enum com.spire.presentation.drawing.PenAlignmentType
 
getName() - Method in enum com.spire.presentation.drawing.PictureFillType
 
getName() - Method in enum com.spire.presentation.drawing.SchemeColor
 
getName() - Method in enum com.spire.presentation.drawing.transition.GlitterTransitionDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionCornerDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionEightDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionFlythroughInOutDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionInOutDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionRevealLRDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionShredInOutDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionSideDirectionType
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionSoundMode
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionSpeed
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionSplitDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionTwoDirection
 
getName() - Method in enum com.spire.presentation.drawing.transition.TransitionType
 
getName() - Method in enum com.spire.presentation.FileFormat
 
getName() - Method in enum com.spire.presentation.FontAlignmentType
 
getName() - Method in enum com.spire.presentation.FontCollectionIndex
 
getName() - Method in class com.spire.presentation.FontScheme
Gets the font scheme name.
getName() - Method in enum com.spire.presentation.FormatAndVersion
 
getName() - Method in enum com.spire.presentation.HyperlinkActionType
 
getName() - Method in interface com.spire.presentation.IAudio
Gets the name of a shape.
getName() - Method in interface com.spire.presentation.IAutoShape
Gets the name of a shape.
getName() - Method in interface com.spire.presentation.ICommentAuthor
Gets the author's name.
getName() - Method in interface com.spire.presentation.IEmbedImage
Gets the name of a shape.
getName() - Method in interface com.spire.presentation.ILayout
Gets the name of this layout.
getName() - Method in interface com.spire.presentation.IMasterSlide
Gets or sets the name of a slide.
getName() - Method in enum com.spire.presentation.ImportDataFormat
 
getName() - Method in interface com.spire.presentation.INoteMasterSlide
Gets the name of a slide.
getName() - Method in interface com.spire.presentation.IOleObject
Gets the name of a shape.
getName() - Method in interface com.spire.presentation.IShape
Gets the name of a shape.
getName() - Method in interface com.spire.presentation.ISlide
Gets the name of a slide.
getName() - Method in interface com.spire.presentation.ITable
Gets the name of a shape.
getName() - Method in interface com.spire.presentation.IVideo
Gets the name of a shape.
getName() - Method in enum com.spire.presentation.KnownColors
 
getName() - Method in enum com.spire.presentation.LightingDirectionType
 
getName() - Method in enum com.spire.presentation.LineCapStyle
 
getName() - Method in enum com.spire.presentation.LineDashStyleType
 
getName() - Method in enum com.spire.presentation.LineEndLength
 
getName() - Method in enum com.spire.presentation.LineEndType
 
getName() - Method in enum com.spire.presentation.LineEndWidth
 
getName() - Method in enum com.spire.presentation.LineJoinType
 
getName() - Method in enum com.spire.presentation.MetaCharacterType
 
getName() - Method in enum com.spire.presentation.NumberedBulletStyle
 
getName() - Method in class com.spire.presentation.OleObject
Gets the name of this control.
getName() - Method in enum com.spire.presentation.PlaceholderSize
 
getName() - Method in enum com.spire.presentation.PlaceholderType
 
getName() - Method in enum com.spire.presentation.PresetCameraType
 
getName() - Method in enum com.spire.presentation.PresetLightRigType
 
getName() - Method in enum com.spire.presentation.PresetMaterialType
 
getName() - Method in enum com.spire.presentation.PresetShadowValue
 
getName() - Method in enum com.spire.presentation.RectangleAlignment
 
getName() - Method in class com.spire.presentation.Section
 
getName() - Method in class com.spire.presentation.Shape
Gets the name of a shape.
getName() - Method in class com.spire.presentation.ShapeAdjust
Gets a name of this adjustment value.
getName() - Method in enum com.spire.presentation.ShapeElementFillSource
 
getName() - Method in enum com.spire.presentation.ShapeElementStrokeSource
 
getName() - Method in enum com.spire.presentation.ShapeType
 
getName() - Method in class com.spire.presentation.SlideColorScheme
Gets a name of this scheme.
getName() - Method in enum com.spire.presentation.SlideLayoutType
 
getName() - Method in enum com.spire.presentation.SlideOrienation
 
getName() - Method in enum com.spire.presentation.SlideSizeType
 
getName() - Method in enum com.spire.presentation.SystemColorType
 
getName() - Method in enum com.spire.presentation.TabAlignmentType
 
getName() - Method in enum com.spire.presentation.TableStylePreset
 
getName() - Method in enum com.spire.presentation.TextAlignmentType
 
getName() - Method in enum com.spire.presentation.TextAnchorType
 
getName() - Method in enum com.spire.presentation.TextAutofitType
 
getName() - Method in enum com.spire.presentation.TextBulletType
 
getName() - Method in enum com.spire.presentation.TextCapType
 
getName() - Method in enum com.spire.presentation.TextHorizontalOverflowType
 
getName() - Method in enum com.spire.presentation.TextLineStyle
 
getName() - Method in enum com.spire.presentation.TextShapeType
 
getName() - Method in enum com.spire.presentation.TextStrikethroughType
 
getName() - Method in enum com.spire.presentation.TextUnderlineType
 
getName() - Method in enum com.spire.presentation.TextVerticalOverflowType
 
getName() - Method in class com.spire.presentation.Theme
Gets the name of a theme.
getName() - Method in enum com.spire.presentation.TileFlipMode
 
getName() - Method in enum com.spire.presentation.TriState
 
getName() - Method in enum com.spire.presentation.VerticalTextType
 
getName() - Method in enum com.spire.presentation.VideoPlayMode
 
getNamedRange() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets collection of cells with series names.
getNextSlide() - Static method in class com.spire.presentation.ClickHyperlink
 
getNoAction() - Static method in class com.spire.presentation.ClickHyperlink
 
getNodeByPosition(int) - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Get node by selected position
getNodes() - Method in interface com.spire.presentation.diagrams.ISmartArt
Gets collections of nodes in SmartArt object
getNoProofing() - Method in class com.spire.presentation.PortionFormatEx
 
getNoProofing() - Method in class com.spire.presentation.TextCharacterProperties
Indicates whether the text would be proofed.
getNormaliseHeight() - Method in class com.spire.presentation.PortionFormatEx
 
getNormalizeHeights() - Method in class com.spire.presentation.TextCharacterProperties
Indicates whether the height of a text should be normalized.
getNormalVector() - Method in class com.spire.presentation.drawing.Backdrop
Gets a normal vector.
getNotesMaster() - Method in class com.spire.presentation.Presentation
Gets a master for all notes slides of this presentation.
getNotesSlide() - Method in interface com.spire.presentation.ISlide
Gets the notes slide for the current slide.
getNotesSlideSize() - Method in class com.spire.presentation.Presentation
Gets note slide size object.
getNotesTextFrame() - Method in class com.spire.presentation.NotesSlide
Gets a TextFrame with notes' text if there is one.
getNumberedBulletStartWith() - Method in class com.spire.presentation.TextParagraphProperties
Gets the first number which is used for group of numbered bullets.
getNumberedBulletStyle() - Method in class com.spire.presentation.TextParagraphProperties
Gets the style of a numbered bullet.
getNumberedBulletStyleFromValue(long) - Static method in enum com.spire.presentation.NumberedBulletStyle
 
getNumberFormat() - Method in class com.spire.presentation.charts.entity.ChartAxis
Gets number format string.
getNumberFormat() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates the format string for the DataLabels object.
getNumberFormat() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets or sets number format string.
getNumberFormat() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Represents the format string for the DataLabels object.
getNumberValue() - Method in class com.spire.presentation.charts.entity.CellRange
Gets number value.
getObjectName() - Method in interface com.spire.presentation.IOleObject
Gets the name of an object.
getOffsetX() - Method in class com.spire.presentation.Cell
Gets a distance from left side of a table to left side of a cell.
getOffsetY() - Method in class com.spire.presentation.Cell
Gets a distance from top side of a table to top side of a cell.
getOption() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Option of transition
getOrCreateListLevelTextStyle(int) - Method in class com.spire.presentation.TextStyle
If level of style exist returns it, otherwise create and returns it.
getOrder() - Method in class com.spire.presentation.SaveToPdfOption
 
getOrderForPrint() - Method in class com.spire.presentation.Presentation
The order of Print.
getOrientation() - Method in class com.spire.presentation.PlaceholderEx
Gets the orientation of a placeholder.
getOrientation() - Method in class com.spire.presentation.SlideSize
Gets the slide orientation.
getOrigin() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
Specifies what the origin of the motion path is relative to such as the layout of the slide, or the parent.
getOtherFiles(String) - Static method in class com.spire.presentation.ClickHyperlink
 
getOtherPowerPointPresentation(String) - Static method in class com.spire.presentation.ClickHyperlink
 
getOtherStyle() - Method in interface com.spire.presentation.IMasterSlide
Gets the style of an other text.
getOuterShadowEffect() - Method in class com.spire.presentation.drawing.EffectDag
Outer shadow.
getOverLap() - Method in interface com.spire.presentation.charts.IChart
Gets or sets how much bars and columns shall overlap on 2-D charts, between -100 and 100.
getPageSlideCount() - Method in class com.spire.presentation.SaveToPdfOption
 
getParagraph() - Method in class com.spire.presentation.PortionEx
Gets paragraph of text range.
getParagraphBuildType() - Method in class com.spire.presentation.drawing.animation.TextAnimation
Paragraph build type of text animation.
getParagraphBulletColor() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the color format of a bullet of a paragraph.
getParagraphProperties() - Method in class com.spire.presentation.ParagraphEx
Gets the formatting of paragraph.
getParagraphs() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the list of all paragraphs in a frame.
getParent() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Reference to Parent object.
getParent() - Method in interface com.spire.presentation.charts.entity.IChartEffectFormat
Reference to Parent object.
getParent() - Method in interface com.spire.presentation.charts.IChart
Gets the parent slide of a shape.
getParent() - Method in class com.spire.presentation.collections.ShapeList
Gets parent object for a Shapes collection.
getParent() - Method in interface com.spire.presentation.IAudio
Gets the parent slide of a shape.
getParent() - Method in interface com.spire.presentation.IAutoShape
Gets the parent slide of a shape.
getParent() - Method in interface com.spire.presentation.IEmbedImage
Gets the parent slide of a shape.
getParent() - Method in interface com.spire.presentation.IMasterSlide
Reference to Parent object.
getParent() - Method in interface com.spire.presentation.INoteMasterSlide
Reference to Parent object.
getParent() - Method in interface com.spire.presentation.IOleObject
Reference to Parent object.
getParent() - Method in interface com.spire.presentation.IShape
Gets the parent slide of a shape.
getParent() - Method in interface com.spire.presentation.ITable
Gets the parent slide of a shape.
getParent() - Method in interface com.spire.presentation.ITextFrameProperties
Reference to Parent object.
getParent() - Method in interface com.spire.presentation.IVideo
Gets the parent slide of a shape.
getParent() - Method in class com.spire.presentation.PptObject
Reference to Parent object.
getParent() - Method in class com.spire.presentation.Shape
Gets the parent slide of a shape.
getPartName() - Method in interface com.spire.presentation.IAudioData
get the part name in Presentation zip.
getPartName() - Method in class com.spire.presentation.VideoData
 
getPath() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
Specifies the path primitive followed by coordinates for the animation motion.
getPathEditMode() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
Specifies how the motion path moves when shape is moved.
getPattern() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets the pattern fill format.
getPattern() - Method in class com.spire.presentation.drawing.FillFormat
Gets the pattern fill format.
getPattern() - Method in class com.spire.presentation.drawing.LineFillFormat
Gets the pattern fill format.
getPattern() - Method in class com.spire.presentation.TextLineFormat
Gets the pattern fill format.
getPatternFillTypeFromName(String) - Static method in enum com.spire.presentation.drawing.PatternFillType
 
getPatternType() - Method in class com.spire.presentation.drawing.PatternFillFormat
Gets the pattern style.
getPdfConformanceLevel() - Method in class com.spire.presentation.SaveToPdfOption
 
getPdfSecurity() - Method in class com.spire.presentation.SaveToPdfOption
 
getPdfTextStyleFromValue(long) - Static method in enum com.spire.presentation.SlideLayoutType
 
getPenAlignmentTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.PenAlignmentType
 
getPercentageVisible() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label percentage value display behavior.
getPercentValueVisible() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Indicates chart's data label percentage value display behavior.
getperiod() - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Period only for Moving Average Trendline.
getPicture() - Method in class com.spire.presentation.drawing.PictureFillFormat
Gets the picture.
getPictureFill() - Method in class com.spire.presentation.drawing.FillFormat
Gets the picture fill format.
getPictureFill() - Method in interface com.spire.presentation.IAudio
Gets the PictureFillFormat object.
getPictureFill() - Method in interface com.spire.presentation.IEmbedImage
 
getPictureFill() - Method in interface com.spire.presentation.IVideo
Gets the PictureFillFormat object.
getPictureFill() - Method in class com.spire.presentation.OleObject
Gets Control image fill properties object.
getPictureFill() - Method in class com.spire.presentation.SlidePicture
Gets the PictureFillFormat object.
getPicturePosition() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getPictureType() - Method in class com.spire.presentation.charts.entity.ChartWallsOrFloor
Gets or sets the picture type.
getPictureTypeFromValue(long) - Static method in enum com.spire.presentation.charts.PictureType
Gets the PictureType.
getPlaceholder() - Method in interface com.spire.presentation.charts.IChart
Gets the placeholder for a shape.
getPlaceholder() - Method in interface com.spire.presentation.IAudio
Gets the placeholder for a shape.
getPlaceholder() - Method in interface com.spire.presentation.IAutoShape
Gets the placeholder for a shape.
getPlaceholder() - Method in interface com.spire.presentation.IEmbedImage
Gets the placeholder for a shape.
getPlaceholder() - Method in interface com.spire.presentation.IOleObject
Gets the placeholder for a shape.
getPlaceholder() - Method in interface com.spire.presentation.IShape
Gets the placeholder for a shape.
getPlaceholder() - Method in interface com.spire.presentation.ITable
Gets the placeholder for a shape.
getPlaceholder() - Method in interface com.spire.presentation.IVideo
Gets the placeholder for a shape.
getPlaceholder() - Method in class com.spire.presentation.Shape
Gets the placeholder for a shape.
getPlaceholderSizeFromValue(long) - Static method in enum com.spire.presentation.PlaceholderSize
 
getPlaceholderTypeFromValue(long) - Static method in enum com.spire.presentation.PlaceholderType
 
getPlayLoopMode() - Method in interface com.spire.presentation.IVideo
Indicates whether an audio is looped.
getPlayMode() - Method in interface com.spire.presentation.IAudio
Gets the audio play mode.
getPlayMode() - Method in interface com.spire.presentation.IVideo
Gets the video play mode.
getPlotArea() - Method in interface com.spire.presentation.charts.IChart
Represents the plot area of a chart.
getPlotAreaWidthOfCalculated() - Method in interface com.spire.presentation.charts.IChart
Gets the PlotAreaWidth of the chart after calculated.
getPlotVisibleCellsOnly() - Method in interface com.spire.presentation.charts.IChart
Indicates whether the only visible cells are plotted.
getPlusVal() - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the Plus value of a ErrorBar.
getPointsType() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
 
getpolynomialTrendlineOrder() - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Order only for Polynomial Trendline.
getPosition() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents position of axis
getPosition() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates the position of the data lable.
getPosition() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets the position of the legend on a chart.
getPosition() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents position of axis
getPosition() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Represents the position of the data lable.
getPosition() - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Position of node among sibling nodes.
getPosition() - Method in class com.spire.presentation.drawing.GradientStop
Gets the position (0..1) of a gradient stop.
getPosition() - Method in class com.spire.presentation.drawing.GradientStopData
Gets the position (0..1) of a gradient stop.
getPosition() - Method in class com.spire.presentation.TabDataEx
Gets or sets position of a tab.
getPosition() - Method in class com.spire.presentation.TabStop
Gets position of a tab.
getPositionProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a moving this shape Disallow.
getPositionProtection() - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
Indicates whether a moving this shape Disallow.
getPositionProtection() - Method in class com.spire.presentation.GroupShapeLocking
Indicates whether a moving this shape Disallow.
getPositionProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a moving this shape Disallow.
getPositionProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a moving this shape Disallow.
getPresentation() - Method in class com.spire.presentation.ActiveSlide
 
getPresentation() - Method in class com.spire.presentation.Cell
Gets the parent presentation of a cell.
getPresentation() - Method in class com.spire.presentation.CellCollection
Gets the parent presentation of a CellExCollection.
getPresentation() - Method in interface com.spire.presentation.charts.IChart
Gets the parent slide of a shape.
getPresentation() - Method in class com.spire.presentation.collections.CommentAuthorList
Returns parent object for a Shapes collection.
getPresentation() - Method in class com.spire.presentation.collections.CommentList
Gets parent PresentationPptx object for a collection of comments.
getPresentation() - Method in class com.spire.presentation.drawing.FormatScheme
Returns the parent presentation.
getPresentation() - Method in class com.spire.presentation.drawing.ImageTransformEx
Gets the parent presentation for an ImageTransform collection.
getPresentation() - Method in class com.spire.presentation.drawing.PictureFillFormat
Returns the parent presentation of a picture.
getPresentation() - Method in interface com.spire.presentation.IActivePresentation
 
getPresentation() - Method in interface com.spire.presentation.IAudio
 
getPresentation() - Method in interface com.spire.presentation.IAutoShape
 
getPresentation() - Method in interface com.spire.presentation.IEmbedImage
 
getPresentation() - Method in interface com.spire.presentation.IMasterSlide
 
getPresentation() - Method in interface com.spire.presentation.INoteMasterSlide
 
getPresentation() - Method in interface com.spire.presentation.IOleObject
 
getPresentation() - Method in interface com.spire.presentation.IShape
 
getPresentation() - Method in interface com.spire.presentation.ISlide
 
getPresentation() - Method in interface com.spire.presentation.ITable
 
getPresentation() - Method in interface com.spire.presentation.ITextFrameProperties
 
getPresentation() - Method in interface com.spire.presentation.IVideo
 
getPresentation() - Method in class com.spire.presentation.PictureShape
Returns the parent presentation of a picture.
getPresentation() - Method in class com.spire.presentation.Shape
Returns the parent presentation of a slide.
getPresentation() - Method in class com.spire.presentation.ShapeStyleEx
Returns the parent presentation of a shape style.
getPresentation() - Method in class com.spire.presentation.SlideBackground
Gets the parent presentation of a slide.
getPresentation() - Method in class com.spire.presentation.Theme
Gets the parent presentation.
getPreset() - Method in class com.spire.presentation.drawing.PresetShadow
Preset.
getPreset() - Method in class com.spire.presentation.drawing.PresetShadowNode
Preset.v
getPresetClassType() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Defines class of effect.
getPresetLightRigTypeFromValue(int) - Static method in enum com.spire.presentation.PresetLightRigType
 
getPresetMaterial() - Method in class com.spire.presentation.ShapeThreeD
Gets the type of a material.
getPresetMaterialTypeFromValue(long) - Static method in enum com.spire.presentation.PresetMaterialType
 
getPresetShadowEffect() - Method in class com.spire.presentation.drawing.EffectDag
Preset shadow.
getPresetShadowValueFromValue(long) - Static method in enum com.spire.presentation.PresetShadowValue
 
getPresetType() - Method in class com.spire.presentation.Camera
Camera type Read/write
getPresetType() - Method in class com.spire.presentation.LightRig
Represents a preset light right that can be applied to a shape.
getPresetType() - Method in class com.spire.presentation.ShapeBevelStyle
Bevel type.
getPreviousSlide() - Static method in class com.spire.presentation.ClickHyperlink
 
getPrimaryCategoryAxis() - Method in interface com.spire.presentation.charts.IChart
Gets the chart's Category axis
getPrimaryValueAxis() - Method in interface com.spire.presentation.charts.IChart
Gets the chart's Value axis.
getPrintOrder() - Method in class com.spire.presentation.PresentationPrintDocument
The order of Print.
getProgId() - Method in interface com.spire.presentation.IOleObject
Gets the ProgID of an object.
getProperties() - Method in class com.spire.presentation.OleObject
Gets a collection of OleObject properties.
getPropertyName(int) - Method in interface com.spire.presentation.IDocumentProperty
Return a custom property name at the specified index.
getPropertyValueTypeFromValue(long) - Static method in enum com.spire.presentation.drawing.animation.PropertyValueType
 
getR() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the red component of a color.
getRadius() - Method in class com.spire.presentation.drawing.BlendEffect
Gets blur radius.
getRadius() - Method in class com.spire.presentation.drawing.BlurNode
Blur radius.
getRadius() - Method in class com.spire.presentation.drawing.GlowEffect
Radius.
getRadius() - Method in class com.spire.presentation.drawing.GlowNode
Radius.
getRadius() - Method in class com.spire.presentation.drawing.SoftEdgeEffect
Specifies the radius of blur to apply to the edges.
getRadius() - Method in class com.spire.presentation.drawing.SoftEdgeNode
Specifies the radius of blur to apply to the edges.
getRawSchemeColor() - Method in class com.spire.presentation.drawing.ColorFormat
Gets RGB colors by Scheme.
getRectangle() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets the coordinates of a frame.
getRectangleAlign() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Rectangle alignment.
getRectangleAlign() - Method in class com.spire.presentation.drawing.OuterShadowNode
Rectangle alignment.
getRectangleAlign() - Method in class com.spire.presentation.drawing.ReflectionNode
Rectangle alignment.
getRectangleAlignmentFromValue(long) - Static method in enum com.spire.presentation.RectangleAlignment
 
getReflectionEffect() - Method in class com.spire.presentation.drawing.EffectDag
Reflection.
getRelativeAngle() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
Describes the relative angle of the motion path.
getRepeatCount() - Method in class com.spire.presentation.drawing.animation.Timing
Describes the number of times the effect should repeat.
getRepeatDuration() - Method in class com.spire.presentation.drawing.animation.Timing
How long should the repeats last (in seconds) Read/write .
getResizeProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a resizing this shape Disallow.
getResizeProtection() - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
Indicates whether a resizing this shape Disallow.
getResizeProtection() - Method in class com.spire.presentation.GroupShapeLocking
Indicates whether a resizing this shape Disallow.
getResizeProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a resizing this shape Disallow.
getResizeProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a resizing this shape Disallow.
getRestart() - Method in class com.spire.presentation.drawing.animation.Timing
Indicatesif a effect is to restart after complete.
getReveal() - Method in class com.spire.presentation.drawing.animation.AnimationFilterEffect
Determines how the embedded objects will be revealed.
getRevisionNumber() - Method in interface com.spire.presentation.IDocumentProperty
Gets the presentation revision number.
getRewindVideo() - Method in interface com.spire.presentation.IVideo
Indicates whether a video is automatically rewinded to start as soon as the movie has finished playing.
getRight() - Method in class com.spire.presentation.RelativeRectangle
 
getRightMargin() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets the right margin in a paragraph.
getRightMargin() - Method in class com.spire.presentation.TextParagraphProperties
Gets the right margin in a paragraph.
getRightToLeft() - Method in interface com.spire.presentation.ITable
Indicates whether the table has right to left reading order.
getRightToLeft() - Method in class com.spire.presentation.ParagraphPropertiesEx
Indicates whether the Right to Left writing is used in a paragraph.
getRightToLeft() - Method in class com.spire.presentation.TextParagraphProperties
Indicates whether the Right to Left writing is used in a paragraph.
getRightToLeftColumns() - Method in interface com.spire.presentation.ITextFrameProperties
get columns style right to left.
getRotateShadowWithShape() - Method in class com.spire.presentation.drawing.OuterShadowNode
Specifies whether the shadow should rotate with the shape if the shape is rotated.
getRotateShadowWithShape() - Method in class com.spire.presentation.drawing.ReflectionNode
Specifies whether the reflection should rotate with the shape if the shape is rotated.
getRotateWithShape() - Method in interface com.spire.presentation.charts.IChartGridLine
Indicates whether the fill should be rotated with a shape.
getRotateWithShape() - Method in class com.spire.presentation.drawing.FillFormat
Indicates whether the fill would be rotated with shape.
getRotateWithShape() - Method in class com.spire.presentation.drawing.LineFillFormat
Indicates whether the fill should be rotated with a shape.
getRotateWithShape() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Specifies whether the shadow should rotate with the shape if the shape is rotated.
getRotateWithShape() - Method in class com.spire.presentation.drawing.ReflectionEffect
Specifies whether the reflection should rotate with the shape if the shape is rotated.
getRotateWithShape() - Method in class com.spire.presentation.TextLineFormat
Indicates whether the fill should be rotated with a shape.
getRotation() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the number of degrees the specified shape is rotated around the z-axis.
getRotation() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets the number of degrees a frame is rotated around the z-axis.
getRotation() - Method in interface com.spire.presentation.IAudio
Gets the number of degrees the specified shape is rotated around the z-axis.
getRotation() - Method in interface com.spire.presentation.IAutoShape
Gets the number of degrees the specified shape is rotated.
getRotation() - Method in interface com.spire.presentation.IEmbedImage
Gets the number of degrees the specified shape is rotated around the z-axis.
getRotation() - Method in interface com.spire.presentation.IOleObject
Gets the number of degrees the specified shape is rotated around the z-axis.
getRotation() - Method in interface com.spire.presentation.IShape
Gets the number of degrees the specified shape is rotated around the z-axis.
getRotation() - Method in interface com.spire.presentation.ITable
Gets the number of degrees the specified shape is rotated around the z-axis.
getRotation() - Method in interface com.spire.presentation.IVideo
Gets the number of degrees the specified shape is rotated around the z-axis.
getRotation() - Method in class com.spire.presentation.LightRig
A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.first element in return array - latitude, second - longitude, third - revolution.
getRotation() - Method in class com.spire.presentation.Shape
Gets the number of degrees the specified shape is rotated around the z-axis.
getRotationAngle() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets or sets rotation angle of chart's data label.
getRotationAngle() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the rotation angle of text frame .
getRotationCenter() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
Describes the center of the rotation used to rotate a motion path by X angle.
getRotationProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a changing rotation angle of this shape Disallow.
getRotationProtection() - Method in class com.spire.presentation.GroupShapeLocking
Indicates whether a changing rotation angle of this shape Disallow.
getRotationProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a changing rotation angle of this shape Disallow.
getRotationProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a changing rotation angle of this shape Disallow.
getRotationThreeD() - Method in interface com.spire.presentation.charts.IChart
Gets a 3D rotation of a chart.
getRow() - Method in class com.spire.presentation.charts.entity.CellRange
Gets the row.
getRowSpan() - Method in class com.spire.presentation.Cell
Gets the number of rows that a merged cell spans.
getSaturation() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the saturation component of a color in HSL representation.
getSaveSubsetFonts() - Method in class com.spire.presentation.Presentation
Indicates whther embeds subset TrueType fonts in a document when it's saved.
getSaveToHtmlOption() - Method in class com.spire.presentation.Presentation
 
getSaveToPdfOption() - Method in class com.spire.presentation.Presentation
 
getScaleH() - Method in class com.spire.presentation.drawing.ReflectionNode
Specifies the horizontal scaling factor, negative scaling causes a flip.
getScaleHorizontal() - Method in class com.spire.presentation.drawing.OuterShadowNode
Specifies the horizontal scaling factor, negative scaling causes a flip.
getScaleV() - Method in class com.spire.presentation.drawing.ReflectionNode
Specifies the vertical scaling factor, negative scaling causes a flip.
getScaleVertical() - Method in class com.spire.presentation.drawing.OuterShadowNode
Specifies the vertical scaling factor, negative scaling causes a flip.
getScaleX() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getScaleY() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getSchemeColor() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the color identified by a color scheme.
getSchemeColorFromValue(long) - Static method in enum com.spire.presentation.drawing.SchemeColor
 
getScriptDistance() - Method in class com.spire.presentation.PortionFormatEx
 
getScriptDistance() - Method in class com.spire.presentation.TextCharacterProperties
Gets the superscript or subscript text.
getSecondaryCategoryAxis() - Method in interface com.spire.presentation.charts.IChart
Gets the chart's second Category axis.
getSecondaryValueAxis() - Method in interface com.spire.presentation.charts.IChart
Gets the chart's second Value axis.
getSectionList() - Method in class com.spire.presentation.Presentation
 
getSelectionProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a selecting this shape Disallow.
getSelectionProtection() - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
Indicates whether a selecting this shape Disallow.
getSelectionProtection() - Method in class com.spire.presentation.GroupShapeLocking
Indicates whether a selecting this shape Disallow.
getSelectionProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a selecting this shape Disallow.
getSelectionProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a selecting this shape Disallow.
getSeparator() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets or sets the separator used for the data labels on a chart.
getSeparator() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets or returns a Variant representing the separator used for the data labels on a chart.
getSeries() - Method in interface com.spire.presentation.charts.IChart
Gets chart's Series.
getSeriesLabel() - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Gets or sets chart series value.
getSeriesNameVisible() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere the series name display behavior for the data labels on a chart.
getSeriesNameVisible() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
getServerZoom() - Method in class com.spire.presentation.Presentation
Specifies a zoom level for visual representations of the document.
getShadowColor() - Method in class com.spire.presentation.drawing.InnerShadowNode
java.awt.Color of shadow.
getShadowColor() - Method in class com.spire.presentation.drawing.OuterShadowNode
java.awt.Color of shadow.
getShadowColor() - Method in class com.spire.presentation.drawing.PresetShadowNode
java.awt.Color of shadow.
getShapeLocking() - Method in interface com.spire.presentation.charts.IChart
Gets lock type of shape.
getShapeLocking() - Method in class com.spire.presentation.GroupShape
Gets shape's locks.
getShapeLocking() - Method in interface com.spire.presentation.IAudio
Gets shape's locks.
getShapeLocking() - Method in interface com.spire.presentation.IEmbedImage
 
getShapeLocking() - Method in interface com.spire.presentation.IOleObject
Gets lock type of shape.
getShapeLocking() - Method in interface com.spire.presentation.ITable
Gets lock type of shape.
getShapeLocking() - Method in interface com.spire.presentation.IVideo
Gets shape's locks.
getShapeLocking() - Method in class com.spire.presentation.SlidePicture
Gets shape's locks.
getShapeRef() - Method in class com.spire.presentation.drawing.animation.TextAnimation
 
getShapes() - Method in class com.spire.presentation.ActiveSlide
Gets the shapes of a slide.
getShapes() - Method in class com.spire.presentation.GroupShape
Gets the collection of shapes inside the group.
getShapes() - Method in interface com.spire.presentation.IMasterSlide
Gets the shapes of a slide.
getShapes() - Method in interface com.spire.presentation.INoteMasterSlide
Gets the shapes of a slide.
getShapes() - Method in interface com.spire.presentation.ISlide
Gets the shapes of a slide.
getShapeStyle() - Method in interface com.spire.presentation.IAudio
Gets shape's style object.
getShapeStyle() - Method in interface com.spire.presentation.IAutoShape
 
getShapeStyle() - Method in interface com.spire.presentation.IEmbedImage
 
getShapeStyle() - Method in interface com.spire.presentation.IVideo
Gets shape's style object.
getShapeStyle() - Method in class com.spire.presentation.ShapeNode
Gets shape's style object.
getShapeTarget() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Returns the shape that is applied with the specific animation effect.
getShapeThreeD() - Method in class com.spire.presentation.drawing.FormatThreeD
 
getShapeType() - Method in interface com.spire.presentation.IAudio
Gets the AutoShape type.
getShapeType() - Method in interface com.spire.presentation.IAutoShape
 
getShapeType() - Method in interface com.spire.presentation.IEmbedImage
 
getShapeType() - Method in interface com.spire.presentation.IVideo
Returns or sets the AutoShape type.
getShapeType() - Method in class com.spire.presentation.ShapeNode
Gets he geometry preset type.
getShapeType() - Method in class com.spire.presentation.SlidePicture
Returns the AutoShape type.
getShapeTypeFromValue(int) - Static method in enum com.spire.presentation.ShapeType
 
getShapeTypeProtection() - Method in class com.spire.presentation.ConnectorLocking
Indicates whether a changing of a shape type Disallow.
getShapeTypeProtection() - Method in class com.spire.presentation.PictureFrameLockEx
Indicates whether a changing of a shape type Disallow.
getShapeTypeProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether a changing of a shape type Disallow.
getSharedDoc() - Method in interface com.spire.presentation.IDocumentProperty
Indicates whether the presentation is shared between multiple people.
getShowAnimation() - Method in class com.spire.presentation.Presentation
Specifies whether slide show animation should be shown when presenting
getShowLegendKey() - Method in class com.spire.presentation.charts.entity.ChartDataTable
Indicates that the data label has legend key.
getShowLoop() - Method in class com.spire.presentation.Presentation
Specifies whether the slide show should be set to loop at the end
getShowMasterShape() - Method in interface com.spire.presentation.ISlide
Hide background graphics
getShowNarration() - Method in class com.spire.presentation.Presentation
Specifies whether slide show narration should be played when presenting
getShowType() - Method in class com.spire.presentation.Presentation
Specifies the slide show type
getSideWall() - Method in interface com.spire.presentation.charts.IChart
Gets the side wall of a 3D chart.
getSize() - Method in class com.spire.presentation.PlaceholderEx
Gets the size of a placeholder.
getSize() - Method in class com.spire.presentation.SlideSize
Gets the size in points.
getSizeOfPx() - Method in class com.spire.presentation.SlideSize
 
getSkewH() - Method in class com.spire.presentation.drawing.ReflectionNode
Specifies the horizontal skew angle.
getSkewHorizontal() - Method in class com.spire.presentation.drawing.OuterShadowNode
Specifies the horizontal skew angle.
getSkewV() - Method in class com.spire.presentation.drawing.ReflectionNode
Specifies the vertical skew angle.
getSkewVertical() - Method in class com.spire.presentation.drawing.OuterShadowNode
Specifies the vertical skew angle.
getSlide() - Method in class com.spire.presentation.Cell
Gets the parent slide of a cell.
getSlide() - Method in class com.spire.presentation.CellCollection
Gets the parent slide of a CellExCollection.
getSlide() - Method in interface com.spire.presentation.charts.IChart
Gets the parent slide of a shape.
getSlide() - Method in class com.spire.presentation.Comment
Gets or sets the parent slide of a comment.
getSlide() - Method in class com.spire.presentation.drawing.FormatScheme
Gets the parent slide.
getSlide() - Method in class com.spire.presentation.drawing.ImageTransformEx
Gets the parent slide for an ImageTransform collection.
getSlide() - Method in class com.spire.presentation.drawing.PictureFillFormat
Returns the parent slide of a picture.
getSlide() - Method in interface com.spire.presentation.IAudio
Gets the parent slide of a shape.
getSlide() - Method in interface com.spire.presentation.IAutoShape
Gets the parent slide of a shape.
getSlide() - Method in interface com.spire.presentation.IEmbedImage
Gets the parent slide of a shape.
getSlide() - Method in interface com.spire.presentation.IOleObject
Gets the parent slide of a shape.
getSlide() - Method in interface com.spire.presentation.IShape
Gets the parent slide of a shape.
getSlide() - Method in interface com.spire.presentation.ISlideComponent
 
getSlide() - Method in interface com.spire.presentation.ITable
Gets the parent slide of a shape.
getSlide() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the parent slide of a TextFrame.
getSlide() - Method in interface com.spire.presentation.IVideo
Gets the parent slide of a shape.
getSlide() - Method in class com.spire.presentation.PictureShape
Gets the parent slide of a picture.
getSlide() - Method in class com.spire.presentation.Shape
Gets the parent slide of a shape.
getSlide() - Method in class com.spire.presentation.ShapeStyleEx
Gets the parent slide of a shape style.
getSlide() - Method in class com.spire.presentation.SlideBackground
Gets the parent slide of a shape.
getSlideBackground() - Method in class com.spire.presentation.ActiveSlide
Gets slide's background.
getSlideBackground() - Method in interface com.spire.presentation.IMasterSlide
Gets slide's background.
getSlideBackground() - Method in interface com.spire.presentation.INoteMasterSlide
Gets slide's background.
getSlideBackground() - Method in interface com.spire.presentation.ISlide
Gets slide's background.
getSlideColorSchemes() - Method in class com.spire.presentation.MasterTheme
Gets the collection of additional color schemes.
getSlideCountPerPageForPrint() - Method in class com.spire.presentation.Presentation
Number of total slides per page.
getSlideCountPerPageForPrint() - Method in class com.spire.presentation.PresentationPrintDocument
 
getSlideID() - Method in class com.spire.presentation.ActiveSlide
Gets the ID of a slide.
getSlideID() - Method in interface com.spire.presentation.IMasterSlide
Gets the ID of a slide.
getSlideID() - Method in interface com.spire.presentation.INoteMasterSlide
Gets the ID of a slide.
getSlideID() - Method in interface com.spire.presentation.ISlide
Gets the ID of a slide.
getSlideIdList() - Method in class com.spire.presentation.Section
 
getSlideNumber() - Method in interface com.spire.presentation.ISlide
Gets a number of slide.
getSlideNumberVisible() - Method in class com.spire.presentation.Presentation
Gets value .Specifies whether the slide number placeholder is enabled for this master
getSlides() - Method in class com.spire.presentation.Presentation
Gets a list of all slides.
getSlideShowTransition() - Method in class com.spire.presentation.ActiveSlide
Gets the Transition object which contains information about how the specified slide advances during a slide show.
getSlideShowTransition() - Method in interface com.spire.presentation.IMasterSlide
Gets the Transition object which contains information about how the specified slide advances during a slide show.
getSlideShowTransition() - Method in interface com.spire.presentation.INoteMasterSlide
Gets the Transition object which contains information about how the specified slide advances during a slide show.
getSlideShowTransition() - Method in interface com.spire.presentation.ISlide
Gets the Transition object which contains information about how the specified slide advances during a slide show.
getSlideSize() - Method in class com.spire.presentation.Presentation
Get slide size.
getSlideSizeTypeFromValue(long) - Static method in enum com.spire.presentation.SlideSizeType
 
getSmartTagClean() - Method in class com.spire.presentation.PortionFormatEx
 
getSmartTagClean() - Method in class com.spire.presentation.TextCharacterProperties
Indicates whether the smart tag should be cleaned.
getSoftEdgeEffect() - Method in class com.spire.presentation.drawing.EffectDag
Soft edge.
getSolidColor() - Method in class com.spire.presentation.drawing.FillFormat
Gets the fill color.
getSolidFillColor() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets the color of a solid fill.
getSolidFillColor() - Method in class com.spire.presentation.drawing.LineFillFormat
Gets the color of a solid fill.
getSolidFillColor() - Method in class com.spire.presentation.TextLineFormat
Gets the color of a solid fill.
getSoundMode() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
returns sound mode for slide transition.
getSoundName() - Method in class com.spire.presentation.drawing.timeline.TimeNodeAudioEx
SoundName
getSourceEmbedImage() - Method in class com.spire.presentation.drawing.PictureDataEx
Gets or sets the embedded image.
getSourceRectangle() - Method in class com.spire.presentation.drawing.PictureFillFormat
Gets the number of percents of real image.
getSpaceAfter() - Method in class com.spire.presentation.ParagraphPropertiesEx
Returns the amount of space after the last line in each paragraph of the specified text, in points or lines.
getSpaceAfter() - Method in class com.spire.presentation.TextParagraphProperties
Gets the amount of space after the last line in a paragraph.
getSpaceBefore() - Method in class com.spire.presentation.ParagraphPropertiesEx
Returns the amount of space before the first line in each paragraph of the specified text, in points or lines Read/write .
getSpaceBefore() - Method in class com.spire.presentation.TextParagraphProperties
Gets the amount of space before the first line in a paragraph.
getSpeed() - Method in class com.spire.presentation.drawing.animation.Timing
Specifies the percentage by which to speed up (or slow down) the timing.
getSpeed() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Specifies the transition speed that is to be used when transitioning from the current slide to the next.
getSpokes() - Method in class com.spire.presentation.drawing.transition.WheelSlideTransition
Number spokes of wheel transition.
getStartLocationAtMaxWidth() - Method in interface com.spire.presentation.ITextFrameProperties
 
getStartOpacity() - Method in class com.spire.presentation.drawing.ReflectionEffect
Starting reflection opacity.
getStartParagraph() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Starting text paragraph which effect is applied to.
getStartPosAlpha() - Method in class com.spire.presentation.drawing.ReflectionNode
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
getStartPosition() - Method in class com.spire.presentation.drawing.ReflectionEffect
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
getStartReflectionOpacity() - Method in class com.spire.presentation.drawing.ReflectionNode
Starting reflection opacity.
getStartTime() - Method in class com.spire.presentation.AudioCD
Gets a start track time.
getStartTrack() - Method in class com.spire.presentation.AudioCD
Gets a start track index.
getStopSoundOnClick() - Method in class com.spire.presentation.ClickHyperlink
Determines whether the sound should be stopped on hyperlink click.
getStrictFirstAndLastCharacters() - Method in class com.spire.presentation.Presentation
 
getStringAlignmentFromValue(int) - Static method in enum com.spire.presentation.drawing.animation.TimeNodePresetClassType
 
getStyle() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the line style.
getStyle() - Method in interface com.spire.presentation.diagrams.ISmartArt
Return style of smartart object
getStyle() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the line style.
getStylePreset() - Method in interface com.spire.presentation.ITable
Get's builtin table style.
getSubject() - Method in interface com.spire.presentation.IDocumentProperty
Gets the subject of a presentation.
getSubNodes() - Method in class com.spire.presentation.drawing.timeline.TimeNode
Gets a subnodes collection.
getSubstituteImagePictureFillFormat() - Method in interface com.spire.presentation.IOleObject
Gets OleObject image fill properties object.
getSubtype() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Defines subtype of effect.
getSubtype() - Method in class com.spire.presentation.drawing.animation.AnimationFilterEffect
returns the subtype of the filter effect.
getSymbolFont() - Method in class com.spire.presentation.PortionFormatEx
 
getSymbolFont() - Method in class com.spire.presentation.TextCharacterProperties
Gets the symbolic font info.
getSyncRoot() - Method in class com.spire.presentation.CellCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.ColumnCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.CommentAuthorCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.CommentCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.EffectDataCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.EffectStyleCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.GradientStopCollection
Gets a synchronization root.、 Readonly .
getSyncRoot() - Method in class com.spire.presentation.collections.GradientStopDataCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.ImageCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.ImageTransformEffectCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.LineFormatExCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.LineStyleCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.MasterSlideCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.OleObjectCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.OleObjectProperties
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.ParagraphCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.ShapeAdjustCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.SlideCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.SlideColorSchemeCollection
Gets an object that can be used to synchronize access to the collection.
getSyncRoot() - Method in class com.spire.presentation.collections.TableRowCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.TabStopCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.TagCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.TextAnimationCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.TextRangeCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.collections.VideoCollection
Gets the syncroot.
getSyncRoot() - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.drawing.FillStyleCollection
Gets a synchronization root.
getSyncRoot() - Method in class com.spire.presentation.ShapeCollection
Gets a synchronization root.
getSystemColor() - Method in class com.spire.presentation.drawing.ColorFormat
Gets the color identified by the system color table.
getSystemColorTypeFromValue(long) - Static method in enum com.spire.presentation.SystemColorType
 
getTabAlignmentTypeFromValue(long) - Static method in enum com.spire.presentation.TabAlignmentType
 
getTableRows() - Method in interface com.spire.presentation.ITable
Gets the collectoin of rows.
getTabs() - Method in class com.spire.presentation.ParagraphPropertiesEx
Gets tabulations of a paragraph.
getTabStopsList() - Method in class com.spire.presentation.TextParagraphProperties
Gets tabulations of a paragraph.
getTagsList() - Method in class com.spire.presentation.ActiveSlide
Gets the slide's tags collection.
getTagsList() - Method in interface com.spire.presentation.charts.IChart
Gets the shape's tags collection.
getTagsList() - Method in interface com.spire.presentation.IAudio
Gets the shape's tags collection.
getTagsList() - Method in interface com.spire.presentation.IAutoShape
Gets the shape's tags collection.
getTagsList() - Method in interface com.spire.presentation.IEmbedImage
Gets the shape's tags collection.
getTagsList() - Method in interface com.spire.presentation.IMasterSlide
Gets the slide's tags collection.
getTagsList() - Method in interface com.spire.presentation.INoteMasterSlide
Gets the slide's tags collection.
getTagsList() - Method in interface com.spire.presentation.IOleObject
Gets the shape's tags collection.
getTagsList() - Method in interface com.spire.presentation.IShape
Gets the shape's tags collection.
getTagsList() - Method in interface com.spire.presentation.ISlide
Gets the slide's tags collection.
getTagsList() - Method in interface com.spire.presentation.ITable
Gets the shape's tags collection.
getTagsList() - Method in interface com.spire.presentation.IVideo
Gets the shape's tags collection.
getTagsList() - Method in class com.spire.presentation.Presentation
Gets the tags collection.
getTagsList() - Method in class com.spire.presentation.Shape
Gets the shape's tags collection.
getTarget() - Method in class com.spire.presentation.drawing.animation.AnimationCommandBehavior
Indicates shape target.
getTargetFrame() - Method in class com.spire.presentation.ClickHyperlink
Gets the frame within the parent HTML frameset Read-only .
getTargetSlide() - Method in class com.spire.presentation.ClickHyperlink
If the Hyperlink targets specific slide returns this slide.
getTemplate() - Method in interface com.spire.presentation.IDocumentProperty
Gets the template of a application.
getText() - Method in class com.spire.presentation.charts.entity.CellRange
Gets string value.
getText() - Method in class com.spire.presentation.charts.entity.ChartDataTable
Gets Text used for a DataTable.
getText() - Method in class com.spire.presentation.Comment
Returns a String that represents the text in a comment Read/write .
getText() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the plain text for a TextFrame.
getText() - Method in class com.spire.presentation.ParagraphEx
Gets the the plain text of a paragraph.
getText() - Method in class com.spire.presentation.PortionEx
Gets the plain text of a text range..
getTextAlignmentTypeFromValue(long) - Static method in enum com.spire.presentation.TextAlignmentType
 
getTextAnchorType() - Method in class com.spire.presentation.Cell
Gets the text anchor type.
getTextAnimation() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
getTextAnimations() - Method in class com.spire.presentation.drawing.animation.TimeLine
Gets collection of text animations
getTextCapType() - Method in class com.spire.presentation.PortionFormatEx
 
getTextCapType() - Method in class com.spire.presentation.TextCharacterProperties
Gets the type of text capitalization.
getTextCapTypeFromValue(long) - Static method in enum com.spire.presentation.TextCapType
 
getTextEditingProtection() - Method in class com.spire.presentation.ShapeLocking
Indicates whether an editing of text Disallow.
getTextFrame() - Method in class com.spire.presentation.Cell
Gets the text frame of a cell.
getTextFrame() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets a textframe of this data label.
getTextFrame() - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Return text of the smartart node.
getTextFrame() - Method in interface com.spire.presentation.IAutoShape
Gets TextFrame object for the AutoShape.
getTextHorizontalOverflowTypeFromValue(long) - Static method in enum com.spire.presentation.TextHorizontalOverflowType
 
getTextLineFormat() - Method in class com.spire.presentation.PortionFormatEx
 
getTextLineFormat() - Method in class com.spire.presentation.TextCharacterProperties
Gets the LineFormat properties for text outlining.
getTextLineStyleFromValue(long) - Static method in enum com.spire.presentation.TextLineStyle
 
getTextLocation() - Method in interface com.spire.presentation.ITextFrameProperties
 
getTextProperties() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represent text properties of axis
getTextProperties() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets text properties.
getTextProperties() - Method in class com.spire.presentation.charts.entity.ChartLegend
Represent text properties of Legend
getTextProperties() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets text frame of a chart title.
getTextProperties() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represent text properties of axis
getTextProperties() - Method in class com.spire.presentation.charts.LegendEntry
Represent text properties of legend entry.
getTextProperties() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets a text properties of this data labels Readonly .
getTextRange() - Method in interface com.spire.presentation.ITextFrameProperties
Text range of text frame.
getTextRanges() - Method in class com.spire.presentation.ParagraphEx
Gets the collection of a text range.
getTextRotationAngle() - Method in class com.spire.presentation.charts.entity.ChartAxis
Text rotation angle.
getTextRotationAngle() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Text rotation angle.
getTextShapeTypeFromValue(long) - Static method in enum com.spire.presentation.TextShapeType
 
getTextStrikethroughType() - Method in class com.spire.presentation.PortionFormatEx
 
getTextStrikethroughType() - Method in class com.spire.presentation.TextCharacterProperties
Gets the strikethrough type of a text.
getTextStrikethroughTypeFromValue(long) - Static method in enum com.spire.presentation.TextStrikethroughType
 
getTextStyle() - Method in interface com.spire.presentation.ITextFrameProperties
Gets text's style.
getTextStyleCache() - Method in interface com.spire.presentation.ITextFrameProperties
Gets text's style combine with parent.
getTextTextBulletType() - Method in class com.spire.presentation.TextParagraphProperties
Gets the bullet type of a paragraph.
getTextThreeD() - Method in interface com.spire.presentation.ITextFrameProperties
Gets the FormatThreeD object that 3d effect properties for text.
getTextUnderlineType() - Method in class com.spire.presentation.PortionFormatEx
 
getTextUnderlineType() - Method in class com.spire.presentation.TextCharacterProperties
Gets the text underline type.
getTextUnderlineTypeFromValue(long) - Static method in enum com.spire.presentation.TextUnderlineType
 
getTextVerticalOverflowTypeFromValue(long) - Static method in enum com.spire.presentation.TextVerticalOverflowType
 
getTheme() - Method in class com.spire.presentation.ActiveSlide
Gets a theme for this slide
getTheme() - Method in interface com.spire.presentation.IMasterSlide
Gets the slide's theme.
getTheme() - Method in interface com.spire.presentation.INoteMasterSlide
Gets the slide's theme.
getTheme() - Method in interface com.spire.presentation.ISlide
Gets the theme object.
getTheme() - Method in class com.spire.presentation.NotesSlide
Gets the theme object from master.
getThemeColor() - Method in class com.spire.presentation.SlideBackground
Return a ColorFormat for Themed fill.
getThemeIndex() - Method in class com.spire.presentation.SlideBackground
Gets an index of Theme.
getThickness() - Method in class com.spire.presentation.charts.entity.ChartWallsOrFloor
Gets or sets the walls thickness.
getThreeD() - Method in interface com.spire.presentation.charts.IChart
Gets the ThreeDFormat object that 3d effect properties for a shape.
getThreeD() - Method in interface com.spire.presentation.IAudio
Gets the ThreeDFormat object that 3d effect properties for a shape.
getThreeD() - Method in interface com.spire.presentation.IAutoShape
Gets the ThreeDFormat object that 3d effect properties for a shape Read-only .
getThreeD() - Method in interface com.spire.presentation.IEmbedImage
Gets the ThreeDFormat object that 3d effect properties for a shape.
getThreeD() - Method in interface com.spire.presentation.IShape
Gets the ThreeDFormat object that 3d effect properties for a shape.
getThreeD() - Method in interface com.spire.presentation.ITable
Gets the ThreeDFormat object that 3d effect properties for a shape.
getThreeD() - Method in interface com.spire.presentation.IVideo
Gets the ThreeDFormat object that 3d effect properties for a shape.
getThreeD() - Method in class com.spire.presentation.Shape
Gets the FormatThreeD object that 3d effect properties for a shape.
getThumbnail(float, float) - Method in class com.spire.presentation.NotesSlide
Gets a Thumbnail BufferedImage object with custom scaling.
getThumbnail(Dimension) - Method in class com.spire.presentation.NotesSlide
Gets a Thumbnail BufferedImage object with specified size.
getTickLabelPosition() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the position of tick-mark labels on the specified axis.
getTickLabelPosition() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the position of tick-mark labels on the specified axis.
getTickLabelPositionTypeFromValue(long) - Static method in enum com.spire.presentation.charts.TickLabelPositionType
Gets the TickLabelPositionType.
getTickLabelSpacing() - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents the number of categories or series between tick-mark labels.
getTickLabelSpacing() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the number of categories or series between tick-mark labels.
getTickMarkTypeFromValue(long) - Static method in enum com.spire.presentation.charts.TickMarkType
Gets tickmarktype.
getTileFlip() - Method in class com.spire.presentation.drawing.GradientFillFormat
Gets the flipping mode for a gradient.
getTileFlipModeFromValue(long) - Static method in enum com.spire.presentation.TileFlipMode
 
getTileImage(Color, Color) - Method in class com.spire.presentation.drawing.PatternFillFormat
Creates a tile image for the pattern fill with a specified colors.
getTileImage(Color) - Method in class com.spire.presentation.drawing.PatternFillFormat
Creates a tile image for the pattern fill.
getTileRectangle() - Method in class com.spire.presentation.drawing.GradientFillFormat
 
getTimeAnimationValueCollection() - Method in class com.spire.presentation.drawing.animation.AnimationProperty
Indicates the value of the animation.
getTimeline() - Method in class com.spire.presentation.ActiveSlide
Gets animation timeline object.
getTimeline() - Method in interface com.spire.presentation.IMasterSlide
Gets animation timeline object.
getTimeline() - Method in interface com.spire.presentation.INoteMasterSlide
Gets animation timeline object.
getTimeline() - Method in interface com.spire.presentation.ISlide
Gets animation timeline object.
getTimeNodeAudios() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
TimeNodeAudios
getTiming() - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Defines timing value for effect.
getTiming() - Method in class com.spire.presentation.drawing.animation.CommonBehavior
Represents timing properties for the effect behavior.
getTitle() - Method in class com.spire.presentation.charts.entity.ChartAxis
Gets the axis' title.
getTitle() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets the axis' title.
getTitle() - Method in interface com.spire.presentation.IDocumentProperty
Gets the title of a presentation.
getTitle() - Method in interface com.spire.presentation.ISlide
Gets the Title of silde.
getTitleStyle() - Method in interface com.spire.presentation.IMasterSlide
Gets the style of a title text.
getTo() - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
Indicates the ending color of behavior.
getTo() - Method in class com.spire.presentation.drawing.animation.AnimationMotion
Specifies the target location for an animation motion effect (in percents).
getTo() - Method in class com.spire.presentation.drawing.animation.AnimationProperty
Indicates the ending value for the animation.
getTo() - Method in class com.spire.presentation.drawing.animation.AnimationRotation
Indicates the ending value for the animation.
getTo() - Method in class com.spire.presentation.drawing.animation.AnimationScale
Indicates the ending location for an animation scale effect .
getTo() - Method in class com.spire.presentation.drawing.animation.AnimationSet
Specifies the certain attribute of a effect after an animation effect.
getTooltip() - Method in class com.spire.presentation.ClickHyperlink
Returns or sets the ScreenTip text of a hyperlink.
getTop() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets the y coordinate of a legend.
getTop() - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Gets top corner of plot area bounding box in range from 0 to 1 of chart area.
getTop() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets or sets the y coordinate of a legend in points.
getTop() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the y-coordinate of the upper-left corner of the shape.
getTop() - Method in class com.spire.presentation.Comment
Represents the distance in points from the left edge of the comment to the left edge of the slide.
getTop() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets the Y coordinate of the upper-left corner of a frame.
getTop() - Method in interface com.spire.presentation.IAudio
Gets the y-coordinate of the upper-left corner of the shape.
getTop() - Method in interface com.spire.presentation.IAutoShape
Gets the y-coordinate of the upper-left corner of the shape.
getTop() - Method in interface com.spire.presentation.IEmbedImage
Gets the y-coordinate of the upper-left corner of the shape.
getTop() - Method in interface com.spire.presentation.IOleObject
Gets the y-coordinate of the upper-left corner of the shape.
getTop() - Method in interface com.spire.presentation.IShape
Gets the y-coordinate of the upper-left corner of the shape.
getTop() - Method in interface com.spire.presentation.ITable
Gets the y-coordinate of the upper-left corner of the shape.
getTop() - Method in interface com.spire.presentation.IVideo
Gets the y-coordinate of the upper-left corner of the shape.
getTop() - Method in class com.spire.presentation.RelativeRectangle
 
getTop() - Method in class com.spire.presentation.Shape
Gets the y-coordinate of the upper-left corner of the shape.
getTopBevel() - Method in class com.spire.presentation.ShapeThreeD
Gets the type of a top 3D bevel.
getTotalEditingTime() - Method in interface com.spire.presentation.IDocumentProperty
Total editing time of a presentation.
getTransparency() - Method in class com.spire.presentation.PictureShape
Gets or sets the Transparency of a picture fill.
getTrendLines() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Get TrendLines
getTrendlineSimpleTypeFromValue(long) - Static method in enum com.spire.presentation.charts.TrendlineSimpleType
Gets the TrendlineSimpleType.
getTriggerDelayTime() - Method in class com.spire.presentation.drawing.animation.Timing
Delay time from when the trigger is enabled (in seconds) Read/write .
getTriggerShape() - Method in class com.spire.presentation.collections.AnimationEffectCollection
Gets or set shape target for INTERACTIVE sequence.
getTriggerType() - Method in class com.spire.presentation.drawing.animation.Timing
Describes trigger type.
getTriStateFromValue(long) - Static method in enum com.spire.presentation.TriState
 
getType() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Get chart type.
getType() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the chart type.
gettype() - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the TrendlineSimpleType.
getType() - Method in class com.spire.presentation.drawing.animation.AnimationCommandBehavior
Indicates command type of behavior.
getType() - Method in class com.spire.presentation.drawing.animation.AnimationFilterEffect
Represents the type of animation Read/write .
getType() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Type of transition
getType() - Method in class com.spire.presentation.Field
Gets type of field.
getType() - Method in class com.spire.presentation.PlaceholderEx
Gets the type of a placeholder.
getType() - Method in class com.spire.presentation.SlideBackground
Gets a type of background fill.
getType() - Method in class com.spire.presentation.SlideSize
Gets the type of slide size.
getUnderlineFill() - Method in class com.spire.presentation.PortionFormatEx
 
getUnderlineFillFormat() - Method in class com.spire.presentation.TextCharacterProperties
Gets the underline line FillFormat properties.
getUnderlineFormat() - Method in class com.spire.presentation.PortionFormatEx
 
getUnderlineFormat() - Method in class com.spire.presentation.TextCharacterProperties
Gets the LineFormat properties used to outline underline line.
getUngroupingProtection() - Method in class com.spire.presentation.GroupShapeLocking
Indicates whether splitting this groupshape Disallow.
getUpVector() - Method in class com.spire.presentation.drawing.Backdrop
Gets a vector representing up.
getUrl() - Method in class com.spire.presentation.drawing.PictureDataEx
Gets of sets linked image's URL.
getUrl() - Method in class com.spire.presentation.PictureShape
Gets linked image's URL.
getUseBackgroundFill() - Method in interface com.spire.presentation.IAutoShape
Indicates whether this autoshape should be filled with slide's background fill instead of specified by style or fill format.
getUseSecondAxis() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Indicates whether this series use second value axis or not.
getUseTimings() - Method in class com.spire.presentation.Presentation
Specifies whether slide transition timing should be used to advance slides when presenting
getValue() - Method in enum com.spire.presentation.AudioPlayMode
 
getValue() - Method in enum com.spire.presentation.AudioVolumeType
 
getValue() - Method in enum com.spire.presentation.charts.AxisPositionType
Get the value
getValue() - Method in enum com.spire.presentation.charts.ChartBaseUnitType
Get the value
getValue() - Method in enum com.spire.presentation.charts.ChartCrossesType
Get the value
getValue() - Method in enum com.spire.presentation.charts.ChartDataLabelPosition
Get the value
getValue() - Method in enum com.spire.presentation.charts.ChartDisplayUnitType
Get the value
getValue() - Method in enum com.spire.presentation.charts.ChartLegendPositionType
Get the value
getValue() - Method in enum com.spire.presentation.charts.ChartMarkerType
Get the value
getValue() - Method in enum com.spire.presentation.charts.ChartShapeType
Gets the value
getValue() - Method in enum com.spire.presentation.charts.ChartStyle
Gets the value
getValue() - Method in enum com.spire.presentation.charts.ChartType
Gets the Value.
getValue() - Method in enum com.spire.presentation.charts.CrossBetweenType
get the value.
getValue() - Method in enum com.spire.presentation.charts.DataLabelShapeType
Gets the value
getValue() - Method in enum com.spire.presentation.charts.DisplayBlanksAsType
Gets the value.
getValue() - Method in class com.spire.presentation.charts.entity.CellRange
Gets the value.
getValue() - Method in enum com.spire.presentation.charts.ErrorBarSimpleType
Gets the value.
getValue() - Method in enum com.spire.presentation.charts.ErrorValueType
Gets the value.
getValue() - Method in enum com.spire.presentation.charts.InteriorColorPattern
Gets the value.
getValue() - Method in enum com.spire.presentation.charts.PictureType
Gets the value.
getValue() - Method in enum com.spire.presentation.charts.TickLabelPositionType
Gets the value.
getValue() - Method in enum com.spire.presentation.charts.TickMarkType
Gets the value.
getValue() - Method in enum com.spire.presentation.charts.TrendlineSimpleType
Gets the value.
getValue() - Method in enum com.spire.presentation.diagrams.SmartArtColorType
 
getValue() - Method in enum com.spire.presentation.diagrams.SmartArtLayoutType
 
getValue() - Method in enum com.spire.presentation.diagrams.SmartArtStyleType
 
getValue() - Method in enum com.spire.presentation.Direction
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationAmountType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationCalculationMode
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationColorDirection
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationColorspace
 
getValue() - Method in class com.spire.presentation.drawing.animation.AnimationCommandBehavior
Indicates command value.
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationCommandType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationEffectSubtype
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationEffectType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationMotionOrigin
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationMotionPathEditMode
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationRestartType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.AnimationTriggerType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.BehaviorAccumulateType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.BehaviorAdditiveType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.EffectFillType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.FilterEffectSubtype
 
getValue() - Method in enum com.spire.presentation.drawing.animation.FilterEffectType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.FilterRevealType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.MotionPathPointsType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.ParagraphBuildType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.PropertyValueType
 
getValue() - Method in enum com.spire.presentation.drawing.animation.TimeNodePresetClassType
 
getValue() - Method in enum com.spire.presentation.drawing.BackgroundType
 
getValue() - Method in enum com.spire.presentation.drawing.BevelColorType
 
getValue() - Method in enum com.spire.presentation.drawing.BevelPresetType
 
getValue() - Method in enum com.spire.presentation.drawing.BlackWhiteMode
 
getValue() - Method in enum com.spire.presentation.drawing.BlendMode
 
getValue() - Method in enum com.spire.presentation.drawing.ColorSchemeIndex
 
getValue() - Method in enum com.spire.presentation.drawing.ColorType
 
getValue() - Method in enum com.spire.presentation.drawing.FillFormatType
 
getValue() - Method in enum com.spire.presentation.drawing.GradientShapeType
 
getValue() - Method in enum com.spire.presentation.drawing.GradientStyle
 
getValue() - Method in enum com.spire.presentation.drawing.PatternFillType
 
getValue() - Method in enum com.spire.presentation.drawing.PenAlignmentType
 
getValue() - Method in enum com.spire.presentation.drawing.PictureFillType
 
getValue() - Method in enum com.spire.presentation.drawing.SchemeColor
 
getValue() - Method in enum com.spire.presentation.drawing.transition.GlitterTransitionDirection
 
getValue() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Slide show transition.
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionCornerDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionEightDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionFlythroughInOutDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionInOutDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionRevealLRDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionShredInOutDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionSideDirectionType
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionSoundMode
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionSpeed
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionSplitDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionTwoDirection
 
getValue() - Method in enum com.spire.presentation.drawing.transition.TransitionType
 
getValue() - Method in enum com.spire.presentation.FileFormat
 
getValue() - Method in enum com.spire.presentation.FontAlignmentType
 
getValue() - Method in enum com.spire.presentation.FontCollectionIndex
 
getValue() - Method in enum com.spire.presentation.FormatAndVersion
 
getValue() - Method in enum com.spire.presentation.HyperlinkActionType
 
getValue() - Method in enum com.spire.presentation.ImportDataFormat
 
getValue() - Method in enum com.spire.presentation.KnownColors
 
getValue() - Method in enum com.spire.presentation.LightingDirectionType
 
getValue() - Method in enum com.spire.presentation.LineCapStyle
 
getValue() - Method in enum com.spire.presentation.LineDashStyleType
 
getValue() - Method in enum com.spire.presentation.LineEndLength
 
getValue() - Method in enum com.spire.presentation.LineEndType
 
getValue() - Method in enum com.spire.presentation.LineEndWidth
 
getValue() - Method in enum com.spire.presentation.LineJoinType
 
getValue() - Method in enum com.spire.presentation.MetaCharacterType
 
getValue() - Method in enum com.spire.presentation.NumberedBulletStyle
 
getValue() - Method in enum com.spire.presentation.PageSlideCount
 
getValue() - Method in enum com.spire.presentation.PlaceholderSize
 
getValue() - Method in enum com.spire.presentation.PlaceholderType
 
getValue() - Method in enum com.spire.presentation.PresetCameraType
 
getValue() - Method in enum com.spire.presentation.PresetLightRigType
 
getValue() - Method in enum com.spire.presentation.PresetMaterialType
 
getValue() - Method in enum com.spire.presentation.PresetShadowValue
 
getValue() - Method in enum com.spire.presentation.RectangleAlignment
 
getValue() - Method in class com.spire.presentation.ShapeAdjust
Gets adjustment value.
getValue() - Method in enum com.spire.presentation.ShapeElementFillSource
 
getValue() - Method in enum com.spire.presentation.ShapeElementStrokeSource
 
getValue() - Method in enum com.spire.presentation.ShapeType
 
getValue() - Method in enum com.spire.presentation.SlideLayoutType
 
getValue() - Method in enum com.spire.presentation.SlideOrienation
 
getValue() - Method in enum com.spire.presentation.SlideSizeType
 
getValue() - Method in enum com.spire.presentation.SystemColorType
 
getValue() - Method in enum com.spire.presentation.TabAlignmentType
 
getValue() - Method in enum com.spire.presentation.TableBorderType
 
getValue() - Method in enum com.spire.presentation.TableStylePreset
 
getValue() - Method in enum com.spire.presentation.TextAlignmentType
 
getValue() - Method in enum com.spire.presentation.TextAnchorType
 
getValue() - Method in enum com.spire.presentation.TextAutofitType
 
getValue() - Method in enum com.spire.presentation.TextBulletType
 
getValue() - Method in enum com.spire.presentation.TextCapType
 
getValue() - Method in enum com.spire.presentation.TextHorizontalOverflowType
 
getValue() - Method in enum com.spire.presentation.TextLineStyle
 
getValue() - Method in enum com.spire.presentation.TextShapeType
 
getValue() - Method in enum com.spire.presentation.TextStrikethroughType
 
getValue() - Method in enum com.spire.presentation.TextUnderlineType
 
getValue() - Method in enum com.spire.presentation.TextVerticalOverflowType
 
getValue() - Method in enum com.spire.presentation.TileFlipMode
 
getValue() - Method in enum com.spire.presentation.TriState
 
getValue() - Method in enum com.spire.presentation.VerticalTextType
 
getValue() - Method in enum com.spire.presentation.VideoPlayMode
 
getValues() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets collection of cells with bubbleSize.
getValueType() - Method in class com.spire.presentation.drawing.animation.AnimationProperty
Indicates the type of a property value.
getVerticalBanding() - Method in interface com.spire.presentation.ITable
Indicates whether the even columns has to be drawn with a different formatting.
getVerticalOffset() - Method in class com.spire.presentation.drawing.PictureFillFormat
 
getVerticalScale() - Method in class com.spire.presentation.drawing.ReflectionEffect
Specifies the vertical scaling factor, negative scaling causes a flip.
getVerticalScalingFactor() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Specifies the vertical scaling factor, negative scaling causes a flip.
getVerticalSkew() - Method in class com.spire.presentation.drawing.OuterShadowEffect
Specifies the vertical skew angle.
getVerticalSkew() - Method in class com.spire.presentation.drawing.ReflectionEffect
Specifies the vertical skew angle.
getVerticalTextType() - Method in class com.spire.presentation.Cell
Gets the type of vertical text.
getVerticalTextType() - Method in interface com.spire.presentation.ITextFrameProperties
Indicates text orientation.
getVerticalTextTypeValue(int) - Static method in enum com.spire.presentation.VerticalTextType
 
getVideos() - Method in class com.spire.presentation.Presentation
Gets the collection of all videos.
getVolume() - Method in class com.spire.presentation.drawing.timeline.TimeNodeAudioEx
Volume :value range 0 - 1
getVolume() - Method in interface com.spire.presentation.IAudio
Gets the audio volume.
getVolume() - Method in interface com.spire.presentation.IVideo
Gets the audio volume.
getWavAudios() - Method in class com.spire.presentation.Presentation
Gets the collection of all embedded audio.
getWavData() - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Gets the embedded audio data.
getWholeWordsOnly() - Method in class com.spire.presentation.TextHighLightingOptions
 
getWidth() - Method in class com.spire.presentation.Cell
Gets the width of the cell.
getWidth() - Method in class com.spire.presentation.charts.entity.ChartLegend
Gets he width of a legend.
getWidth() - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Get the Width of plot area.
getWidth() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets or sets the width of a legend in points.
getWidth() - Method in interface com.spire.presentation.charts.IChart
Gets or sets the width of the shape.
getWidth() - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the width of a line.
getWidth() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets the width of a frame.
getWidth() - Method in interface com.spire.presentation.drawing.IImageData
Gets a width of an image.
getWidth() - Method in interface com.spire.presentation.IAudio
Gets the width of the shape.
getWidth() - Method in interface com.spire.presentation.IAutoShape
Gets the width of the shape.
getWidth() - Method in interface com.spire.presentation.IEmbedImage
Gets the width of the shape.
getWidth() - Method in interface com.spire.presentation.IOleObject
Gets the width of the shape.
getWidth() - Method in interface com.spire.presentation.IShape
Gets the width of the shape.
getWidth() - Method in interface com.spire.presentation.ITable
Gets the width of the shape.
getWidth() - Method in interface com.spire.presentation.IVideo
Gets the width of the shape.
getWidth() - Method in class com.spire.presentation.RelativeRectangle
 
getWidth() - Method in class com.spire.presentation.Shape
Gets he width of the shape.
getWidth() - Method in class com.spire.presentation.ShapeBevelStyle
Bevel width.
getWidth() - Method in class com.spire.presentation.TableColumn
Gets the width of a column.
getWidth() - Method in class com.spire.presentation.TextLineFormat
Gets or sets the width of a line.
getWordWrap() - Method in interface com.spire.presentation.ITextFrameProperties
True if text is wrapped at TextFrame's margins.
getWorksheetIndex() - Method in class com.spire.presentation.charts.entity.CellRange
Gets worksheet Index.
getWorksheetName() - Method in class com.spire.presentation.charts.entity.CellRange
Gets worksheet name.
getX() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Get the x location(left) of the dataLabel as a fraction of the width of the chart.
getX() - Method in interface com.spire.presentation.drawing.IImageData
Gets a X-offset of an image.
getX() - Method in class com.spire.presentation.RelativeRectangle
 
getXDegree() - Method in class com.spire.presentation.charts.entity.ChartRotationThreeD
Gets or sets the rotation degree in the X direction for 3D charts.
getXValues() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets collection of cells with XValues.
getY() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Get the x location(left) of the dataLabel as a fraction of the width of the chart.
getY() - Method in interface com.spire.presentation.drawing.IImageData
Gets a Y-offset of an image.
getY() - Method in class com.spire.presentation.RelativeRectangle
 
getYDegree() - Method in class com.spire.presentation.charts.entity.ChartRotationThreeD
Gets or sets the rotation degree in the Y direction for 3D charts.
getYValues() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets collection of cells with YValues.
getZoom() - Method in class com.spire.presentation.Camera
Camera percentage zoom.
getZoomContent() - Method in class com.spire.presentation.drawing.animation.AnimationScale
Indicates whether a content should be zoomed.
getZOrderPosition() - Method in interface com.spire.presentation.charts.IChart
Gets the position of a shape in the z-order.
getZOrderPosition() - Method in interface com.spire.presentation.IAudio
Gets the position of a shape in the z-order.
getZOrderPosition() - Method in interface com.spire.presentation.IAutoShape
Gets the position of a shape in the z-order.
getZOrderPosition() - Method in interface com.spire.presentation.IEmbedImage
Gets the position of a shape in the z-order.
getZOrderPosition() - Method in interface com.spire.presentation.IOleObject
Gets the position of a shape in the z-order.
getZOrderPosition() - Method in interface com.spire.presentation.IShape
Gets the position of a shape in the z-order.
getZOrderPosition() - Method in interface com.spire.presentation.ITable
Gets the position of a shape in the z-order.
getZOrderPosition() - Method in interface com.spire.presentation.IVideo
Gets the position of a shape in the z-order.
getZOrderPosition() - Method in class com.spire.presentation.Shape
Gets the position of a shape in the z-order.
GlitterTransition - Class in com.spire.presentation.drawing.transition
Glitter transition effect.
GlitterTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.GlitterTransition
Constructor for orientation slide transition effects.
GlitterTransitionDirection - Enum in com.spire.presentation.drawing.transition
Represent glitter transition direction types.
GlowEffect - Class in com.spire.presentation.drawing
Represents a glow effect, in which a color blurred outline is added outside the edges of the object.
GlowEffect() - Constructor for class com.spire.presentation.drawing.GlowEffect
Creates a new instance of the Glow class.
GlowEffect(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.GlowEffect
 
GlowNode - Class in com.spire.presentation.drawing
Represents a glow effect, in which a color blurred outline is added outside the edges of the object.
GlowNode(double, Color) - Constructor for class com.spire.presentation.drawing.GlowNode
 
GradientFillFormat - Class in com.spire.presentation.drawing
Represent a gradient format.
GradientFillFormat(ISlideComponent) - Constructor for class com.spire.presentation.drawing.GradientFillFormat
 
GradientShapeType - Enum in com.spire.presentation.drawing
Represents the shape of gradient fill.
GradientStop - Class in com.spire.presentation.drawing
Represents a gradient stop.
GradientStop(float, ColorFormat) - Constructor for class com.spire.presentation.drawing.GradientStop
 
GradientStopCollection - Class in com.spire.presentation.collections
Represnts a collection of gradient stops.
GradientStopCollection(ISlideComponent) - Constructor for class com.spire.presentation.collections.GradientStopCollection
 
GradientStopData - Class in com.spire.presentation.drawing
Represents a gradient stop.
GradientStopData(float, Color) - Constructor for class com.spire.presentation.drawing.GradientStopData
 
GradientStopDataCollection - Class in com.spire.presentation.collections
Represents a collection of GradientStopData objects.
GradientStopDataCollection() - Constructor for class com.spire.presentation.collections.GradientStopDataCollection
 
GradientStopList - Class in com.spire.presentation.collections
Represnts a collection of gradient stops.
GradientStopList(ISlideComponent) - Constructor for class com.spire.presentation.collections.GradientStopList
 
GradientStyle - Enum in com.spire.presentation.drawing
Represents the gradient style.
GraphicalNodeLocking - Class in com.spire.presentation.drawing
Indicates which operations are disabled on the parent GraphicalObject.
GraphicalNodeLocking() - Constructor for class com.spire.presentation.drawing.GraphicalNodeLocking
 
GraphicFrame - Class in com.spire.presentation.drawing
Represents shape frame's properties.
GraphicFrame(float, float, float, float, boolean, boolean, float) - Constructor for class com.spire.presentation.drawing.GraphicFrame
Creates new shape frame's properties.
GraphicFrame(double, double, double, double, boolean, boolean, float) - Constructor for class com.spire.presentation.drawing.GraphicFrame
Creates new shape frame's properties.
GraphicFrame() - Constructor for class com.spire.presentation.drawing.GraphicFrame
 
GroupShape - Class in com.spire.presentation
Represents a group of shapes on a slide.
GroupShape(ActiveSlide) - Constructor for class com.spire.presentation.GroupShape
 
GroupShape(ShapeCollection) - Constructor for class com.spire.presentation.GroupShape
 
GroupShape(ActiveSlide, PresentationGroupShapeElement, PptxLoadContext) - Constructor for class com.spire.presentation.GroupShape
 
GroupShape(ActiveSlide, Shape, PresentationGroupShapeElement, PptxLoadContext) - Constructor for class com.spire.presentation.GroupShape
 
GroupShape(ShapeCollection, SpGrContainer, ActiveSlide.Ppt2003Slide) - Constructor for class com.spire.presentation.GroupShape
 
GroupShape(ActiveSlide, ArrayList, ActiveSlide.Ppt2003Slide) - Constructor for class com.spire.presentation.GroupShape
 
GroupShapeLocking - Class in com.spire.presentation
Indicates which operations are disabled on the parent GroupShape.
GroupShapeLocking() - Constructor for class com.spire.presentation.GroupShapeLocking
 
groupShapes(ArrayList<Shape>) - Method in interface com.spire.presentation.ISlide
Combine multiple shape together.

H

hasBorders() - Method in class com.spire.presentation.charts.entity.ChartDataTable
True if data table has borders.
hasBorders(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataTable
True if data table has borders.
hasBullet() - Method in class com.spire.presentation.ParagraphPropertiesEx
Indicates whether a paragraph has a bullet.
hasClickAction() - Method in class com.spire.presentation.TextCharacterProperties
Indicates whether text character properties a has clickAction.
hasDataSource() - Method in class com.spire.presentation.charts.entity.ChartAxis
Indicates whether the format is linked source data.
hasDataSource(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Indicates whether the format is linked source data.
hasDataSource() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets and sets a reference to the worksheet
hasDataSource(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets and sets a reference to the worksheet
hasDataSource() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Indicates whether the format is linked source data.
hasDataSource(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Sets whether the format is linked source data.
hasDataSource() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets and sets a reference to the worksheet
hasDataSource(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets and sets a reference to the worksheet
hasDataTable() - Method in interface com.spire.presentation.charts.IChart
Indicates whether a chart has a data table.
hasDataTable(boolean) - Method in interface com.spire.presentation.charts.IChart
Sets whether a chart has a data table.
hashCode() - Method in class com.spire.presentation.charts.entity.CellRange
Gets a hash code for this instance.
hashCode() - Method in class com.spire.presentation.ClickHyperlink
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.spire.presentation.collections.TabStopList
Gets hash code for this object.
hashCode() - Method in class com.spire.presentation.drawing.FillFormat
 
hashCode() - Method in class com.spire.presentation.drawing.GradientFillFormat
 
hashCode() - Method in class com.spire.presentation.drawing.GraphicFrame
Gets a hash code for this object.
hashCode() - Method in interface com.spire.presentation.drawing.IImageData
Gets the hash code of an image.
hashCode() - Method in class com.spire.presentation.drawing.LineFillFormat
 
hashCode() - Method in class com.spire.presentation.FieldType
Gets hashcode for this object.
hashCode() - Method in class com.spire.presentation.TextFont
 
hashCode() - Method in class com.spire.presentation.TextLineFormat
 
hasHorzBorder() - Method in class com.spire.presentation.charts.entity.ChartDataTable
True if data table has horizontal border.
hasHorzBorder(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataTable
True if data table has horizontal border.
hasLegend() - Method in interface com.spire.presentation.charts.IChart
Indicates whether a chart has a legend.
hasLegend(boolean) - Method in interface com.spire.presentation.charts.IChart
Sets whether a chart has a legend.
hasMacros() - Method in class com.spire.presentation.Presentation
Specifies whether contains VBA macros.
hasMultiLvlLbl() - Method in class com.spire.presentation.charts.entity.ChartAxis
Get hasMultiLvlLbl.
hasMultiLvlLbl(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
set hasMultiLvlLbl.
hasMultiLvlLbl() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Get hasMultiLvlLbl.
hasMultiLvlLbl(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
set hasMultiLvlLbl.
hasSeriesLines() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Indicates that chart has series lines.
hasSeriesLines(boolean) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Set chart has series lines.
hasTitle() - Method in class com.spire.presentation.charts.entity.ChartAxis
Indicates whether a axis has a visible title.
hasTitle(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Indicates whether a axis has a visible title.
hasTitle() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Indicates whether a axis has a visible title.
hasTitle(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Sets whether a axis has a visible title.
hasTitle() - Method in interface com.spire.presentation.charts.IChart
Indicates whether a chart has a visible title.
hasTitle(boolean) - Method in interface com.spire.presentation.charts.IChart
Sets whether a chart has a visible title.
hasVertBorder() - Method in class com.spire.presentation.charts.entity.ChartDataTable
True if data table has vertical border.
hasVertBorder(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataTable
True if data table has vertical border.
highLightText(String, Color, TextHighLightingOptions) - Method in interface com.spire.presentation.ITextFrameProperties
Highlight all matches of sample in text frame text using specified color.
HyperlinkActionType - Enum in com.spire.presentation
Represents a type of hyperlink action.

I

IActivePresentation - Interface in com.spire.presentation
Represents a component of a presentation.
IAudio - Interface in com.spire.presentation
 
IAudioData - Interface in com.spire.presentation
 
IAutoShape - Interface in com.spire.presentation
 
IChart - Interface in com.spire.presentation.charts
Represents a ichart.
IChartAxis - Interface in com.spire.presentation.charts.entity
Represents a chart axis.
IChartEffectFormat - Interface in com.spire.presentation.charts.entity
Represents ChartEffectFormat on chart.
IChartGridLine - Interface in com.spire.presentation.charts
 
ICommentAuthor - Interface in com.spire.presentation
 
IDocumentProperty - Interface in com.spire.presentation
 
IEmbedImage - Interface in com.spire.presentation
Represents a picture in inside.
IErrorBarsFormat - Interface in com.spire.presentation.charts
 
IImageData - Interface in com.spire.presentation.drawing
 
ILayout - Interface in com.spire.presentation
 
ImageCollection - Class in com.spire.presentation.collections
Represents collection of Image.
ImageCollection(PresentationPptx) - Constructor for class com.spire.presentation.collections.ImageCollection
 
ImageTransformEffectCollection - Class in com.spire.presentation.collections
Represents a collection of effects apllied to an image.
ImageTransformEffectCollection(PictureShape) - Constructor for class com.spire.presentation.collections.ImageTransformEffectCollection
 
ImageTransformEx - Class in com.spire.presentation.drawing
Represents a collection of effects apllied to an image.
ImageTransformEx(PictureShape) - Constructor for class com.spire.presentation.drawing.ImageTransformEx
 
ImageTransformOperationEx - Class in com.spire.presentation.drawing
Represents image transformation effect.
ImageTransformOperationEx() - Constructor for class com.spire.presentation.drawing.ImageTransformOperationEx
 
IMasterLayouts - Interface in com.spire.presentation.collections
 
IMasterSlide - Interface in com.spire.presentation
 
ImportDataFormat - Enum in com.spire.presentation
Represents source file format.
indexOf(ChartCategory) - Method in class com.spire.presentation.collections.ChartCategoryCollection
Searches for the specified and returns the zero-based index of the first occurrence within the entire Collection
indexOf(ChartDataLabel) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets an index of the specified DataLabel in the collection.
indexOf(ChartSeriesDataFormat) - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Searches for the specified and returns the zero-based index of the first occurrence within the entire Collection
indexOf(IShape) - Method in class com.spire.presentation.collections.ShapeList
Gets the index of the first occurrence of a shape in the collectio
indexOf(ISlide) - Method in class com.spire.presentation.SlideList
Gets an index of the specified slide in the collection.
indexOfKey(String) - Method in class com.spire.presentation.collections.TagList
Gets the zero-based index of the specified key in the collection.
InnerShadowEffect - Class in com.spire.presentation.drawing
Represents a inner shadow effect.
InnerShadowEffect() - Constructor for class com.spire.presentation.drawing.InnerShadowEffect
Creates new instance of InnerShadow class.
InnerShadowEffect(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.InnerShadowEffect
 
InnerShadowNode - Class in com.spire.presentation.drawing
Represents a inner shadow effect.
InnerShadowNode(double, float, double, Color) - Constructor for class com.spire.presentation.drawing.InnerShadowNode
 
INoteMasterSlide - Interface in com.spire.presentation
 
insert(int, TableColumn) - Method in class com.spire.presentation.collections.ColumnList
Insert column in a table.
insert(int, CommonBehavior) - Method in class com.spire.presentation.collections.CommonBehaviorCollection
Inserts new behavior to a collection at the specified index.
insert(int, float, Color) - Method in class com.spire.presentation.collections.GradientStopList
Creates the new gradient stop.
insert(int, float, SchemeColor) - Method in class com.spire.presentation.collections.GradientStopList
Creates the new gradient stop.
insert(int, ParagraphEx) - Method in class com.spire.presentation.collections.ParagraphList
Inserts a Paragraph into the collection at the specified index.
insert(int, ParagraphCollection) - Method in class com.spire.presentation.collections.ParagraphList
Inserts a content of ParagraphExCollection into the collection at the specified index.
insert(int, TableRow) - Method in class com.spire.presentation.collections.RowList
Insert a row.
insert(int, PortionEx) - Method in class com.spire.presentation.collections.TextRangeList
Inserts a Portion into the collection at the specified index.
insert(int, ISlide) - Method in class com.spire.presentation.SlideList
Inserts a slide to the collection.
insert(int) - Method in class com.spire.presentation.SlideList
Insert a empty slide to collection.
insert(int, SlideLayoutType) - Method in class com.spire.presentation.SlideList
Insert a slide to collection.
insert(int, ISlide, ILayout) - Method in class com.spire.presentation.SlideList
Inserts a copy of slide to specified position of the collection.
insert(int, ISlide, IMasterSlide) - Method in class com.spire.presentation.SlideList
Inserts a slide to the collection.
insertAudioMedia(int, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Insert an Audio From CD.
insertAudioMedia(int, String, Rectangle2D, boolean) - Method in class com.spire.presentation.collections.ShapeList
Insert an audio to collection.
insertAudioMedia(int, String, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Insert an audio to collection.
insertAudioMedia(int, String, float, float, boolean) - Method in class com.spire.presentation.collections.ShapeList
Insert an audio to collection.
insertAudioMedia(int, String, float, float) - Method in class com.spire.presentation.collections.ShapeList
Insert an audio to collection.
insertAudioMedia(int, InputStream, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Insert an audio to collection.
insertChart(int, ChartType, Rectangle2D, boolean) - Method in class com.spire.presentation.collections.ShapeList
Add a new chart to collection.
insertChart(ChartType) - Method in interface com.spire.presentation.IShape
Insert a chart into placeholder shape.
insertComment(ISlide, int, String, float, float) - Method in class com.spire.presentation.collections.CommentList
Adds a new comment added to a slide.
insertEmbedImage(int, ShapeType, Rectangle2D, IImageData) - Method in class com.spire.presentation.collections.ShapeList
Insert a embed image to collection.
insertOleObject(int, String, byte[], Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Insert a object to collection.
insertOleObject(int, String, byte[], RectangleF) - Method in class com.spire.presentation.collections.ShapeList
 
insertPicture(String) - Method in interface com.spire.presentation.IShape
Insert a picture into placeholder shape.
insertRoundRectangle(int, float, float, float, float, float) - Method in class com.spire.presentation.collections.ShapeList
Insert a new shape to collection.
insertShape(int, ShapeType, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Insert a new shape to collection.
insertShapeConnector(int, ShapeType, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Insert a new shape connector to collection.
insertSlide(int, IMasterSlide) - Method in class com.spire.presentation.collections.MasterSlideList
Inserts a new master slide to specified position of the collection.
insertSmartArt(SmartArtLayoutType) - Method in interface com.spire.presentation.IShape
Insert a smartArt into placeholder shape.
insertTable(int, float, float, Double[], Double[]) - Method in class com.spire.presentation.collections.ShapeList
Adds a new Table to collection.
insertTable(int, int) - Method in interface com.spire.presentation.IShape
Insert a table into placeholder shape.
insertVideo(String) - Method in interface com.spire.presentation.IShape
Insert a video into placeholder shape.
insertVideoMedia(int, String, Rectangle2D) - Method in class com.spire.presentation.collections.ShapeList
Adds a new video to collection.
InteriorColorPattern - Enum in com.spire.presentation.charts
 
InvXTransition - Class in com.spire.presentation.drawing.transition
reveal transition effect.
InvXTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.InvXTransition
Constructor for orientation slide transition effects.
IOleObject - Interface in com.spire.presentation
 
isAssistant() - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Return node as assistant.
isAssistant(boolean) - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Set node as assistant.
isAutoMajor() - Method in class com.spire.presentation.charts.entity.ChartAxis
Automatic major selected
isAutoMajor(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Automatic major selected
isAutoMajor() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Automatic major selected.
isAutoMajor(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set Automatic major selected.
isAutomaticTickLabelSpacing() - Method in class com.spire.presentation.charts.entity.ChartAxis
Specifies automatic tick label spacing value.
isAutomaticTickLabelSpacing(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Specifies automatic tick label spacing value.
isAutomaticTickLabelSpacing() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Represents the number of categories or series between tick-mark labels.
isAutomaticTickLabelSpacing(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Sets the number of categories or series between tick-mark labels.
isAutoMax() - Method in class com.spire.presentation.charts.entity.ChartAxis
Automatic maximum selected.
isAutoMax(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Automatic maximum selected.
isAutoMax() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Automatic maximum selected.
isAutoMax(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set Automatic maximum selected.
isAutoMin() - Method in class com.spire.presentation.charts.entity.ChartAxis
Automatic minimum selected.
isAutoMin(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Automatic minimum selected.
isAutoMin() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Automatic minimum selected.
isAutoMin(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set Automatic minimum selected.
isAutoMinor() - Method in class com.spire.presentation.charts.entity.ChartAxis
Indicates whether the minor unit of the axis is automatically assigned.
isAutoMinor(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Indicates whether the minor unit of the axis is automatically assigned.
isAutoMinor() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Indicates whether the minor unit of the axis is automatically assigned.
isAutoMinor(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set whether the minor unit of the axis is automatically assigned.
isBold() - Method in class com.spire.presentation.PortionFormatEx
 
isBold(TriState) - Method in class com.spire.presentation.PortionFormatEx
 
isBold() - Method in class com.spire.presentation.TextCharacterProperties
Indicates whether the font is bold.
isBold(TriState) - Method in class com.spire.presentation.TextCharacterProperties
 
isBubble3D() - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Specifies that the bubbles have a 3-D effect applied to them.
isBubble3D(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Specifies that the bubbles have a 3-D effect applied to them.
isBulletInheritFont() - Method in class com.spire.presentation.TextParagraphProperties
Indicates whether the bullet has own font or inherits it from the first portion in the paragraph.
isBulletInheritFont(TriState) - Method in class com.spire.presentation.TextParagraphProperties
 
isCenter() - Method in class com.spire.presentation.SaveToHtmlOption
get html if align center.
isCentered() - Method in interface com.spire.presentation.ITextFrameProperties
Indicates, whether text should be centered in box horizontally.
isCentered(boolean) - Method in interface com.spire.presentation.ITextFrameProperties
 
isCropped() - Method in class com.spire.presentation.SlidePicture
Determines if the picture is cropped.
isCrossCategories() - Method in class com.spire.presentation.charts.entity.ChartAxis
Indicates that the value axis crosses the category axis between categorie
isCrossCategories(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
 
isCrossCategories() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Indicates that the value axis crosses the category axis between categorie
isCrossCategories(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set that the value axis crosses the category axis between categorie
isDataProtect() - Method in interface com.spire.presentation.charts.IChart
Indicates whether data of chart is protected.
isDataProtect(boolean) - Method in interface com.spire.presentation.charts.IChart
Indicates whether data of chart is protected.
isDelete() - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets or sets the label's delete flag.
isDelete(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets or sets the label's delete flag.
isDelete() - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets or sets delete flag.
isDelete(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets or sets delete flag.
isEmbedded() - Method in interface com.spire.presentation.IAudio
Indicates whether a sound is embedded to a presentation.
isEmpty() - Method in class com.spire.presentation.drawing.ExtensionList
 
isFlipX() - Method in class com.spire.presentation.drawing.GraphicFrame
Indicates whether a frame is flipped horizontally.
isFlipX(boolean) - Method in class com.spire.presentation.drawing.GraphicFrame
 
isFlipY() - Method in class com.spire.presentation.drawing.GraphicFrame
Indicates whether a frame is flipped vertically.
isFlipY(boolean) - Method in class com.spire.presentation.drawing.GraphicFrame
 
isGrayLevelForPrint() - Method in class com.spire.presentation.Presentation
Whether to set gray level for printing
isGrayLevelForPrint() - Method in class com.spire.presentation.PresentationPrintDocument
Whether to set gray level for printing
isGroupFill() - Method in class com.spire.presentation.drawing.FillFormat
Indicate whether is Group fill.
isGroupFill(boolean) - Method in class com.spire.presentation.drawing.FillFormat
 
isGrow() - Method in class com.spire.presentation.drawing.BlendEffect
Indicates whether the bounds of the object should be grown as a result of the blurring.
isGrow(boolean) - Method in class com.spire.presentation.drawing.BlendEffect
 
IShape - Interface in com.spire.presentation
 
isHidden() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Specifies whether the series is hidden.
isHidden(boolean) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Set whether the series is hidden.
isHidden() - Method in interface com.spire.presentation.charts.IChart
Indicates whether the shape is hidden.
isHidden(boolean) - Method in interface com.spire.presentation.charts.IChart
Sets whether the shape is hidden.
isHidden() - Method in interface com.spire.presentation.IAudio
Indicates whether the shape is hidden.
isHidden(boolean) - Method in interface com.spire.presentation.IAudio
 
isHidden() - Method in interface com.spire.presentation.IAutoShape
Indicates whether the shape is hidden.
isHidden(boolean) - Method in interface com.spire.presentation.IAutoShape
 
isHidden() - Method in interface com.spire.presentation.IEmbedImage
Indicates whether the shape is hidden.
isHidden(boolean) - Method in interface com.spire.presentation.IEmbedImage
 
isHidden() - Method in interface com.spire.presentation.IOleObject
Indicates whether the shape is hidden.
isHidden(boolean) - Method in interface com.spire.presentation.IOleObject
 
isHidden() - Method in interface com.spire.presentation.IShape
Indicates whether the shape is hidden.
isHidden(boolean) - Method in interface com.spire.presentation.IShape
 
isHidden() - Method in interface com.spire.presentation.ITable
Indicates whether the shape is hidden.
isHidden(boolean) - Method in interface com.spire.presentation.ITable
 
isHidden() - Method in interface com.spire.presentation.IVideo
Indicates whether the shape is hidden.
isHidden(boolean) - Method in interface com.spire.presentation.IVideo
 
isHidden() - Method in class com.spire.presentation.Shape
Indicates whether the shape is hidden.
isHidden(boolean) - Method in class com.spire.presentation.Shape
 
isHighlightClick() - Method in class com.spire.presentation.ClickHyperlink
Indicates whether the hyperlink should be highlighted on click.
isIconVisible() - Method in interface com.spire.presentation.IOleObject
Indicates whether an object is visible as icon.
isIconVisible(boolean) - Method in interface com.spire.presentation.IOleObject
 
isInheritUnderlineFill() - Method in class com.spire.presentation.TextCharacterProperties
 
isInheritUnderlineFill(TriState) - Method in class com.spire.presentation.TextCharacterProperties
 
isItalic() - Method in class com.spire.presentation.PortionFormatEx
 
isItalic(TriState) - Method in class com.spire.presentation.PortionFormatEx
 
isItalic() - Method in class com.spire.presentation.TextCharacterProperties
Indicates whether the font is itallic.
isItalic(TriState) - Method in class com.spire.presentation.TextCharacterProperties
 
ISlide - Interface in com.spire.presentation
 
ISlideComponent - Interface in com.spire.presentation
Represents a component of a slide.
isLogScale() - Method in class com.spire.presentation.charts.entity.ChartAxis
Logarithmic scale.
isLogScale(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Logarithmic scale.
isLogScale() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Logarithmic scale.
isLogScale(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set Logarithmic scale.
isLoop() - Method in interface com.spire.presentation.IAudio
Indicates whether an audio is looped.
isLoop(boolean) - Method in interface com.spire.presentation.IAudio
 
ISmartArt - Interface in com.spire.presentation.diagrams
 
ISmartArtNode - Interface in com.spire.presentation.diagrams
 
ISmartArtNodeCollection - Interface in com.spire.presentation.diagrams
 
isMergeSameLabel() - Method in class com.spire.presentation.charts.entity.ChartAxis
Get isMergeSameLabel
isMergeSameLabel(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set isMergeSameLabel
isMergeSameLabel() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Get isMergeSameLabel
isMergeSameLabel(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set isMergeSameLabel
isMute() - Method in class com.spire.presentation.drawing.timeline.TimeNodeAudioEx
is mute default:false
isMute(boolean) - Method in class com.spire.presentation.drawing.timeline.TimeNodeAudioEx
 
isNoFill() - Method in class com.spire.presentation.drawing.FillFormat
Indicates whether is No Fill.
isNotDefaultXDirection() - Method in class com.spire.presentation.drawing.transition.InvXTransition
not default axis-X Direction of transition.
isNotDefaultXDirection(boolean) - Method in class com.spire.presentation.drawing.transition.InvXTransition
 
isObjectLink() - Method in interface com.spire.presentation.IOleObject
Indicates whether an object is linked to external file.
isOverlay() - Method in class com.spire.presentation.charts.entity.ChartLegend
Indicates whether other chart elements allowed to overlap legend.
isOverlay(boolean) - Method in class com.spire.presentation.charts.entity.ChartLegend
Indicates whether other chart elements allowed to overlap legend.
isOverlay() - Method in class com.spire.presentation.charts.entity.ChartTextArea
Indicates whether allowed to overlap title.
isOverlay(boolean) - Method in class com.spire.presentation.charts.entity.ChartTextArea
Set whether allowed to overlap title.
isPerspective() - Method in class com.spire.presentation.charts.entity.ChartRotationThreeD
Gets or sets the perspective value for 3D charts.
isPerspective(int) - Method in class com.spire.presentation.charts.entity.ChartRotationThreeD
Gets or sets the perspective value for 3D charts.
isPlaceholder() - Method in interface com.spire.presentation.charts.IChart
Indicates whether the shape is Placeholder.
isPlaceholder() - Method in interface com.spire.presentation.IAudio
Indicates whether the shape is Placeholder.
isPlaceholder() - Method in interface com.spire.presentation.IAutoShape
Indicates whether the shape is Placeholder.
isPlaceholder() - Method in interface com.spire.presentation.IEmbedImage
Indicates whether the shape is Placeholder.
isPlaceholder() - Method in interface com.spire.presentation.IShape
Indicates whether the shape is Placeholder.
isPlaceholder() - Method in interface com.spire.presentation.ITable
Indicates whether the shape is Placeholder.
isPlaceholder() - Method in interface com.spire.presentation.IVideo
Indicates whether the shape is Placeholder.
isPlaceholder() - Method in class com.spire.presentation.Shape
 
isPlayInBackground() - Method in interface com.spire.presentation.IAudio
Whether the audio plays in the background.
isPlayInBackground(boolean) - Method in interface com.spire.presentation.IAudio
 
isReversed() - Method in class com.spire.presentation.charts.entity.ChartAxis
Gets or set plots data points from last to first.
isReversed(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Gets or set plots data points from last to first.
isReversed() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets or set plots data points from last to first.
isReversed(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets or set plots data points from last to first.
isScaled() - Method in class com.spire.presentation.LinearGradientFill
Indicates whether a gradient is scaled.
isScaled(TriState) - Method in class com.spire.presentation.LinearGradientFill
 
isSlideFrameForPrint() - Method in class com.spire.presentation.Presentation
Whether to set slideFrame for printing.
isSlideFrameForPrint() - Method in class com.spire.presentation.PresentationPrintDocument
Whether to set slideFrame for printing.
isSmooth() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Represents curve smoothing.
isSmooth(TriState) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Set curve smoothing.
isSynchronized() - Method in class com.spire.presentation.CellCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.ColumnCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.CommentAuthorCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.CommentCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.EffectDataCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.EffectStyleCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.GradientStopCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.GradientStopDataCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.ImageCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.ImageTransformEffectCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.LineFormatExCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.LineStyleCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.MasterSlideCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.OleObjectCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.OleObjectProperties
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.ParagraphCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.ShapeAdjustCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.SlideCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.SlideColorSchemeCollection
Gets a value indicating whether access to the ArrayList is synchronized (thread safe).
isSynchronized() - Method in class com.spire.presentation.collections.TableRowCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.TabStopCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.TagCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.TextAnimationCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.TextRangeCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.collections.VideoCollection
 
isSynchronized() - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.drawing.FillStyleCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized() - Method in class com.spire.presentation.ShapeCollection
Gets a value indicating whether access to the collection is synchronized (thread-safe).
isTextBox() - Method in interface com.spire.presentation.IAutoShape
Indicates whether the shape is TextBox.
isTextBox() - Method in interface com.spire.presentation.IOleObject
Indicates whether the shape is TextHolder.
isTextBox() - Method in interface com.spire.presentation.IShape
Indicates whether the shape is TextBox.
isTextBox() - Method in class com.spire.presentation.Shape
Indicates whether the shape is TextBox.
isVaryColor() - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Indicates that color of point is varied.
isVaryColor(boolean) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
set color of point is varied
isVisible() - Method in class com.spire.presentation.charts.entity.ChartAxis
Gets or sets if the axis is visible.
isVisible(boolean) - Method in class com.spire.presentation.charts.entity.ChartAxis
Gets or sets if the axis is visible.
isVisible() - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets or sets if the axis is visible.
isVisible(boolean) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets or sets if the axis is visible.
ITable - Interface in com.spire.presentation
 
iterator() - Method in class com.spire.presentation.collections.CellRanges
 
iterator() - Method in class com.spire.presentation.collections.ChartDataPointCollection
 
iterator() - Method in class com.spire.presentation.collections.ColumnCollection
Gets the iterator of the collection.
iterator() - Method in class com.spire.presentation.collections.ColumnList
 
iterator() - Method in class com.spire.presentation.collections.CommonBehaviorCollection
Gets a itertor of the collection.
iterator() - Method in class com.spire.presentation.collections.EffectDataCollection
 
iterator() - Method in class com.spire.presentation.collections.EffectStyleList
Gets a iterator of the collection.
iterator() - Method in class com.spire.presentation.collections.EmbedImageList
Gets an enumerator for the entire collection.
iterator() - Method in class com.spire.presentation.collections.GradientStopDataCollection
Gets a iterator of the collection.
iterator() - Method in class com.spire.presentation.collections.GradientStopList
 
iterator() - Method in class com.spire.presentation.collections.LineStyleList
Gets an enumerator for the entire collection.
iterator() - Method in class com.spire.presentation.collections.OleObjectCollection
 
iterator() - Method in class com.spire.presentation.collections.RowList
Gets a iterator of the list.
iterator() - Method in class com.spire.presentation.collections.ShapeAdjustCollection
Gets a iterator of the collection.
iterator() - Method in class com.spire.presentation.collections.SlideColorSchemeCollection
Gets a iterator of the collection.
iterator() - Method in class com.spire.presentation.collections.TabStopCollection
Gets a iterator of the collection.
iterator() - Method in class com.spire.presentation.collections.VideoCollection
Gets a iterator of the collection.
iterator() - Method in class com.spire.presentation.drawing.animation.SequenceCollection
 
iterator() - Method in class com.spire.presentation.drawing.FillStyleList
 
iterator() - Method in class com.spire.presentation.drawing.ImageTransformEx
 
ITextFrameProperties - Interface in com.spire.presentation
 
ITrendlines - Interface in com.spire.presentation.charts
Represents ItrendLines.
IVideo - Interface in com.spire.presentation
 

K

KnownColors - Enum in com.spire.presentation
Represents predefined color presets.

L

LegendEntry - Class in com.spire.presentation.charts
 
LegendEntry() - Constructor for class com.spire.presentation.charts.LegendEntry
 
LegendEntryCollection - Class in com.spire.presentation.collections
Represents collection of
LegendEntryCollection() - Constructor for class com.spire.presentation.collections.LegendEntryCollection
 
LightingDirectionType - Enum in com.spire.presentation
Indicates light directions.
LightRig - Class in com.spire.presentation
Represents LightRig.
LightRig() - Constructor for class com.spire.presentation.LightRig
 
LinearGradientFill - Class in com.spire.presentation
 
LinearGradientFill() - Constructor for class com.spire.presentation.LinearGradientFill
 
LineCapStyle - Enum in com.spire.presentation
Represents the line cap style.
LineDashStyleType - Enum in com.spire.presentation
Represents the line dash style.
LineEndLength - Enum in com.spire.presentation
Represents the length of an arrowhead.
LineEndType - Enum in com.spire.presentation
Represents the style of an arrowhead.
LineEndWidth - Enum in com.spire.presentation
Represents the width of an arrowhead.
LineFillFormat - Class in com.spire.presentation.drawing
Represents properties for lines filling.
LineFillFormat(ISlideComponent) - Constructor for class com.spire.presentation.drawing.LineFillFormat
 
LineFormatExCollection - Class in com.spire.presentation.collections
Represents a collection of LineFormat objects.
LineFormatExCollection() - Constructor for class com.spire.presentation.collections.LineFormatExCollection
 
LineJoinType - Enum in com.spire.presentation
Represents the lines join style.
LineStyleCollection - Class in com.spire.presentation.collections
Represents the collection of line styles.
LineStyleCollection() - Constructor for class com.spire.presentation.collections.LineStyleCollection
 
LineStyleList - Class in com.spire.presentation.collections
Represents the collection of line styles.
LineStyleList() - Constructor for class com.spire.presentation.collections.LineStyleList
 
loadFromFile(String, FileFormat) - Method in class com.spire.presentation._Presentation
 
loadFromFile(String) - Method in class com.spire.presentation._Presentation
 
loadFromFile(String, String) - Method in class com.spire.presentation._Presentation
 
loadFromFile(String, FileFormat, String) - Method in class com.spire.presentation._Presentation
 
loadFromFile(String) - Method in class com.spire.presentation.Presentation
Opens the document from a file.
loadFromFile(String, String) - Method in class com.spire.presentation.Presentation
Opens the document from a file.
loadFromFile(String, FileFormat) - Method in class com.spire.presentation.Presentation
 
loadFromFile(String, FileFormat, String) - Method in class com.spire.presentation.Presentation
 
loadFromStream(InputStream, FileFormat) - Method in class com.spire.presentation.Presentation
Opens the document from a stream.
LocaleFonts - Class in com.spire.presentation
Fonts collection.
LocaleFonts() - Constructor for class com.spire.presentation.LocaleFonts
 
LRTransition - Class in com.spire.presentation.drawing.transition
LeftRight transition effect.
LRTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.LRTransition
Constructor for orientation slide transition effects.

M

MasterSlideCollection - Class in com.spire.presentation.collections
Represents a collection of master slides.
MasterSlideCollection(PresentationPptx) - Constructor for class com.spire.presentation.collections.MasterSlideCollection
 
MasterSlideList - Class in com.spire.presentation.collections
Represents a collection of master slides.
MasterSlideList(PresentationPptx) - Constructor for class com.spire.presentation.collections.MasterSlideList
 
MasterTheme - Class in com.spire.presentation
Represents a master theme.
MasterTheme(PresentationPptx) - Constructor for class com.spire.presentation.MasterTheme
 
MasterTheme(PresentationPptx, PptxBaseXmlDocument) - Constructor for class com.spire.presentation.MasterTheme
 
mergeCells(Cell, Cell, boolean) - Method in interface com.spire.presentation.ITable
Merges neighbour cells.
MetaCharacterType - Enum in com.spire.presentation
Represents different types of meta characters used in a text.
MotionCmdPathEx - Class in com.spire.presentation.drawing.animation
Represent one command of a path.
MotionCmdPathEx() - Constructor for class com.spire.presentation.drawing.animation.MotionCmdPathEx
 
MotionCmdPathEx(MotionCommandPathType, PointF[], MotionPathPointsType, boolean) - Constructor for class com.spire.presentation.drawing.animation.MotionCmdPathEx
 
MotionCommandPathType - Enum in com.spire.presentation.drawing.animation
Represent types of command for animation motion effect behavior.
MotionPath - Class in com.spire.presentation.drawing.animation
Represent motion path.
MotionPath() - Constructor for class com.spire.presentation.drawing.animation.MotionPath
 
MotionPathPointsType - Enum in com.spire.presentation.drawing.animation
Represent types of points in animation motion path.
Move(int, int) - Method in class com.spire.presentation.SlideList
Moves slide from the collection to the specified position.

N

NotesSlide - Class in com.spire.presentation
Represents a notes slide in a presentation.
NotesSlide(PresentationPptx, PresentationSlideNotesElement, PptxLoadContext) - Constructor for class com.spire.presentation.NotesSlide
 
NotesSlide(Slide, PPTNotes, ActiveSlide.Ppt2003Slide) - Constructor for class com.spire.presentation.NotesSlide
 
NotesSlide(Slide) - Constructor for class com.spire.presentation.NotesSlide
 
NumberedBulletStyle - Enum in com.spire.presentation
Represents the style of the numbered bullets.

O

OleObject - Class in com.spire.presentation
Represents an Ole object.
OleObject(OleObjectCollection) - Constructor for class com.spire.presentation.OleObject
 
OleObject(OleObjectCollection, PptxBaseXmlElement, PptxLoadContext) - Constructor for class com.spire.presentation.OleObject
 
OleObjectCollection - Class in com.spire.presentation.collections
A collection of OleObject controls.
OleObjectCollection(ActiveSlide) - Constructor for class com.spire.presentation.collections.OleObjectCollection
 
OleObjectProperties - Class in com.spire.presentation.collections
A collection of OleObject properties.
OleObjectProperties() - Constructor for class com.spire.presentation.collections.OleObjectProperties
 
op_Equality(ClickHyperlink, ClickHyperlink) - Static method in class com.spire.presentation.ClickHyperlink
Tests two hyperlinks for equality.
op_Equality(FieldType, FieldType) - Static method in class com.spire.presentation.FieldType
Checks Objects is equal.
op_Inequality(ClickHyperlink, ClickHyperlink) - Static method in class com.spire.presentation.ClickHyperlink
Tests two hyperlinks for inequality.
op_Inequality(FieldType, FieldType) - Static method in class com.spire.presentation.FieldType
Checks Objects is inequal.
OptionalBlackTransition - Class in com.spire.presentation.drawing.transition
Optional black slide transition effect.
OptionalBlackTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.OptionalBlackTransition
Constructor for optional black slide transition effects.
Order - Enum in com.spire.presentation
 
OuterShadowEffect - Class in com.spire.presentation.drawing
Represents a outer shadow effect.
OuterShadowEffect() - Constructor for class com.spire.presentation.drawing.OuterShadowEffect
Default constructor.
OuterShadowEffect(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.OuterShadowEffect
 
OuterShadowNode - Class in com.spire.presentation.drawing
Represents a outer shadow effect.
OuterShadowNode(RectangleAlignment, double, float, double, float, float, boolean, float, float, Color) - Constructor for class com.spire.presentation.drawing.OuterShadowNode
 

P

PageSlideCount - Enum in com.spire.presentation
 
ParagraphBuildType - Enum in com.spire.presentation.drawing.animation
Indicates how text display style during animation.
ParagraphCollection - Class in com.spire.presentation.collections
Represents a collection of a paragraphs.
ParagraphCollection() - Constructor for class com.spire.presentation.collections.ParagraphCollection
 
ParagraphEx - Class in com.spire.presentation
Represents a paragraph of a text.
ParagraphEx() - Constructor for class com.spire.presentation.ParagraphEx
Initializes a new instance of the Paragraph class with default properties.
ParagraphEx(ParagraphEx) - Constructor for class com.spire.presentation.ParagraphEx
Copy constructor that initializes a new instance of a Paragraph class.
ParagraphEx(TextParagraphProperties) - Constructor for class com.spire.presentation.ParagraphEx
 
ParagraphList - Class in com.spire.presentation.collections
Represents a collection of a paragraphs.
ParagraphList() - Constructor for class com.spire.presentation.collections.ParagraphList
 
ParagraphPropertiesEx - Class in com.spire.presentation
Represents the properties of a paragraph.
ParagraphPropertiesEx() - Constructor for class com.spire.presentation.ParagraphPropertiesEx
 
PatternFillFormat - Class in com.spire.presentation.drawing
Represents a pattern to fill a shape.
PatternFillFormat(ISlideComponent) - Constructor for class com.spire.presentation.drawing.PatternFillFormat
 
PatternFillType - Enum in com.spire.presentation.drawing
Represents the pattern style.
PenAlignmentType - Enum in com.spire.presentation.drawing
Represents the lines alignment type.
PictureAdjust() - Method in class com.spire.presentation.SlidePicture
Adjust the picture of slide
PictureDataEx - Class in com.spire.presentation.drawing
Represents a picture in a presentation.
PictureDataEx(PictureShape, ActiveSlide, ColorFormat.FloatColor) - Constructor for class com.spire.presentation.drawing.PictureDataEx
 
PictureFillFormat - Class in com.spire.presentation.drawing
Represents a picture fill style.
PictureFillFormat(ISlideComponent) - Constructor for class com.spire.presentation.drawing.PictureFillFormat
 
PictureFillType - Enum in com.spire.presentation.drawing
Indicates how picture will fill area.
PictureFrameLockEx - Class in com.spire.presentation
Indicates which operations are disabled on the parent PictureFrame.
PictureFrameLockEx() - Constructor for class com.spire.presentation.PictureFrameLockEx
 
PictureShape - Class in com.spire.presentation
Represents a picture in a presentation.
PictureShape(PptxBaseXmlElement, ISlideComponent) - Constructor for class com.spire.presentation.PictureShape
 
PictureShape(ISlideComponent) - Constructor for class com.spire.presentation.PictureShape
 
PictureShape(ISlideComponent, PictureShape) - Constructor for class com.spire.presentation.PictureShape
 
PictureType - Enum in com.spire.presentation.charts
Indicates mode of bar picture filling.
PlaceholderEx - Class in com.spire.presentation
Represents a placeholder on a slide.
PlaceholderEx(PptxBaseXmlElement) - Constructor for class com.spire.presentation.PlaceholderEx
 
PlaceholderEx(DrawFrameElement, int) - Constructor for class com.spire.presentation.PlaceholderEx
 
PlaceholderEx() - Constructor for class com.spire.presentation.PlaceholderEx
 
PlaceholderSize - Enum in com.spire.presentation
Represents the size of a placeholder.
PlaceholderType - Enum in com.spire.presentation
Represents the type of a placeholder.
PortionEx - Class in com.spire.presentation
Represents a range of a text.
PortionEx() - Constructor for class com.spire.presentation.PortionEx
Initializes a new instance of the text range class.
PortionEx(String) - Constructor for class com.spire.presentation.PortionEx
Initializes a new instance of the text range class.
PortionEx(PortionEx) - Constructor for class com.spire.presentation.PortionEx
Initializes a new instance of the text range class.
PortionEx(PortionFormatEx) - Constructor for class com.spire.presentation.PortionEx
 
PortionEx(PortionFormatEx, String) - Constructor for class com.spire.presentation.PortionEx
 
PortionFormatEx - Class in com.spire.presentation
 
PortionFormatEx() - Constructor for class com.spire.presentation.PortionFormatEx
 
PortionFormatEx(PortionFormatEx) - Constructor for class com.spire.presentation.PortionFormatEx
 
PptObject - Class in com.spire.presentation
PowerPoint base class
PptObject() - Constructor for class com.spire.presentation.PptObject
 
PptObject(Presentation, Object) - Constructor for class com.spire.presentation.PptObject
Main class constructor.
Presentation - Class in com.spire.presentation
Represents an Presentation document.
Presentation() - Constructor for class com.spire.presentation.Presentation
 
Presentation(PresentationPptx) - Constructor for class com.spire.presentation.Presentation
 
Presentation(Stream, FileFormat) - Constructor for class com.spire.presentation.Presentation
Constructor
Presentation(InputStream, FileFormat) - Constructor for class com.spire.presentation.Presentation
 
Presentation(String, FileFormat) - Constructor for class com.spire.presentation.Presentation
Constructor
PresentationPrintDocument - Class in com.spire.presentation
Provides a default implementation for printing of a Presentation within the .NET printing framework.
PresentationPrintDocument(PresentationPpt) - Constructor for class com.spire.presentation.PresentationPrintDocument
Creates PresentationPrintDocument for a PPT presentation.
PresentationPrintDocument(PresentationPptx) - Constructor for class com.spire.presentation.PresentationPrintDocument
Creates PresentationPrintDocument for a PPTX presentation.
PresentationPrintDocument(Presentation) - Constructor for class com.spire.presentation.PresentationPrintDocument
 
PresetCameraType - Enum in com.spire.presentation
Indicates camera preset type.
PresetLightRigType - Enum in com.spire.presentation
Indicates light preset types.
PresetMaterialType - Enum in com.spire.presentation
Indicates material of shape.
PresetShadow - Class in com.spire.presentation.drawing
Represents a preset shadow effect.
PresetShadow() - Constructor for class com.spire.presentation.drawing.PresetShadow
Creates a new instance of the PresetShadow class.
PresetShadow(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.PresetShadow
 
PresetShadowNode - Class in com.spire.presentation.drawing
Represents a preset shadow effect.
PresetShadowNode(float, double, PresetShadowValue, Color) - Constructor for class com.spire.presentation.drawing.PresetShadowNode
 
PresetShadowValue - Enum in com.spire.presentation
Represents a preset for a shadow effect.
print(PresentationPrintDocument) - Method in class com.spire.presentation.Presentation
 
print(PrinterSettings) - Method in class com.spire.presentation.Presentation
Prints the presentation according to the specified printer settings.
print(String) - Method in class com.spire.presentation.Presentation
Print the whole presentation to the specified printer.
print() - Method in class com.spire.presentation.PresentationPrintDocument
 
PropertyValueType - Enum in com.spire.presentation.drawing.animation
Represent property value types.
protect(String) - Method in class com.spire.presentation.Presentation
Protection for this presentation.

R

RectangleAlignment - Enum in com.spire.presentation
Defines 2-dimension allignment.
ReflectionEffect - Class in com.spire.presentation.drawing
Represents a reflection effect.
ReflectionEffect() - Constructor for class com.spire.presentation.drawing.ReflectionEffect
Creates a new instance of Reflection effect class.
ReflectionEffect(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.ReflectionEffect
 
ReflectionNode - Class in com.spire.presentation.drawing
Represents a reflection effect.
ReflectionNode(RectangleAlignment, double, float, double, float, float, float, float, float, float, float, boolean, float, float) - Constructor for class com.spire.presentation.drawing.ReflectionNode
 
RelativeRectangle - Class in com.spire.presentation
 
RelativeRectangle() - Constructor for class com.spire.presentation.RelativeRectangle
 
RelativeRectangle(float, float, float, float) - Constructor for class com.spire.presentation.RelativeRectangle
 
RelativeRectangle(RelativeRectangle) - Constructor for class com.spire.presentation.RelativeRectangle
 
remove(AnimationEffect) - Method in class com.spire.presentation.collections.AnimationEffectCollection
Removes specified effect from a collection.
remove(ChartCategory) - Method in class com.spire.presentation.collections.ChartCategoryCollection
Removes the specified value.
remove(ChartDataLabel) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Removes the first occurrence of a specific object from the collection.
remove(ChartSeriesDataFormat) - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Removes the specified value.
remove(Comment) - Method in class com.spire.presentation.collections.CommentList
Removes the first occurrence of the specified comment in a collection.
remove(CommonBehavior) - Method in class com.spire.presentation.collections.CommonBehaviorCollection
Removes specified behavior from a collection.
remove(IMasterSlide) - Method in class com.spire.presentation.collections.MasterSlideList
Removes the first occurrence of a specific object from the collection.
remove(OleObject) - Method in class com.spire.presentation.collections.OleObjectCollection
Removes an OleObject control from the collection.
remove(String) - Method in class com.spire.presentation.collections.OleObjectProperties
Removes a property with the specified name.
remove(IShape) - Method in class com.spire.presentation.collections.ShapeList
Removes the first occurrence of a specific shape from the collection.
remove(String) - Method in class com.spire.presentation.collections.TagList
Removes the tag with a specified name from the collection.
remove(AnimationEffectCollection) - Method in class com.spire.presentation.drawing.animation.SequenceCollection
Removes specified sequence from a collection.
remove(TimeNode) - Method in class com.spire.presentation.drawing.timeline.TimeNodes
Removes the first occurrence of a specific object from the collection.
remove(String) - Method in interface com.spire.presentation.IDocumentProperty
Remove a custom property associated with a specified name.
remove(ISlide) - Method in class com.spire.presentation.SlideList
Removes the first occurrence of a specific object from the collection.
removeAll() - Method in class com.spire.presentation.collections.GradientStopList
Removes all gradient stops from a collection.
removeAt(int) - Method in class com.spire.presentation.collections.AnimationEffectCollection
Removes an effect from a collection.
removeAt(int) - Method in class com.spire.presentation.collections.CellRanges
Removes a cell from the collection by index.
removeAt(int, boolean) - Method in class com.spire.presentation.collections.ColumnList
Removes a column at the specified position from a table.
removeAt(int) - Method in class com.spire.presentation.collections.CommentList
Removes the element at the specified index in a collection.
removeAt(int) - Method in class com.spire.presentation.collections.CommonBehaviorCollection
Removes behavior from a collection at the specified index.
removeAt(int) - Method in class com.spire.presentation.collections.GradientStopList
Removes a gradient stop at the specified index.
removeAt(int) - Method in class com.spire.presentation.collections.MasterSlideList
Removes the element at the specified index of the collection.
removeAt(int) - Method in class com.spire.presentation.collections.OleObjectCollection
Removes an OleObject control stored at specified position from the collection.
removeAt(int) - Method in class com.spire.presentation.collections.ParagraphList
Removes the element at the specified index of the collection.
removeAt(int, boolean) - Method in class com.spire.presentation.collections.RowList
Removes a row at the specified position from a table.
removeAt(int) - Method in class com.spire.presentation.collections.ShapeList
Removes the element at the specified index of the collection.
removeAt(int) - Method in class com.spire.presentation.collections.TabStopList
Removes the element at the specified index of the collection.
removeAt(int) - Method in class com.spire.presentation.collections.TagList
Removes the tag at the specified index
removeAt(int) - Method in class com.spire.presentation.collections.TextRangeList
Removes the element at the specified index of the collection.
removeAt(int) - Method in class com.spire.presentation.drawing.animation.SequenceCollection
Removes sequence at the specified index.
removeAt(int) - Method in class com.spire.presentation.drawing.ImageTransformEx
Removes an image effect from a collection at the specified index.
removeAt(int) - Method in class com.spire.presentation.drawing.timeline.TimeNodes
Removes the element at the specified index of the collection.
removeAt(int) - Method in class com.spire.presentation.SlideList
Removes the element at the specified index of the collection.
removeEncryption() - Method in class com.spire.presentation.Presentation
Removes the encryption.
removeField() - Method in class com.spire.presentation.PortionEx
Converts this field range to the simple text range.
removeMasterLayout(int) - Method in interface com.spire.presentation.collections.IMasterLayouts
Delete masterLayout from Layouts.
removeNode(int) - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Remove node or sub node by index
removeNode(ISmartArtNode) - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Remove node or sub node
removeNodeByPosition(int) - Method in interface com.spire.presentation.diagrams.ISmartArtNodeCollection
Remove node from selected position
removePlaceholder() - Method in interface com.spire.presentation.charts.IChart
Removes placeholder from the shape.
removePlaceholder() - Method in interface com.spire.presentation.IAudio
Removes placeholder from the shape.
removePlaceholder() - Method in interface com.spire.presentation.IAutoShape
Removes placeholder from the shape.
removePlaceholder() - Method in interface com.spire.presentation.IEmbedImage
Removes placeholder from the shape.
removePlaceholder() - Method in interface com.spire.presentation.IOleObject
Removes placeholder from the shape.
removePlaceholder() - Method in interface com.spire.presentation.IShape
Removes placeholder from the shape.
removePlaceholder() - Method in interface com.spire.presentation.ITable
Removes placeholder from the shape.s
removePlaceholder() - Method in interface com.spire.presentation.IVideo
Removes placeholder from the shape.
removePlaceholder() - Method in class com.spire.presentation.Shape
Removes placeholder from the shape.
removeProtect() - Method in class com.spire.presentation.Presentation
Remove proection.
replaceAllText(String, String, boolean) - Method in interface com.spire.presentation.ISlide
Replaces all matched string with new value in the slide.
replaceFirstText(String, String, boolean) - Method in interface com.spire.presentation.ISlide
Replaces first matched string with new value in the slide.
reset() - Method in interface com.spire.presentation.diagrams.ISmartArt
Reset diagram to original template.
RevealTransition - Class in com.spire.presentation.drawing.transition
reveal transition effect.
RevealTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.RevealTransition
Constructor for orientation slide transition effects.
RowList - Class in com.spire.presentation.collections
Represents a collection of rows.
RowList() - Constructor for class com.spire.presentation.collections.RowList
 

S

saveAsEMF(int, String) - Method in class com.spire.presentation.collections.ShapeList
Save shapes to EMF.
saveAsImage(int) - Method in class com.spire.presentation.collections.ShapeList
Save shapes to Image.
saveAsImage(int, int, int) - Method in class com.spire.presentation.collections.ShapeList
 
saveAsImage(int, int) - Method in interface com.spire.presentation.ISlide
 
saveAsImage() - Method in interface com.spire.presentation.ISlide
 
saveToFile(OutputStream, FileFormat) - Method in class com.spire.presentation._Presentation
 
saveToFile(String, FileFormat) - Method in class com.spire.presentation._Presentation
 
SaveToFile(String, FileFormat) - Method in interface com.spire.presentation.ISlide
Saves the Slide to the specified file.
saveToFile(OutputStream, FileFormat) - Method in class com.spire.presentation.Presentation
 
saveToFile(String, FileFormat) - Method in class com.spire.presentation.Presentation
Saves the document to the specified file.
saveToFile(String) - Method in class com.spire.presentation.VideoData
Save video to disk.
SaveToHtmlOption - Class in com.spire.presentation
Created by scott.yue on 2019/11/11.
SaveToHtmlOption() - Constructor for class com.spire.presentation.SaveToHtmlOption
 
SaveToPdfOption - Class in com.spire.presentation
 
SaveToPdfOption() - Constructor for class com.spire.presentation.SaveToPdfOption
 
SaveToSVG() - Method in interface com.spire.presentation.ISlide
Save the slide to SVG format
saveToSVG() - Method in class com.spire.presentation.Presentation
 
SchemeColor - Enum in com.spire.presentation.drawing
Represents colors in a color scheme.
Section - Class in com.spire.presentation
Created by martin.zhao on 2020/7/15.
Section() - Constructor for class com.spire.presentation.Section
 
Section(PptxBaseXmlElement) - Constructor for class com.spire.presentation.Section
 
SectionList - Class in com.spire.presentation
Created by martin.zhao on 2020/7/15.
SectionList() - Constructor for class com.spire.presentation.SectionList
 
SelectSlidesForPrint(String...) - Method in class com.spire.presentation.Presentation
Select print slides
selectSlidesForPrint(String...) - Method in class com.spire.presentation.PresentationPrintDocument
Select print slides
SequenceCollection - Class in com.spire.presentation.drawing.animation
Represent collection of interactive sequences.
SequenceCollection(TimeLine) - Constructor for class com.spire.presentation.drawing.animation.SequenceCollection
 
set(String, String) - Method in class com.spire.presentation.collections.OleObjectProperties
Gets or sets property.
set(String, Object) - Method in interface com.spire.presentation.IDocumentProperty
 
setAccelerate(float) - Method in class com.spire.presentation.drawing.animation.Timing
 
setAccumulate(TriState) - Method in class com.spire.presentation.drawing.animation.CommonBehavior
 
setAdditive(BehaviorAdditiveType) - Method in class com.spire.presentation.drawing.animation.CommonBehavior
Sets whether the current animation behavior is combined with other running animations.
setAddress(String) - Method in class com.spire.presentation.ClickHyperlink
Sets the Internet address (URL) to the target document.
setAdjustHandlesProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setAdjustHandlesProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setAdjustHandlesProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setAdvanceAfterTime(long) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
 
setAdvanceOnClick(boolean) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
 
setAlignment(PenAlignmentType) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the line alignment.
setAlignment(RectangleAlignment) - Method in class com.spire.presentation.drawing.PictureFillFormat
 
setAlignment(RectangleAlignment) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setAlignment(TextAlignmentType) - Method in class com.spire.presentation.ParagraphPropertiesEx
sets the text alignment in a paragraph.
setAlignment(TabAlignmentType) - Method in class com.spire.presentation.TabStop
Sets align style of a tab.
setAlignment(PenAlignmentType) - Method in class com.spire.presentation.TextLineFormat
 
setAlignment(TextAlignmentType) - Method in class com.spire.presentation.TextParagraphProperties
Sets the text alignment in a paragraph.
setAlternativeLanguage(String) - Method in class com.spire.presentation.PortionFormatEx
 
setAlternativeLanguage(String) - Method in class com.spire.presentation.TextCharacterProperties
Sets the alternative language.
setAlternativeText(String) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the alternative text associated with a shape.
setAlternativeText(String) - Method in interface com.spire.presentation.IAudio
Sets the alternative text associated with a shape.
setAlternativeText(String) - Method in interface com.spire.presentation.IAutoShape
sets the alternative text associated with a shape.
setAlternativeText(String) - Method in interface com.spire.presentation.IEmbedImage
Sets the alternative text associated with a shape.
setAlternativeText(String) - Method in interface com.spire.presentation.IOleObject
Sets the alternative text associated with a shape.
setAlternativeText(String) - Method in interface com.spire.presentation.IShape
Sets the alternative text associated with a shape.
setAlternativeText(String) - Method in interface com.spire.presentation.ITable
Sets the alternative text associated with a shape.
setAlternativeText(String) - Method in interface com.spire.presentation.IVideo
Sets the alternative text associated with a shape.
setAlternativeText(String) - Method in class com.spire.presentation.Shape
Sets the alternative text associated with a shape.
setAlternativeTitle(String) - Method in interface com.spire.presentation.IShape
Sets the alternative title associated with a shape.
setAlternativeTitle(String) - Method in class com.spire.presentation.Shape
Sets the alternative title associated with a shape.
setAmount(AnimationAmountType) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
setAnchorCenter(boolean) - Method in class com.spire.presentation.Cell
 
setAnchoringType(TextAnchorType) - Method in interface com.spire.presentation.ITextFrameProperties
Sets vertical anchor text in a TextFrame.
setAnchorPoint(float[]) - Method in class com.spire.presentation.drawing.Backdrop
Sets a point in 3D space.
setAngle(float) - Method in class com.spire.presentation.LinearGradientFill
Sets the angle of a gradient.
setAnimationColorspace(AnimationColorspace) - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
 
setAnimationEffectType(AnimationEffectType) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
setAnimationRepeatType(AnimationRepeatType) - Method in class com.spire.presentation.drawing.animation.Timing
Sets repeat type of animation.
setApplication(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the name of the application.
setArrowheadChangesProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setArrowheadChangesProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setArrowheadChangesProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setAspectRatioProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setAspectRatioProtection(boolean) - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
 
setAspectRatioProtection(boolean) - Method in class com.spire.presentation.GroupShapeLocking
 
setAspectRatioProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setAspectRatioProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setAudioData(File) - Method in class com.spire.presentation.drawing.timeline.TimeNodeAudioEx
setTimeNodeAudio
setAuthor(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the author of a presentation.
setAuthorInitials(String) - Method in class com.spire.presentation.Comment
Sets the author's initials as a read-only String for a specified Comment object
setAuthorName(String) - Method in class com.spire.presentation.Comment
Sets a String that represents the author as for a specified Comment object.
setAutoCompressPictures(boolean) - Method in class com.spire.presentation.Presentation
 
setAutofitType(TextAutofitType) - Method in interface com.spire.presentation.ITextFrameProperties
Sets text's autofit mode.
setAutoReverse(boolean) - Method in class com.spire.presentation.drawing.animation.Timing
 
setAxisType(AxisType) - Method in class com.spire.presentation.charts.entity.ChartAxis
 
setAxisType(AxisType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
sets CategoryAxis Type.
setB(byte) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the blue component of a color.
setBackground(AnimationEffect) - Method in class com.spire.presentation.drawing.animation.TextAnimation
 
setbackward(float) - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Backward.
setBaseUnitScale(ChartBaseUnitType) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set the base unit scale for the category axis.
setBaseUnitScale(ChartBaseUnitType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set the base unit scale for the category axis.
setBevelColorMode(BevelColorType) - Method in class com.spire.presentation.ShapeThreeD
Sets the color mode used for 3D effects.
setBlend(BlendMode) - Method in class com.spire.presentation.drawing.FillOverlayEffect
 
setBlendEffect(BlendEffect) - Method in class com.spire.presentation.drawing.EffectDag
 
setBlurRadius(double) - Method in class com.spire.presentation.drawing.InnerShadowEffect
 
setBlurRadius(double) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setBlurRadius(double) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setBookmarkId(String) - Method in class com.spire.presentation.PortionFormatEx
 
setBookmarkId(String) - Method in class com.spire.presentation.TextCharacterProperties
Sets bookmark identifier.
setBookmarkIdSeed(int) - Method in class com.spire.presentation.Presentation
 
setBottom(float) - Method in class com.spire.presentation.RelativeRectangle
 
setBubbles(CellRanges) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Sets collection of cells with bubbleSize.
setBubbleScale(int) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the BubbleScale.
setBubbleSizeVisible(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label bubble size value will display.
setBubbleSizeVisible(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets chart's data label bubble size value display behavior.
setBuiltInSound(boolean) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
 
setBulletChar(char) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the bullet char of a paragraph.
setBulletChar(char) - Method in class com.spire.presentation.TextParagraphProperties
Sets the bullet char of a paragraph.
setBulletFont(TextFont) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the bullet font of a paragraph.
setBulletFont(TextFont) - Method in class com.spire.presentation.TextParagraphProperties
Sets the bullet font of a paragraph.
setBulletNumber(short) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the first number which is used for group of numbered bullets.
setBulletSize(float) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the bullet size of a paragraph.
setBulletSize(float) - Method in class com.spire.presentation.TextParagraphProperties
Sets the bullet height of a paragraph.
setBulletStyle(NumberedBulletStyle) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the style of a numbered bullet.
setBulletType(TextBulletType) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the bullet type of a paragraph.
setBy(ColorOffsetEx) - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
 
setBy(Point2D) - Method in class com.spire.presentation.drawing.animation.AnimationMotion
 
setBy(String) - Method in class com.spire.presentation.drawing.animation.AnimationProperty
 
setBy(float) - Method in class com.spire.presentation.drawing.animation.AnimationRotation
 
setBy(Point2D) - Method in class com.spire.presentation.drawing.animation.AnimationScale
 
setCalcMode(AnimationCalculationMode) - Method in class com.spire.presentation.drawing.animation.AnimationProperty
 
setCamera(Camera) - Method in class com.spire.presentation.drawing.FormatThreeD
Sets the settings of a camera.
setCameraRotation(float, float, float) - Method in class com.spire.presentation.Camera
A rotation is defined .
setCapStyle(LineCapStyle) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the line cap style.
setCapStyle(LineCapStyle) - Method in class com.spire.presentation.TextLineFormat
 
setCaseSensitive(boolean) - Method in class com.spire.presentation.TextHighLightingOptions
Set true to use case-sensitive search,false-otherwise.
setCategory(String) - Method in interface com.spire.presentation.IDocumentProperty
sets the category of a presentation.
setCategoryLabels(CellRanges) - Method in class com.spire.presentation.collections.ChartCategoryCollection
Sets the cellRanges from list of chartcategory.
setCategoryNameVisible(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label category name display behavior.
setCategoryNameVisible(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets chart's data label category name display behavior.
setCenter(boolean) - Method in class com.spire.presentation.SaveToHtmlOption
set html align center.
setChartCrossType(ChartCrossesType) - Method in class com.spire.presentation.charts.entity.ChartAxis
 
setChartCrossType(ChartCrossesType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Sets the CrossType on the specified axis where the other axis crosses.
setChartLegend(ChartLegend) - Method in interface com.spire.presentation.charts.IChart
Gets or sets a legend for a chart.
setChartStyle(ChartStyle) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the chart style.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.diagrams.ISmartArtNode
sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.IAudio
Sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.IAutoShape
Sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.IEmbedImage
Sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.IOleObject
Sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.IShape
Sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.ITable
Sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in interface com.spire.presentation.IVideo
Sets the hyperlink defined for mouse click.
setClick(ClickHyperlink) - Method in class com.spire.presentation.PortionFormatEx
 
setClick(ClickHyperlink) - Method in class com.spire.presentation.Shape
Sets the hyperlink defined for mouse click.
setClickAction(ClickHyperlink) - Method in class com.spire.presentation.TextCharacterProperties
Sets the hyperlink defined for mouse click.
setColor(Color) - Method in class com.spire.presentation.drawing.ColorFormat
Sets RGB colors.
setColorStyle(SmartArtColorType) - Method in interface com.spire.presentation.diagrams.ISmartArt
Set color style of smart art object
setColorType(ColorType) - Method in class com.spire.presentation.drawing.ColorFormat
 
setComments(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the comments of a presentation.
setCommonBehaviorCollection(CommonBehaviorCollection) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
setCompany(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the company property.
setComplexScriptFont(TextFont) - Method in class com.spire.presentation.LocaleFonts
Sets the complex script font.
setComplexScriptFont(TextFont) - Method in class com.spire.presentation.PortionFormatEx
 
setComplexScriptFont(TextFont) - Method in class com.spire.presentation.TextCharacterProperties
Sets the complex script font info.
setContentStatus(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the content status of a presentation.
setContentType(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the content type of a presentation.
setContourColor(ColorFormat) - Method in class com.spire.presentation.ShapeThreeD
Sets the color of a contour.
setContourWidth(double) - Method in class com.spire.presentation.ShapeThreeD
Sets the width of a 3D contour.
setCreatedTime(Date) - Method in interface com.spire.presentation.IDocumentProperty
Sets the date when a presentation was created.
setCropProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setCrossAt(float) - Method in class com.spire.presentation.charts.entity.ChartAxis
 
setCrossAt(float) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set the point on the value axis where the category axis crosses it.
setCrossBetweenType(int) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set CrossBetweenType
setCrossBetweenType(int) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Sets CrossBetweenType
setCustomBulletColor(boolean) - Method in class com.spire.presentation.ParagraphPropertiesEx
 
setCustomBulletColor(boolean) - Method in class com.spire.presentation.TextParagraphProperties
 
setCustomBulletFont(boolean) - Method in class com.spire.presentation.ParagraphPropertiesEx
 
setCustomText(boolean) - Method in interface com.spire.presentation.diagrams.ISmartArtNode
 
setDashStyle(LineDashStyleType) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the line dash style.
setDashStyle(LineDashStyleType) - Method in class com.spire.presentation.TextLineFormat
 
setData(IAudioData) - Method in interface com.spire.presentation.IAudio
Sets embedded audio data.
setData(byte[]) - Method in interface com.spire.presentation.IOleObject
Sets embedded object as byte array.
setDataLabelShapeType(DataLabelShapeType) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Set DataLabelShapeType
setDataLabelShapeType(DataLabelShapeType) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets or sets shape type of data labels.
setDataLabelSize(float, float) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
 
setDataRange(CellRange) - Method in class com.spire.presentation.charts.entity.ChartCategory
Sets Spire.Xls.Cell object.
setDateTime(Date) - Method in class com.spire.presentation.Comment
 
setDateTime(Date) - Method in class com.spire.presentation.Presentation
 
setDateTime(Date, String) - Method in class com.spire.presentation.Presentation
 
setDateTimeVisible(boolean) - Method in class com.spire.presentation.Presentation
Sets value .Specifies whether Date-Time placeholder is enabled for this master
setDecelerate(float) - Method in class com.spire.presentation.drawing.animation.Timing
 
setDefaultLatinFont(TextFont) - Method in class com.spire.presentation.TextCharacterProperties
Sets the Default Latin font info.
setDefaultTabSize(float) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets default tabulation size.
setDefaultTabSize(float) - Method in class com.spire.presentation.TextParagraphProperties
Sets default tabulation size.
setDepth(int) - Method in class com.spire.presentation.charts.entity.ChartRotationThreeD
Depth of points relative to width.
setDepth(short) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets a depth of a paragraph.
setDepth(double) - Method in class com.spire.presentation.ShapeThreeD
Sets the depth of a 3D shape.
setDirection(AnimationColorDirection) - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
 
setDirection(float) - Method in class com.spire.presentation.drawing.InnerShadowEffect
 
setDirection(float) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setDirection(float) - Method in class com.spire.presentation.drawing.PresetShadow
 
setDirection(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setDirection(TransitionDirection) - Method in class com.spire.presentation.drawing.transition.BlindsSlideTransition
 
setDirection(TransitionFlythroughInOutDirection) - Method in class com.spire.presentation.drawing.transition.FlythroughTransition
 
setDirection(GlitterTransitionDirection) - Method in class com.spire.presentation.drawing.transition.GlitterTransition
 
setDirection(TransitionTwoDirection) - Method in class com.spire.presentation.drawing.transition.LRTransition
 
setDirection(TransitionRevealLRDirection) - Method in class com.spire.presentation.drawing.transition.RevealTransition
 
setDirection(TransitionShredInOutDirection) - Method in class com.spire.presentation.drawing.transition.ShredTransition
 
setDirection(TransitionSideDirectionType) - Method in class com.spire.presentation.drawing.transition.SideDirectionTransition
 
setDirection(TransitionSplitDirection) - Method in class com.spire.presentation.drawing.transition.SplitSlideTransition
 
setDirection(TransitionCornerDirection) - Method in class com.spire.presentation.drawing.transition.StripsSlideTransition
 
setDirection(TransitionInOutDirection) - Method in class com.spire.presentation.drawing.transition.ZoomSlideTransition
 
setDirection(LightingDirectionType) - Method in class com.spire.presentation.LightRig
 
setDisplayBlanksAs(DisplayBlanksAsType) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the way to plot blank cells on a chart.
setdisplayEquation(boolean) - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the DisplayEquation.
setdisplayRSquaredValue(boolean) - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the DisplayRSquaredValue.
setDisplayUnit(ChartDisplayUnitType) - Method in class com.spire.presentation.charts.entity.ChartAxis
Returns or sets the unit label for the specified axis.
setDisplayUnit(ChartDisplayUnitType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Returns or sets the unit label for the specified axis.
setDistance(int) - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Specifies the distance from the center of the pie.
setDistance(int) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
The distance from the center of the pie chart is expressed as a percentage of the pie.
setDistance(double) - Method in class com.spire.presentation.drawing.InnerShadowEffect
 
setDistance(double) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setDistance(double) - Method in class com.spire.presentation.drawing.PresetShadow
 
setDistance(double) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setDoughnutHoleSize(int) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Returns or sets the size of the hole in a doughnut chart.
setDpi(int) - Method in class com.spire.presentation.drawing.PictureFillFormat
Sets the dpi which is used to fill a picture.
setDrawIndicatedShape(boolean) - Method in class com.spire.presentation.Shape
 
setDrilldownProtection(boolean) - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
 
setDuration(float) - Method in class com.spire.presentation.drawing.animation.Timing
 
setDuration(long) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
 
setEastAsianFont(TextFont) - Method in class com.spire.presentation.LocaleFonts
Sets the East Asian font.
setEastAsianFont(TextFont) - Method in class com.spire.presentation.PortionFormatEx
 
setEastAsianFont(TextFont) - Method in class com.spire.presentation.TextCharacterProperties
Sets the East Asian font info.
setEastAsianLineBreak(TriState) - Method in class com.spire.presentation.ParagraphPropertiesEx
 
setEastAsianLineBreak(TriState) - Method in class com.spire.presentation.TextParagraphProperties
 
setEditPointProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setEditPointProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setEditPointProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setEffectStyleIndex(long) - Method in class com.spire.presentation.ShapeStyleEx
Sets shape's effect column index in a style matrix.
setEmbeddedVideoData(VideoData) - Method in interface com.spire.presentation.IVideo
Sets embedded video object.
setEmbedImage(IImageData) - Method in interface com.spire.presentation.IVideo
Sets an Video image.
setEmbedImage(IImageData) - Method in class com.spire.presentation.PictureShape
Sets the embedded image.
setEmbedTrueTypeFonts(boolean) - Method in class com.spire.presentation.Presentation
 
setEndOpacity(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setEndPosition(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setEndTime(int) - Method in class com.spire.presentation.AudioCD
Sets a last track time.
setEndTrack(int) - Method in class com.spire.presentation.AudioCD
Sets a last track index Read/write .
setEntrys(CellRanges) - Method in class com.spire.presentation.charts.entity.ChartLegend
Represent text properties of Legend set Legend Entry
setErrorBarNoEndCap(boolean) - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Indicates whether the EndCap is shown.
setErrorBarSimType(int) - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the ErrorBarSimpleType.
setErrorBarVal(float) - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the value of a ErrorBar.
setErrorBarvType(int) - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the ErrorBarValueType.
setExtrusionColor(ColorFormat) - Method in class com.spire.presentation.ShapeThreeD
Sets the color of an extrusion.
setExtrusionHeight(double) - Method in class com.spire.presentation.ShapeThreeD
Sets the height of an extrusion effect.
setFadeDirection(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setFieldOfView(float) - Method in class com.spire.presentation.Camera
 
setFileName(String) - Method in interface com.spire.presentation.IAudio
Sets the name of an audio file.
setFillFormat(FillFormat) - Method in class com.spire.presentation.drawing.FillOverlayEffect
 
setFillOverlayEffect(FillOverlayEffect) - Method in class com.spire.presentation.drawing.EffectDag
 
setFillStyleIndex(short) - Method in class com.spire.presentation.ShapeStyleEx
Sets shape's fill column index in style matrices.
setFillType(FillFormatType) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the fill format type.
setFillType(FillFormatType) - Method in class com.spire.presentation.drawing.FillFormat
Sets the type of filling.
setFillType(FillFormatType) - Method in class com.spire.presentation.drawing.LineFillFormat
Sets the fill type.
setFillType(PictureFillType) - Method in class com.spire.presentation.drawing.PictureFillFormat
Sets the picture fill mode.
setFillType(FillFormatType) - Method in class com.spire.presentation.TextLineFormat
 
setFirstRow(boolean) - Method in interface com.spire.presentation.ITable
 
setFirstSliceAngleInPieChart(int) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Gets or sets the angle of the pie-chart in degrees
setFirstSlideNumber(int) - Method in class com.spire.presentation.Presentation
 
setFlip(TileFlipMode) - Method in class com.spire.presentation.drawing.PictureFillFormat
 
setFontAlignment(FontAlignmentType) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets a font alignment in a paragraph.
setFontAlignment(FontAlignmentType) - Method in class com.spire.presentation.TextParagraphProperties
Sets a font alignment in a paragraph.
setFontCollectionIndex(FontCollectionIndex) - Method in class com.spire.presentation.ShapeStyleEx
Sets shape's font index in a font collection.
setFontHeight(float) - Method in class com.spire.presentation.PortionFormatEx
 
setFontHeight(float) - Method in class com.spire.presentation.TextCharacterProperties
Sets the font height of a text range.
setFontMinSize(float) - Method in class com.spire.presentation.PortionFormatEx
 
setFontMinSize(float) - Method in class com.spire.presentation.TextCharacterProperties
Sets the minimal font size.
setFooterText(String) - Method in class com.spire.presentation.Presentation
 
setFooterVisible(boolean) - Method in class com.spire.presentation.Presentation
Sets value .Specifies whether the Footer placeholder is enabled for this master
setFormat(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the intended format of a presentation.
setforward(float) - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Forward.
setFrame(GraphicFrame) - Method in interface com.spire.presentation.charts.IChart
 
setFrame(GraphicFrame) - Method in interface com.spire.presentation.IAudio
Sets the shape frame's properties.
setFrame(GraphicFrame) - Method in interface com.spire.presentation.IAutoShape
 
setFrame(GraphicFrame) - Method in interface com.spire.presentation.IEmbedImage
Sets the shape frame's properties.
setFrame(GraphicFrame) - Method in interface com.spire.presentation.IOleObject
Sets the shape frame's properties.
setFrame(GraphicFrame) - Method in interface com.spire.presentation.IShape
Sets the shape frame's properties.
setFrame(GraphicFrame) - Method in interface com.spire.presentation.ITable
Sets the shape frame's properties.
setFrame(GraphicFrame) - Method in interface com.spire.presentation.IVideo
Sets the shape frame's properties.
setFrame(GraphicFrame) - Method in class com.spire.presentation.OleObject
Sets control's frame.
setFrame(GraphicFrame) - Method in class com.spire.presentation.Shape
Sets the shape frame's properties.
setFrom(ColorFormat) - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
 
setFrom(Point2D) - Method in class com.spire.presentation.drawing.animation.AnimationMotion
 
setFrom(String) - Method in class com.spire.presentation.drawing.animation.AnimationProperty
 
setFrom(float) - Method in class com.spire.presentation.drawing.animation.AnimationRotation
 
setFrom(Point2D) - Method in class com.spire.presentation.drawing.animation.AnimationScale
 
setFromBlack(boolean) - Method in class com.spire.presentation.drawing.transition.OptionalBlackTransition
 
setFullScreenMode(boolean) - Method in interface com.spire.presentation.IVideo
 
setG(byte) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the green component of a color.
setGapDepth(int) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.
setGapWidth(int) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the space between bar or column clusters, as a percentage of the bar or column width.
setGlowEffect(GlowEffect) - Method in class com.spire.presentation.drawing.EffectDag
 
setGradientShape(GradientShapeType) - Method in class com.spire.presentation.drawing.GradientFillFormat
Sets the shape of a gradient.
setGradientStyle(GradientStyle) - Method in class com.spire.presentation.drawing.GradientFillFormat
Sets the style of a gradient.
setGrayLevelForPrint(boolean) - Method in class com.spire.presentation.Presentation
 
setGrayLevelForPrint(boolean) - Method in class com.spire.presentation.PresentationPrintDocument
 
setGroupingProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setGroupingProtection(boolean) - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
 
setGroupingProtection(boolean) - Method in class com.spire.presentation.GroupShapeLocking
 
setGroupingProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setGroupingProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setHangingPunctuation(TriState) - Method in class com.spire.presentation.ParagraphPropertiesEx
 
setHangingPunctuation(TriState) - Method in class com.spire.presentation.TextParagraphProperties
 
setHeight(float) - Method in class com.spire.presentation.charts.entity.ChartLegend
Sets the height of a legend.
setHeight(float) - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Sets the Height of plot area.
setHeight(float) - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets or sets the height of a legend in points.
setHeight(float) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the height of the shape.
setHeight(float) - Method in interface com.spire.presentation.IAudio
Sets the height of the shape.
setHeight(float) - Method in interface com.spire.presentation.IAutoShape
Sets the height of the shape.
setHeight(float) - Method in interface com.spire.presentation.IEmbedImage
Sets the height of the shape.
setHeight(float) - Method in interface com.spire.presentation.IOleObject
Sets the height of the shape.
setHeight(float) - Method in interface com.spire.presentation.IShape
Sets the height of the shape.
setHeight(float) - Method in interface com.spire.presentation.ITable
sets the height of the shape.
setHeight(float) - Method in interface com.spire.presentation.IVideo
Sets the height of the shape.
setHeight(float) - Method in class com.spire.presentation.RelativeRectangle
 
setHeight(float) - Method in class com.spire.presentation.Shape
Sets the height of the shape.
setHeight(double) - Method in class com.spire.presentation.ShapeBevelStyle
 
setHeight(double) - Method in class com.spire.presentation.TableRow
Sets the height of a row.
setHidden(boolean) - Method in interface com.spire.presentation.ISlide
 
setHideAtShowing(boolean) - Method in interface com.spire.presentation.IVideo
 
setHorizontalBanding(boolean) - Method in interface com.spire.presentation.ITable
 
setHorizontalOffset(double) - Method in class com.spire.presentation.drawing.PictureFillFormat
 
setHorizontalScale(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setHorizontalScalingFactor(float) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setHorizontalSkew(float) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setHorizontalSkew(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setHue(float) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the hue component of a color in HSL representation.
setHyperlinkBase(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the HyperlinkBase document property.
setID(int) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Specifies which data label are applied properties.
setIndent(float) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets text indentation in a paragraph.
setIndent(float) - Method in class com.spire.presentation.TextParagraphProperties
Sets text indentation in a paragraph.
setIndex(int) - Method in class com.spire.presentation.charts.entity.ChartDataPoint
This index of collection.
setIndex(int) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Sets the index of a series.
setInitials(String) - Method in interface com.spire.presentation.ICommentAuthor
Sets the author's Initials.
setInnerShadowEffect(InnerShadowEffect) - Method in class com.spire.presentation.drawing.EffectDag
 
setintercept(float) - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Intercept.Supported only exp,line or poly type.
setInvertIfNegative(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Indicates whether invert its colors if the value is negative.
setInvertIfNegative(boolean) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Set invert colors if the value is negative
setIterateTimeValue(float) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
setIterateType(AnimateType) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
setJoinStyle(LineJoinType) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the lines join style.
setJoinStyle(LineJoinType) - Method in class com.spire.presentation.TextLineFormat
 
setKeywords(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the keywords of a presentation.
setKnownColor(KnownColors) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the color preset.
setKumimoji(TriState) - Method in class com.spire.presentation.PortionFormatEx
 
setKumimoji(TriState) - Method in class com.spire.presentation.TextCharacterProperties
 
setLabelValueVisible(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label percentage value display behavior.
setLabelValueVisible(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets chart's data label value display behavior.
setLanguage(String) - Method in class com.spire.presentation.PortionFormatEx
 
setLanguage(String) - Method in class com.spire.presentation.TextCharacterProperties
Sets the language.
setLastCol(boolean) - Method in interface com.spire.presentation.ITable
 
setLastPrinted(Date) - Method in interface com.spire.presentation.IDocumentProperty
Sets the date when a presentation was printed last time.
setLastRow(boolean) - Method in interface com.spire.presentation.ITable
 
setLastSavedBy(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the name of a last person who modified a presentation.
setLastSavedTime(Date) - Method in interface com.spire.presentation.IDocumentProperty
Sets the date when a presentation was modified last time.
setLatinFont(TextFont) - Method in class com.spire.presentation.LocaleFonts
 
setLatinFont(TextFont) - Method in class com.spire.presentation.PortionFormatEx
 
setLatinFont(TextFont) - Method in class com.spire.presentation.TextCharacterProperties
Sets the Latin font info.
setLatinLineBreak(TriState) - Method in class com.spire.presentation.ParagraphPropertiesEx
 
setLatinLineBreak(TriState) - Method in class com.spire.presentation.TextParagraphProperties
 
setLayout(ILayout) - Method in interface com.spire.presentation.ISlide
Set the layout.
setLeaderLinesVisible(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets chart's data label leader line display behavior.
setLeft(float) - Method in class com.spire.presentation.charts.entity.ChartLegend
Sets the x coordinate of a legend.
setLeft(float) - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Sets the upper left corner of plot area bounding box in range from 0 to 1 of chart area.
setLeft(float) - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets or sets the x coordinate of a legend in points.
setLeft(double) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the x-coordinate of the upper-left corner of the shape.
setLeft(float) - Method in class com.spire.presentation.Comment
 
setLeft(double) - Method in interface com.spire.presentation.IAudio
Sets the x-coordinate of the upper-left corner of the shape.
setLeft(double) - Method in interface com.spire.presentation.IAutoShape
Sets the x-coordinate of the upper-left corner of the shape.
setLeft(double) - Method in interface com.spire.presentation.IEmbedImage
 
setLeft(float) - Method in interface com.spire.presentation.IOleObject
Sets the x-coordinate of the upper-left corner of the shape.
setLeft(double) - Method in interface com.spire.presentation.IShape
Sets the x-coordinate of the upper-left corner of the shape.
setLeft(double) - Method in interface com.spire.presentation.ITable
Sets the x-coordinate of the upper-left corner of the shape.
setLeft(double) - Method in interface com.spire.presentation.IVideo
Sets the x-coordinate of the upper-left corner of the shape.
setLeft(float) - Method in class com.spire.presentation.RelativeRectangle
 
setLeft(double) - Method in class com.spire.presentation.Shape
Sets the x-coordinate of the upper-left corner of the shape.
setLeftMargin(float) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the left margin in a paragraph.
setLeftMargin(float) - Method in class com.spire.presentation.TextParagraphProperties
Sets the left margin in a paragraph.
setLegendKeyVisible(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label legend key display behavior.
setLegendKeyVisible(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets chart's data label legend key display behavior.
setLevel(short) - Method in class com.spire.presentation.TextParagraphProperties
Sets a level of a paragraph.
setLightRig(LightRig) - Method in class com.spire.presentation.drawing.FormatThreeD
Sets the type of a light.
setLineBeginLength(LineEndLength) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead length at the beginning of a line.
setLineBeginLength(LineEndLength) - Method in class com.spire.presentation.TextLineFormat
 
setLineBeginType(LineEndType) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead style at the beginning of a line.
setLineBeginType(LineEndType) - Method in class com.spire.presentation.TextLineFormat
 
setLineBeginWidth(LineEndWidth) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead width at the beginning of a line.
setLineBeginWidth(LineEndWidth) - Method in class com.spire.presentation.TextLineFormat
 
setLineEndLength(LineEndLength) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead length at the end of a line.
setLineEndLength(LineEndLength) - Method in class com.spire.presentation.TextLineFormat
 
setLineEndType(LineEndType) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead style at the end of a line.
setLineEndType(LineEndType) - Method in class com.spire.presentation.TextLineFormat
 
setLineEndWidth(LineEndWidth) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the arrowhead width at the end of a line.
setLineEndWidth(LineEndWidth) - Method in class com.spire.presentation.TextLineFormat
 
setLineSpacing(float) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the amount of space between base lines in a paragraph.
setLineSpacing(float) - Method in class com.spire.presentation.PortionFormatEx
 
setLineSpacing(float) - Method in class com.spire.presentation.TextCharacterProperties
Sets the line spacing.
setLineSpacing(float) - Method in class com.spire.presentation.TextParagraphProperties
Sets the amount of space between base lines in a paragraph.
setLineStyleIndex(int) - Method in class com.spire.presentation.ShapeStyleEx
Sets line's column index in a style matrix.
setLinkFilePath(String) - Method in interface com.spire.presentation.IOleObject
Sets the full path to a linked file.
setLinkPathLong(String) - Method in interface com.spire.presentation.IVideo
Sets the name of an audio file which is linked to a VideoFrame.
setLogScale(int) - Method in class com.spire.presentation.charts.entity.ChartAxis
Gets or sets the logarithmic base.
setLogScale(int) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets or sets the logarithmic base.
setLoop(boolean) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
 
setLuminance(float) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the luminance component of a color in HSL representation.
setMajorTickMark(TickMarkType) - Method in class com.spire.presentation.charts.entity.ChartAxis
Represents major tick marks.
setMajorTickMark(TickMarkType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set major tick marks.
setMajorUnit(float) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set the major units for the axis.
setMajorUnit(float) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set the major units for the axis.
setMajorUnitScale(ChartBaseUnitType) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set the major unit scale for the category axis.
setMajorUnitScale(ChartBaseUnitType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set the major unit scale for the category axis.
setManager(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the manager property.
setMarginBottom(double) - Method in class com.spire.presentation.Cell
Sets the bottom margin in a TextFrame.
setMarginBottom(double) - Method in interface com.spire.presentation.ITextFrameProperties
Sets the bottom margin (points) in a TextFrame.
setMarginLeft(double) - Method in class com.spire.presentation.Cell
Sets the left margin in a TextFrame.
setMarginLeft(double) - Method in interface com.spire.presentation.ITextFrameProperties
Sets the left margin (points) in a TextFrame.
setMarginRight(double) - Method in class com.spire.presentation.Cell
Sets the right margin in a TextFrame.
setMarginRight(double) - Method in interface com.spire.presentation.ITextFrameProperties
Sets the right margin (points) in a TextFrame.
setMarginTop(double) - Method in class com.spire.presentation.Cell
Sets the top margin in a TextFrame.
setMarginTop(double) - Method in interface com.spire.presentation.ITextFrameProperties
Sets the top margin (points) in a TextFrame.
setMarkerSize(int) - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Represents the marker size in a line chart, scatter chart, or radar chart.
setMarkerSize(int) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Set the marker size in a line chart, scatter chart, or radar chart.
setMarkerStyle(ChartMarkerType) - Method in class com.spire.presentation.charts.entity.ChartDataPoint
Represents the marker style in a line chart, scatter chart, or radar chart.
setMarkerStyle(ChartMarkerType) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Set the marker style in a line chart, scatter chart, or radar chart.
setMasterSlideID(long) - Method in interface com.spire.presentation.ISlide
Sets the masterSlideID of a slide.
setMaxValue(float) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set Maximum value on axis.
setMaxValue(float) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set Maximum value on axis.
setMinorTickMark(TickMarkType) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set the type of minor tick mark for the specified axis.
setMinorTickMark(TickMarkType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set the type of minor tick mark for the specified axis.
setMinorUnit(float) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set Value of minor increment.
setMinorUnit(float) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set Value of minor increment.
setMinorUnitScale(ChartBaseUnitType) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set the major unit scale for the category axis.
setMinorUnitScale(ChartBaseUnitType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set the major unit scale for the category axis.
setMinusVal(float) - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the Minus value of a ErrorBar.
setMinValue(float) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set the minimum value on the value axis.
setMinValue(float) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set the minimum value on the value axis.
setMiterLimit(float) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the miter limit of a line.
setMiterLimit(float) - Method in class com.spire.presentation.TextLineFormat
 
setMouseOver(ClickHyperlink) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the hyperlink defined for mouse over.
setMouseOver(ClickHyperlink) - Method in interface com.spire.presentation.IAudio
Sets the hyperlink defined for mouse over.
setMouseOver(ClickHyperlink) - Method in interface com.spire.presentation.IAutoShape
Sets the hyperlink defined for mouse over.
setMouseOver(ClickHyperlink) - Method in interface com.spire.presentation.IEmbedImage
Sets the hyperlink defined for mouse over.
setMouseOver(ClickHyperlink) - Method in interface com.spire.presentation.IOleObject
Sets the hyperlink defined for mouse over.
setMouseOver(ClickHyperlink) - Method in interface com.spire.presentation.IShape
Sets the hyperlink defined for mouse over.
setMouseOver(ClickHyperlink) - Method in interface com.spire.presentation.ITable
Sets the hyperlink defined for mouse over.
setMouseOver(ClickHyperlink) - Method in interface com.spire.presentation.IVideo
Sets the hyperlink defined for mouse over.
setMouseOver(ClickHyperlink) - Method in class com.spire.presentation.PortionFormatEx
 
setMouseOver(ClickHyperlink) - Method in class com.spire.presentation.Shape
Sets he hyperlink defined for mouse over.
setMouseOverAction(ClickHyperlink) - Method in class com.spire.presentation.TextCharacterProperties
Sets the hyperlink defined for mouse over.
setName(String) - Method in class com.spire.presentation.ActiveSlide
 
setName(String) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the name of a shape.
setName(String) - Method in interface com.spire.presentation.IAudio
Sets the name of a shape.
setName(String) - Method in interface com.spire.presentation.IAutoShape
Sets the name of a shape.
setName(String) - Method in interface com.spire.presentation.ICommentAuthor
sets the author's name.
setName(String) - Method in interface com.spire.presentation.IEmbedImage
Sets the name of a shape.
setName(String) - Method in interface com.spire.presentation.INoteMasterSlide
Sets the name of a slide.
setName(String) - Method in interface com.spire.presentation.IOleObject
Sets the name of a shape.
setName(String) - Method in interface com.spire.presentation.IShape
Sets the name of a shape.
setName(String) - Method in interface com.spire.presentation.ISlide
Sets the name of a slide.
setName(String) - Method in interface com.spire.presentation.ITable
Sets the name of a shape.
setName(String) - Method in interface com.spire.presentation.IVideo
Sets the name of a shape.
setName(String) - Method in class com.spire.presentation.Section
 
setName(String) - Method in class com.spire.presentation.Shape
Sets the name of a shape.
setNoProofing(TriState) - Method in class com.spire.presentation.PortionFormatEx
 
setNoProofing(TriState) - Method in class com.spire.presentation.TextCharacterProperties
 
setNormaliseHeight(TriState) - Method in class com.spire.presentation.PortionFormatEx
 
setNormalizeHeights(TriState) - Method in class com.spire.presentation.TextCharacterProperties
 
setNormalVector(float[]) - Method in class com.spire.presentation.drawing.Backdrop
Sets a normal vector.
setNoteRetained(boolean) - Method in class com.spire.presentation.Presentation
Indicates whether the note is retained in converting to SVG.
setNumberedBulletStartWith(short) - Method in class com.spire.presentation.TextParagraphProperties
Sets the first number which is used for group of numbered bullets.
setNumberedBulletStyle(NumberedBulletStyle) - Method in class com.spire.presentation.TextParagraphProperties
Sets the style of a numbered bullet.
setNumberFormat(String) - Method in class com.spire.presentation.charts.entity.ChartAxis
Sets number format string.
setNumberFormat(String) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates the format string for the DataLabels object.
setNumberFormat(String) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Gets or sets number format string.
setNumberFormat(String) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets the format string for the DataLabels object.
setNumberValue(double) - Method in class com.spire.presentation.charts.entity.CellRange
Set number value.
setObjectName(String) - Method in interface com.spire.presentation.IOleObject
Sets the name of an object.
setOption(Object) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
 
setOrder(Order) - Method in class com.spire.presentation.SaveToPdfOption
 
setOrderForPrint(Order) - Method in class com.spire.presentation.Presentation
 
setOrientation(SlideOrienation) - Method in class com.spire.presentation.SlideSize
Sets the slide orientation.
setOrigin(AnimationMotionOrigin) - Method in class com.spire.presentation.drawing.animation.AnimationMotion
 
setOuterShadowEffect(OuterShadowEffect) - Method in class com.spire.presentation.drawing.EffectDag
 
setOverLap(int) - Method in interface com.spire.presentation.charts.IChart
Gets or sets how much bars and columns shall overlap on 2-D charts, between -100 and 100.
setPageSize(float, float, boolean) - Method in class com.spire.presentation.Presentation
Set page size.
setPageSlideCount(PageSlideCount) - Method in class com.spire.presentation.SaveToPdfOption
 
setParagraphBuildType(ParagraphBuildType) - Method in class com.spire.presentation.drawing.animation.TextAnimation
 
setPathEditMode(AnimationMotionPathEditMode) - Method in class com.spire.presentation.drawing.animation.AnimationMotion
 
setPatternType(PatternFillType) - Method in class com.spire.presentation.drawing.PatternFillFormat
Sets the pattern style.
setPdfConformanceLevel(PdfConformanceLevel) - Method in class com.spire.presentation.SaveToPdfOption
 
setPercentageVisible(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere chart's data label percentage value display behavior.
setPercentValueVisible(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets chart's data label percentage value display behavior.
setperiod(int) - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Period only for Moving Average Trendline.
setPictureType(PictureType) - Method in class com.spire.presentation.charts.entity.ChartWallsOrFloor
Gets or sets the picture type.
setPlayLoopMode(boolean) - Method in interface com.spire.presentation.IVideo
 
setPlayMode(AudioPlayMode) - Method in interface com.spire.presentation.IAudio
Sets the audio play mode.
setPlayMode(VideoPlayMode) - Method in interface com.spire.presentation.IVideo
Sets the video play mode.
setPlotVisibleCellsOnly(boolean) - Method in interface com.spire.presentation.charts.IChart
Sets whether the only visible cells are plotted.
setPlusVal(float) - Method in interface com.spire.presentation.charts.IErrorBarsFormat
Gets or sets the Plus value of a ErrorBar.
setpolynomialTrendlineOrder(int) - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the Order only for Polynomial Trendline.
setPosition(AxisPositionType) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set position of axis
setPosition(ChartDataLabelPosition) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates the position of the data lable.
setPosition(ChartLegendPositionType) - Method in class com.spire.presentation.charts.entity.ChartLegend
Sets the position of the legend on a chart.
setPosition(AxisPositionType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
 
setPosition(ChartDataLabelPosition) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets the position of the data lable.
setPosition(int) - Method in interface com.spire.presentation.diagrams.ISmartArtNode
 
setPosition(float) - Method in class com.spire.presentation.drawing.GradientStop
Sets the position (0..1) of a gradient stop.
setPosition(double) - Method in class com.spire.presentation.TabStop
Sets position of a tab.
setPositionProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setPositionProtection(boolean) - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
 
setPositionProtection(boolean) - Method in class com.spire.presentation.GroupShapeLocking
 
setPositionProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setPositionProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setPreset(PresetShadowValue) - Method in class com.spire.presentation.drawing.PresetShadow
 
setPresetClassType(TimeNodePresetClassType) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
setPresetMaterial(PresetMaterialType) - Method in class com.spire.presentation.ShapeThreeD
Sets the type of a material.
setPresetShadowEffect(PresetShadow) - Method in class com.spire.presentation.drawing.EffectDag
 
setPresetType(PresetCameraType) - Method in class com.spire.presentation.Camera
 
setPresetType(PresetLightRigType) - Method in class com.spire.presentation.LightRig
 
setPresetType(BevelPresetType) - Method in class com.spire.presentation.ShapeBevelStyle
 
setPrintOrder(Order) - Method in class com.spire.presentation.PresentationPrintDocument
 
setProgId(String) - Method in interface com.spire.presentation.IOleObject
Sets the ProgID of an object.
setR(byte) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the red component of a color.
setRadius(double) - Method in class com.spire.presentation.drawing.BlendEffect
Sets blur radius.
setRadius(double) - Method in class com.spire.presentation.drawing.GlowEffect
 
setRadius(double) - Method in class com.spire.presentation.drawing.SoftEdgeEffect
 
setRectangleAlign(RectangleAlignment) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setReflectionEffect(ReflectionEffect) - Method in class com.spire.presentation.drawing.EffectDag
 
setRelativeAngle(float) - Method in class com.spire.presentation.drawing.animation.AnimationMotion
 
setRepeatCount(float) - Method in class com.spire.presentation.drawing.animation.Timing
 
setRepeatDuration(float) - Method in class com.spire.presentation.drawing.animation.Timing
 
setResizeProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setResizeProtection(boolean) - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
 
setResizeProtection(boolean) - Method in class com.spire.presentation.GroupShapeLocking
 
setResizeProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setResizeProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setRestart(AnimationRestartType) - Method in class com.spire.presentation.drawing.animation.Timing
 
setReveal(FilterRevealType) - Method in class com.spire.presentation.drawing.animation.AnimationFilterEffect
 
setRevisionNumber(int) - Method in interface com.spire.presentation.IDocumentProperty
Sets the presentation revision number.
setRewindVideo(boolean) - Method in interface com.spire.presentation.IVideo
 
setRight(float) - Method in class com.spire.presentation.RelativeRectangle
 
setRightMargin(float) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the right margin in a paragraph.
setRightMargin(float) - Method in class com.spire.presentation.TextParagraphProperties
Sets the right margin in a paragraph.
setRightToLeft(boolean) - Method in interface com.spire.presentation.ITable
 
setRightToLeft(TriState) - Method in class com.spire.presentation.ParagraphPropertiesEx
 
setRightToLeft(TriState) - Method in class com.spire.presentation.TextParagraphProperties
 
setRightToLeftColumns(boolean) - Method in interface com.spire.presentation.ITextFrameProperties
set columns style right to left.
setRotateWithShape(TriState) - Method in interface com.spire.presentation.charts.IChartGridLine
whether the fill should be rotated with a shape.
setRotateWithShape(TriState) - Method in class com.spire.presentation.drawing.FillFormat
 
setRotateWithShape(TriState) - Method in class com.spire.presentation.drawing.LineFillFormat
 
setRotateWithShape(boolean) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setRotateWithShape(boolean) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setRotateWithShape(TriState) - Method in class com.spire.presentation.TextLineFormat
 
setRotation(float) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the number of degrees the specified shape is rotated around the z-axis.
setRotation(float) - Method in class com.spire.presentation.drawing.GraphicFrame
 
setRotation(float) - Method in interface com.spire.presentation.IAudio
Sets the number of degrees the specified shape is rotated around the z-axis.
setRotation(float) - Method in interface com.spire.presentation.IAutoShape
Sets the number of degrees the specified shape is rotated.
setRotation(float) - Method in interface com.spire.presentation.IEmbedImage
Sets the number of degrees the specified shape is rotated around the z-axis.
setRotation(float) - Method in interface com.spire.presentation.IOleObject
Sets the number of degrees the specified shape is rotated around the z-axis.
setRotation(float) - Method in interface com.spire.presentation.IShape
Sets the number of degrees the specified shape is rotated around the z-axis.
setRotation(float) - Method in interface com.spire.presentation.ITable
Sets the number of degrees the specified shape is rotated around the z-axis.
setRotation(float) - Method in interface com.spire.presentation.IVideo
Sets the number of degrees the specified shape is rotated around the z-axis.
setRotation(float, float, float) - Method in class com.spire.presentation.LightRig
A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.
setRotation(float) - Method in class com.spire.presentation.Shape
Sets the number of degrees the specified shape is rotated around the z-axis.
setRotationAngle(float) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
 
setRotationAngle(float) - Method in interface com.spire.presentation.ITextFrameProperties
Sets the rotation angle of text frame .
setRotationCenter(Point2D) - Method in class com.spire.presentation.drawing.animation.AnimationMotion
 
setRotationProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setRotationProtection(boolean) - Method in class com.spire.presentation.GroupShapeLocking
 
setRotationProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setRotationProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setSaturation(float) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the saturation component of a color in HSL representation.
setSaveSubsetFonts(boolean) - Method in class com.spire.presentation.Presentation
 
setScaleX(float) - Method in class com.spire.presentation.drawing.PictureFillFormat
 
setScaleY(float) - Method in class com.spire.presentation.drawing.PictureFillFormat
 
setSchemeColor(SchemeColor) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the color identified by a color scheme.
setScriptDistance(float) - Method in class com.spire.presentation.PortionFormatEx
 
setScriptDistance(float) - Method in class com.spire.presentation.TextCharacterProperties
Sets the superscript or subscript text.
setSelectionProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setSelectionProtection(boolean) - Method in class com.spire.presentation.drawing.GraphicalNodeLocking
 
setSelectionProtection(boolean) - Method in class com.spire.presentation.GroupShapeLocking
 
setSelectionProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setSelectionProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setSeparator(String) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Gets or sets the separator used for the data labels on a chart.
setSeparator(String) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Sets or returns a Variant representing the separator used for the data labels on a chart.
setSeriesLabel(CellRanges) - Method in class com.spire.presentation.collections.ChartSeriesFormatCollection
Gets or sets chart series value.
setSeriesNameVisible(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Indicates whethere the series name display behavior for the data labels on a chart.
setSeriesNameVisible(boolean) - Method in class com.spire.presentation.collections.ChartDataLabelCollection
Gets or sets a Boolean to indicate the series name display behavior for the data labels on a chart.
setServerZoom(float) - Method in class com.spire.presentation.Presentation
 
setShapeAlignment(ShapeAlignmentEnum.ShapeAlignment) - Method in interface com.spire.presentation.IShape
Sets the alignment with a shape.
setShapeAlignment(ShapeAlignmentEnum.ShapeAlignment) - Method in class com.spire.presentation.Shape
Sets the alignment with a shape.
setShapeArrange(ShapeAlignmentEnum.ShapeArrange) - Method in interface com.spire.presentation.IShape
Sets the arrangement with a shape.
setShapeArrange(ShapeAlignmentEnum.ShapeArrange) - Method in class com.spire.presentation.Shape
Sets the arrangement with a shape.
setShapeType(ShapeType) - Method in interface com.spire.presentation.IAudio
Sets the AutoShape type.
setShapeType(ShapeType) - Method in interface com.spire.presentation.IAutoShape
 
setShapeType(ShapeType) - Method in interface com.spire.presentation.IEmbedImage
 
setShapeType(ShapeType) - Method in interface com.spire.presentation.IVideo
 
setShapeType(ShapeType) - Method in class com.spire.presentation.ShapeNode
Sets the geometry preset type.
setShapeType(ShapeType) - Method in class com.spire.presentation.SlidePicture
Sets the AutoShape type.
setShapeTypeProtection(boolean) - Method in class com.spire.presentation.ConnectorLocking
 
setShapeTypeProtection(boolean) - Method in class com.spire.presentation.PictureFrameLockEx
 
setShapeTypeProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setSharedDoc(boolean) - Method in interface com.spire.presentation.IDocumentProperty
 
setShowAnimation(boolean) - Method in class com.spire.presentation.Presentation
 
setShowLegendKey(boolean) - Method in class com.spire.presentation.charts.entity.ChartDataTable
Indicates that the data label has legend key.
setShowLoop(boolean) - Method in class com.spire.presentation.Presentation
 
setShowMasterShape(boolean) - Method in interface com.spire.presentation.ISlide
 
setShowNarration(boolean) - Method in class com.spire.presentation.Presentation
 
setShowType(SlideShowType) - Method in class com.spire.presentation.Presentation
 
setSize(Dimension2D) - Method in class com.spire.presentation.SlideSize
Sets the size in points.
setSizeOfPx(Dimension2D) - Method in class com.spire.presentation.SlideSize
 
setSlideCountPerPageForPrint(PageSlideCount) - Method in class com.spire.presentation.Presentation
 
setSlideCountPerPageForPrint(PageSlideCount) - Method in class com.spire.presentation.PresentationPrintDocument
 
setSlideFrameForPrint(boolean) - Method in class com.spire.presentation.Presentation
 
setSlideFrameForPrint(boolean) - Method in class com.spire.presentation.PresentationPrintDocument
 
setSlideNoVisible(boolean) - Method in class com.spire.presentation.Presentation
 
setSlideNumber(int) - Method in interface com.spire.presentation.ISlide
 
setSlideNumberVisible(boolean) - Method in class com.spire.presentation.Presentation
Sets value .Specifies whether the slide number placeholder is enabled for this master
setSmartTagClean(boolean) - Method in class com.spire.presentation.PortionFormatEx
 
setSmartTagClean(boolean) - Method in class com.spire.presentation.TextCharacterProperties
 
setSoftEdgeEffect(SoftEdgeEffect) - Method in class com.spire.presentation.drawing.EffectDag
 
setSoundMode(TransitionSoundMode) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Set sound mode for slide transition.
setSourceRectangle(RelativeRectangle) - Method in class com.spire.presentation.drawing.PictureFillFormat
Sets the number of percents of real image.
setSpaceAfter(float) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the amount of space after the last line in each paragraph of the specified text, in points or lines.
setSpaceAfter(float) - Method in class com.spire.presentation.TextParagraphProperties
Sets the amount of space after the last line in a paragraph.
setSpaceBefore(float) - Method in class com.spire.presentation.ParagraphPropertiesEx
Sets the amount of space before the first line in each paragraph of the specified text, in points or lines Read/write .
setSpaceBefore(float) - Method in class com.spire.presentation.TextParagraphProperties
Sets the amount of space before the first line in a paragraph.
setSpeed(float) - Method in class com.spire.presentation.drawing.animation.Timing
 
setSpeed(TransitionSpeed) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
 
setSpokes(int) - Method in class com.spire.presentation.drawing.transition.WheelSlideTransition
 
setStartEndParagraphs(int, int) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
Starting and Ending text paragraph which effect is applied to.
setStartOpacity(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setStartPosition(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setStartTime(int) - Method in class com.spire.presentation.AudioCD
Sets a start track time.
setStartTrack(int) - Method in class com.spire.presentation.AudioCD
Sets a start track index.
setStrictFirstAndLastCharacters(boolean) - Method in class com.spire.presentation.Presentation
 
setStyle(TextLineStyle) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the line style.
setStyle(SmartArtStyleType) - Method in interface com.spire.presentation.diagrams.ISmartArt
Set style of smartart object
setStyle(TextLineStyle) - Method in class com.spire.presentation.TextLineFormat
 
setStylePreset(TableStylePreset) - Method in interface com.spire.presentation.ITable
Sets builtin table style.
setSubject(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the subject of a presentation.
setSubtype(AnimationEffectSubtype) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
setSubtype(FilterEffectSubtype) - Method in class com.spire.presentation.drawing.animation.AnimationFilterEffect
Sets the subtype of the filter effect.
setSymbolFont(TextFont) - Method in class com.spire.presentation.PortionFormatEx
 
setSymbolFont(TextFont) - Method in class com.spire.presentation.TextCharacterProperties
Sets the symbolic font info.
setSystemColor(SystemColorType) - Method in class com.spire.presentation.drawing.ColorFormat
Sets the color identified by the system color table.
setTableBorder(TableBorderType, double, Color) - Method in interface com.spire.presentation.ITable
Setting up the table border
setTemplate(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the template of a application.
setText(String) - Method in class com.spire.presentation.charts.entity.CellRange
Set string value
setText(String) - Method in class com.spire.presentation.Comment
Sets a String that represents the text in a comment Read/write .
setText(String) - Method in interface com.spire.presentation.ITextFrameProperties
Sets the plain text for a TextFrame.
setText(String) - Method in class com.spire.presentation.ParagraphEx
Sets the the plain text of a paragraph.
setText(String) - Method in class com.spire.presentation.PortionEx
Sets the plain text of a text range..
setTextAnchorType(TextAnchorType) - Method in class com.spire.presentation.Cell
Sets the text anchor type.
setTextCapType(TextCapType) - Method in class com.spire.presentation.PortionFormatEx
 
setTextCapType(TextCapType) - Method in class com.spire.presentation.TextCharacterProperties
Sets the type of text capitalization.
setTextEditingProtection(boolean) - Method in class com.spire.presentation.ShapeLocking
 
setTextFrame(ITextFrameProperties) - Method in interface com.spire.presentation.diagrams.ISmartArtNode
Set text of the smartart node.
setTextRotationAngle(float) - Method in class com.spire.presentation.charts.entity.ChartAxis
Text rotation angle.
setTextRotationAngle(float) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Sets Text rotation angle.
setTextStrikethroughType(TextStrikethroughType) - Method in class com.spire.presentation.PortionFormatEx
 
setTextStrikethroughType(TextStrikethroughType) - Method in class com.spire.presentation.TextCharacterProperties
Sets the strikethrough type of a text.
setTextTextBulletType(TextBulletType) - Method in class com.spire.presentation.TextParagraphProperties
Sets the bullet type of a paragraph.
setTextUnderlineType(TextUnderlineType) - Method in class com.spire.presentation.PortionFormatEx
 
setTextUnderlineType(TextUnderlineType) - Method in class com.spire.presentation.TextCharacterProperties
Sets the text underline type.
setThemeIndex(int) - Method in class com.spire.presentation.SlideBackground
 
setThickness(int) - Method in class com.spire.presentation.charts.entity.ChartWallsOrFloor
Gets or sets the walls thickness.
setTickLabelPosition(TickLabelPositionType) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set the position of tick-mark labels on the specified axis.
setTickLabelPosition(TickLabelPositionType) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Set the position of tick-mark labels on the specified axis.
setTickLabelSpacing(long) - Method in class com.spire.presentation.charts.entity.ChartAxis
Set the number of categories or series between tick-mark labels.
setTickLabelSpacing(long) - Method in interface com.spire.presentation.charts.entity.IChartAxis
Sets the number of categories or series between tick-mark labels.
setTileFlip(TileFlipMode) - Method in class com.spire.presentation.drawing.GradientFillFormat
Sets the flipping mode for a gradient.
setTileRectangle(RelativeRectangle) - Method in class com.spire.presentation.drawing.GradientFillFormat
 
setTimeAnimationValueCollection(TimeAnimationValueCollection) - Method in class com.spire.presentation.drawing.animation.AnimationProperty
 
setTiming(Timing) - Method in class com.spire.presentation.drawing.animation.AnimationEffect
 
setTiming(Timing) - Method in class com.spire.presentation.drawing.animation.CommonBehavior
 
setTitle(String) - Method in interface com.spire.presentation.IDocumentProperty
Sets the title of a presentation.
setTitle(String) - Method in interface com.spire.presentation.ISlide
Sets the Title of silde.
setTo(ColorFormat) - Method in class com.spire.presentation.drawing.animation.AnimationColorBehavior
 
setTo(Point2D) - Method in class com.spire.presentation.drawing.animation.AnimationMotion
 
setTo(String) - Method in class com.spire.presentation.drawing.animation.AnimationProperty
 
setTo(float) - Method in class com.spire.presentation.drawing.animation.AnimationRotation
 
setTo(Point2D) - Method in class com.spire.presentation.drawing.animation.AnimationScale
 
setTo(Object) - Method in class com.spire.presentation.drawing.animation.AnimationSet
 
setTop(float) - Method in class com.spire.presentation.charts.entity.ChartLegend
Sets the y coordinate of a legend.
setTop(float) - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Sets top corner of plot area bounding box in range from 0 to 1 of chart area.
setTop(float) - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets or sets the y coordinate of a legend in points.
setTop(double) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the y-coordinate of the upper-left corner of the shape.
setTop(float) - Method in class com.spire.presentation.Comment
 
setTop(double) - Method in interface com.spire.presentation.IAudio
Sets the y-coordinate of the upper-left corner of the shape.
setTop(double) - Method in interface com.spire.presentation.IAutoShape
Sets the y-coordinate of the upper-left corner of the shape.
setTop(double) - Method in interface com.spire.presentation.IEmbedImage
Sets the y-coordinate of the upper-left corner of the shape.
setTop(float) - Method in interface com.spire.presentation.IOleObject
Sets the y-coordinate of the upper-left corner of the shape.
setTop(double) - Method in interface com.spire.presentation.IShape
Sets the y-coordinate of the upper-left corner of the shape.
setTop(double) - Method in interface com.spire.presentation.ITable
Sets the y-coordinate of the upper-left corner of the shape.
setTop(double) - Method in interface com.spire.presentation.IVideo
Sets the y-coordinate of the upper-left corner of the shape.
setTop(float) - Method in class com.spire.presentation.RelativeRectangle
 
setTop(double) - Method in class com.spire.presentation.Shape
Sets the y-coordinate of the upper-left corner of the shape.
setTotalEditingTime(long) - Method in interface com.spire.presentation.IDocumentProperty
 
setTransparency(int) - Method in class com.spire.presentation.PictureShape
Sets the Transparency of a picture fill.
setTriggerDelayTime(float) - Method in class com.spire.presentation.drawing.animation.Timing
 
setTriggerShape(Shape) - Method in class com.spire.presentation.collections.AnimationEffectCollection
Gets or set shape target for INTERACTIVE sequence.
setTriggerType(AnimationTriggerType) - Method in class com.spire.presentation.drawing.animation.Timing
 
setType(ChartType) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Set chart type.
setType(ChartType) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the chart type.
settype(TrendlineSimpleType) - Method in interface com.spire.presentation.charts.ITrendlines
Gets or sets the TrendlineSimpleType.
setType(AnimationCommandType) - Method in class com.spire.presentation.drawing.animation.AnimationCommandBehavior
 
setType(FilterEffectType) - Method in class com.spire.presentation.drawing.animation.AnimationFilterEffect
 
setType(TransitionType) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
 
setType(FieldType) - Method in class com.spire.presentation.Field
Sets type of field.
setType(BackgroundType) - Method in class com.spire.presentation.SlideBackground
Sets a type of background fill.
setType(SlideSizeType) - Method in class com.spire.presentation.SlideSize
Sets the type of slide size.
setUngroupingProtection(boolean) - Method in class com.spire.presentation.GroupShapeLocking
 
setUpVector(float[]) - Method in class com.spire.presentation.drawing.Backdrop
Sets a vector representing up.
setUrl(String) - Method in class com.spire.presentation.PictureShape
Sets linked image's URL.
setUseBackgroundFill(boolean) - Method in interface com.spire.presentation.IAutoShape
 
setUseSecondAxis(boolean) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Set usesecondAxis
setUseTimings(boolean) - Method in class com.spire.presentation.Presentation
 
setValue(Object) - Method in class com.spire.presentation.charts.entity.CellRange
Set the value
setValue(String) - Method in class com.spire.presentation.drawing.animation.AnimationCommandBehavior
 
setValue(float) - Method in class com.spire.presentation.ShapeAdjust
Sets adjustment value.
setValues(CellRanges) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Sets collection of cells with bubbleSize.
setValueType(PropertyValueType) - Method in class com.spire.presentation.drawing.animation.AnimationProperty
 
setVerticalBanding(boolean) - Method in interface com.spire.presentation.ITable
 
setVerticalOffset(double) - Method in class com.spire.presentation.drawing.PictureFillFormat
 
setVerticalScale(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setVerticalScalingFactor(float) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setVerticalSkew(float) - Method in class com.spire.presentation.drawing.OuterShadowEffect
 
setVerticalSkew(float) - Method in class com.spire.presentation.drawing.ReflectionEffect
 
setVerticalTextType(VerticalTextType) - Method in class com.spire.presentation.Cell
Sets the type of vertical text.
setVerticalTextType(VerticalTextType) - Method in interface com.spire.presentation.ITextFrameProperties
 
setVolume(float) - Method in class com.spire.presentation.drawing.timeline.TimeNodeAudioEx
 
setVolume(AudioVolumeType) - Method in interface com.spire.presentation.IAudio
sets the audio volume.
setVolume(AudioVolumeType) - Method in interface com.spire.presentation.IVideo
Sets the audio volume.
setWavData(byte[]) - Method in class com.spire.presentation.drawing.transition.SlideShowTransition
Sets the embedded audio data.
setWholeWordsOnly(boolean) - Method in class com.spire.presentation.TextHighLightingOptions
Set true to match only whole words,false-otherwise.
setWidth(float) - Method in class com.spire.presentation.charts.entity.ChartLegend
Sets the width of a legend.
setWidth(float) - Method in class com.spire.presentation.charts.entity.ChartPlotArea
Sets the Width of plot area.
setWidth(float) - Method in class com.spire.presentation.charts.entity.ChartTextArea
Gets or sets the width of a legend in points.
setWidth(float) - Method in interface com.spire.presentation.charts.IChart
Gets or sets the width of the shape.
setWidth(double) - Method in interface com.spire.presentation.charts.IChartGridLine
Gets or sets the width of a line.
setWidth(float) - Method in class com.spire.presentation.drawing.GraphicFrame
 
setWidth(float) - Method in interface com.spire.presentation.IAudio
Sets the width of the shape.
setWidth(float) - Method in interface com.spire.presentation.IAutoShape
Sets the width of the shape.
setWidth(float) - Method in interface com.spire.presentation.IEmbedImage
Sets the width of the shape.
setWidth(float) - Method in interface com.spire.presentation.IOleObject
Sets the width of the shape.
setWidth(float) - Method in interface com.spire.presentation.IShape
Sets the width of the shape.
setWidth(float) - Method in interface com.spire.presentation.ITable
sets the width of the shape.
setWidth(float) - Method in interface com.spire.presentation.IVideo
Sets the width of the shape.
setWidth(float) - Method in class com.spire.presentation.RelativeRectangle
 
setWidth(float) - Method in class com.spire.presentation.Shape
Sets the width of the shape.
setWidth(double) - Method in class com.spire.presentation.ShapeBevelStyle
 
setWidth(double) - Method in class com.spire.presentation.TableColumn
Sets the width of a column.
setWidth(double) - Method in class com.spire.presentation.TextLineFormat
 
setWordWrap(boolean) - Method in interface com.spire.presentation.ITextFrameProperties
 
setX(float) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Specifies the x location(left) of the dataLabel as a fraction of the width of the chart.
setX(float) - Method in class com.spire.presentation.RelativeRectangle
 
setXDegree(int) - Method in class com.spire.presentation.charts.entity.ChartRotationThreeD
Gets or sets the rotation degree in the X direction for 3D charts.
setXValues(CellRanges) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Sets collection of cells with XValues.
setY(float) - Method in class com.spire.presentation.charts.entity.ChartDataLabel
Specifies the y location(top) of the dataLabel as a fraction of the height of the chart.
setY(float) - Method in class com.spire.presentation.RelativeRectangle
 
setYDegree(int) - Method in class com.spire.presentation.charts.entity.ChartRotationThreeD
Gets or sets the rotation degree in the Y direction for 3D charts.
setYValues(CellRanges) - Method in class com.spire.presentation.charts.entity.ChartSeriesDataFormat
Sets collection of cells with YValues.
setZoom(float) - Method in class com.spire.presentation.Camera
 
setZoomContent(TriState) - Method in class com.spire.presentation.drawing.animation.AnimationScale
 
setZOrderPosition(int) - Method in interface com.spire.presentation.charts.IChart
Sets the position of a shape in the z-order.
setZOrderPosition(int) - Method in interface com.spire.presentation.IAudio
Sets the position of a shape in the z-order.
setZOrderPosition(int) - Method in interface com.spire.presentation.IAutoShape
Sets the position of a shape in the z-order.
setZOrderPosition(int) - Method in interface com.spire.presentation.IEmbedImage
Sets the position of a shape in the z-order.
setZOrderPosition(int) - Method in interface com.spire.presentation.IOleObject
Sets the position of a shape in the z-order.
setZOrderPosition(int) - Method in interface com.spire.presentation.IShape
sets the position of a shape in the z-order.
setZOrderPosition(int) - Method in interface com.spire.presentation.ITable
Sets the position of a shape in the z-order.
setZOrderPosition(int) - Method in interface com.spire.presentation.IVideo
Sets the position of a shape in the z-order.
setZOrderPosition(int) - Method in class com.spire.presentation.Shape
sets the position of a shape in the z-order.
Shape - Class in com.spire.presentation
Represents a shape on a slide.
Shape(ShapeCollection) - Constructor for class com.spire.presentation.Shape
 
Shape() - Constructor for class com.spire.presentation.Shape
 
Shape(ActiveSlide) - Constructor for class com.spire.presentation.Shape
 
Shape(ActiveSlide, PptxBaseXmlElement) - Constructor for class com.spire.presentation.Shape
 
Shape(ShapeCollection, Container, ActiveSlide.Ppt2003Slide) - Constructor for class com.spire.presentation.Shape
 
ShapeAdjust - Class in com.spire.presentation
Represents a shape's adjustment value.
ShapeAdjust(String, long) - Constructor for class com.spire.presentation.ShapeAdjust
 
ShapeAdjust(ShapeAdjust) - Constructor for class com.spire.presentation.ShapeAdjust
 
ShapeAdjust(String, String) - Constructor for class com.spire.presentation.ShapeAdjust
 
ShapeAdjustCollection - Class in com.spire.presentation.collections
Reprasents a collection of shape's adjustments.
ShapeAdjustCollection(ShapeNode) - Constructor for class com.spire.presentation.collections.ShapeAdjustCollection
 
ShapeAdjustmentList - Class in com.spire.presentation.collections
Reprasents a collection of shape's adjustments.
ShapeAdjustmentList(ShapeNode) - Constructor for class com.spire.presentation.collections.ShapeAdjustmentList
 
ShapeAlignmentEnum - Class in com.spire.presentation
Created by earl.liu on 2019/7/15.
ShapeAlignmentEnum() - Constructor for class com.spire.presentation.ShapeAlignmentEnum
 
ShapeAlignmentEnum.ShapeAlignment - Enum in com.spire.presentation
Represents the horizontal alignment of shape.
ShapeAlignmentEnum.ShapeArrange - Enum in com.spire.presentation
Represents the arrangement of shape.
ShapeBevelStyle - Class in com.spire.presentation
Contains the properties of shape.
ShapeBevelStyle(boolean) - Constructor for class com.spire.presentation.ShapeBevelStyle
 
ShapeCollection - Class in com.spire.presentation
Represents a collection of a shapes.
ShapeCollection() - Constructor for class com.spire.presentation.ShapeCollection
 
ShapeElementFillSource - Enum in com.spire.presentation
Represents how shape element should be filled.
ShapeElementStrokeSource - Enum in com.spire.presentation
Represents how shape element should be drawn.
ShapeList - Class in com.spire.presentation.collections
Represents a collection of a shapes.
ShapeList() - Constructor for class com.spire.presentation.collections.ShapeList
 
ShapeLocking - Class in com.spire.presentation
Indicates which operations are disabled on the parent Autoshape.
ShapeLocking() - Constructor for class com.spire.presentation.ShapeLocking
 
ShapeNode - Class in com.spire.presentation
Represents the parent class for all geometric shapes.
ShapeNode() - Constructor for class com.spire.presentation.ShapeNode
 
ShapeNode(ActiveSlide) - Constructor for class com.spire.presentation.ShapeNode
 
ShapeNode(ActiveSlide, PptxBaseXmlElement) - Constructor for class com.spire.presentation.ShapeNode
 
ShapeNode(ShapeCollection, SpContainer, ActiveSlide.Ppt2003Slide) - Constructor for class com.spire.presentation.ShapeNode
 
ShapeStyleEx - Class in com.spire.presentation
Represent shape's style reference.
ShapeStyleEx() - Constructor for class com.spire.presentation.ShapeStyleEx
 
ShapeStyleEx(ISlideComponent) - Constructor for class com.spire.presentation.ShapeStyleEx
 
ShapeThreeD - Class in com.spire.presentation
 
ShapeThreeD() - Constructor for class com.spire.presentation.ShapeThreeD
 
ShapeType - Enum in com.spire.presentation
Represents preset geometry of geometry shapes.
ShredTransition - Class in com.spire.presentation.drawing.transition
shred transition effect.
ShredTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.ShredTransition
Constructor for orientation slide transition effects.
SideDirectionTransition - Class in com.spire.presentation.drawing.transition
Side direction slide transition effect.
SideDirectionTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.SideDirectionTransition
Constructor for side direction slide transition effects.
size() - Method in class com.spire.presentation.CellCollection
 
size() - Method in class com.spire.presentation.collections.ColumnCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.collections.CommentAuthorCollection
Gets size of the collection.
size() - Method in class com.spire.presentation.collections.EffectDataCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.collections.EffectStyleCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.collections.GradientStopDataCollection
Get the size of the collection.
size() - Method in class com.spire.presentation.collections.ImageTransformEffectCollection
Gets the size of collection.
size() - Method in class com.spire.presentation.collections.LineFormatExCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.collections.OleObjectCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.collections.OleObjectProperties
Gets the size of the count of elements.
size() - Method in class com.spire.presentation.collections.ShapeAdjustCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.collections.TabStopCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.collections.TextAnimationCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.collections.VideoCollection
Gets the size of the collection.
size() - Method in class com.spire.presentation.drawing.FillStyleCollection
 
size() - Method in class com.spire.presentation.WavAudioCollection
 
SlideBackground - Class in com.spire.presentation
Represents background of a slide.
SlideBackground(ActiveSlide) - Constructor for class com.spire.presentation.SlideBackground
 
SlideBackground(ActiveSlide, SpContainer, ActiveSlide.Ppt2003Slide) - Constructor for class com.spire.presentation.SlideBackground
 
SlideBackground(ActiveSlide, DgContainer, ActiveSlide.Ppt2003Slide) - Constructor for class com.spire.presentation.SlideBackground
 
SlideCollection - Class in com.spire.presentation.collections
Represents a collection of a slides.
SlideCollection(PresentationPptx) - Constructor for class com.spire.presentation.collections.SlideCollection
 
SlideColorScheme - Class in com.spire.presentation
 
SlideColorScheme(IActivePresentation) - Constructor for class com.spire.presentation.SlideColorScheme
 
SlideColorSchemeCollection - Class in com.spire.presentation.collections
Represents a schemecollection of slidecolor.
SlideColorSchemeCollection() - Constructor for class com.spire.presentation.collections.SlideColorSchemeCollection
 
SlideLayoutType - Enum in com.spire.presentation
Represents the slide layout type.
SlideList - Class in com.spire.presentation
Represents a collection of a slides.
SlideList(PresentationPptx) - Constructor for class com.spire.presentation.SlideList
 
SlideOrienation - Enum in com.spire.presentation
Represents the slide orientation.
SlidePicture - Class in com.spire.presentation
 
SlidePicture(ActiveSlide, PresentationPictureElement) - Constructor for class com.spire.presentation.SlidePicture
 
SlidePicture(ShapeCollection, SpContainer, ActiveSlide.Ppt2003Slide) - Constructor for class com.spire.presentation.SlidePicture
 
SlideShowTransition - Class in com.spire.presentation.drawing.transition
Represents slide show transition.
SlideShowTransition(PptxBaseXmlElement, ActiveSlide) - Constructor for class com.spire.presentation.drawing.transition.SlideShowTransition
 
SlideShowTransition(ActiveSlide) - Constructor for class com.spire.presentation.drawing.transition.SlideShowTransition
 
SlideShowType - Enum in com.spire.presentation
 
SlideSize - Class in com.spire.presentation
Represents a size of slide.
SlideSize() - Constructor for class com.spire.presentation.SlideSize
 
SlideSizeType - Enum in com.spire.presentation
Represents the slide size preset.
SmartArtColorType - Enum in com.spire.presentation.diagrams
SmartArtColorType
SmartArtLayoutType - Enum in com.spire.presentation.diagrams
SmartArtLayoutType
SmartArtStyleType - Enum in com.spire.presentation.diagrams
SmartArtQuickStyleType
SoftEdgeEffect - Class in com.spire.presentation.drawing
Represents a soft edge effect.
SoftEdgeEffect() - Constructor for class com.spire.presentation.drawing.SoftEdgeEffect
Creates new instance of SoftEdge class.
SoftEdgeEffect(PptxBaseXmlElement) - Constructor for class com.spire.presentation.drawing.SoftEdgeEffect
 
SoftEdgeNode - Class in com.spire.presentation.drawing
Represents a soft edge effect.
SoftEdgeNode(double) - Constructor for class com.spire.presentation.drawing.SoftEdgeNode
 
split(int, int) - Method in class com.spire.presentation.Cell
Split the cell.
splitBySpan() - Method in class com.spire.presentation.Cell
The cell is split into its RowSpan rows in the row direction, and it is split into its ColSpan colunms in the colunm direction.
SplitSlideTransition - Class in com.spire.presentation.drawing.transition
Split slide transition effect.
SplitSlideTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.SplitSlideTransition
Constructor for split slide transition effects.
StripsSlideTransition - Class in com.spire.presentation.drawing.transition
Corner direction slide transition effect.
StripsSlideTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.StripsSlideTransition
Constructor for corner direction transition effects.
SystemColorType - Enum in com.spire.presentation
Represents predefined system colors.

T

TabAlignmentType - Enum in com.spire.presentation
Represents the tab alignment.
TabDataEx - Class in com.spire.presentation
Represents a text's tabulation stop.
TabDataEx(TabStop) - Constructor for class com.spire.presentation.TabDataEx
 
TableBorderType - Enum in com.spire.presentation
Represents table border style.
TableColumn - Class in com.spire.presentation
Represents a table column.
TableColumn(Table) - Constructor for class com.spire.presentation.TableColumn
 
TableColumn(Table, double) - Constructor for class com.spire.presentation.TableColumn
 
TableRow - Class in com.spire.presentation
Represents a row in a table.
TableRow(Table) - Constructor for class com.spire.presentation.TableRow
 
TableRow(Table, double, double) - Constructor for class com.spire.presentation.TableRow
 
TableRowCollection - Class in com.spire.presentation.collections
Represents a collection of rows.
TableRowCollection() - Constructor for class com.spire.presentation.collections.TableRowCollection
 
TableStylePreset - Enum in com.spire.presentation
Represents builtin table styles.
TabStop - Class in com.spire.presentation
Represents a tabulation for a text.
TabStop(double, TabAlignmentType) - Constructor for class com.spire.presentation.TabStop
Initializes a new instance of the Tab class.
TabStopCollection - Class in com.spire.presentation.collections
Represents a collection of tabs.
TabStopCollection() - Constructor for class com.spire.presentation.collections.TabStopCollection
 
TabStopList - Class in com.spire.presentation.collections
Represents a collection of tabs.
TabStopList() - Constructor for class com.spire.presentation.collections.TabStopList
 
TagCollection - Class in com.spire.presentation.collections
Represents the collection of tags (user defined pairs of strings)
TagCollection() - Constructor for class com.spire.presentation.collections.TagCollection
 
TagCollection(PPTList) - Constructor for class com.spire.presentation.collections.TagCollection
 
TagCollection(ProgTags) - Constructor for class com.spire.presentation.collections.TagCollection
 
TagCollection(PptxBaseXmlDocument) - Constructor for class com.spire.presentation.collections.TagCollection
 
TagList - Class in com.spire.presentation.collections
Represents the collection of tags
TagList() - Constructor for class com.spire.presentation.collections.TagList
 
TagList(PptxBaseXmlDocument) - Constructor for class com.spire.presentation.collections.TagList
 
TagList(PPTList) - Constructor for class com.spire.presentation.collections.TagList
 
TagList(ProgTags) - Constructor for class com.spire.presentation.collections.TagList
 
TextAlignmentType - Enum in com.spire.presentation
Represents different text alignment styles.
TextAnchorType - Enum in com.spire.presentation
Alignment within a text area.
TextAnimation - Class in com.spire.presentation.drawing.animation
Represent text animation.
TextAnimation() - Constructor for class com.spire.presentation.drawing.animation.TextAnimation
 
TextAnimationCollection - Class in com.spire.presentation.collections
Represent collection of text animations.
TextAnimationCollection() - Constructor for class com.spire.presentation.collections.TextAnimationCollection
 
TextAutofitType - Enum in com.spire.presentation
Represents text autofit mode.
TextBulletType - Enum in com.spire.presentation
Represents the type of the extended bullets.
TextCapType - Enum in com.spire.presentation
Represents the type of text capitalisation.
TextCharacterProperties - Class in com.spire.presentation
Represents a text rane with formatting.
TextCharacterProperties() - Constructor for class com.spire.presentation.TextCharacterProperties
Initializes a new instance of the TextCharacterProperties class.
TextCharacterProperties(PortionFormatEx) - Constructor for class com.spire.presentation.TextCharacterProperties
 
TextCharacterProperties(TextCharacterProperties) - Constructor for class com.spire.presentation.TextCharacterProperties
Initializes a new instance of the TextCharacterProperties class.
TextFont - Class in com.spire.presentation
Represents a font definition.
TextFont() - Constructor for class com.spire.presentation.TextFont
 
TextFont(String) - Constructor for class com.spire.presentation.TextFont
Creates a new FontData object with the specified font name.
TextFont(FontEntityAtom) - Constructor for class com.spire.presentation.TextFont
 
TextHighLightingOptions - Class in com.spire.presentation
Created by scott.yue on 2020/3/5.
TextHighLightingOptions() - Constructor for class com.spire.presentation.TextHighLightingOptions
 
TextHorizontalOverflowType - Enum in com.spire.presentation
Represents text horizontal overflow type.
TextLineFormat - Class in com.spire.presentation
Represents format of a line.
TextLineFormat(ISlideComponent) - Constructor for class com.spire.presentation.TextLineFormat
 
TextLineStyle - Enum in com.spire.presentation
Represents the style of a line.
TextParagraphProperties - Class in com.spire.presentation
Contains the paragraph's formatting properties.
TextParagraphProperties(TextParagraphProperties) - Constructor for class com.spire.presentation.TextParagraphProperties
 
TextParagraphProperties(LevelStyle, PresentationPptx.Ppt2003) - Constructor for class com.spire.presentation.TextParagraphProperties
 
TextParagraphProperties() - Constructor for class com.spire.presentation.TextParagraphProperties
 
TextRangeCollection - Class in com.spire.presentation.collections
Represents a collection of a range.
TextRangeCollection() - Constructor for class com.spire.presentation.collections.TextRangeCollection
 
TextRangeList - Class in com.spire.presentation.collections
Represents a collection.
TextRangeList() - Constructor for class com.spire.presentation.collections.TextRangeList
 
TextShapeType - Enum in com.spire.presentation
Represents text wrapping shape.
TextStrikethroughType - Enum in com.spire.presentation
Represents the type of text strikethrough.
TextStyle - Class in com.spire.presentation
Summary description for TextStyle.
TextStyle(ISlideComponent) - Constructor for class com.spire.presentation.TextStyle
 
TextUnderlineType - Enum in com.spire.presentation
Represents the type of text underline.
TextVerticalOverflowType - Enum in com.spire.presentation
Represents text vertical overflow type.
Theme - Class in com.spire.presentation
Represents a theme.
Theme(PresentationPptx) - Constructor for class com.spire.presentation.Theme
 
TickLabelPositionType - Enum in com.spire.presentation.charts
Represents the position type of tick-mark labels on the specified axis.
TickMarkType - Enum in com.spire.presentation.charts
Represents the tick mark type for the specified axis.
TileFlipMode - Enum in com.spire.presentation
Defines tile flipping mode.
TimeAnimationValueCollection - Class in com.spire.presentation.drawing.animation
Represent collection of animation points.
TimeAnimationValueCollection() - Constructor for class com.spire.presentation.drawing.animation.TimeAnimationValueCollection
 
TimeLine - Class in com.spire.presentation.drawing.animation
Represent timline of animation.
TimeLine(ActiveSlide) - Constructor for class com.spire.presentation.drawing.animation.TimeLine
 
TimeNode - Class in com.spire.presentation.drawing.timeline
Base class for all nodes.
TimeNode() - Constructor for class com.spire.presentation.drawing.timeline.TimeNode
 
TimeNodeAudioEx - Class in com.spire.presentation.drawing.timeline
Summary description for TimeNodeAudio.
TimeNodeAudioEx() - Constructor for class com.spire.presentation.drawing.timeline.TimeNodeAudioEx
 
TimeNodeMedia - Class in com.spire.presentation.drawing.timeline
Base class for multimedia nodes.
TimeNodeMedia() - Constructor for class com.spire.presentation.drawing.timeline.TimeNodeMedia
 
TimeNodePresetClassType - Enum in com.spire.presentation.drawing.animation
Represent effect class types.
TimeNodes - Class in com.spire.presentation.drawing.timeline
Represents a collection of time nodes.
TimeNodes(TimeNode) - Constructor for class com.spire.presentation.drawing.timeline.TimeNodes
 
Timing - Class in com.spire.presentation.drawing.animation
Represents animation timing.
Timing() - Constructor for class com.spire.presentation.drawing.animation.Timing
 
toArray() - Method in class com.spire.presentation.collections.CommentAuthorList
Creates and returns an array with all authors.
toArray() - Method in class com.spire.presentation.collections.CommentList
Gets a array of the commentlist.
toArray(int, int) - Method in class com.spire.presentation.collections.CommentList
Gets a array of the commentlist.
toArray() - Method in class com.spire.presentation.collections.ShapeList
Creates and returns an array with all shapse in it.
toArray(int, int) - Method in class com.spire.presentation.collections.ShapeList
Creates and returns an array with all shapes from the specified range in it.
toArray() - Method in class com.spire.presentation.SlideList
Creates and returns an array with all slides in it.
toArray(int, int) - Method in class com.spire.presentation.SlideList
 
transform(Rectangle2D) - Method in class com.spire.presentation.RelativeRectangle
 
transform(RelativeRectangle) - Method in class com.spire.presentation.RelativeRectangle
 
Transition - Class in com.spire.presentation.drawing.transition
Class for slide transition effects.
Transition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.Transition
Slide transition effect constructor.
TransitionCornerDirection - Enum in com.spire.presentation.drawing.transition
Represent corner direction transition types.
TransitionDirection - Enum in com.spire.presentation.drawing.transition
Represent transition direction types.
TransitionEightDirection - Enum in com.spire.presentation.drawing.transition
Represent eight direction transition types.
TransitionFlythroughInOutDirection - Enum in com.spire.presentation.drawing.transition
Represent flythrough inout transition direction types.
TransitionInOutDirection - Enum in com.spire.presentation.drawing.transition
Represent in or out direction transition types.
TransitionRevealLRDirection - Enum in com.spire.presentation.drawing.transition
Represent reveal leftright transition direction types.
TransitionShredInOutDirection - Enum in com.spire.presentation.drawing.transition
Represent shred inout transition direction types.
TransitionSideDirectionType - Enum in com.spire.presentation.drawing.transition
Represent side direction transition types.
TransitionSoundMode - Enum in com.spire.presentation.drawing.transition
Represent sound mode of transition.
TransitionSpeed - Enum in com.spire.presentation.drawing.transition
Represent transition speed types.
TransitionSplitDirection - Enum in com.spire.presentation.drawing.transition
Represent Split transition direction types.
TransitionTwoDirection - Enum in com.spire.presentation.drawing.transition
Represent glitter transition direction types.
TransitionType - Enum in com.spire.presentation.drawing.transition
Represent slide show transition type.
TrendlineSimpleType - Enum in com.spire.presentation.charts
Represents the TrendlineSimpleType.
TriState - Enum in com.spire.presentation
Represents triple boolean values.

V

VerticalTextType - Enum in com.spire.presentation
Indicates vertical writing mode for a text.
VideoCollection - Class in com.spire.presentation.collections
Represents a collection of Video objects.
VideoCollection(PresentationPptx) - Constructor for class com.spire.presentation.collections.VideoCollection
 
VideoData - Class in com.spire.presentation
Represents an image embedded into a presentation.
VideoData(PptxPartEntry, PptxFile) - Constructor for class com.spire.presentation.VideoData
 
VideoData(PptxPartEntry, PptxFile, Image, Rectangle) - Constructor for class com.spire.presentation.VideoData
 
VideoPlayMode - Enum in com.spire.presentation
Indicates how a video is played.

W

WavAudioCollection - Class in com.spire.presentation
Represents a collection of embedded audio files.
WavAudioCollection(PresentationPptx) - Constructor for class com.spire.presentation.WavAudioCollection
 
WheelSlideTransition - Class in com.spire.presentation.drawing.transition
Wheel slide transition effect.
WheelSlideTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.WheelSlideTransition
Creates wheel

Z

ZoomSlideTransition - Class in com.spire.presentation.drawing.transition
In-Out slide transition effect.
ZoomSlideTransition(TransitionType) - Constructor for class com.spire.presentation.drawing.transition.ZoomSlideTransition
Constructor for in/out slide transition effects.
zOrder(int, IShape) - Method in class com.spire.presentation.collections.ShapeList
Change a shape's zorder.
zOrder(int, IShape...) - Method in class com.spire.presentation.collections.ShapeList
Change shapes's zorder.

_

_Presentation - Class in com.spire.presentation
Represents an Presentation document.
_Presentation() - Constructor for class com.spire.presentation._Presentation
 

A B C D E F G H I K L M N O P R S T V W Z _