com.spire.doc.documents.rendering
Class BookmarkLevelEventArgs

java.lang.Object
  extended by com.spire.doc.documents.rendering.BookmarkLevelEventArgs

public class BookmarkLevelEventArgs
extends java.lang.Object

BookmarkLevelEventArgs is the class containg event data.


Constructor Summary
BookmarkLevelEventArgs()
           
 
Method Summary
 BookmarkLevel getBookmarkLevel()
          Represents the current bookmark level informations.
 BookmarkStart getBookmarkStart()
          Represents the current bookmark.
 void setBookmarkLevel(BookmarkLevel value)
          Represents the current bookmark level informations.
 void setBookmarkStart(BookmarkStart value)
          Represents the current bookmark.
 

Constructor Detail

BookmarkLevelEventArgs

public BookmarkLevelEventArgs()
Method Detail

getBookmarkStart

public BookmarkStart getBookmarkStart()
Represents the current bookmark.


setBookmarkStart

public void setBookmarkStart(BookmarkStart value)
Represents the current bookmark.


getBookmarkLevel

public BookmarkLevel getBookmarkLevel()
Represents the current bookmark level informations.


setBookmarkLevel

public void setBookmarkLevel(BookmarkLevel value)
Represents the current bookmark level informations.