Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public sealed class MarginsF : WordAttrCollection
Public NotInheritable Class MarginsF
	Inherits WordAttrCollection
public ref class MarginsF sealed : public WordAttrCollection
[<SealedAttribute>]
type MarginsF =  
    class
        inherit WordAttrCollection
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MarginsF()()()()
Initializes a new instance of the MarginsF class
MarginsF(Single, Single, Single, Single)
Initializes a new instance of the MarginsF class
All
Bottom
ClearBackground()()()() (Inherited from FormatBase.)
ClearFormatting()()()()
Clears the formatting.
(Inherited from FormatBase.)
Clone()()()()
Document
Gets the document.
(Inherited from OwnerHolder.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasKey(Int32)
Checks if Key exists.
(Inherited from FormatBase.)
IsDefault
Gets a value indicating whether format is default.
(Inherited from FormatBase.)
Left
Right
Top
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also