Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 43,440 for

table

(0.1 sec)
  1. PdfASymbolicFontEncodingStrategy | Aspose.PDF f...

    This class describes rules which can be used to tune process of copy encoding data for cases when TrueType symbolic font has more than one encoding. Some PDF documents after conversion into PDF/A format could have error More than one encoding in symbolic TrueType fonts cmap. What is a reason of this error All TrueType symbolic fonts have special Table cmap in its internal data. This Table maps character codes to glyph indices. And this Table could contain different encoding subTables which describe encodings used. See advanced info about cmap Tables at https//developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6cmap.html. Usually cmap Table contains several encoding subTables but PDF/A standard requires that only one encoding subTable 30 must be leaved for this font in PDF/A document. And key question here - what data must be taken from another subTables to copy into destination encoding Table 30 Majority of fonts have well-formed cmap Tables where every encoding subTable is fully consistent with another subTable. But some fonts have cmap Tables with collisions - where for example one subTable has glyph index 100 for unicode 100 but another subTable has glyph index 200 for the same unicode 100. To solve this problems special strategy needed. By default following strategy used mac subTable10 is looked for. If this Table is found only this data used to fill destination Table 30. If mac subTable is not found then all subTables except 30 are iterated and used to copy data into destination 30 subTable. Also mapping for every unicodeunicode glyph index is copied into destination Table only if destination Table has no this unicode at current moment. So for example if first subtabe has glyph index 100 for unicode 100 and next subTable has glyph index 200 for the same unicode 100 only data from first subTable unicode100 glyph index 100 will be copied. So each previous subTable takes precedence over the next. Properties of this class PdfASymbolicFontEncodingStrategy./pdfasymbolicfontencodingstrategy help tune default behaviour. If property PreferredCmapEncodingTable./pdfasymbolicfontencodingstrategy/preferredcmapencodingTable of type CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingTabletype is set then relevant subTable will be used in precedence to mac subTable10. Value MacTable from enumeration CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingTabletype has no sense in this case cause it points on the same mac subTable 10 which will be used by default. Property CmapEncodingTablesPriorityQueue./pdfasymbolicfontencodingstrategy/cmapencodingTablespriorityqueue discards all priorities for any subTable. If this property is set then only subTables from declared queue will be used in specified order. If subTables specified are not found then default iteration of all subTables and copy strategy described above will be used. Object QueueItem./pdfasymbolicfontencodingstrategy.queueitem specifies encoding subTable used. This subTable can be set via combination of membersPlatformID PlatformSpecificId or via CMapEncodingTableType./pdfasymbolicfontencodingstrategy.queueitem.cmapencodingTabletype enumeration....special table “cmap” in it’s internal data. This table maps character...to glyph indices. And this table could contain different encoding...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  2. GlobalizationSettings.GetTableRowTypeOfHeaders ...

    GlobalizationSettings method. Gets the type name of Table rows that consists of the Table header. Default is Headers so in formula Headers represents the Table header...type name of table rows that consists of the table header. Default...formula “#Headers” represents the table header. public virtual string...

    reference.aspose.com/cells/net/aspose.cells/glo...
  3. GetEffective() | Aspose.Slides for C++ API Refe...

    Gets effective Table row formatting properties with inheritance and Table styles applied....ve() method Gets effective table row formatting properties with...with inheritance and table styles applied. System :: SharedPtr...

    reference.aspose.com/slides/cpp/aspose.slides/r...
  4. Aspose::Words::Fields::FieldTA::get_IsItalic me...

    Aspose::Words::Fields::FieldTA::get_IsItalic method. Gets or sets whether to apply italic formatting to the page number for the entry in C++....how to build and customize a table of authorities using TOA and...the entry category for our table. This TOA will now only include...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Paragraph.Accept | Aspose.Words for .NET

    Paragraph Accept method. Accepts a visitor in C#....hiddenContentRemover ); // 2 - Table node: Table table = doc . FirstSection...FirstSection . Body . Tables [ 0 ]; table . Accept ( hiddenContentRemover...

    reference.aspose.com/words/net/aspose.words/par...
  6. Enum HtmlElementSizeOutputMode | Aspose.Words f...

    Aspose.Words.Saving.HtmlElementSizeOutputMode 枚举. 指定 Aspose.Words 如何将元素宽度和高度导出到 HTMLMHTML 和 EPUB... Table table = builder . StartTable ();...EndTable (); table . LeftIndent = - 36 ; table . PreferredWidth...

    reference.aspose.com/words/zh/net/aspose.words....
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – C# を介して PDF ドキュメント内のテーブルを操作するhttps://products.aspose.com/pdf/ja/net/Table/Recent content in C# を介して PDF ドキュメント内のテーブルを操作する on DocumentationHugo -- goh......com/pdf/ja/net/table/Recent content in C# を介して PDF...+0000https://products.aspose.com/pdf/ja/net/table/index.xml self application/rss+xml...

    products.aspose.com/pdf/ja/net/table/index.xml
  8. CadSymbolTableGroupCodes - Aspose.CAD for Java ...

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....codes that apply to all symbol tables. See Also: CadBaseOwned Constructor...() Gets or sets the maximum table entries count. String getSubClass...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  9. Aspose::Cells::SettableGlobalizationSettings::G...

    Aspose::Cells::SetTableGlobalizationSettings::GetTableRowTypeOfTotals method. Gets the type name of Table rows that consists of the total row of referenced Table in C++....method Gets the type name of table rows that consists of the total...total row of referenced table. U16String Aspose :: Cells :: SettableGlobalizatio...

    reference.aspose.com/cells/cpp/aspose.cells/set...
  10. How i can call JS function from HTMLDocument On...

    Hi Support, How i can call JavaSript function from HTMLDocument OnShow Event? Here’s example of my code and event: public static Stream ConvertTablesToImages(Stream xhtml, string publicationName) { …...GetElementsByTagName("table") .Where(e => e.GetAttributeNode("class")...GetAttributeNode("class").Value == "table") .Select(node => node.ParentElement)...

    forum.aspose.com/t/how-i-can-call-js-function-f...