RedactAnnotation
Resumo geral
RedactAnnotation é um tipo em Aspose.PDF FOSS para Go.
RedactAnnotation marca regiões para redacção.
Este tipo fornece 12 métodos para trabalhar com objetos RedactAnnotation em programas Go. Os métodos disponíveis incluem: AnnotationType, InteriorColor, OverlayText, OverlayTextStyle, QuadPoints, RegenerateAppearance, RepeatOverlayText, SetInteriorColor, SetOverlayText, SetOverlayTextStyle, SetQuadPoints, SetRepeatOverlayText. Todos os membros do público são acessíveis a qualquer aplicação Go após instalar o pacote Aspose.PDF FOSS for Go.
Métodos de avaliação
| Assinatura | Descrição: |
|---|---|
AnnotationType() → AnnotationType | Retorna o tipo de anotação. |
QuadPoints() → []QuadPoint | QuadPoints retorna as regiões para redigir no espaço de página. |
SetQuadPoints(qp: []QuadPoint) | SetQuadPoints escreve /QuadPoints. |
RegenerateAppearance() | RegenerateAppearance força a /AP/N para ser reconstruída. |
InteriorColor() → *Color | InteriorColor retorna a cor de preenchimento /IC (usada tanto para marca visual como para sobreposição pós-aplicação). |
SetInteriorColor(c: *Color) | SetInteriorColor escreve /IC. |
OverlayText() → string | OverlayText retorna /OverlayText. |
SetOverlayText(s: string) | SetOverlayText escreve /OverlayText. |
RepeatOverlayText() → bool | RepeatOverlayText retorna / Repito. |
SetRepeatOverlayText(repeat: bool) | SetRepeatOverlayText escreve /Repetir. |
OverlayTextStyle() → TextStyle | OverlayTextStyle retorna o estilo reconstruído a partir de /DA + /Q. |
SetOverlayTextStyle(s: TextStyle) | SetOverlayTextStyle escreve /DA + /Q. |