mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
Modified PublicApiScannerTests
This commit is contained in:
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>
|
||||
/// The type of edge.
|
||||
/// The type of text edge.
|
||||
/// </summary>
|
||||
public enum EdgeType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user