org.kde.koala
Class DocumentStyle

java.lang.Object
  extended by org.kde.koala.DocumentStyle
All Implemented Interfaces:
org.kde.qt.QtSupport

public class DocumentStyle
extends java.lang.Object
implements org.kde.qt.QtSupport


Constructor Summary
  DocumentStyle()
           
protected DocumentStyle(java.lang.Class dummy)
           
  DocumentStyle(DocumentStyle other)
           
 
Method Summary
 boolean isNull()
           
 java.lang.String preferredStylesheetSet()
           
 java.lang.String selectedStylesheetSet()
           
 void setSelectedStylesheetSet(java.lang.String aString)
           
 java.util.ArrayList styleSheets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentStyle

protected DocumentStyle(java.lang.Class dummy)

DocumentStyle

public DocumentStyle()

DocumentStyle

public DocumentStyle(DocumentStyle other)
Method Detail

styleSheets

public java.util.ArrayList styleSheets()

preferredStylesheetSet

public java.lang.String preferredStylesheetSet()

selectedStylesheetSet

public java.lang.String selectedStylesheetSet()

setSelectedStylesheetSet

public void setSelectedStylesheetSet(java.lang.String aString)

isNull

public boolean isNull()