403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.146
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files/LibreOffice/help/en-US/text/sbasic/python/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Program Files/LibreOffice/help/en-US/text/sbasic/python/main0000.html
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<base href="../../../../">
<noscript><meta http-equiv="refresh" content="0; URL=../../../../en-US/noscript.html"></noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Python Scripts</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="en-US/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="en-US/bookmarks.js" defer></script><script type="text/javascript" src="en-US/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="en-US/text/shared/05/new_help.html"><div></div></a><a class="logo" href="en-US/text/shared/05/new_help.html"><p dir="auto">LibreOffice 24.2 Help</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Module</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contents</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Search in bookmarks for chosen module" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
    <a name="bm_id491543348147708"></a>
        <meta itemprop="keywords" content="macros,Python scripts">
        <meta itemprop="keywords" content="Python,macros">
        <meta itemprop="keywords" content="scripts,Python">
    
    <h1 id="hd_id3154232" dir="auto">
<a name="pythonscriptshelp"></a>LibreOffice Python Scripts Help</h1>

    <a name="pythonold"></a>
        <p id="par_id3153894" class="paragraph" dir="auto">LibreOffice provides an Application Programming Interface (API) that allows controlling the LibreOffice components with different programming languages by using the LibreOffice Software Development Kit (SDK). For more information about the LibreOffice API and the Software Development Kit, visit <a target="_blank" href="https://api.libreoffice.org/">https://api.libreoffice.org</a></p>
        <p id="par_id3147226" class="paragraph" dir="auto">This help section explains the most common Python script functions for LibreOffice. For more in-depth information please refer to the <a target="_blank" href="https://wiki.documentfoundation.org/Macros/Python_Design_Guide">Designing &amp; Developing Python Applications</a> on the Wiki.</p>
    
    <h2 id="hd_id3146957" dir="auto">Working with Python Scripts in LibreOffice</h2>
    <p id="N0102" class="paragraph" dir="auto">You can execute Python scripts choosing <span class="menuitem">Tools - Macros - Run Macro</span>. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from LibreOffice.</p>
    <span id="swlnsyspythonmain0000_1" class="switch">
        <span hidden="true" id="UNIXpythonmain0000_1" class="UNIX">
            <div class="warning">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/warning.svg" alt="warning" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id131568902936659" dir="auto">The LibreOffice scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting <span class="menuitem">Tools - Macros - Run Macro</span> and checking <span class="literal">Application Macros</span> for the presence of <span class="literal">HelloWorld – HelloWorldPython</span> macro is sufficient. If absent, please refer to your distribution documentation in order to install the LibreOffice scripting framework for Python.</p></div>
</div>
<br>
        </span>
    </span>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/shared/guide/scripting.html">Assigning Scripts in LibreOffice</a>
</p></div>
  <a name="pyContent"></a>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/sbasic/python/python_ide.html">Setting up an Integrated Development Environment (IDE) for Python</a></p></div>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/sbasic/python/python_locations.html">Python Scripts Organization and Location</a></p></div>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/sbasic/python/python_shell.html">Running Python Interactive Console</a></p></div>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/sbasic/python/python_programming.html">Programming with Python Scripts</a></p></div>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/sbasic/python/python_examples.html">Python programming examples</a></p></div>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/sbasic/python/python_2_basic.html">Calling Basic Macros from Python</a></p></div>
    <div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03/sf_intro.html">Creating Python Scripts with <span class="literal">ScriptForge</span></a></p></div>
  

  <a name="pyModules"></a>
    <h2 id="hd_id901655365903313" dir="auto">LibreOffice Python Modules</h2>
    <p id="par_id21655367848705" class="paragraph" dir="auto"><a target="_top" href="en-US/text/sbasic/python/python_screen.html"><span class="literal">msgbox</span> module</a></p>
    <p id="par_id801655368030968" class="paragraph" dir="auto"><a target="_top" href="en-US/text/sbasic/shared/03/lib_ScriptForge.html"><span class="literal">scriptforge</span> module</a></p>
    <p id="par_id12655637848750" class="paragraph" dir="auto"><a target="_top" href="en-US/text/sbasic/python/python_programming.html#uno"><span class="literal">uno</span> module</a></p>
  

    <div class="embedded">
<a name="helpabouthelp"></a>
<h4 id="hd_id3149183" dir="auto">Help about the Help</h4>
<div class="embedded">
<a name="help"></a>
 <p id="par_id3150699" class="paragraph" dir="auto">The Help references the default settings of the program on a system that is set to defaults. Descriptions of colors, mouse actions, or other configurable items can be different for your program and system.</p>
</div>
<div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/shared/05/new_help.html">The LibreOffice Help</a></p></div>
<div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/shared/05/new_help.html#helpindx">The Help Index</a></p></div>
<div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/shared/05/new_help.html#bkmhlppag">Bookmarking Help pages</a></p></div>
<div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/shared/05/new_help.html#hlpcnts">Contents - The Main Help Topics</a></p></div>
<div class="embedded"><p class="embedded" dir="auto"><a target="_top" href="en-US/text/shared/05/00000001.html">Getting Support</a></p></div>
</div>
</div>
<div id="DonationFrame"></div>
<footer><div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/sbasic/python/main0000.xhp" target="_blank">/text/sbasic/python/main0000.xhp</a></p>
<p dir="auto">Title is: Python Scripts</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit