iparagraphbase-ag凯发旗舰厅



com.spire.doc.interfaces
interface iparagraphbase

all superinterfaces:
idocumentobject
all known subinterfaces:
idocoleobject, ifield, imergefield, ipicture, itextrange
all known implementing classes:
bookmarkend, bookmarkstart, break, checkboxformfield, comment, commentmark, controlfield, docoleobject, docpicture, dropdownformfield, field, fieldmark, footnote, formfield, iffield, mergefield, officemath, paragraphbase, permissionend, permissionstart, picturewatermark, sequencefield, shapebase, shapegroup, shapeobject, structuredocumenttaginline, symbol, tableofcontent, textbox, textformfield, textrange, textwatermark, watermarkbase

public interface iparagraphbase
extends idocumentobject

interface publishes base paragraph item functionality


method summary
 void applystyle(java.lang.string stylename)
          applys the character style.
 paragraph getownerparagraph()
          gets owner paragraph.
 java.lang.string getstylename()
          gets the style name.
 
methods inherited from interface com.spire.doc.interfaces.idocumentobject
deepclone, getdocument, getdocumentobjecttype, getnextsibling, getowner, getprevioussibling, iscomposite
 
method detail

getownerparagraph

paragraph getownerparagraph()
gets owner paragraph.
returns:
paragraph

applystyle

void applystyle(java.lang.string stylename)
applys the character style.
parameters:
stylename - the style name.

getstylename

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


网站地图