istyle-ag凯发旗舰厅



com.spire.doc.interfaces
interface istyle

all known subinterfaces:
iparagraphstyle
all known implementing classes:
liststyle, paragraphstyle, style

public interface istyle

publishes the dls style base functionality.


method summary
 istyle deepclone()
          clones itself.
 java.lang.string getname()
          gets the style name.
 java.lang.string getstyleid()
          gets the style id.
 styletype getstyletype()
          gets the type of the style.
 void setname(java.lang.string value)
          sets the style name.
 
method detail

getname

java.lang.string getname()
gets the style name.
returns:
string

setname

void setname(java.lang.string value)
sets the style name.
parameters:
value - string

getstyleid

java.lang.string getstyleid()
gets the style id.
returns:
string

getstyletype

styletype getstyletype()
gets the type of the style.
returns:
the type of the style.

deepclone

istyle deepclone()
clones itself.
returns:
istyle


网站地图