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

placeholder

(1.42 sec)
  1. 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...
  2. Paragraph.InsertField | Aspose.Words for .NET

    Effortlessly insert fields into paragraphs with the Paragraph InsertField method. Enhance your document's functionality and streamline content management....and get it to display a placeholder value: para . InsertField...QUOTE \" Real value.\"" , " Placeholder value." , field . Start ...

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

    Use Aspose.Slides for Java to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....slide number, and date-time placeholders for the notes master, all...slide and all child Footer placeholders visible. Set master notes...

    docs.aspose.com/slides/java/presentation-header...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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-...
  10. Charts are not replacing at correct tag positio...

    Hello Team , We are replacing charts and table to the required tag position in template , tables are replacing properly at desired tag position, but same is not happen for Chart , I have attach console application code …...code like this to replace placeholder in the document with image:...image: string placeholder = "{{Rpt.ExpensesByProgram}}"; Document...

    forum.aspose.com/t/charts-are-not-replacing-at-...