formatbase-ag凯发旗舰厅



com.spire.doc.formatting
class formatbase

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.documents.xml.documentserializable
          extended by com.spire.doc.formatting.formatbase
direct known subclasses:
attrcollection

public abstract class formatbase
extends documentserializable

constructor summary
formatbase()
          initializes a new instance of the formatbase class.
formatbase(formatbase parent, int parentkey)
          initializes a new instance of the formatbase class.
formatbase(formatbase parent, int parentkey, int parentoffset)
          initializing constructor.
formatbase(idocument doc)
          initializes a new instance of the formatbase class.
formatbase(idocument doc, documentobject owner)
          initializes a new instance of the formatbase class.
 
method summary
 void clearformatting()
          clears the formatting.
 boolean haskey(int key)
          checks if key exists.
 boolean isdefault()
          gets a value indicating whether format is default.
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
constructor detail

formatbase

public formatbase()
initializes a new instance of the formatbase class.

formatbase

public formatbase(idocument doc)
initializes a new instance of the formatbase class.
parameters:
doc - doc

formatbase

public formatbase(idocument doc,
                  documentobject owner)
initializes a new instance of the formatbase class.
parameters:
doc - doc
owner - owner

formatbase

public formatbase(formatbase parent,
                  int parentkey)
initializes a new instance of the formatbase class.
parameters:
parent - formatbase
parentkey - parentkey

formatbase

public formatbase(formatbase parent,
                  int parentkey,
                  int parentoffset)
initializing constructor.
parameters:
parent - formatbase
parentkey - parentkey
parentoffset - parentoffset
method detail

isdefault

public boolean isdefault()
gets a value indicating whether format is default.
returns:
true if format is default; otherwise,false.

haskey

public boolean haskey(int key)
checks if key exists.
parameters:
key - the key.
returns:
if the specified key has key, set to true.

clearformatting

public void clearformatting()
clears the formatting.


网站地图