Interface IOfficeSmartArt
Represents a SmartArt graphic with different SmartArt types.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeSmartArt
Properties
Background
Gets an IOfficeShapeFill object that represents the background fill of the SmartArt. Read-only.
Declaration
IOfficeShapeFill Background { get; }
Property Value
Type |
---|
IOfficeShapeFill |
Layout
Gets an OfficeSmartArtType value that represents the layout type associated with the SmartArt. Read-only.
Declaration
OfficeSmartArtType Layout { get; }
Property Value
Type |
---|
OfficeSmartArtType |
LineFormat
Gets an IOfficeShapeLineFormat object that represents the line and arrowhead formatting of the SmartArt. Read-only.
Declaration
IOfficeShapeLineFormat LineFormat { get; }
Property Value
Nodes
Gets an IOfficeSmartArtNodes object that contains all the nodes within the SmartArt graphic. Read-only.
Declaration
IOfficeSmartArtNodes Nodes { get; }
Property Value
Type |
---|
IOfficeSmartArtNodes |