X7ROOT File Manager
Current Path:
/usr/lib64/libreoffice/program/wizards/text
usr
/
lib64
/
libreoffice
/
program
/
wizards
/
text
/
📁
..
📄
TextDocument.py
(10.37 KB)
📄
TextDocument.pyc
(8.28 KB)
📄
TextDocument.pyo
(8.28 KB)
📄
TextElement.py
(1.03 KB)
📄
TextElement.pyc
(804 B)
📄
TextElement.pyo
(804 B)
📄
TextFieldHandler.py
(5.91 KB)
📄
TextFieldHandler.pyc
(5.47 KB)
📄
TextFieldHandler.pyo
(5.47 KB)
📄
TextSectionHandler.py
(5.39 KB)
📄
TextSectionHandler.pyc
(5.02 KB)
📄
TextSectionHandler.pyo
(5.02 KB)
📄
__init__.py
(0 B)
📄
__init__.pyc
(142 B)
📄
__init__.pyo
(142 B)
Editing: TextElement.py
# # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # class TextElement(object): def __init__(self, item, placeHolderText): self.item = item self.placeHolderText = placeHolderText def write(self): if self.item is not None: self.item.String = self.placeHolderText
Upload File
Create Folder