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

placeholder

(0.06 sec)
  1. Aspose::Words::Layout::LayoutEntityType enum | ...

    Aspose::Words::Layout::LayoutEntityType enum. Types of the layout entities in C++....Footnote n/a Represents placeholder for footnote content. Footnote... Endnote n/a Represents placeholder for endnote content. Endnote...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Placeholder method. Gets the BuildingBlock containing Placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the XmlMapping element or the IsShowingPlaceholderText element is true in C++....ructuredDocumentTa::get_Placeholder method Contents [ Hide ]...StructuredDocumentTa::get_Placeholder method Gets the BuildingBlock...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Aspose::Words::Markup::StructuredDocumentTag::g...

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

    reference.aspose.com/words/cpp/aspose.words.mar...
  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. 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...
  6. Apply or Change Slide Layouts on Android|Aspose...

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

    docs.aspose.com/slides/androidjava/slide-layout/
  7. How to set just the sender name in PST not the ...

    I have just the sender name not the mail sender address which i want to set for the particular mail message and i just want to set just the name but when setting it using the following code throws me the exception :“The …...address, but you can supply a placeholder address and set the display...create a MailMessage with a placeholder address and a display name...

    forum.aspose.com/t/how-to-set-just-the-sender-n...
  8. text_input|Documentation

    Text_input element generates a Placeholder consisting of several boxes in which the respondent can write letters or numbers, one character in each box....handwritten text placeholder to the form. The placeholder consists of..."normal" The size of each placeholder: "normal" "large" "extralarge"...

    docs.aspose.com/omr/net/json-markup/text_input/
  9. 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...
  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-...