<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - UNO services for Document Settings absent from API"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114312">114312</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>UNO services for Document Settings absent from API
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.4.1.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>sdk
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>fpvolquind@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Using Java API, I am trying to change a Writer document setting (EmbedFonts).
There is no reference to either com.sun.star.document.Settings or
com.sun.star.tex.DocumentSettings on the API, although they can be found on the
online JavaDocs.
Using XMultiServiceFactory.createInstance returns a null object.
I tried the MRI extension, and the service is no listed there either.

Steps to Reproduce:
1- Bootstrap LibreOffice from the Java API, load a document.
2- Using a XMultiServiceFactory object, try to call
xMSF.createInstance("com.sun.star.tex.DocumentSettings");

Actual Results:  
Call returns null.

Expected Results:
Call should return a DocumentSettings object.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/61.0.3163.100 Safari/537.36</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>