Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 1,485 for

placeholder

(0.47 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. 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...
  4. Facing issue while converting excel file into T...

    Not able convert the EXCEL sheet to TIFF images , currently creating blank tiff with message “Password Protected email attachment” Input excel files has multiple sheets which has cell merging and formatting as well. Wh…...insert a password protected placeholder in the TIFF. Currently issue...

    forum.aspose.com/t/facing-issue-while-convertin...
  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. ProtectionType enumeration | Aspose.Words for N...

    Aspose.Words.ProtectionType enumeration. Protection type for a document.... Regular , "" , "Placeholder text" , 0 ); // Apply write...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FormField | Aspose.Words for Java

    Represents a single form field in Java....REGULAR, "", "Placeholder text", 50); textInput.se...textInput.setTextInputValue("New placeholder text"); Assert.assertEqu...

    reference.aspose.com/words/java/com.aspose.word...
  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. HTML Telephone Input Generator – online tool an...

    Сreate HTML Telephone Input for your website using Aspose.HTML. Рreview the Telephone Input, copy and use generated HTML and C# code in your project!...attributes such as name , size , placeholder , list , maxlength , minlength...in the input field. The placeholder attribute is a string that...

    products.aspose.com/html/net/generators/telephone/
  10. 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...