Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,350 for

placeholder

(0.1 sec)
  1. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_PlaceholderName method. Gets or sets Name of the BuildingBlock containing Placeholder text in C++....BuildingBlock containing placeholder text. virtual System :: String...block’s contents as a custom placeholder text for a structured document...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Paragraph::InsertField method | ...

    Aspose::Words::Paragraph::InsertField method. Inserts a field into this paragraph in C++....and get it to display a placeholder value: para -> InsertField...\" Real value. \" " , u " Placeholder value." , field -> get_Start...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Manage Presentation Headers and Footers in Java...

    Use JavaScript and Aspose.Slides for Node.js to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....slide and all child Footer placeholders visible. Set master notes...all child Date and time placeholders visible. Change Header and...

    docs.aspose.com/slides/nodejs-java/presentation...
  4. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method...and get it to display a placeholder value: paragraph . append_field..., 'Placeholder value' ) self . assertEqual ( 'Placeholder value'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Apply or Change Slide Layouts in Python|Aspose....

    Learn how to manage and customize slide layouts in Aspose.Slides for Python via .NET. Explore layout types, Placeholder control, footer visibility, and layout manipulation through code examples in Python....defines the arrangement of placeholder boxes and formatting for...slide. It controls which placeholders are available and where...

    docs.aspose.com/slides/python-net/slide-layout/
  6. LayoutEntityType | Aspose.Words for Java

    Types of the layout entities in Java.... COMMENT Represents placeholder for comment content. ENDNOTE...ENDNOTE Represents placeholder for endnote content. FOOTNOTE Represents...

    reference.aspose.com/words/java/com.aspose.word...
  7. TOC Rendering and Customization in HTML-to-PDF ...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. As part of this evaluation, we need to verify whether the Table of Contents (TOC) can be dynamically generated and customized based on…...and customized based on a placeholder macro within the input HTML...(for TOC title and entries) Placeholder-based Insertion (insert TOC...

    forum.aspose.com/t/toc-rendering-and-customizat...
  8. Apply or Change Slide Layouts in .NET|Aspose.Sl...

    Manage and customize slide layouts in Aspose.Slides for .NET. Explore layout types, Placeholder control, and footer visibility through C# code examples....defines the arrangement of placeholder boxes and formatting for...slide. It controls which placeholders are available and where...

    docs.aspose.com/slides/net/slide-layout/
  9. Paragraph.appendField method | Aspose.Words for...

    Aspose.Words.Paragraph.appendField method...and get it to display a placeholder value: paragraph . appendField...QUOTE \"Real value\"" , "Placeholder value" ); expect ( doc ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = new aw.Document(letterHeadpath); const contentDoc = new aw.Document(docPath); const headDocParagraphs = headDoc.sections…...paragraphs; const placeholder = "#*Content Starts Here*#";...(para.getText().includes(placeholder)) { const builder = new aw...

    forum.aspose.com/t/tables-colliding-on-docx-to-...