Sort Score
Result 10 results
Languages All
Labels All
Results 4,081 - 4,090 of 19,003 for

paragraph

(1.34 sec)
  1. Wrong view some doc file - Free Support Forum -...

    Hello, I have a file that’s opening incorrectly (the table view isn’t displaying correctly). I checked the latest version of aspose-java, and the error still persists. I checked your online viewer (Word, PDF Viewer Onl…...Word logic when handling paragraph breaks inside field codes...

    forum.aspose.com/t/wrong-view-some-doc-file/328060
  2. Links in SharePoint Online's web view are broke...

    When we were trying to investigate an issue for one of our clients we found out that links in SharePoint Online’s web view are broken in Aspose.Words 22.2 and other versions. We specifically don’t know which version of …...the hyperlink field parent paragraph. Now Aspose.Words mimics MS...

    forum.aspose.com/t/links-in-sharepoint-onlines-...
  3. Aspose::Words::Fields::FieldImport class | Aspo...

    Aspose::Words::Fields::FieldImport class. Implements the IMPORT field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldFileSize class | As...

    Aspose::Words::Fields::FieldFileSize class. Implements the FILESIZE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Shading class | Aspose.Words for...

    Aspose::Words::Shading class. Contains shading attributes for an object. To learn more, visit the documentation article in C++....builder -> Write ( u "This paragraph is formatted with a double...

    reference.aspose.com/words/cpp/aspose.words/sha...
  6. CompatibilityOptions.splitPgBreakAndParaMark pr...

    CompatibilityOptions.splitPgBreakAndParaMark property. Always Move Paragraph Mark to Page after a Page Break....splitPgBreakAndParaM property Always Move Paragraph Mark to Page after a Page...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CompatibilityOptions.doNotSuppressParagraphBord...

    CompatibilityOptions.doNotSuppressParagraphBorders property. Do Not Suppress Paragraph Borders Next To Frames....property Do Not Suppress Paragraph Borders Next To Frames. get...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Themes::ThemeColor enum | Aspose...

    Aspose::Words::Themes::ThemeColor enum. Specifies the theme colors for document themes. To learn more, visit the documentation article in C++....:: Words :: StyleType :: Paragraph , u "ThemedStyle" ); style...

    reference.aspose.com/words/cpp/aspose.words.the...
  9. Setting Text Color Dynamically in C#|Aspose.Wor...

    Set font text color for document contents dynamically when building a report using C#....every item into a separate paragraph, which text is colored dynamically...can be located either in paragraphs of a single story (or table...

    docs.aspose.com/words/net/setting-text-color-dy...
  10. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...PARAGRAPH_BREAK); }); 658×509 4.58 KB...DocumentBuilder(); builder.writeln("Simple paragraph"); Document newDoc = new Document("input...

    forum.aspose.com/t/topic/311299