mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-23 12:43:38 +08:00
Modified PublicApiScannerTests
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
"UglyToad.PdfPig.DocumentLayoutAnalysis.XYNode",
|
"UglyToad.PdfPig.DocumentLayoutAnalysis.XYNode",
|
||||||
"UglyToad.PdfPig.DocumentLayoutAnalysis.XYLeaf",
|
"UglyToad.PdfPig.DocumentLayoutAnalysis.XYLeaf",
|
||||||
"UglyToad.PdfPig.DocumentLayoutAnalysis.TextEdgesExtractor",
|
"UglyToad.PdfPig.DocumentLayoutAnalysis.TextEdgesExtractor",
|
||||||
|
"UglyToad.PdfPig.DocumentLayoutAnalysis.EdgeType",
|
||||||
"UglyToad.PdfPig.Exceptions.PdfDocumentEncryptedException",
|
"UglyToad.PdfPig.Exceptions.PdfDocumentEncryptedException",
|
||||||
"UglyToad.PdfPig.Exceptions.PdfDocumentFormatException",
|
"UglyToad.PdfPig.Exceptions.PdfDocumentFormatException",
|
||||||
"UglyToad.PdfPig.Fonts.DescriptorFontFile",
|
"UglyToad.PdfPig.Fonts.DescriptorFontFile",
|
||||||
|
10
src/UglyToad.PdfPig/DocumentLayoutAnalysis/Docstrum.cs
Normal file
10
src/UglyToad.PdfPig/DocumentLayoutAnalysis/Docstrum.cs
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace UglyToad.PdfPig.DocumentLayoutAnalysis
|
||||||
|
{
|
||||||
|
class Docstrum
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@@ -87,7 +87,7 @@ namespace UglyToad.PdfPig.DocumentLayoutAnalysis
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The type of edge.
|
/// The type of text edge.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum EdgeType
|
public enum EdgeType
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user