Skip to content

Commit

Permalink
Updated gists
Browse files Browse the repository at this point in the history
  • Loading branch information
falleretic committed Dec 26, 2023
1 parent c1d4043 commit 603ab5a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7613,7 +7613,7 @@ void IFieldUpdatingProgressCallback.Notify(FieldUpdatingProgressArgs args)
public void BibliographySources()
{
//ExStart:BibliographySources
//ReleaseVersion:24.01
//GistId:eeeec1fbf118e95e7df3f346c91ed726
//ExFor:Bibliography
//ExFor:Bibliography.Sources
//ExFor:Source.Title
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExMarkdownSaveOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void ImagesFolder()
public void ExportUnderlineFormatting()
{
//ExStart:ExportUnderlineFormatting
//ReleaseVersion:24.01
//GistId:eeeec1fbf118e95e7df3f346c91ed726
//ExFor:MarkdownSaveOptions.ExportUnderlineFormatting
//ExSummary:Shows how to export underline formatting as ++.
Document doc = new Document();
Expand Down
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExReportingEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ public void DollarTextFormat()
public void RestrictedTypes()
{
//ExStart:RestrictedTypes
//ReleaseVersion:24.01
//GistId:eeeec1fbf118e95e7df3f346c91ed726
//ExFor:ReportingEngine.SetRestrictedTypes(Type[])
//ExSummary:Shows how to deny access to members of types considered insecure.
Document doc =
Expand Down
6 changes: 3 additions & 3 deletions Examples/ApiExamples/ApiExamples/ExShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@ public void FitImageToShape()
public void StrokeForeThemeColors()
{
//ExStart:StrokeForeThemeColors
//ReleaseVersion:24.01
//GistId:eeeec1fbf118e95e7df3f346c91ed726
//ExFor:Stroke.ForeThemeColor
//ExFor:Stroke.ForeTintAndShade
//ExSummary:Shows how to set fore theme color and tint and shade.
Expand All @@ -3066,7 +3066,7 @@ public void StrokeForeThemeColors()
public void StrokeBackThemeColors()
{
//ExStart:StrokeBackThemeColors
//ReleaseVersion:24.01
//GistId:eeeec1fbf118e95e7df3f346c91ed726
//ExFor:Stroke.BackThemeColor
//ExFor:Stroke.BackTintAndShade
//ExSummary:Shows how to set back theme color and tint and shade.
Expand All @@ -3092,7 +3092,7 @@ public void StrokeBackThemeColors()
public void TextBoxOleControl()
{
//ExStart:TextBoxOleControl
//ReleaseVersion:24.01
//GistId:eeeec1fbf118e95e7df3f346c91ed726
//ExFor:TextBoxControl
//ExFor:TextBoxControl.Text
//ExSummary:Shows how to change text of the TextBox OLE control.
Expand Down

0 comments on commit 603ab5a

Please sign in to comment.