Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,348 for

placeholder

(0.26 sec)
  1. Aspose::Words::DocumentBuilder::InsertTextInput...

    Aspose::Words::DocumentBuilder::InsertTextInput method. Inserts a text form field at the current position in C++.... // Assign some placeholder text that the user may overwrite...TextFormFieldType :: Regular , u "" , u "Placeholder text" , 0 ); // The form...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Section.protectedForForms property | Aspose.Wor...

    Section.protectedForForms property. True if the section is protected for forms... Regular , "" , "Placeholder text" , 0 ); // Apply write...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. Aspose::Words::BuildingBlocks::BuildingBlockTyp...

    Aspose::Words::BuildingBlocks::BuildingBlockType enum. Specifies a building block type. The type might affect the visibility and behavior of the building block in Microsoft Word in C++....structured document tag placeholder text. FormFieldHelpText 3...

    reference.aspose.com/words/cpp/aspose.words.bui...
  5. StructuredDocumentTag Class | Aspose.Words for ...

    Discover Aspose.Words.Markup.StructuredDocumentTag class for efficient content control in documents. Enhance your document management with SDT features!...be interpreted to contain placeholder text (as opposed to regular...immediate parent of this node. Placeholder { get; } Gets the BuildingBlock...

    reference.aspose.com/words/net/aspose.words.mar...
  6. 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-...
  7. 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...
  8. 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-...
  9. 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...
  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...