Floor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the floor of a 3-D chart.
public interface class Floor
[System.Runtime.InteropServices.Guid("7E64D2BE-2818-48CB-8F8A-CC7B61D9E860")]
public interface Floor
type Floor = interface
Public Interface Floor
- Attributes
Examples
Use the Floor property to return the Floor object. The following example sets the floor color for embedded chart one to cyan. The example will fail if the chart isn’t a 3-D chart.
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
Border |
Returns a Border object that represents the border of the object. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Integer. |
Fill |
Returns a FillFormat object for a specified shape or a ChartFillFormat object for a specified chart that contains fill formatting properties for the shape or chart. |
Format |
Returns the line, fill, and effect formatting for the object. Read-only ChartFormat. |
Interior |
Returns an Interior object that represents the interior of the specified object. |
Name |
Returns a String value that represents the name of the object. |
Parent |
Returns the parent for the specified object. Read-only Object. |
PictureType |
Returns or sets a Object value that represents the way pictures are displayed on the walls and faces of a 3-D chart. |
Thickness |
Returns or sets an Integer, specifying the thickness of the floor. Read/write. |
Methods
ClearFormats() |
Clears the formatting of the object. |
Paste() |
Pastes a picture from the Clipboard on the floor of the specified chart. |
Select() |
Selects the object. |