Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,429 for

placeholder

(1.13 sec)
  1. Manage Presentation Headers and Footers with Py...

    Use Aspose.Slides for Python via .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....control header and footer placeholders across a presentation with...patterns for updating these placeholders and propagating changes...

    docs.aspose.com/slides/python-net/presentation-...
  2. Working with Content Control SDT|Aspose.Words f...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using C#....control with displaying a placeholder. The StructuredDocumentTa...document tag and displays a placeholder if it is defined. However...

    docs.aspose.com/words/net/working-with-content-...
  3. Section.protected_for_forms property | Aspose.W...

    Section.protected_for_forms property. True if the section is protected for forms... REGULAR , '' , 'Placeholder text' , 0 ) # Apply write...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with Content Control SDT|Aspose.Words f...

    using Node.js you can embed customer-defined semantics as well as its behaviour and appearance into a document....control with displaying a placeholder. StructuredDocumentTa.clear...document tag and displays a placeholder if it is defined. However...

    docs.aspose.com/words/nodejs-net/working-with-c...
  5. StructuredDocumentTagRangeStart.placeholder_nam...

    StructuredDocumentTagRangeStart.Placeholder_name property. Gets or sets Name of the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing Placeholder text....placeholder_name property StructuredDocumentTa.placeholder_name...containing placeholder text. @property def placeholder_name ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Clone Document, Convert Clone .ToString(SaveFor...

    I am having some trouble with a requirement. I need to make changes to a clone of a document while it is in HTML string format (or possibly XML or any other format that will allow me to keep the formatting). After the ch…...) // Example: replace a placeholder with real content htmlString...htmlString = htmlString.Replace("{PLACEHOLDER}", "New text"); 4. Load the...

    forum.aspose.com/t/clone-document-convert-clone...
  7. Working with Charts|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....and the second $C$3 is a placeholder for the last row of “Quarter”...and the second $D$3 is a placeholder for the last row of “Sales”...

    docs.aspose.com/cells/reportingservices/working...
  8. Section.ProtectedForForms | Aspose.Words for .NET

    Discover how the ProtectedForForms property in Microsoft Word enhances document security, allowing users to edit only designated form fields easily.... Regular , "" , "Placeholder text" , 0 ); // Apply write...

    reference.aspose.com/words/net/aspose.words/sec...
  9. ProtectionType enumeration | Aspose.Words for P...

    aspose.words.ProtectionType enumeration. Protection type for a document.... REGULAR , '' , 'Placeholder text' , 0 ) # Apply write...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Putting an object into a cell that is Single.Na...

    dear support, I am getting a system crash with the below VB .NET code Dim s1 As Single = Single.NaN Dim o1 As Object = s1 Dim x As New Aspose.Cells.Workbook x.Worksheets(0).Cells(0, 0).PutValue(o1) This crashes, bu…...it to a string or using a placeholder value. Here’s a modified...Then o1 = "NaN" ' or any placeholder value you prefer Else o1...

    forum.aspose.com/t/putting-an-object-into-a-cel...