Class LaTeXOptionsDialog

All Implemented Interfaces:
com.sun.star.awt.XDialogEventHandler, com.sun.star.beans.XPropertyAccess, com.sun.star.lang.XServiceInfo, com.sun.star.lang.XServiceName, com.sun.star.lang.XTypeProvider, com.sun.star.ui.dialogs.XExecutableDialog, com.sun.star.uno.XInterface

public class LaTeXOptionsDialog extends OptionsDialogBase
This class provides a uno component which implements a filter ui for the LaTeX export
  • Field Details

    • __serviceName

      public static String __serviceName
      The component will be registered under this name.
    • __implementationName

      public static String __implementationName
      The component should also have an implementation name. The subclass should override this with a suitable name
  • Constructor Details

    • LaTeXOptionsDialog

      public LaTeXOptionsDialog(com.sun.star.uno.XComponentContext xContext)
      Create a new LaTeXOptionsDialog
  • Method Details