Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 30,731 for

tag

(0.18 sec)
  1. Convert images to CANVAS(HTML5 Canvas) image fo...

    Using Aspose.Imaging for .NET library it is easy to convert to CANVAS(HTML5 Canvas) from other supported image formats...elements are represented by tags such as img, a, p and several...several others where each tag has start and end. It can also embed...

    products.aspose.com/imaging/net/conversion/to/c...
  2. Upgrade Aspose.Grid.Web to Aspose.Cells.GridWeb...

    This article introduces how to upgrade in GridWeb....control’s namespaces and other tags or attributes. The following...namespaces list and other attributes/tags that are changed now: The Aspose...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  3. 通过 C++ 在 Node.js 中导入 HTML 时删除换行后的多余空格|Documenta...

    学习如何在导入 HTML 时使用 Aspose.Cells for Node.js via C++ 删除换行后多余的空格。...redundant spaces after <br> tag const html = "<html> <body> <table>...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-redu...
  4. StructuredDocumentTag.AcceptStart | Aspose.Word...

    Discover the StructuredDocumentTag AcceptStart method to enhance your document management. Streamline visitor interactions for optimal performance!...of every structured document tag in a document. public void StructuredDocumentTa...

    reference.aspose.com/words/net/aspose.words.mar...
  5. StructuredDocumentTag.AcceptEnd | Aspose.Words ...

    Discover the StructuredDocumentTag AcceptEnd method—efficiently manage visitor interactions at the end of your structured documents for seamless processing....of every structured document tag in a document. public void StructuredDocumentTa...

    reference.aspose.com/words/net/aspose.words.mar...
  6. 支持在使用 C++ 通过 Node.js 将 HTML 加载到 Excel 工作簿时布局 DI...

    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....HTML load options, support div tag layouts const loadOptions = new...

    docs.aspose.com/cells/zh/nodejs-cpp/support-the...
  7. 2. LaTeX 方程的显示与对齐

    这是关于使用 AMS‑LATEX 包排版 LaTeX 方程的介绍,并提供一些示例及其解释。LaTeX 对齐方程。...此类标签也称为 tags 。 下面的列表包含了最常用的显示环境。适当情况下,它们还有不带标签的星号形式。...环境只有一个标签,因为它逻辑上只对应一个方程。因此,不能通过 \tag 或 \notag 来改变单独的行标签。若使用 reqno...

    docs.aspose.com/tex/zh/java/latex-structures-fo...
  8. Setting builder.Font.Bold = false affects Inser...

    Hi, I have this code: [TestMethod] public void GenerateWordWithStrong() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the t…...the presence of the <strong> tag in the code will make aspose...the expectation that <strong> tags in HTML should always render...

    forum.aspose.com/t/setting-builder-font-bold-fa...
  9. Content control data extract and replace with u...

    HI Gembox Team, We have to develop an enhancement for word’s content control. Requirement is below, Extract the content control data from word, Process business logic on it and replace the content control with process…...foreach(StructuredDocumentTa tag in sdts) { // Get old child nodes...SDT. List<Node> oldContent = tag.GetChildNodes(NodeType.Any, true)...

    forum.aspose.com/t/content-control-data-extract...
  10. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[Tag(.+?)](.+?)[/Tag]"), "", optionsWhile); in ReplaceHand…...compile("[tag(.+?)](.+?tag]"), "", optionsWhile);...

    forum.aspose.com/t/get-node-that-contains-the-e...